Home
last modified time | relevance | path

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

/trunk/main/chart2/source/model/template/
H A DColumnLineChartTypeTemplate.cxx221 Reference< XChartTypeContainer > xCTCnt( rCoordSys[ 0 ], uno::UNO_QUERY_THROW ); in createChartTypes() local
222 xCTCnt->setChartTypes( Sequence< Reference< chart2::XChartType > >( &xCT, 1 )); in createChartTypes()
237 xCTCnt.set( rCoordSys[ 0 ], uno::UNO_QUERY_THROW ); in createChartTypes()
238 xCTCnt->addChartType( xCT ); in createChartTypes()
312 Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[i], uno::UNO_QUERY_THROW ); in matchesTemplate() local
313 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate()
H A DChartTypeTemplate.cxx358 … Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in matchesTemplate() local
359 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate()
841 Reference< XChartTypeContainer > xCTCnt( rCoordSys[nCooSysIdx], uno::UNO_QUERY_THROW ); in createChartTypes() local
842 Sequence< Reference< XChartType > > aCTSeq( xCTCnt->getChartTypes()); in createChartTypes()
845 xCTCnt->setChartTypes( aCTSeq ); in createChartTypes()
855 … Reference< XChartTypeContainer > xCTCnt( rCoordSys[nCooSysIdx], uno::UNO_QUERY_THROW ); in createChartTypes() local
856 Sequence< Reference< XChartType > > aCTSeq( xCTCnt->getChartTypes()); in createChartTypes()
860 xCTCnt->setChartTypes( aCTSeq ); in createChartTypes()
863 xCTCnt->addChartType( xCT ); in createChartTypes()
H A DStockChartTypeTemplate.cxx410 Reference< XChartTypeContainer > xCTCnt( rCoordSys[ 0 ], uno::UNO_QUERY_THROW ); in createChartTypes() local
411 xCTCnt->setChartTypes( ::chart::ContainerHelper::ContainerToSequence(aChartTypeVec) ); in createChartTypes()
449 Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[i], uno::UNO_QUERY_THROW ); in matchesTemplate() local
450 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate()
H A DPieChartTypeTemplate.cxx306 Reference< chart2::XChartTypeContainer > xCTCnt( rCoordSys[0], uno::UNO_QUERY_THROW ); in createChartTypes() local
307 xCTCnt->setChartTypes( Sequence< Reference< chart2::XChartType > >( &xCT, 1 )); in createChartTypes()
/trunk/main/xmloff/source/chart/
H A DSchXMLImport.cxx459 …Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[ nCooSysIndex ], uno::UNO_QUERY_THROW … in DeleteDataSeries() local
460 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in DeleteDataSeries()
514 …Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[ nCoordinateSystemIndex ], uno::UNO_QU… in GetNewDataSeries() local
515 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in GetNewDataSeries()
538 xCTCnt->setChartTypes( aChartTypes ); in GetNewDataSeries()
541 xCTCnt->addChartType( xCurrentType ); in GetNewDataSeries()
H A DSchXMLSeriesHelper.cxx66 Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[i], uno::UNO_QUERY_THROW ); in getDataSeriesFromDiagram() local
67 Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram()
200 … Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in getFirstCandleStickSeries() local
201 Sequence< Reference< chart2::XChartType > > aCTSeq( xCTCnt->getChartTypes()); in getFirstCandleStickSeries()
H A DSchXMLChartContext.cxx150 … uno::Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nI], uno::UNO_QUERY_THROW ); in lcl_removeEmptyChartTypeGroups() local
151 nRemainingGroups += xCTCnt->getChartTypes().getLength(); in lcl_removeEmptyChartTypeGroups()
157 … uno::Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nI], uno::UNO_QUERY_THROW ); in lcl_removeEmptyChartTypeGroups() local
158 uno::Sequence< uno::Reference< chart2::XChartType > > aCTSeq( xCTCnt->getChartTypes()); in lcl_removeEmptyChartTypeGroups()
165 xCTCnt->removeChartType( aCTSeq[nJ] ); in lcl_removeEmptyChartTypeGroups()
953 …uno::Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW… in MergeSeriesForStockChart() local
954 … uno::Sequence< uno::Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in MergeSeriesForStockChart()
H A DSchXMLExport.cxx568 … Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in lcl_hasChartType() local
569 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in lcl_hasChartType()
2734 Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCSIdx], uno::UNO_QUERY ); in exportSeries() local
2735 if( ! xCTCnt.is()) in exportSeries()
2737 Sequence< Reference< chart2::XChartType > > aCTSeq( xCTCnt->getChartTypes()); in exportSeries()
/trunk/main/chart2/source/tools/
H A DAxisHelper.cxx239 … Reference< XChartTypeContainer > xCTCnt( xCorrespondingCoordinateSystem, uno::UNO_QUERY_THROW ); in getExplicitNumberFormatKeyForAxis() local
240 if( xCTCnt.is() ) in getExplicitNumberFormatKeyForAxis()
245 Sequence< Reference< XChartType > > aChartTypes( xCTCnt->getChartTypes()); in getExplicitNumberFormatKeyForAxis()
912 Reference< chart2::XChartTypeContainer > xCTCnt( xCooSys, uno::UNO_QUERY ); in isSecondaryYAxisNeeded() local
913 if( xCTCnt.is() ) in isSecondaryYAxisNeeded()
915 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes() ); in isSecondaryYAxisNeeded()
H A DDiagramHelper.cxx717 Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[i], uno::UNO_QUERY_THROW ); in getDataSeriesFromDiagram() local
718 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram()
1238 Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[i], uno::UNO_QUERY_THROW ); in getChartTypesFromDiagram() local
1239 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getChartTypesFromDiagram()
H A DDataSeriesHelper.cxx131 … Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in lcl_getCooSysAndChartTypeOfSeries() local
132 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in lcl_getCooSysAndChartTypeOfSeries()
/trunk/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx433 Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[i], uno::UNO_QUERY_THROW ); in getAllDataSeriesContainers() local
434 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getAllDataSeriesContainers()
H A DDataBrowserModel.cxx832 … Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in updateFromModel() local
833 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in updateFromModel()
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx426 Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in createDataSeriesTree() local
427 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in createDataSeriesTree()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx978 …uno::Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW… in GetChartType() local
979 uno::Sequence< uno::Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in GetChartType()

Completed in 101 milliseconds