Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx144 sal_Int32 nRemainingGroups = 0; in lcl_removeEmptyChartTypeGroups() local
151 nRemainingGroups += xCTCnt->getChartTypes().getLength(); in lcl_removeEmptyChartTypeGroups()
155 for( sal_Int32 nI = aCooSysSeq.getLength(); nI-- && (nRemainingGroups > 1); ) in lcl_removeEmptyChartTypeGroups()
159 for( sal_Int32 nJ=aCTSeq.getLength(); nJ-- && (nRemainingGroups > 1); ) in lcl_removeEmptyChartTypeGroups()
166 --nRemainingGroups; in lcl_removeEmptyChartTypeGroups()

Completed in 21 milliseconds