/trunk/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 66 , 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 …]
|
/trunk/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 390 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 D | BubbleChart.cxx | 124 …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 D | BarChart.cxx | 277 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 D | PieChart.cxx | 225 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 D | CandleStickChart.cxx | 122 …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 D | VSeriesPlotter.cxx | 361 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()
|
/trunk/main/chart2/source/view/main/ |
H A D | PlotterBase.cxx | 48 , 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 D | LabelPositionHelper.cxx | 52 , m_pShapeFactory(pShapeFactory) in LabelPositionHelper() 63 rScenePosition3D, m_xLogicTarget, m_pShapeFactory, m_nDimensionCount ); in transformSceneToScreenPosition()
|
/trunk/main/chart2/source/view/axes/ |
H A D | VPolarGrid.cxx | 166 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 D | VCartesianGrid.cxx | 281 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 D | VAxisBase.cxx | 143 …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 D | VCartesianAxis.cxx | 864 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()
|
H A D | VPolarAngleAxis.cxx | 218 uno::Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in createShapes() 221 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in createShapes()
|
/trunk/main/chart2/source/view/inc/ |
H A D | LabelPositionHelper.hxx | 76 ShapeFactory* m_pShapeFactory; member in chart::LabelPositionHelper
|
H A D | PlotterBase.hxx | 91 ShapeFactory* m_pShapeFactory; member in chart::PlotterBase
|
H A D | VDiagram.hxx | 99 ShapeFactory* m_pShapeFactory; member in chart::VDiagram
|