/trunk/main/chart2/source/tools/ |
H A D | DiagramHelper.cxx | 475 Reference< XCoordinateSystemContainer > xCooSysCnt( xDiagram, uno::UNO_QUERY ); in getDimension() local 476 if( xCooSysCnt.is() ) in getDimension() 479 xCooSysCnt->getCoordinateSystems()); in getDimension() 711 Reference< XCoordinateSystemContainer > xCooSysCnt( in getDataSeriesFromDiagram() local 714 xCooSysCnt->getCoordinateSystems()); in getDataSeriesFromDiagram() 807 Reference< XCoordinateSystemContainer > xCooSysCnt( in lcl_getAxisHoldingCategoriesFromDiagram() local 810 xCooSysCnt->getCoordinateSystems()); in lcl_getAxisHoldingCategoriesFromDiagram() 854 Reference< XCoordinateSystemContainer > xCooSysCnt( in isCategoryDiagram() local 857 xCooSysCnt->getCoordinateSystems()); in isCategoryDiagram() 1232 Reference< XCoordinateSystemContainer > xCooSysCnt( in getChartTypesFromDiagram() local [all …]
|
H A D | ChartModelHelper.cxx | 121 …uno::Reference< XCoordinateSystemContainer > xCooSysCnt( ChartModelHelper::findDiagram( xModel ), … in getFirstCoordinateSystem() local 122 if( xCooSysCnt.is() ) in getFirstCoordinateSystem() 124 …uno::Sequence< uno::Reference< XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSystems(… in getFirstCoordinateSystem()
|
H A D | DataSeriesHelper.cxx | 125 Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xDiagram, uno::UNO_QUERY ); in lcl_getCooSysAndChartTypeOfSeries() local 126 if( xCooSysCnt.is()) in lcl_getCooSysAndChartTypeOfSeries() 128 …Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSystems()); in lcl_getCooSysAndChartTypeOfSeries()
|
/trunk/main/xmloff/source/chart/ |
H A D | SchXMLAxisContext.cxx | 357 … Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xDiagram, uno::UNO_QUERY_THROW ); in lcl_getAxis() local 359 aCooSysSeq( xCooSysCnt->getCoordinateSystems()); in lcl_getAxis() 561 …Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xChart2Document->getFirstDiagram(), un… in CreateAxis() local 562 if( xCooSysCnt.is() ) in CreateAxis() 564 …uno::Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSyste… in CreateAxis() 770 …Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xNewDoc->getFirstDiagram(), uno::UNO_Q… in CorrectAxisPositions() local 771 …uno::Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSyste… in CorrectAxisPositions()
|
H A D | SchXMLSeriesHelper.cxx | 60 Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( in getDataSeriesFromDiagram() local 63 xCooSysCnt->getCoordinateSystems()); in getDataSeriesFromDiagram() 196 … Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xDiagram, uno::UNO_QUERY_THROW ); in getFirstCandleStickSeries() local 197 …Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSystems()); in getFirstCandleStickSeries()
|
H A D | SchXMLImport.cxx | 451 Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( in DeleteDataSeries() local 454 xCooSysCnt->getCoordinateSystems()); in DeleteDataSeries() 504 Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( in GetNewDataSeries() local 507 xCooSysCnt->getCoordinateSystems()); in GetNewDataSeries()
|
H A D | SchXMLChartContext.cxx | 145 … uno::Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xDia, uno::UNO_QUERY_THROW ); in lcl_removeEmptyChartTypeGroups() local 147 aCooSysSeq( xCooSysCnt->getCoordinateSystems()); in lcl_removeEmptyChartTypeGroups() 949 … uno::Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xDiagram, uno::UNO_QUERY_THROW ); in MergeSeriesForStockChart() local 950 …uno::Sequence< uno::Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinate… in MergeSeriesForStockChart()
|
H A D | SchXMLTableContext.cxx | 100 Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( in lcl_getAxesHoldingCategoriesFromDiagram() local 103 xCooSysCnt->getCoordinateSystems()); in lcl_getAxesHoldingCategoriesFromDiagram() 1092 …Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xChartDoc->getFirstDiagram(), uno::UNO… in switchRangesFromOuterToInternalIfNecessary() local 1093 …Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSystems() … in switchRangesFromOuterToInternalIfNecessary()
|
H A D | SchXMLExport.cxx | 346 Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( in lcl_getCategories() local 349 xCooSysCnt->getCoordinateSystems()); in lcl_getCategories() 564 … Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xDiagram, uno::UNO_QUERY_THROW ); in lcl_hasChartType() local 565 …Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSystems()); in lcl_hasChartType() 1913 Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xNewDiagram, uno::UNO_QUERY ); in lcl_getCooSys() local 1914 if(xCooSysCnt.is()) in lcl_getCooSys() 1916 …Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSystems() … in lcl_getCooSys()
|
H A D | SchXMLTools.cxx | 454 … uno::Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xDia, uno::UNO_QUERY_THROW ); in CreateCategories() local 456 aCooSysSeq( xCooSysCnt->getCoordinateSystems()); in CreateCategories()
|
/trunk/main/chart2/source/model/template/ |
H A D | BarChartTypeTemplate.cxx | 320 const Reference< chart2::XCoordinateSystemContainer > & xCooSysCnt ) in createCoordinateSystems() 322 ChartTypeTemplate::createCoordinateSystems( xCooSysCnt ); in createCoordinateSystems() 324 Reference< chart2::XDiagram > xDiagram( xCooSysCnt, uno::UNO_QUERY ); in createCoordinateSystems()
|
H A D | PieChartTypeTemplate.cxx | 563 Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xDiagram, uno::UNO_QUERY ); in resetStyles() local 564 if( xCooSysCnt.is()) in resetStyles() 566 …Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSystems()); in resetStyles()
|
H A D | ColumnLineChartTypeTemplate.cxx | 306 Reference< XCoordinateSystemContainer > xCooSysCnt( in matchesTemplate() local 309 xCooSysCnt->getCoordinateSystems()); in matchesTemplate()
|
H A D | StockChartTypeTemplate.cxx | 443 Reference< XCoordinateSystemContainer > xCooSysCnt( in matchesTemplate() local 446 xCooSysCnt->getCoordinateSystems()); in matchesTemplate()
|
H A D | BarChartTypeTemplate.hxx | 106 ::com::sun::star::chart2::XCoordinateSystemContainer > & xCooSysCnt );
|
H A D | ChartTypeTemplate.cxx | 341 Reference< XCoordinateSystemContainer > xCooSysCnt( in matchesTemplate() local 344 xCooSysCnt->getCoordinateSystems()); in matchesTemplate()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ObjectHierarchy.cxx | 310 Reference< XCoordinateSystemContainer > xCooSysCnt( xDiagram, uno::UNO_QUERY_THROW ); in createAxesTree() local 416 Reference< XCoordinateSystemContainer > xCooSysCnt( xDiagram, uno::UNO_QUERY_THROW ); in createDataSeriesTree() local 423 xCooSysCnt->getCoordinateSystems()); in createDataSeriesTree()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DataBrowserModel.cxx | 826 Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xDiagram, uno::UNO_QUERY ); in updateFromModel() local 827 if( !xCooSysCnt.is()) in updateFromModel() 829 …Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSystems()); in updateFromModel()
|
H A D | DialogModel.cxx | 427 Reference< XCoordinateSystemContainer > xCooSysCnt( in getAllDataSeriesContainers() local 430 xCooSysCnt->getCoordinateSystems()); in getAllDataSeriesContainers()
|
/trunk/main/svtools/source/misc/ |
H A D | embedhlp.cxx | 972 … uno::Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xDiagram, uno::UNO_QUERY_THROW ); in GetChartType() local 973 …uno::Sequence< uno::Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinate… in GetChartType()
|