Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxiroot.hxx40 class XclImpSst;
70 typedef ScfRef< XclImpSst > XclImpSstRef;
151 XclImpSst& GetSst() const;
H A Dxicontent.hxx56 class XclImpSst : protected XclImpRoot class
59 explicit XclImpSst( const XclImpRoot& rRoot );
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx73 XclImpSst::XclImpSst( const XclImpRoot& rRoot ) : in XclImpSst() function in XclImpSst
78 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()
H A Dxiroot.cxx79 mrImpData.mxSst.reset( new XclImpSst( GetRoot() ) ); in XclImpRoot()
146 XclImpSst& XclImpRoot::GetSst() const in GetSst()
H A Dread.cxx789 XclImpSst& rSst = GetSst(); in Read()

Completed in 43 milliseconds