Searched refs:createGroup2D (Results 1 – 13 of 13) sorted by relevance
/trunk/main/chart2/source/view/axes/ |
H A D | VCoordinateSystem.cxx | 120 m_xLogicTargetForGrids = aShapeFactory.createGroup2D( xLogicTarget ); in initPlottingTargets() 121 xLogicTargetForSeriesBehindAxis = aShapeFactory.createGroup2D( xLogicTarget ); in initPlottingTargets() 122 m_xLogicTargetForAxes = aShapeFactory.createGroup2D( xLogicTarget ); in initPlottingTargets()
|
H A D | VAxisBase.cxx | 201 m_xTextTarget = m_pShapeFactory->createGroup2D( m_xFinalTarget, m_aCID ); in prepareShapeCreation()
|
/trunk/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 174 …uno::Reference< drawing::XShapes > xOuterGroup_Shapes = m_pShapeFactory->createGroup2D(m_xLogicTar… in createShapes_2d() 177 …uno::Reference< drawing::XShapes > xGroupForWall( m_pShapeFactory->createGroup2D(xOuterGroup_Shape… in createShapes_2d() 181 …uno::Reference< drawing::XShapes > xShapes = m_pShapeFactory->createGroup2D(xOuterGroup_Shapes,C2U… in createShapes_2d()
|
/trunk/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 361 xShapes = m_pShapeFactory->createGroup2D( xTextTarget, rDataSeries.getLabelsCID() ); in getLabelsGroupShape() 448 m_pShapeFactory->createGroup2D( this->getLabelsGroupShape(rDataSeries, xTarget) in createDataLabel() 2136 …:Reference< drawing::XShapes > xSymbolGroup( ShapeFactory(xShapeFactory).createGroup2D( xTarget )); in createLegendEntriesForSeries() 2165 …:Reference< drawing::XShapes > xSymbolGroup( ShapeFactory(xShapeFactory).createGroup2D( xTarget )); in createLegendEntriesForSeries() 2207 …:Reference< drawing::XShapes > xSymbolGroup( ShapeFactory(xShapeFactory).createGroup2D( xTarget )); in createLegendEntriesForSeries()
|
H A D | BarChart.cxx | 441 m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() )); in createShapes() 446 m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() )); in createShapes()
|
H A D | AreaChart.cxx | 610 m_xTextTarget = m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() ); in createShapes() 611 …m_xRegressionCurveEquationTarget = m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() … in createShapes()
|
H A D | CandleStickChart.cxx | 139 m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() )); in createShapes()
|
H A D | BubbleChart.cxx | 219 m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() )); in createShapes()
|
H A D | PieChart.cxx | 354 m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() )); in createShapes()
|
/trunk/main/chart2/source/view/main/ |
H A D | PlotterBase.cxx | 100 return m_pShapeFactory->createGroup2D( xTarget, rName ); in createGroupShape()
|
H A D | ChartView.cxx | 1454 …< drawing::XShapes > xTextTargetShapes( ShapeFactory(m_xShapeFactory).createGroup2D(xDiagramPlusAx… in impl_createDiagramAndContent() 2554 …ramPlusAxesPlusMarkHandlesGroup_Shapes( ShapeFactory(m_xShapeFactory).createGroup2D(xPageShapes,aD… in createShapes() 2564 …ing::XShapes > xDiagramPlusAxes_Shapes( ShapeFactory(m_xShapeFactory).createGroup2D(xDiagramPlusAx… in createShapes()
|
H A D | ShapeFactory.cxx | 158 xRet = this->createGroup2D( in getOrCreateChartRootShape() 1918 ShapeFactory::createGroup2D( const uno::Reference< drawing::XShapes >& xTarget in createGroup2D() function in chart::ShapeFactory
|
/trunk/main/chart2/source/view/inc/ |
H A D | ShapeFactory.hxx | 53 createGroup2D(
|
Completed in 115 milliseconds