Home
last modified time | relevance | path

Searched refs:pDims (Results 1 – 6 of 6) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dstep0.cxx784 SbxArray* pDims = refVar->GetParameters(); in DimImpl() local
787 if( pDims && !( pDims->Count() & 1 ) ) in DimImpl()
794 if( pDims ) in DimImpl()
798 for( sal_uInt16 i = 1; i < pDims->Count(); ) in DimImpl()
800 sal_Int32 lb = pDims->Get( i++ )->GetLong(); in DimImpl()
801 sal_Int32 ub = pDims->Get( i++ )->GetLong(); in DimImpl()
H A Dmethods1.cxx1237 short* pDims = new short[ nDims ]; in PutGet() local
1238 bRet = lcl_WriteReadSbxArray(*pArr,pStrm,!bRandom,nDims,pDims,bPut); in PutGet()
1239 delete [] pDims; in PutGet()
/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx263 void lcl_RemoveDim( long nRemove, long* pDims, long& rCount ) in lcl_RemoveDim() argument
266 if ( pDims[i] == nRemove ) in lcl_RemoveDim()
269 pDims[j] = pDims[j+1]; in lcl_RemoveDim()
1070 ScDPDimensions* pDims = GetDimensionsObject(); in FillLevelList() local
1073 ScDPDimension* pDim = pDims->getByIndex(pDimIndex[nDim]); in FillLevelList()
H A Ddpgroup.cxx1353 …illGroupValues( /*ScDPItemData* pItemData*/ SCROW* pItemDataIndex, long nCount, const long* pDims ) in FillGroupValues() argument
1362 long nColumn = pDims[nDim]; in FillGroupValues()
H A Ddptabres.cxx3885 const ScDPDimensions* pDims = mpSource->GetDimensionsObject(); in fillFieldFilters() local
3911 ScDPDimension* pDim = pDims->getByIndex(nDimIndex); in fillFieldFilters()
/trunk/main/sc/inc/
H A Ddpgroup.hxx203 void FillGroupValues( SCROW* pItemDataIndex, long nCount, const long* pDims );

Completed in 56 milliseconds