|
void | readColorMap (ColorMap &colorMap) |
|
void | readProjectTreeFolder (tree< ProjectNode >::iterator parent) |
|
unsigned int | findStringPos (const string &name) |
|
void | readMatrixInfo () |
|
virtual void | readNotes () |
|
void | readResultsLog () |
|
void | readSpreadInfo () |
|
time_t | doubleToPosixTime (double jdt) |
|
void | readColumnValues (unsigned int spread, unsigned int col, short data_type, char valuesize, unsigned int nr, bool validColumn=true) |
|
void | readExcelInfo () |
|
void | readFunction (unsigned int colpos, char valuesize, unsigned int *oldpos) |
|
void | readGraphAxisBreakInfo (GraphAxisBreak &axis_break) |
|
void | readGraphAxisFormatInfo (GraphAxisFormat &format) |
|
unsigned int | readGraphAxisInfo (GraphAxis &axis) |
|
void | readGraphAxisPrefixSuffixInfo (const string &sec_name, unsigned int size, GraphLayer &layer) |
|
void | readGraphAxisTickLabelsInfo (GraphAxisTick &tick) |
|
void | readGraphGridInfo (GraphGrid &grid) |
|
virtual bool | readGraphInfo () |
|
void | readMatrixInfo () |
|
void | readMatrixValues (short data_type, char data_type_u, char valuesize, unsigned int size, int mIndex=-1) |
|
void | readParameters () |
|
void | readProjectTree () |
|
void | readSpreadInfo () |
|
void | readWindowProperties (Window &window, unsigned int size) |
|
void | skipLine () |
|
void | skipObjectInfo () |
|
double | stringToDouble (const string &s) |
|
void | convertSpreadToExcel (vector< Origin::SpreadSheet >::size_type spread) |
|
int | findColumnByIndexAndName (int spread, unsigned int index, const string &name) |
|
int | findColumnByName (int spread, const string &name) |
|
pair< string, string > | findDataByIndex (unsigned int index) const |
|
int | findExcelColumnByName (int excel, int sheet, const string &name) const |
|
pair< Origin::ProjectNode::NodeType, string > | findObjectByIndex (unsigned int index) const |
|