Searched refs:nDims (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/basic/source/runtime/ |
H A D | step2.cxx | 1014 short nDims = pArray->GetDims(); in StepDCREATE_IMPL() local 1020 for( i = 0 ; i < nDims ; i++ ) in StepDCREATE_IMPL() 1056 short nDims = nDimsNew; in StepDCREATE_IMPL() local 1060 sal_Int32* pLowerBounds = new sal_Int32[nDims]; in StepDCREATE_IMPL() 1061 sal_Int32* pUpperBounds = new sal_Int32[nDims]; in StepDCREATE_IMPL() 1062 sal_Int32* pActualIndices = new sal_Int32[nDims]; in StepDCREATE_IMPL() 1070 for( short i = 1 ; i <= nDims ; i++ ) in StepDCREATE_IMPL() 1094 implCopyDimArray_DCREATE( pArray, pOldArray, nDims - 1, in StepDCREATE_IMPL()
|
H A D | step0.cxx | 876 short nDims = nDimsNew; in StepREDIMP() local 880 sal_Int32* pLowerBounds = new sal_Int32[nDims]; in StepREDIMP() 881 sal_Int32* pUpperBounds = new sal_Int32[nDims]; in StepREDIMP() 882 sal_Int32* pActualIndices = new sal_Int32[nDims]; in StepREDIMP() 891 for( short i = 1 ; i <= nDims ; i++ ) in StepREDIMP() 930 implCopyDimArray( pNewArray, pOldArray, nDims - 1, in StepREDIMP()
|
H A D | runtime.cxx | 1154 short nDims = pArray->GetDims(); in PushForEach() local 1155 p->pArrayLowerBounds = new sal_Int32[nDims]; in PushForEach() 1156 p->pArrayUpperBounds = new sal_Int32[nDims]; in PushForEach() 1157 p->pArrayCurIndices = new sal_Int32[nDims]; in PushForEach() 1159 for( short i = 0 ; i < nDims ; i++ ) in PushForEach()
|
H A D | step1.cxx | 258 short nDims = pArray->GetDims(); in StepTESTFOR() local 261 if( nDims == 1 && p->pArrayLowerBounds[0] > p->pArrayUpperBounds[0] ) in StepTESTFOR() 270 for( short i = 0 ; i < nDims ; i++ ) in StepTESTFOR()
|
H A D | methods1.cxx | 1236 short nDims = pArr->GetDims(); in PutGet() local 1237 short* pDims = new short[ nDims ]; in PutGet() 1238 bRet = lcl_WriteReadSbxArray(*pArr,pStrm,!bRandom,nDims,pDims,bPut); in PutGet()
|
/aoo42x/main/basic/source/inc/ |
H A D | symtbl.hxx | 117 short nDims; // Array-Dimensionen member in SbiSymDef 153 void SetDims( short n ) { nDims = n; } in SetDims() 154 short GetDims() const { return nDims; } in GetDims()
|
/aoo42x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 1018 short nDims = pArray->GetDims(); in getUnoTypeForSbxValue() local 1024 if( nDims == 1 && pArray->GetDim32( 1, nLower, nUpper ) ) in getUnoTypeForSbxValue() 1065 else if( nDims > 1 ) in getUnoTypeForSbxValue() 1099 for( short iDim = 0 ; iDim < nDims ; iDim++ ) in getUnoTypeForSbxValue() 1467 short nDims = pArray->GetDims(); in sbxToUnoValue() local 1515 else if( nDims > 1 ) in sbxToUnoValue() 1540 if( nSeqLevel == nDims ) in sbxToUnoValue() 1542 sal_Int32* pLowerBounds = new sal_Int32[nDims]; in sbxToUnoValue() 1543 sal_Int32* pUpperBounds = new sal_Int32[nDims]; in sbxToUnoValue() 1544 sal_Int32* pActualIndices = new sal_Int32[nDims]; in sbxToUnoValue() [all …]
|
/aoo42x/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 2104 int nDims = pItem->nDimCount; in implCreateTypeStringForDimArray() local 2105 if( nDimLevel < nDims ) in implCreateTypeStringForDimArray() 2108 for( int i = nDimLevel ; i < nDims ; i++ ) in implCreateTypeStringForDimArray() 2115 if( i < nDims - 1 ) in implCreateTypeStringForDimArray() 2230 sal_uInt16 nDims = pNewArray->GetDims(); in UpdateWatches() local 2232 pItem->nDimCount = nDims; in UpdateWatches()
|
/aoo42x/main/sc/source/core/data/ |
H A D | dptabsrc.cxx | 667 long* nDims = bIsRow ? nRowDims : nColDims; in FillCalcInfo() local 672 ScDPDimension* pDim = GetDimensionsObject()->getByIndex( nDims[i] ); in FillCalcInfo() 697 rInfo.aRowLevelDims.push_back(nDims[i]); in FillCalcInfo() 703 rInfo.aColLevelDims.push_back(nDims[i]); in FillCalcInfo()
|
/aoo42x/main/stoc/source/tdmanager/ |
H A D | tdmgr.cxx | 1046 sal_Int32 nDims = nTokens - 1; in getByHierarchicalName() local 1053 xElemType, nDims, rName.copy(dimOffset) ) ); in getByHierarchicalName()
|
/aoo42x/main/basic/source/comp/ |
H A D | symtbl.cxx | 288 nDims = 0; in SbiSymDef()
|
Completed in 89 milliseconds