Lines Matching refs:m_pShapeFactory

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()
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()
509 …DBG_ASSERT(m_pShapeFactory&&m_xLogicTarget.is()&&m_xFinalTarget.is()&&m_xShapeFactory.is(),"is not… in createShapes_3d()
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()
546 …uno::Reference< drawing::XShapes > xWallGroup_Shapes( m_pShapeFactory->createGroup3D( xOuterGroup_… in createShapes_3d()
570 m_pShapeFactory->createStripe( xWallGroup_Shapes, aStripe in createShapes_3d()
598 m_pShapeFactory->createStripe(xWallGroup_Shapes, aStripe in createShapes_3d()
672 m_pShapeFactory->createStripe(xOuterGroup_Shapes, aStripe in createShapes_3d()
692 …uno::Reference< drawing::XShapes > xShapes = m_pShapeFactory->createGroup3D( xOuterGroup_Shapes,C2… in createShapes_3d()