Home
last modified time | relevance | path

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

/trunk/main/basic/source/inc/
H A Druntime.hxx110 sal_Int32* pArrayLowerBounds; member
116 , pArrayLowerBounds( NULL ) in SbiForStack()
122 delete[] pArrayLowerBounds; in ~SbiForStack()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx261 if( nDims == 1 && p->pArrayLowerBounds[0] > p->pArrayUpperBounds[0] ) in StepTESTFOR()
277 p->pArrayCurIndices[j] = p->pArrayLowerBounds[j]; in StepTESTFOR()
H A Druntime.cxx1155 p->pArrayLowerBounds = new sal_Int32[nDims]; in PushForEach()
1162 p->pArrayCurIndices[i] = p->pArrayLowerBounds[i] = lBound; in PushForEach()

Completed in 28 milliseconds