Home
last modified time | relevance | path

Searched refs:ExcTable (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/filter/excel/
H A Dexcdoc.cxx94 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 ExcTable
157 ExcTable::ExcTable( const XclExpRoot& rRoot, SCTAB nScTab ) : in ExcTable() function in ExcTable
166 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 …]
/AOO41X/main/sc/source/filter/inc/
H A Dexcdoc.hxx49 class ExcTable : public XclExpRecordBase, public XclExpRoot class
71 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;
H A Dexcrecds.hxx63 class ExcTable;