Home
last modified time | relevance | path

Searched refs:mxChildren (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/source/vml/
H A Dvmlshape.cxx509 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()
/AOO42X/main/oox/inc/oox/vml/
H A Dvmlshape.hxx344 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