Searched refs:nLevCount (Results 1 – 5 of 5) sorted by relevance
1082 long nLevCount = pLevels->getCount(); in FillLevelList() local1083 for (long nLev=0; nLev<nLevCount; nLev++) in FillLevelList()1535 long nLevCount = pLevels->getCount(); in GetSelectedData() local1536 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 …]
987 long nLevCount = 0; in FillPageList() local994 nLevCount = xLevels->getCount(); in FillPageList()997 if ( nLevel < nLevCount ) in FillPageList()1377 sal_Int32 nLevCount = xLevels->getCount(); in ParseFilters() local1378 for (sal_Int32 nLev=0; nLev<nLevCount; nLev++) in ParseFilters()1582 long nLevCount = 0; in ToggleDetails() local1589 nLevCount = xLevels->getCount(); in ToggleDetails()1592 if ( rElemDesc.Level < nLevCount ) in ToggleDetails()2075 sal_Int32 nLevCount = xLevels->getCount(); in GetMembersNA() local2076 if (nLevCount > 0) in GetMembersNA()
427 long nLevCount = xLevels->getCount(); in ScDPOutput() local428 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() local1451 nLevCount = xLevels->getCount(); in lcl_GetSubTotals()1454 if ( rField.nLevel < nLevCount ) in lcl_GetSubTotals()
632 long nLevCount = 0; in WriteToSource() local639 nLevCount = xLevels->getCount(); in WriteToSource()642 for (long nLev=0; nLev<nLevCount; nLev++) in WriteToSource()
547 long nLevCount; member in ScDPLevels
Completed in 58 milliseconds