Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx125 nRowDimCount( 0 ), in ScDPSource()
176 for (i=0; i<nRowDimCount; i++) in GetOrientation()
217 for (i=0; i<nRowDimCount; i++) in GetPosition()
258 if ( lcl_TestSubTotal( bAllowed, nColumn, nRowDims, nRowDimCount, this ) ) in SubTotalAllowed()
281 lcl_RemoveDim( nColumn, nRowDims, nRowDimCount ); in SetOrientation()
292 nRowDims[nRowDimCount++] = nColumn; in SetOrientation()
586 nColDimCount = nRowDimCount = nDataDimCount = nPageDimCount = 0; in disposeData()
668 long nDimCount = bIsRow ? nRowDimCount : nColDimCount; in FillCalcInfo()
723 for (long i = 0; i < nRowDimCount; ++i) in GetCategoryDimensionIndices()
1050 nDimCount = nRowDimCount; in FillLevelList()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java814 int nRowDimCount = aSettings.aRowDimensions.size(); in getResults() local
818 for (int i=0; i<nRowDimCount; i++) in getResults()
829 for (int nRowDim=0; nRowDim<nRowDimCount; nRowDim++) in getResults()
831 … int nDim = ((Integer)aSettings.aRowDimensions.get(nRowDimCount-nRowDim-1)).intValue(); in getResults()
/trunk/main/sc/inc/
H A Ddptabsrc.hxx123 long nRowDimCount; member in ScDPSource

Completed in 54 milliseconds