Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx314 sal_Int32 nMax = aChartTypeList.getLength(); in setStackMode()
320 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in setStackMode()
365 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in getStackMode()
367 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in getStackMode()
530 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in setDimension()
682 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in getChartTypeOfSeries()
684 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in getChartTypeOfSeries()
753 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in getDataSeriesGroups()
785 xChartType.set( aChartTypeList[nIndex - nTypesSoFar] ); in getChartTypeByIndex()
788 nTypesSoFar += aChartTypeList.getLength(); in getChartTypeByIndex()
[all …]
H A DAxisHelper.cxx1066 Sequence< Reference< XChartType > > aChartTypeList( xChartTypeContainer->getChartTypes() ); in getChartTypeByIndex() local
1067 if( nIndex >= 0 && nIndex < aChartTypeList.getLength() ) in getChartTypeByIndex()
1068 xChartType.set( aChartTypeList[nIndex] ); in getChartTypeByIndex()
H A DObjectIdentifier.cxx154 … uno::Sequence< Reference< XChartType > > aChartTypeList( xChartTypeContainer->getChartTypes() ); in lcl_getFirstStockChartType() local
155 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in lcl_getFirstStockChartType()
157 Reference< XChartType > xChartType( aChartTypeList[nT] ); in lcl_getFirstStockChartType()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedGapwidthProperty.cxx90 …Sequence< Reference< chart2::XChartType > > aChartTypeList( DiagramHelper::getChartTypesFromDiagra… in setPropertyValue() local
91 for( sal_Int32 nN = 0; nN < aChartTypeList.getLength(); nN++ ) in setPropertyValue()
95 Reference< beans::XPropertySet > xProp( aChartTypeList[nN], uno::UNO_QUERY ); in setPropertyValue()
136 …Sequence< Reference< chart2::XChartType > > aChartTypeList( DiagramHelper::getChartTypesFromDiagra… in getPropertyValue() local
137 for( sal_Int32 nN = 0; nN < aChartTypeList.getLength() && !bInnerValueDetected; nN++ ) in getPropertyValue()
141 Reference< beans::XPropertySet > xProp( aChartTypeList[nN], uno::UNO_QUERY ); in getPropertyValue()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx139 …uno::Sequence< uno::Reference< chart2::XChartType > > aChartTypeList( xChartTypeContainer->getChar… in lcl_getChartTypeOfSeries() local
140 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in lcl_getChartTypeOfSeries()
142 uno::Reference< chart2::XChartType > xChartType( aChartTypeList[nT] ); in lcl_getChartTypeOfSeries()
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx491 …uno::Sequence< uno::Reference< XChartType > > aChartTypeList( xChartTypeContainer->getChartTypes()… in resetStyles() local
492 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in resetStyles()
494 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in resetStyles()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx696 …uno::Sequence< uno::Reference< XChartType > > aChartTypeList( xChartTypeContainer->getChartTypes()… in initializeCooSysAndSeriesPlotter() local
697 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in initializeCooSysAndSeriesPlotter()
699 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in initializeCooSysAndSeriesPlotter()

Completed in 86 milliseconds