Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx196 class XclExpXct : public XclExpRecordBase, protected XclExpRoot class
199 explicit XclExpXct( const XclExpRoot& rRoot,
337 typedef XclExpRecordList< XclExpXct > XclExpXctList;
1189 XclExpXct::XclExpXct( const XclExpRoot& rRoot, const String& rTabName, in XclExpXct() function in XclExpXct
1199 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 30 milliseconds