Home
last modified time | relevance | path

Searched refs:lBoundNew (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/basic/source/runtime/
H A Dstep0.cxx893 sal_Int32 lBoundNew, uBoundNew; in StepREDIMP() local
895 pNewArray->GetDim32( i, lBoundNew, uBoundNew ); in StepREDIMP()
911 lBoundNew = std::max( lBoundNew, lBoundOld ); in StepREDIMP()
915 pActualIndices[j] = pLowerBounds[j] = lBoundNew; in StepREDIMP()
H A Dstep2.cxx1072 sal_Int32 lBoundNew, uBoundNew; in StepDCREATE_IMPL() local
1074 pArray->GetDim32( i, lBoundNew, uBoundNew ); in StepDCREATE_IMPL()
1077 lBoundNew = std::max( lBoundNew, lBoundOld ); in StepDCREATE_IMPL()
1080 pActualIndices[j] = pLowerBounds[j] = lBoundNew; in StepDCREATE_IMPL()

Completed in 28 milliseconds