Searched refs:XclImpSst (Results 1 – 5 of 5) sorted by relevance
40 class XclImpSst;70 typedef ScfRef< XclImpSst > XclImpSstRef;151 XclImpSst& GetSst() const;
56 class XclImpSst : protected XclImpRoot class59 explicit XclImpSst( const XclImpRoot& rRoot );
73 XclImpSst::XclImpSst( const XclImpRoot& rRoot ) : in XclImpSst() function in XclImpSst78 void XclImpSst::ReadSst( XclImpStream& rStrm ) in ReadSst()94 const XclImpString* XclImpSst::GetString( sal_uInt32 nSstIndex ) const in GetString()99 ScBaseCell* XclImpSst::CreateCell( sal_uInt32 nSstIndex, sal_uInt16 nXFIndex ) const in CreateCell()
79 mrImpData.mxSst.reset( new XclImpSst( GetRoot() ) ); in XclImpRoot()146 XclImpSst& XclImpRoot::GetSst() const in GetSst()
789 XclImpSst& rSst = GetSst(); in Read()
Completed in 27 milliseconds