Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dstep2.cxx974 short nActualDim, sal_Int32* pActualIndices, sal_Int32* pLowerBounds, sal_Int32* pUpperBounds ) in implCopyDimArray_DCREATE() argument
976 sal_Int32& ri = pActualIndices[nActualDim]; in implCopyDimArray_DCREATE()
982 pActualIndices, pLowerBounds, pUpperBounds ); in implCopyDimArray_DCREATE()
986 SbxVariable* pSource = pOldArray->Get32( pActualIndices ); in implCopyDimArray_DCREATE()
987 pNewArray->Put32( pSource, pActualIndices ); in implCopyDimArray_DCREATE()
1062 sal_Int32* pActualIndices = new sal_Int32[nDims]; in StepDCREATE_IMPL() local
1080 pActualIndices[j] = pLowerBounds[j] = lBoundNew; in StepDCREATE_IMPL()
1095 0, pActualIndices, pLowerBounds, pUpperBounds ); in StepDCREATE_IMPL()
1099 delete [] pActualIndices; in StepDCREATE_IMPL()
H A Dstep0.cxx837 short nActualDim, sal_Int32* pActualIndices, sal_Int32* pLowerBounds, sal_Int32* pUpperBounds ) in implCopyDimArray() argument
839 sal_Int32& ri = pActualIndices[nActualDim]; in implCopyDimArray()
845 pActualIndices, pLowerBounds, pUpperBounds ); in implCopyDimArray()
849 SbxVariable* pSource = pOldArray->Get32( pActualIndices ); in implCopyDimArray()
850 SbxVariable* pDest = pNewArray->Get32( pActualIndices ); in implCopyDimArray()
882 sal_Int32* pActualIndices = new sal_Int32[nDims]; in StepREDIMP() local
915 pActualIndices[j] = pLowerBounds[j] = lBoundNew; in StepREDIMP()
931 0, pActualIndices, pLowerBounds, pUpperBounds ); in StepREDIMP()
936 delete[] pActualIndices; in StepREDIMP()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx1232 sal_Int32* pActualIndices, sal_Int32* pLowerBounds, sal_Int32* pUpperBounds ) in implRekMultiDimArrayToSequence() argument
1255 sal_Int32& ri = pActualIndices[nActualDim]; in implRekMultiDimArrayToSequence()
1264 nMaxDimIndex, nActualDim + 1, pActualIndices, pLowerBounds, pUpperBounds ); in implRekMultiDimArrayToSequence()
1268 SbxVariable* pSource = pArray->Get32( pActualIndices ); in implRekMultiDimArrayToSequence()
1544 sal_Int32* pActualIndices = new sal_Int32[nDims]; in sbxToUnoValue() local
1551 pActualIndices[j] = pLowerBounds[j] = lBound; in sbxToUnoValue()
1556 nDims - 1, 0, pActualIndices, pLowerBounds, pUpperBounds ); in sbxToUnoValue()
1560 delete[] pActualIndices; in sbxToUnoValue()

Completed in 176 milliseconds