Searched refs:SbiSymScope (Results 1 – 2 of 2) sorted by relevance
41 enum SbiSymScope { SbLOCAL, SbPARAM, SbPUBLIC, SbGLOBAL, SbRTL }; enum78 SbiSymScope eScope; // Scope des Pools82 SbiSymPool( SbiStringPool&, SbiSymScope );90 SbiSymScope GetScope() const { return eScope; } in GetScope()91 void SetScope( SbiSymScope s ) { eScope = s; } in SetScope()144 SbiSymScope GetScope() const;
103 SbiSymPool::SbiSymPool( SbiStringPool& r, SbiSymScope s ) : rStrings( r ) in SbiSymPool()394 SbiSymScope SbiSymDef::GetScope() const in GetScope()
Completed in 17 milliseconds