/trunk/main/chart2/source/tools/ |
H A D | ChartModelHelper.cxx | 150 uno::Reference< XChartType > ChartModelHelper::getChartTypeOfSeries( in getChartTypeOfSeries() function in chart::ChartModelHelper 154 …return DiagramHelper::getChartTypeOfSeries( ChartModelHelper::findDiagram( xModel ), xGivenDataSer… in getChartTypeOfSeries()
|
H A D | RegressionCurveHelper.cxx | 236 ChartModelHelper::getChartTypeOfSeries( xModel, xSeries ), 0 ); // x-axis in initializeCurveCalculator()
|
H A D | DataSeriesHelper.cxx | 515 Reference< chart2::XChartType > getChartTypeOfSeries( in getChartTypeOfSeries() function
|
H A D | AxisHelper.cxx | 1152 xChartType = DiagramHelper::getChartTypeOfSeries( xDiagram, *aIter ); in getFirstChartTypeWithSeriesAttachedToAxisIndex()
|
H A D | DiagramHelper.cxx | 654 uno::Reference< XChartType > DiagramHelper::getChartTypeOfSeries( in getChartTypeOfSeries() function in chart::DiagramHelper
|
/trunk/main/chart2/source/controller/itemsetwrapper/ |
H A D | SeriesOptionsItemConverter.cxx | 100 …uno::Reference< XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram , xDataSeri… in SeriesOptionsItemConverter() 233 …:Reference< beans::XPropertySet > xChartTypeProps( DiagramHelper::getChartTypeOfSeries( xDiagram ,… in ApplySpecialItem()
|
H A D | DataPointItemConverter.cxx | 249 …uno::Reference< XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram , xSeries )… in DataPointItemConverter()
|
/trunk/main/chart2/source/inc/ |
H A D | ChartModelHelper.hxx | 81 getChartTypeOfSeries(
|
H A D | DataSeriesHelper.hxx | 137 getChartTypeOfSeries(
|
H A D | DiagramHelper.hxx | 192 getChartTypeOfSeries(
|
/trunk/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedSymbolProperties.cxx | 326 …Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram, xSeries… in getPropertyState()
|
H A D | DataSeriesPointWrapper.cxx | 566 …Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram, xSeries… in isSupportingAreaProperties()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | dlg_ObjectProperties.cxx | 138 …uno::Reference< XChartType > xChartType = ChartModelHelper::getChartTypeOfSeries( xChartModel, xSe… in init()
|
H A D | ObjectNameProvider.cxx | 70 … Reference< XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram, xSeries ) ); in lcl_getDataSeriesName()
|
H A D | DataBrowserModel.cxx | 337 xChartType.set( DiagramHelper::getChartTypeOfSeries( xDiagram, xSeries )); in insertDataSeries()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartController_Properties.cxx | 201 …uno::Reference< XChartType > xChartType = ChartModelHelper::getChartTypeOfSeries( xChartModel, xSe… in createItemConverter()
|
H A D | ChartController_Tools.cxx | 109 … ::chart::DataSeriesHelper::getChartTypeOfSeries( xSeries, xChartDoc->getFirstDiagram())); in lcl_deleteDataSeries()
|
H A D | ControllerCommandDispatch.cxx | 233 DataSeriesHelper::getChartTypeOfSeries( xGivenDataSeries, xDiagram )); in update()
|
H A D | ChartController_Window.cxx | 1115 …Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram, xSeries… in execute_Command()
|
/trunk/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 1889 …uno::Reference< chart2::XChartType > xChartType( DataSeriesHelper::getChartTypeOfSeries( xSeries, … in getExplicitNumberFormatKeyForDataLabel()
|