Lines Matching refs:TokenPool

39 const sal_uInt16	TokenPool::nScTokenOff = 8192;
66 TokenPool::TokenPool( void ) in TokenPool() function in TokenPool
119 TokenPool::~TokenPool() in ~TokenPool()
174 bool TokenPool::GrowString( void ) in GrowString()
199 bool TokenPool::GrowDouble( void ) in GrowDouble()
223 void TokenPool::GrowError( void )
246 bool TokenPool::GrowTripel( sal_uInt16 nByMin ) in GrowTripel()
271 bool TokenPool::GrowId( void ) in GrowId()
293 bool TokenPool::GrowElement( void ) in GrowElement()
330 bool TokenPool::GrowExt( void ) in GrowExt()
350 bool TokenPool::GrowNlf( void ) in GrowNlf()
370 bool TokenPool::GrowMatrix( void ) in GrowMatrix()
389 bool TokenPool::GetElement( const sal_uInt16 nId ) in GetElement()
543 bool TokenPool::GetElementRek( const sal_uInt16 nId ) in GetElementRek()
613 void TokenPool::operator >>( TokenId& rId ) in operator >>()
631 const TokenId TokenPool::Store( const double& rDouble ) in Store()
655 const TokenId TokenPool::Store( const sal_uInt16 nIndex ) in Store()
669 const TokenId TokenPool::Store( const String& rString ) in Store()
705 const TokenId TokenPool::Store( const ScSingleRefData& rTr ) in Store()
730 const TokenId TokenPool::Store( const ScComplexRefData& rTr ) in Store()
761 const TokenId TokenPool::Store( const DefTokenId e, const String& r ) in Store()
789 const TokenId TokenPool::StoreNlf( const ScSingleRefData& rTr ) in StoreNlf()
815 const TokenId TokenPool::StoreMatrix() in StoreMatrix()
840 const TokenId TokenPool::StoreExtName( sal_uInt16 nFileId, const String& rName ) in StoreExtName()
859 const TokenId TokenPool::StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScSingleRef… in StoreExtRef()
879 const TokenId TokenPool::StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScComplexRe… in StoreExtRef()
899 void TokenPool::Reset( void ) in Reset()
908 sal_Bool TokenPool::IsSingleOp( const TokenId& rId, const DefTokenId eId ) const in IsSingleOp()
935 const String* TokenPool::GetExternal( const TokenId& rId ) const in GetExternal()
953 ScMatrix* TokenPool::GetMatrix( unsigned int n ) const in GetMatrix()