Searched refs:pArrayUpperBounds (Results 1 – 3 of 3) sorted by relevance
111 sal_Int32* pArrayUpperBounds; member117 , pArrayUpperBounds( NULL ) in SbiForStack()123 delete[] pArrayUpperBounds; in ~SbiForStack()
261 if( nDims == 1 && p->pArrayLowerBounds[0] > p->pArrayUpperBounds[0] ) in StepTESTFOR()272 if( p->pArrayCurIndices[i] < p->pArrayUpperBounds[i] ) in StepTESTFOR()
1156 p->pArrayUpperBounds = new sal_Int32[nDims]; in PushForEach()1163 p->pArrayUpperBounds[i] = uBound; in PushForEach()
Completed in 36 milliseconds