Searched refs:refEnd (Results 1 – 3 of 3) sorted by relevance
1124 p->refEnd = PopVar(); in PushFor()1152 p->refEnd = (SbxVariable*)pArray; in PushForEach()1169 p->refEnd = pCollection; in PushForEach()1248 SbxVariable* pVar = p->refEnd.Is() ? (SbxVariable*)p->refEnd : NULL; in FindForStackItemForCollection()
244 if( pForStk->refVar->Compare( eOp, *pForStk->refEnd ) ) in StepTESTFOR()257 SbxDimArray* pArray = (SbxDimArray*)(SbxVariable*)p->refEnd; in StepTESTFOR()291 BasicCollection* pCollection = (BasicCollection*)(SbxVariable*)pForStk->refEnd; in StepTESTFOR()
103 SbxVariableRef refEnd; // end expression / for each: Array/BasicCollection object member
Completed in 23 milliseconds