Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/tools/
H A DDiagramHelper.cxx313 …uno::Sequence< uno::Reference< XChartType > > aChartTypeList( xChartTypeContainer->getChartTypes()… in setStackMode() local
314 sal_Int32 nMax = aChartTypeList.getLength(); in setStackMode()
320 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in setStackMode()
364 …uno::Sequence< uno::Reference< XChartType > > aChartTypeList( xChartTypeContainer->getChartTypes()… in getStackMode() local
365 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in getStackMode()
367 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in getStackMode()
529 … Sequence< Reference< XChartType > > aChartTypeList( xChartTypeContainer->getChartTypes() ); in setDimension() local
530 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in setDimension()
532 Reference< XChartType > xChartType( aChartTypeList[nT], uno::UNO_QUERY ); in setDimension()
681 …uno::Sequence< uno::Reference< XChartType > > aChartTypeList( xChartTypeContainer->getChartTypes()… in getChartTypeOfSeries() local
[all …]
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()
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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()