Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxecontent.hxx240 class XclExpDV : public XclExpRecord, protected XclExpRoot class
243 explicit XclExpDV( const XclExpRoot& rRoot, sal_uLong nScHandle );
244 virtual ~XclExpDV();
295 XclExpDV& SearchOrCreateDv( sal_uLong nScHandle );
301 typedef XclExpRecordList< XclExpDV > XclExpDVList;
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx963 XclExpDV::XclExpDV( const XclExpRoot& rRoot, sal_uLong nScHandle ) : in XclExpDV() function in XclExpDV
1114 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 18 milliseconds