Home
last modified time | relevance | path

Searched refs:m_pShapeFactory (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/chart2/source/view/diagram/
H A DVDiagram.cxx66 , m_pShapeFactory(NULL) in VDiagram()
100 delete m_pShapeFactory; in ~VDiagram()
113 m_pShapeFactory = new ShapeFactory(xFactory); in init()
169 …DBG_ASSERT(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is()&&m_xShapeFactory.is(),"is not… in createShapes_2d()
170 if(!(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is()&&m_xShapeFactory.is())) in createShapes_2d()
174 …uno::Reference< drawing::XShapes > xOuterGroup_Shapes = m_pShapeFactory->createGroup2D(m_xLogicTar… in createShapes_2d()
510 if(!(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is()&&m_xShapeFactory.is())) in createShapes_3d()
526 xOuterGroup_Shapes = m_pShapeFactory->createGroup3D( xOuterGroup_Shapes, rtl::OUString() ); in createShapes_3d()
570 m_pShapeFactory->createStripe( xWallGroup_Shapes, aStripe in createShapes_3d()
598 m_pShapeFactory->createStripe(xWallGroup_Shapes, aStripe in createShapes_3d()
[all …]
/aoo4110/main/chart2/source/view/charttypes/
H A DAreaChart.cxx390 m_pShapeFactory->createStripe(xSeriesGroupShape_Shapes in impl_createLine()
398 xShape = m_pShapeFactory->createLine2D( xSeriesGroupShape_Shapes in impl_createLine()
404 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in impl_createLine()
473 xShape = m_pShapeFactory->createArea3D( xSeriesGroupShape_Shapes in impl_createArea()
478 xShape = m_pShapeFactory->createArea2D( xSeriesGroupShape_Shapes in impl_createArea()
485 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in impl_createArea()
597 if(!(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is())) in createShapes()
610 m_xTextTarget = m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() ); in createShapes()
611 …m_xRegressionCurveEquationTarget = m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() … in createShapes()
877 m_pShapeFactory->createSymbol2D( xPointGroupShape_Shapes in createShapes()
[all …]
H A DBubbleChart.cxx124 …os( LabelPositionHelper(m_pMainPosHelper,m_nDimension,m_xLogicTarget,m_pShapeFactory).transformSce… in calculateBubbleSizeScalingFactor()
125 …os( LabelPositionHelper(m_pMainPosHelper,m_nDimension,m_xLogicTarget,m_pShapeFactory).transformSce… in calculateBubbleSizeScalingFactor()
210 …DBG_ASSERT(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is(),"BubbleChart is not proper in… in createShapes()
211 if(!(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is())) in createShapes()
219 m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() )); in createShapes()
338 xShape = m_pShapeFactory->createCircle2D( xPointGroupShape_Shapes in createShapes()
345 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in createShapes()
387 …oint aScreenPosition2D( LabelPositionHelper(pPosHelper,m_nDimension,m_xLogicTarget,m_pShapeFactory) in createShapes()
H A DBarChart.cxx277 return LabelPositionHelper(pPosHelper,m_nDimension,m_xLogicTarget,m_pShapeFactory) in getLabelScreenPositionAndAlignment()
308 …xShape = m_pShapeFactory->createCylinder( xTarget, rPosition, rSize, nRotateZAngleHundredthDegree … in createDataPoint3D_Bar()
311 …xShape = m_pShapeFactory->createCone( xTarget, rPosition, rSize, fTopHeight, nRotateZAngleHundredt… in createDataPoint3D_Bar()
314 …xShape = m_pShapeFactory->createPyramid( xTarget, rPosition, rSize, fTopHeight, nRotateZAngleHundr… in createDataPoint3D_Bar()
319 xShape = m_pShapeFactory->createCube( xTarget, rPosition, rSize in createDataPoint3D_Bar()
425 …DBG_ASSERT(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is(),"BarChart is not proper initi… in createShapes()
426 if(!(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is())) in createShapes()
441 m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() )); in createShapes()
446 m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() )); in createShapes()
835 … xShape = m_pShapeFactory->createArea2D( xPointGroupShape_Shapes, aPoly ); in createShapes()
[all …]
H A DPieChart.cxx225 xShape = m_pShapeFactory->createPieSegment( xTarget in createDataPoint()
233 xShape = m_pShapeFactory->createPieSegment2D( xTarget in createDataPoint()
344 …DBG_ASSERT(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is(),"PieChart is not proper initi… in createShapes()
345 if(!(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is())) in createShapes()
354 m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() )); in createShapes()
499 …PolarLabelPositionHelper aPolarPosHelper(m_pPosHelper,m_nDimension,m_xLogicTarget,m_pShapeFactory); in createShapes()
549 aOrigin, m_xLogicTarget, m_pShapeFactory, m_nDimension ) ); in createShapes()
551 aNewOrigin, m_xLogicTarget, m_pShapeFactory, m_nDimension ) ); in createShapes()
895 m_pShapeFactory->createLine2D( rInfo.xTextTarget, aPoints, &aVLineProperties ); in rearrangeLabelToAvoidOverlapIfRequested()
H A DCandleStickChart.cxx122 …DBG_ASSERT(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is(),"CandleStickChart is not prop… in createShapes()
123 if(!(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is())) in createShapes()
139 m_pShapeFactory->createGroup2D( m_xFinalTarget,rtl::OUString() )); in createShapes()
H A DVSeriesPlotter.cxx361 xShapes = m_pShapeFactory->createGroup2D( xTextTarget, rDataSeries.getLabelsCID() ); in getLabelsGroupShape()
448 m_pShapeFactory->createGroup2D( this->getLabelsGroupShape(rDataSeries, xTarget) in createDataLabel()
915 …uno::Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( xTarget, PolyToPointSequ… in createErrorBar()
1032 uno::Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in createRegressionCurvesShapes()
1034 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in createRegressionCurvesShapes()
1136 uno::Reference< drawing::XShape > xTextShape = m_pShapeFactory->createText( in createRegressionCurveEquationShapes()
/aoo4110/main/chart2/source/view/main/
H A DPlotterBase.cxx48 , m_pShapeFactory(NULL) in PlotterBase()
66 m_pShapeFactory = new ShapeFactory(xShapeFactory); in initPlotter()
72 delete m_pShapeFactory; in ~PlotterBase()
100 return m_pShapeFactory->createGroup2D( xTarget, rName ); in createGroupShape()
105 return m_pShapeFactory->createGroup3D( xTarget, rName ); in createGroupShape()
H A DLabelPositionHelper.cxx52 , m_pShapeFactory(pShapeFactory) in LabelPositionHelper()
63 rScenePosition3D, m_xLogicTarget, m_pShapeFactory, m_nDimensionCount ); in transformSceneToScreenPosition()
/aoo4110/main/chart2/source/view/axes/
H A DVPolarGrid.cxx166 Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in create2DAngleGrid()
169 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in create2DAngleGrid()
230 Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in create2DRadiusGrid()
233 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in create2DRadiusGrid()
239 …DBG_ASSERT(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is(),"Axis is not proper initializ… in createShapes()
240 if(!(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is())) in createShapes()
H A DVCartesianGrid.cxx281 m_pShapeFactory->createLine2D( xTarget, aPoints, &aLinePropertiesList[nDepth] ); in createShapes()
294 m_pShapeFactory->createLine2D( xTarget, aHandlesPoints, &aHandleLineProperties ); in createShapes()
295 m_pShapeFactory->setShapeName( xHandleShape, C2U("HandlesOnly") ); in createShapes()
324 m_pShapeFactory->createLine3D( xTarget, aPoints, aLinePropertiesList[nDepth] ); in createShapes()
H A DVAxisBase.cxx143 …DBG_ASSERT(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is(),"Axis is not proper initializ… in isAnythingToDraw()
144 if(!(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is())) in isAnythingToDraw()
201 m_xTextTarget = m_pShapeFactory->createGroup2D( m_xFinalTarget, m_aCID ); in prepareShapeCreation()
H A DVPolarAngleAxis.cxx218 uno::Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in createShapes()
221 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in createShapes()
H A DVCartesianAxis.cxx864 if( m_xLogicTarget.is() && m_pPosHelper && m_pShapeFactory ) in getScreenPosition()
867 … Reference< drawing::XShape > xShape3DAnchor = m_pShapeFactory->createCube( m_xLogicTarget in getScreenPosition()
1558 m_pShapeFactory->createLine2D( m_xGroupShape_Shapes, aPoints in createTickMarkLineShapes()
1641 Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in createShapes()
1645 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in createShapes()
1657 Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in createShapes()
/aoo4110/main/chart2/source/view/inc/
H A DLabelPositionHelper.hxx76 ShapeFactory* m_pShapeFactory; member in chart::LabelPositionHelper
H A DPlotterBase.hxx91 ShapeFactory* m_pShapeFactory; member in chart::PlotterBase
H A DVDiagram.hxx99 ShapeFactory* m_pShapeFactory; member in chart::VDiagram

Completed in 102 milliseconds