Home
last modified time | relevance | path

Searched refs:GetScope (Results 1 – 7 of 7) sorted by path

/trunk/main/basic/source/comp/
H A Ddim.cxx319 if( pDef->GetScope() == SbLOCAL && pOld->GetScope() != SbLOCAL ) in DefVar()
353 && ( !bConst || pDef->GetScope() == SbGLOBAL ) ) in DefVar()
357 switch ( pDef->GetScope() ) in DefVar()
454 if( pDef->GetScope() == SbGLOBAL ) in DefVar()
H A Dexprgen.cxx88 if( aVar.pDef->GetScope() == SbPARAM ) in Gen()
114 eOp = ( aVar.pDef->GetScope() == SbRTL ) ? _RTL : in Gen()
H A Dexprtree.cxx144 if( pPool->GetScope() != SbPUBLIC ) in AddSym()
H A Dparser.cxx502 if( bEQ && pDef && pDef->GetScope() == SbRTL ) in Symbol()
H A Dsymtbl.cxx394 SbiSymScope SbiSymDef::GetScope() const in GetScope() function in SbiSymDef
396 return pIn ? pIn->GetScope() : SbLOCAL; in GetScope()
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx90 SbiSymScope GetScope() const { return eScope; } in GetScope() function in SbiSymPool
144 SbiSymScope GetScope() const;
/trunk/main/sc/source/filter/xml/
H A Dxmlnexpi.hxx53 SCTAB GetScope(){ return nScopeOfNameRange;} in GetScope() function in ScXMLNamedExpressionsContext

Completed in 39 milliseconds