Home
last modified time | relevance | path

Searched refs:nDims (Results 1 – 11 of 11) sorted by path

/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx2104 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()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx1018 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 …]
/trunk/main/basic/source/comp/
H A Dsymtbl.cxx288 nDims = 0; in SbiSymDef()
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx117 short nDims; // Array-Dimensionen member in SbiSymDef
153 void SetDims( short n ) { nDims = n; } in SetDims()
154 short GetDims() const { return nDims; } in GetDims()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1236 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()
H A Druntime.cxx1154 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 Dstep0.cxx876 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 Dstep1.cxx258 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 Dstep2.cxx1014 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()
/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx667 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()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr.cxx1046 sal_Int32 nDims = nTokens - 1; in getByHierarchicalName() local
1053 xElemType, nDims, rName.copy(dimOffset) ) ); in getByHierarchicalName()

Completed in 147 milliseconds