Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx66 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 )
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()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx85 class TokenPool class
188 TokenPool( void );
189 ~TokenPool();
190 inline TokenPool& operator <<( const TokenId nId );
192 inline TokenPool& operator <<( TokenStack& rStack );
301 inline TokenPool& TokenPool::operator <<( const TokenId nId ) in operator <<()
320 inline TokenPool& TokenPool::operator <<( const DefTokenId eId ) in operator <<()
336 inline TokenPool& TokenPool::operator <<( TokenStack& rStack ) in operator <<()
349 inline void TokenPool::operator >>( TokenStack& rStack ) in operator >>()
357 inline const TokenId TokenPool::Store( void ) in Store()
[all …]
H A Dformel.hxx180 TokenPool aPool; // User Token + Predefined Token

Completed in 17 milliseconds