Searched refs:XclExpDV (Results 1 – 2 of 2) sorted by relevance
240 class XclExpDV : public XclExpRecord, protected XclExpRoot class243 explicit XclExpDV( const XclExpRoot& rRoot, sal_uLong nScHandle );244 virtual ~XclExpDV();295 XclExpDV& SearchOrCreateDv( sal_uLong nScHandle );301 typedef XclExpRecordList< XclExpDV > XclExpDVList;
963 XclExpDV::XclExpDV( const XclExpRoot& rRoot, sal_uLong nScHandle ) : in XclExpDV() function in XclExpDV1114 XclExpDV::~XclExpDV() in ~XclExpDV()1118 void XclExpDV::InsertCellRange( const ScRange& rRange ) in InsertCellRange()1123 bool XclExpDV::Finalize() in Finalize()1129 void XclExpDV::WriteBody( XclExpStream& rStrm ) in WriteBody()1143 void XclExpDV::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()1192 XclExpDV& rDVRec = SearchOrCreateDv( nScHandle ); in InsertCellRange()1233 XclExpDV& XclExpDval::SearchOrCreateDv( sal_uLong nScHandle ) in SearchOrCreateDv()1268 mxLastFoundDV.reset( new XclExpDV( *this, nScHandle ) ); in SearchOrCreateDv()
Completed in 20 milliseconds