Searched refs:SbiSymPool (Results 1 – 7 of 7) sorted by relevance
103 SbiSymPool::SbiSymPool( SbiStringPool& r, SbiSymScope s ) : rStrings( r ) in SbiSymPool() function in SbiSymPool112 SbiSymPool::~SbiSymPool() in ~SbiSymPool()117 void SbiSymPool::Clear() in Clear()122 SbiSymDef* SbiSymPool::First() in First()128 SbiSymDef* SbiSymPool::Next() in Next()138 SbiSymDef* SbiSymPool::AddSym( const String& rName ) in AddSym()150 SbiProcDef* SbiSymPool::AddProc( const String& rName ) in AddProc()165 void SbiSymPool::Add( SbiSymDef* pDef ) in Add()203 SbiSymDef* SbiSymPool::Find( const String& rName ) const in Find()221 SbiSymDef* SbiSymPool::FindId( sal_uInt16 n ) const in FindId()[all …]
199 SbiSymPool* pOldPool = pPool; in DefVar()759 SbiSymPool* pPoolToUse = bPrivate ? pPool : &aGlobals; in DefEnum()1000 SbiSymPool& rPool = pDef->GetParams(); in DefDeclare()1201 SbiSymPool* p = pPool; pPool = &aPublics; in DefStatic()
132 ( SbiToken eTok, SbiSymPool& rPool, SbiExprType eCurExpr, in AddSym()143 SbiSymPool* pPool = &rPool; in AddSym()450 SbiSymPool& rPool = rObj.GetPool(); in ObjTerm()
223 SbiSymPool* pPool = &pProc->GetParams(); in Save()279 SbiSymPool* pPool = &pProc->GetParams(); in Save()
822 void addStringConst( SbiSymPool& rPool, const char* pSym, const String& rStr ) in addStringConst()830 inline void addStringConst( SbiSymPool& rPool, const char* pSym, const char* pStr ) in addStringConst()
35 class SbiSymPool; // Symbol-Pool70 class SbiSymPool { // Symbol-Pool class76 SbiSymPool* pParent; // uebergeordneter Symbol-Pool82 SbiSymPool( SbiStringPool&, SbiSymScope );83 ~SbiSymPool();87 void SetParent( SbiSymPool* p ) { pParent = p; } in SetParent()110 friend class SbiSymPool;114 SbiSymPool* pIn; // Parent-Pool115 SbiSymPool* pPool; // Pool fuer Unterelemente180 SbiSymPool& GetPool();[all …]
69 SbiSymPool aGlobals; // globale Variable70 SbiSymPool aPublics; // modulglobale Variable71 SbiSymPool aRtlSyms; // Runtime-Library74 SbiSymPool* pPool; // aktueller Pool