Lines Matching refs:ShapeFactory
1454 …uno::Reference< drawing::XShapes > xTextTargetShapes( ShapeFactory(m_xShapeFactory).createGroup2D(… in impl_createDiagramAndContent()
1483 … aConsumedOuterRect = ::basegfx::B2IRectangle( ShapeFactory::getRectangleOfShape(xBoundingShape) ); in impl_createDiagramAndContent()
1501 aConsumedOuterRect = ShapeFactory::getRectangleOfShape(xBoundingShape); in impl_createDiagramAndContent()
1569 … aConsumedOuterRect = ::basegfx::B2IRectangle( ShapeFactory::getRectangleOfShape(xBoundingShape) ); in impl_createDiagramAndContent()
1581 …ShapeFactory::removeSubShapes( xSeriesTargetInFrontOfAxis ); //xSeriesTargetBehindAxis is a sub sh… in impl_createDiagramAndContent()
1583 ShapeFactory::removeSubShapes( xTextTargetShapes ); in impl_createDiagramAndContent()
2529 uno::Reference<drawing::XShapes> xPageShapes( ShapeFactory(m_xShapeFactory) in createShapes()
2554 …ence< drawing::XShapes > xDiagramPlusAxesPlusMarkHandlesGroup_Shapes( ShapeFactory(m_xShapeFactory… in createShapes()
2556 …uno::Reference< drawing::XShape > xDiagram_MarkHandles( ShapeFactory(m_xShapeFactory).createInvisi… in createShapes()
2558 ShapeFactory::setShapeName( xDiagram_MarkHandles, C2U("MarkHandles") ); in createShapes()
2560 …uno::Reference< drawing::XShape > xDiagram_OuterRect( ShapeFactory(m_xShapeFactory).createInvisibl… in createShapes()
2562 ShapeFactory::setShapeName( xDiagram_OuterRect, C2U("PlotAreaIncludingAxes") ); in createShapes()
2564 …uno::Reference< drawing::XShapes > xDiagramPlusAxes_Shapes( ShapeFactory(m_xShapeFactory).createGr… in createShapes()