Home
last modified time | relevance | path

Searched refs:nLevelCount (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx473 … sal_Int32 nLevelCount = m_aAxisProperties.m_pExplicitCategoriesProvider->getCategoryLevelCount(); in createAllTickInfosFromComplexCategories() local
474 for( ; nLevel<nLevelCount; nLevel++ ) in createAllTickInfosFromComplexCategories()
507 … sal_Int32 nLevelCount = m_aAxisProperties.m_pExplicitCategoriesProvider->getCategoryLevelCount(); in createAllTickInfosFromComplexCategories() local
508 for( ; nLevel<nLevelCount; nLevel++ ) in createAllTickInfosFromComplexCategories()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3037 sal_Int32 nLevelCount = aMap.count( nLevel ); in handleToc() local
3038 if( nLevelCount ) in handleToc()
3042 uno::Sequence< rtl::OUString> aStyles( nLevelCount ); in handleToc()
3043 for ( sal_Int32 nStyle = 0; nStyle < nLevelCount; ++nStyle, ++aTOCStyleIter ) in handleToc()
3057 sal_Int32 nLevelCount = xLevelFormats->getCount(); in handleToc() local
3059 for( sal_Int32 nLevel = 1; nLevel < nLevelCount; ++nLevel) in handleToc()
/trunk/main/xmloff/source/text/
H A Dtxtlists.cxx377 const sal_Int32 nLevelCount( i_xNumRules->getCount() ); in ClampLevel() local
378 if ( io_rLevel >= nLevelCount ) { in ClampLevel()
379 io_rLevel = sal::static_int_cast< sal_Int16 >(nLevelCount-1); in ClampLevel()
H A DXMLSectionExport.cxx886 sal_Int32 nLevelCount = xLevelTemplates->getCount(); in ExportBaseIndexSource() local
887 for(sal_Int32 i = 1; i<nLevelCount; i++) in ExportBaseIndexSource()
/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx302 sal_Int32 nLevelCount = xLevel->getCount(); in UserDraw() local
303 if(nLevelCount > 5) in UserDraw()
304 nLevelCount = 5; in UserDraw()
305 for( sal_Int32 i = 0; i < nLevelCount && i < 5; i++) in UserDraw()
/trunk/main/sc/source/ui/view/
H A Dolinewin.cxx245 size_t nLevelCount = pArray ? pArray->GetDepth() : 0; in GetLevelCount() local
246 return nLevelCount ? (nLevelCount + 1) : 0; in GetLevelCount()
624 size_t nLevelCount = GetLevelCount(); in Paint() local
631 for ( size_t nLevel = 0; nLevel < nLevelCount; ++nLevel ) in Paint()
646 for ( size_t nLevel = 0; nLevel + 1 < nLevelCount; ++nLevel ) in Paint()
803 size_t nLevelCount = GetLevelCount(); in ImplMoveFocusByLevel() local
807 if ( nLevelCount > 0 ) in ImplMoveFocusByLevel()
808 bWrapped = lcl_RotateValue( mnFocusLevel, 0, nLevelCount - 1, bForward ); in ImplMoveFocusByLevel()
822 if ( bForward && (mnFocusLevel + 2 < nLevelCount) ) in ImplMoveFocusByLevel()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx1269 sal_uInt16 nLevelCount = FindSuccLevel( nCol, nRow, nCol, nRow, 0, 0 ); in DeleteSucc() local
1270 if ( nLevelCount ) in DeleteSucc()
1271 FindSuccLevel( nCol, nRow, nCol, nRow, 0, nLevelCount ); // loeschen in DeleteSucc()
1273 return ( nLevelCount != 0 ); in DeleteSucc()
1282 sal_uInt16 nLevelCount = FindPredLevel( nCol, nRow, 0, 0 ); in DeletePred() local
1283 if ( nLevelCount ) in DeletePred()
1284 FindPredLevel( nCol, nRow, 0, nLevelCount ); // loeschen in DeletePred()
1286 return ( nLevelCount != 0 ); in DeletePred()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx679 sal_uInt16 nLevelCount = 0; // Anzahl Gruppierungen in DoSubTotals() local
683 nLevelCount = i+1; in DoSubTotals()
687 if (nLevelCount==0) // nichts tun in DoSubTotals()
696 sal_Bool bTestPrevSub = ( nLevelCount > 1 ); in DoSubTotals()
720 for (sal_uInt16 nLevel=0; nLevel<=nLevelCount && bSpaceLeft; nLevel++) // incl. Gesamtergebnis in DoSubTotals()
722 sal_Bool bTotal = ( nLevel == nLevelCount ); in DoSubTotals()
723 aRowEntry.nGroupNo = bTotal ? 0 : (nLevelCount-nLevel-1); in DoSubTotals()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx790 : nLevelCount(nLevels), in SvxNumRule()
849 nLevelCount = rCopy.nLevelCount ; in SvxNumRule()
874 rStream >> nLevelCount; in SvxNumRule()
907 rStream<<nLevelCount; in Store()
958 nLevelCount = rCopy.nLevelCount; in operator =()
978 if(nLevelCount != rCopy.nLevelCount || in operator ==()
983 for(sal_uInt16 i = 0; i < nLevelCount; i++) in operator ==()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx266 sal_uInt16 nLevelCount; // Anzahl der unterstuetzten Levels member in SvxNumRule
307 sal_uInt16 GetLevelCount() const {return nLevelCount;} in GetLevelCount()
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx377 sal_Int32 nLevelCount = rSplitCategoriesList.getLength(); in InternalDataProvider() local
378 for( sal_Int32 nL = 0; nL<nLevelCount; nL++ ) in InternalDataProvider()
396 if( !nLevelCount ) in InternalDataProvider()
586 sal_Int32 nLevelCount = lcl_getInnerLevelCount( aCategories ); in createDataSource() local
587 for( sal_Int32 nL=0; nL<nLevelCount; nL++ ) in createDataSource()
794 sal_Int32 nLevelCount = lcl_getInnerLevelCount( aCategories ); in getDataByRangeRepresentation() local
795 if( nLevelCount == 1 ) in getDataByRangeRepresentation()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx807 sal_Int32 nLevelCount = rSplitCategoriesList.getLength(); in updateFromModel() local
808 for( sal_Int32 nL = 0; nL<nLevelCount; nL++ ) in updateFromModel()

Completed in 121 milliseconds