Searched refs:ExcTable (Results 1 – 3 of 3) sorted by relevance
94 static void lcl_AddBookviews( XclExpRecordList<>& aRecList, ExcTable& self ) in lcl_AddBookviews()101 static void lcl_AddCalcPr( XclExpRecordList<>& aRecList, ExcTable& self ) in lcl_AddCalcPr()119 static void lcl_AddWorkbookProtection( XclExpRecordList<>& aRecList, ExcTable& self )148 ExcTable::ExcTable( const XclExpRoot& rRoot ) : in ExcTable() function in ExcTable157 ExcTable::ExcTable( const XclExpRoot& rRoot, SCTAB nScTab ) : in ExcTable() function in ExcTable166 ExcTable::~ExcTable() in ~ExcTable()172 void ExcTable::Add( XclExpRecordBase* pRec ) in Add()179 void ExcTable::FillAsHeader( ExcBoundsheetList& rBoundsheetList ) in FillAsHeader()418 void ExcTable::FillAsTable( SCTAB nCodeNameIdx ) in FillAsTable()548 void ExcTable::FillAsXmlTable( SCTAB nCodeNameIdx ) in FillAsXmlTable()[all …]
49 class ExcTable : public XclExpRecordBase, public XclExpRoot class71 ExcTable( const XclExpRoot& rRoot );72 ExcTable( const XclExpRoot& rRoot, SCTAB nScTab );73 ~ExcTable();88 friend class ExcTable;91 typedef XclExpRecordList< ExcTable > ExcTableList;96 ExcTable aHeader;
63 class ExcTable;