Home
last modified time | relevance | path

Searched refs:refLocals (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/basic/source/runtime/
H A Dstep2.cxx103 pElem = refLocals->Find( aName, SbxCLASS_DONTCARE ); in FindElement()
171 refLocals->Put( pElem, refLocals->Count() ); in FindElement()
217 refLocals->Put( pElem, refLocals->Count() ); in FindElement()
294 if( refLocals ) in FindElementExtern()
295 pElem = refLocals->Find( rName, SbxCLASS_DONTCARE ); in FindElementExtern()
642 if( !refLocals ) in StepFIND_Impl()
643 refLocals = new SbxArray; in StepFIND_Impl()
835 && refLocals.Is() && refLocals->Find( p->GetName(), p->GetClass() ) ) in StepSTMNT()
1150 if( !refLocals.Is() ) in StepLOCAL()
1151 refLocals = new SbxArray; in StepLOCAL()
[all …]
H A Druntime.cxx960 return refLocals; in GetLocals()
/aoo42x/main/basic/source/inc/
H A Druntime.hxx308 SbxArrayRef refLocals; // lokale Variable member in SbiRuntime

Completed in 64 milliseconds