Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/runtime/
H A Druntime.cxx1124 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()
H A Dstep1.cxx244 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()
/aoo4110/main/basic/source/inc/
H A Druntime.hxx103 SbxVariableRef refEnd; // end expression / for each: Array/BasicCollection object member

Completed in 33 milliseconds