|
| vector< Origin::Excel > | excels |
| |
| unsigned int | fileVersion |
| |
| vector< Origin::Function > | functions |
| |
| vector< Origin::Graph > | graphs |
| |
| vector< Origin::Matrix > | matrixes |
| |
| vector< Origin::Note > | notes |
| |
| tree< Origin::ProjectNode > | projectTree |
| |
| string | resultsLog |
| |
| vector< Origin::SpreadSheet > | speadSheets |
| |
| unsigned int | windowsCount |
| |
| bool | findSection (const string &name, unsigned int length, unsigned int maxLength=0) |
| |
| unsigned int | findStringPos (const string &name) |
| |
| void | readColumnInfo (int spread, int) |
| |
| void | readGraphInfo () |
| |
| void | readMatrixInfo () |
| |
| virtual void | readNotes () |
| |
| void | readResultsLog () |
| |
| void | readSpreadInfo () |
| |
| void | skipObjectInfo () |
| |
| time_t | doubleToPosixTime (double jdt) |
| |
| void | readExcelInfo () |
| |
| 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) |
| |
| void | readGraphInfo () |
| |
| void | readMatrixInfo () |
| |
| void | readProjectTree () |
| |
| void | readSpreadInfo () |
| |
| void | readWindowProperties (Window &window, unsigned int size) |
| |
| void | skipLine () |
| |
| double | stringToDouble (const string &s) |
| |
| void | convertSpreadToExcel (vector< Origin::SpreadSheet >::size_type spread) |
| |
| int | findColumnByName (int spread, const string &name) |
| |
| pair< string, string > | findDataByIndex (unsigned int index) const |
| |
| vector< Origin::SpreadColumn >::difference_type | findExcelColumnByName (vector< Origin::Excel >::size_type excel, vector< Origin::SpreadSheet >::size_type sheet, const string &name) const |
| |
| pair< Origin::ProjectNode::NodeType, string > | findObjectByIndex (unsigned int index) const |
| |
| vector< Origin::SpreadColumn >::difference_type | findSpreadColumnByName (vector< Origin::SpreadSheet >::size_type spread, const string &name) const |
| |
| string | notes_pos_mark |
| |
| unsigned int | d_colormap_offset |
| |
| unsigned int | d_file_size |
| |
| unsigned int | d_start_offset |
| |
| iendianfstream | file |
| |
| FILE * | logfile |
| |
| unsigned int | objectIndex |
| |