Home
last modified time | relevance | path

Searched refs:xCooSysCnt (Results 1 – 20 of 20) sorted by relevance

/aoo4110/main/chart2/source/tools/
H A DDiagramHelper.cxx475 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 DChartModelHelper.cxx121 …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 DDataSeriesHelper.cxx125 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()
/aoo4110/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx60 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 DSchXMLAxisContext.cxx357 … 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 DSchXMLImport.cxx451 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 DSchXMLChartContext.cxx145 … 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 DSchXMLTableContext.cxx100 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 DSchXMLExport.cxx346 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 DSchXMLTools.cxx454 … uno::Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xDia, uno::UNO_QUERY_THROW ); in CreateCategories() local
456 aCooSysSeq( xCooSysCnt->getCoordinateSystems()); in CreateCategories()
/aoo4110/main/chart2/source/model/template/
H A DBarChartTypeTemplate.cxx320 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 DPieChartTypeTemplate.cxx563 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 DColumnLineChartTypeTemplate.cxx306 Reference< XCoordinateSystemContainer > xCooSysCnt( in matchesTemplate() local
309 xCooSysCnt->getCoordinateSystems()); in matchesTemplate()
H A DStockChartTypeTemplate.cxx443 Reference< XCoordinateSystemContainer > xCooSysCnt( in matchesTemplate() local
446 xCooSysCnt->getCoordinateSystems()); in matchesTemplate()
H A DBarChartTypeTemplate.hxx106 ::com::sun::star::chart2::XCoordinateSystemContainer > & xCooSysCnt );
H A DChartTypeTemplate.cxx341 Reference< XCoordinateSystemContainer > xCooSysCnt( in matchesTemplate() local
344 xCooSysCnt->getCoordinateSystems()); in matchesTemplate()
/aoo4110/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx310 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()
/aoo4110/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx826 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 DDialogModel.cxx427 Reference< XCoordinateSystemContainer > xCooSysCnt( in getAllDataSeriesContainers() local
430 xCooSysCnt->getCoordinateSystems()); in getAllDataSeriesContainers()
/aoo4110/main/svtools/source/misc/
H A Dembedhlp.cxx972 … 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()

Completed in 150 milliseconds