Searched refs:pArrayCurIndices (Results 1 – 3 of 3) sorted by relevance
251 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()
1157 p->pArrayCurIndices = new sal_Int32[nDims]; in PushForEach()1162 p->pArrayCurIndices[i] = p->pArrayLowerBounds[i] = lBound; in PushForEach()
109 sal_Int32* pArrayCurIndices; member115 : pArrayCurIndices( NULL ) in SbiForStack()121 delete[] pArrayCurIndices; in ~SbiForStack()
Completed in 19 milliseconds