Searched refs:GetScope (Results 1 – 7 of 7) sorted by relevance
319 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()
88 if( aVar.pDef->GetScope() == SbPARAM ) in Gen()114 eOp = ( aVar.pDef->GetScope() == SbRTL ) ? _RTL : in Gen()
394 SbiSymScope SbiSymDef::GetScope() const in GetScope() function in SbiSymDef396 return pIn ? pIn->GetScope() : SbLOCAL; in GetScope()
502 if( bEQ && pDef && pDef->GetScope() == SbRTL ) in Symbol()
144 if( pPool->GetScope() != SbPUBLIC ) in AddSym()
90 SbiSymScope GetScope() const { return eScope; } in GetScope() function in SbiSymPool144 SbiSymScope GetScope() const;
53 SCTAB GetScope(){ return nScopeOfNameRange;} in GetScope() function in ScXMLNamedExpressionsContext
Completed in 41 milliseconds