Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/runtime/
H A Dstep1.cxx251 if( p->pArrayCurIndices == NULL ) in StepTESTFOR()
266 SbxVariable* pVal = pArray->Get32( p->pArrayCurIndices ); in StepTESTFOR()
272 if( p->pArrayCurIndices[i] < p->pArrayUpperBounds[i] ) in StepTESTFOR()
275 p->pArrayCurIndices[i]++; in StepTESTFOR()
277 p->pArrayCurIndices[j] = p->pArrayLowerBounds[j]; in StepTESTFOR()
283 delete[] p->pArrayCurIndices; in StepTESTFOR()
284 p->pArrayCurIndices = NULL; in StepTESTFOR()
H A Druntime.cxx1157 p->pArrayCurIndices = new sal_Int32[nDims]; in PushForEach()
1162 p->pArrayCurIndices[i] = p->pArrayLowerBounds[i] = lBound; in PushForEach()
/aoo4110/main/basic/source/inc/
H A Druntime.hxx109 sal_Int32* pArrayCurIndices; member
115 : pArrayCurIndices( NULL ) in SbiForStack()
121 delete[] pArrayCurIndices; in ~SbiForStack()

Completed in 42 milliseconds