Home
last modified time | relevance | path

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

/trunk/main/basic/source/inc/
H A Druntime.hxx111 sal_Int32* pArrayUpperBounds; member
117 , pArrayUpperBounds( NULL ) in SbiForStack()
123 delete[] pArrayUpperBounds; in ~SbiForStack()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx261 if( nDims == 1 && p->pArrayLowerBounds[0] > p->pArrayUpperBounds[0] ) in StepTESTFOR()
272 if( p->pArrayCurIndices[i] < p->pArrayUpperBounds[i] ) in StepTESTFOR()
H A Druntime.cxx1156 p->pArrayUpperBounds = new sal_Int32[nDims]; in PushForEach()
1163 p->pArrayUpperBounds[i] = uBound; in PushForEach()

Completed in 16 milliseconds