Searched refs:XclExpCellTable (Results 1 – 4 of 4) sorted by relevance
47 class XclExpCellTable;53 typedef ScfRef< XclExpCellTable > XclExpCellTableRef;
1044 class XclExpCellTable : public XclExpRecordBase, protected XclExpRoot class1047 explicit XclExpCellTable( const XclExpRoot& rRoot );
2300 XclExpCellTable::XclExpCellTable( const XclExpRoot& rRoot ) : in XclExpCellTable() function in XclExpCellTable2533 void XclExpCellTable::Finalize() in Finalize()2555 XclExpRecordRef XclExpCellTable::CreateRecord( sal_uInt16 nRecId ) const in CreateRecord()2572 void XclExpCellTable::Save( XclExpStream& rStrm ) in Save()2580 void XclExpCellTable::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()
434 mxCellTable.reset( new XclExpCellTable( GetRoot() ) ); in FillAsTable()
Completed in 40 milliseconds