Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxecontent.cxx81 … inline explicit XclExpHashEntry( const XclExpString* pString = 0, sal_uInt32 nSstIndex = 0 ) : in XclExpHashEntry()
82 mpString( pString ), mnSstIndex( nSstIndex ) {} in XclExpHashEntry()
138 sal_uInt32 nSstIndex = 0; in Insert() local
149 nSstIndex = mnSize; in Insert()
156 nSstIndex = aIt->mnSstIndex; in Insert()
159 return nSstIndex; in Insert()
H A Dxicontent.cxx94 const XclImpString* XclImpSst::GetString( sal_uInt32 nSstIndex ) const in GetString()
96 return (nSstIndex < maStrings.size()) ? &maStrings[ nSstIndex ] : 0; in GetString()
99 ScBaseCell* XclImpSst::CreateCell( sal_uInt32 nSstIndex, sal_uInt16 nXFIndex ) const in CreateCell() argument
102 if( const XclImpString* pString = GetString( nSstIndex ) ) in CreateCell()
/aoo4110/main/sc/source/filter/inc/
H A Dxicontent.hxx66 const XclImpString* GetString( sal_uInt32 nSstIndex ) const;
70 ScBaseCell* CreateCell( sal_uInt32 nSstIndex, sal_uInt16 nXFIndex = 0 ) const;

Completed in 29 milliseconds