Searched refs:mxChildren (Results 1 – 2 of 2) sorted by relevance
509 mxChildren( new ShapeContainer( rDrawing ) ) in GroupShape()522 mxChildren->finalizeFragmentImport(); in finalizeFragmentImport()527 return mxChildren->getShapeTypeById( rShapeId, true ); in getChildTypeById()532 return mxChildren->getShapeById( rShapeId, true ); in getChildById()542 …if( !mxChildren->empty() && (aParentAnchor.maCoordSys.Width > 0) && (aParentAnchor.maCoordSys.Heig… in implConvertAndInsert()546 mxChildren->convertAndInsert( xChildShapes, &aParentAnchor ); in implConvertAndInsert()
344 inline ShapeContainer& getChildren() { return *mxChildren; } in getChildren()346 inline const ShapeContainer& getChildren() const { return *mxChildren; } in getChildren()365 ShapeContainerPtr mxChildren; /// Shapes and templates that are part of this group. member in oox::vml::GroupShape