Searched refs:pGroupShape (Results 1 – 3 of 3) sorted by relevance
125 explicit XShapesEntry( ShapeSharedPtr const& pGroupShape ) in XShapesEntry()126 : mpGroupShape(pGroupShape), in XShapesEntry()127 mxShapes( pGroupShape->getXShape(), in XShapesEntry()
159 ShapeOfGroup( ShapeSharedPtr const& pGroupShape,189 ShapeOfGroup::ShapeOfGroup( ShapeSharedPtr const& pGroupShape, in ShapeOfGroup() argument193 mpGroupShape(pGroupShape), in ShapeOfGroup()200 basegfx::B2DRectangle const groupPosSize( pGroupShape->getBounds() ); in ShapeOfGroup()
182 SdrObjGroup* pGroupShape = dynamic_cast< SdrObjGroup* >( &rObj ); in transformShape() local183 if( pGroupShape ) in transformShape()185 SdrObjList* pObjList = pGroupShape->GetSubList(); in transformShape()
Completed in 24 milliseconds