Searched refs:refLocals (Results 1 – 3 of 3) sorted by relevance
103 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 …]
960 return refLocals; in GetLocals()
308 SbxArrayRef refLocals; // lokale Variable member in SbiRuntime
Completed in 32 milliseconds