/aoo42x/main/chart2/source/model/template/ |
H A D | ColumnLineChartTypeTemplate.cxx | 221 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 D | ChartTypeTemplate.cxx | 358 … 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 D | StockChartTypeTemplate.cxx | 410 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 D | PieChartTypeTemplate.cxx | 306 Reference< chart2::XChartTypeContainer > xCTCnt( rCoordSys[0], uno::UNO_QUERY_THROW ); in createChartTypes() local 307 xCTCnt->setChartTypes( Sequence< Reference< chart2::XChartType > >( &xCT, 1 )); in createChartTypes()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLImport.cxx | 459 …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 D | SchXMLSeriesHelper.cxx | 66 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 D | SchXMLChartContext.cxx | 150 … 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 D | SchXMLExport.cxx | 568 … 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()
|
/aoo42x/main/chart2/source/tools/ |
H A D | AxisHelper.cxx | 239 … 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 D | DiagramHelper.cxx | 717 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 D | DataSeriesHelper.cxx | 131 … 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()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | DialogModel.cxx | 433 Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[i], uno::UNO_QUERY_THROW ); in getAllDataSeriesContainers() local 434 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getAllDataSeriesContainers()
|
H A D | DataBrowserModel.cxx | 832 … Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in updateFromModel() local 833 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in updateFromModel()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ObjectHierarchy.cxx | 426 Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in createDataSeriesTree() local 427 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in createDataSeriesTree()
|
/aoo42x/main/svtools/source/misc/ |
H A D | embedhlp.cxx | 978 …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()
|