Home
last modified time | relevance | path

Searched refs:nLevCount (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx1082 long nLevCount = pLevels->getCount(); in FillLevelList() local
1083 for (long nLev=0; nLev<nLevCount; nLev++) in FillLevelList()
1535 long nLevCount = pLevels->getCount(); in GetSelectedData() local
1536 if ( nLevel < nLevCount ) in GetSelectedData()
1983 nLevCount = 0; in ScDPLevels()
1987 nLevCount = 1; in ScDPLevels()
1996 for (long i=0; i<nLevCount; i++) in ~ScDPLevels()
2056 return nLevCount; in getCount()
2061 if ( nIndex >= 0 && nIndex < nLevCount ) in getByIndex()
2065 ((ScDPLevels*)this)->ppLevs = new ScDPLevel*[nLevCount]; in getByIndex()
[all …]
H A Ddpobject.cxx987 long nLevCount = 0; in FillPageList() local
994 nLevCount = xLevels->getCount(); in FillPageList()
997 if ( nLevel < nLevCount ) in FillPageList()
1377 sal_Int32 nLevCount = xLevels->getCount(); in ParseFilters() local
1378 for (sal_Int32 nLev=0; nLev<nLevCount; nLev++) in ParseFilters()
1582 long nLevCount = 0; in ToggleDetails() local
1589 nLevCount = xLevels->getCount(); in ToggleDetails()
1592 if ( rElemDesc.Level < nLevCount ) in ToggleDetails()
2075 sal_Int32 nLevCount = xLevels->getCount(); in GetMembersNA() local
2076 if (nLevCount > 0) in GetMembersNA()
H A Ddpoutput.cxx427 long nLevCount = xLevels->getCount(); in ScDPOutput() local
428 for (long nLev=0; nLev<nLevCount; nLev++) in ScDPOutput()
500 DBG_ASSERT( nLevCount == 1, "data layout: multiple levels?" ); in ScDPOutput()
1444 sal_Int32 nLevCount = 0; in lcl_GetSubTotals() local
1451 nLevCount = xLevels->getCount(); in lcl_GetSubTotals()
1454 if ( rField.nLevel < nLevCount ) in lcl_GetSubTotals()
H A Ddpsave.cxx632 long nLevCount = 0; in WriteToSource() local
639 nLevCount = xLevels->getCount(); in WriteToSource()
642 for (long nLev=0; nLev<nLevCount; nLev++) in WriteToSource()
/trunk/main/sc/inc/
H A Ddptabsrc.hxx547 long nLevCount; member in ScDPLevels

Completed in 60 milliseconds