Searched refs:XclExpXct (Results 1 – 1 of 1) sorted by relevance
196 class XclExpXct : public XclExpRecordBase, protected XclExpRoot class199 explicit XclExpXct( const XclExpRoot& rRoot,337 typedef XclExpRecordList< XclExpXct > XclExpXctList;1189 XclExpXct::XclExpXct( const XclExpRoot& rRoot, const String& rTabName, in XclExpXct() function in XclExpXct1199 void XclExpXct::StoreCellRange( const ScRange& rRange ) in StoreCellRange()1209 void XclExpXct::StoreCell( const ScAddress& rCell, const ::formula::FormulaToken& rToken ) in StoreCell()1246 void XclExpXct::Save( XclExpStream& rStrm ) in Save()1455 if( XclExpXct* pXct = maXctList.GetRecord( nSBTab ).get() ) in StoreCellRange()1461 if( XclExpXct* pXct = maXctList.GetRecord( nSBTab ).get() ) in StoreCell()1469 if( XclExpXct* pXct = maXctList.GetRecord( nSBTab ).get() ) in StoreCellRange()[all …]
Completed in 15 milliseconds