Home
last modified time | relevance | path

Searched refs:SbiSymScope (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/basic/source/inc/
H A Dsymtbl.hxx41 enum SbiSymScope { SbLOCAL, SbPARAM, SbPUBLIC, SbGLOBAL, SbRTL }; enum
78 SbiSymScope eScope; // Scope des Pools
82 SbiSymPool( SbiStringPool&, SbiSymScope );
90 SbiSymScope GetScope() const { return eScope; } in GetScope()
91 void SetScope( SbiSymScope s ) { eScope = s; } in SetScope()
144 SbiSymScope GetScope() const;
/trunk/main/basic/source/comp/
H A Dsymtbl.cxx103 SbiSymPool::SbiSymPool( SbiStringPool& r, SbiSymScope s ) : rStrings( r ) in SbiSymPool()
394 SbiSymScope SbiSymDef::GetScope() const in GetScope()

Completed in 28 milliseconds