Searched refs:uBoundNew (Results 1 – 2 of 2) sorted by relevance
893 sal_Int32 lBoundNew, uBoundNew; in StepREDIMP() local895 pNewArray->GetDim32( i, lBoundNew, uBoundNew ); in StepREDIMP()912 uBoundNew = std::min( uBoundNew, uBoundOld ); in StepREDIMP()916 pUpperBounds[j] = uBoundNew; in StepREDIMP()
1072 sal_Int32 lBoundNew, uBoundNew; in StepDCREATE_IMPL() local1074 pArray->GetDim32( i, lBoundNew, uBoundNew ); in StepDCREATE_IMPL()1078 uBoundNew = std::min( uBoundNew, uBoundOld ); in StepDCREATE_IMPL()1081 pUpperBounds[j] = uBoundNew; in StepDCREATE_IMPL()
Completed in 53 milliseconds