Searched refs:ShapeContainer (Results 1 – 11 of 11) sorted by relevance
63 ShapeContainer::ShapeContainer( Drawing& rDrawing ) : in ShapeContainer() function in oox::vml::ShapeContainer68 ShapeContainer::~ShapeContainer() in ~ShapeContainer()72 ShapeType& ShapeContainer::createShapeType() in createShapeType()79 void ShapeContainer::finalizeFragmentImport() in finalizeFragmentImport()90 const ShapeType* ShapeContainer::getShapeTypeById( const OUString& rShapeId, bool bDeep ) const in getShapeTypeById()103 const ShapeBase* ShapeContainer::getShapeById( const OUString& rShapeId, bool bDeep ) const in getShapeById()116 const ShapeBase* ShapeContainer::getFirstShape() const in getFirstShape()123 void ShapeContainer::convertAndInsert( const Reference< XShapes >& rxShapes, const ShapeParentAncho… in convertAndInsert()
98 mxShapes( new ShapeContainer( *this ) ), in Drawing()
509 mxChildren( new ShapeContainer( rDrawing ) ) in GroupShape()
240 ShapeContainer& rShapes, sal_Int32 nElement, const AttributeList& rAttribs ) in createShapeContext()
53 class ShapeContainer class56 explicit ShapeContainer( Drawing& rDrawing );57 ~ShapeContainer();114 ShapeT& ShapeContainer::createShape() in createShape()122 const ShapeType* ShapeContainer::findShapeType( const Functor& rFunctor ) const in findShapeType()128 const ShapeBase* ShapeContainer::findShape( const Functor& rFunctor ) const in findShape()
50 class ShapeContainer;112 inline ShapeContainer& getShapes() { return *mxShapes; } in getShapes()114 inline const ShapeContainer& getShapes() const { return *mxShapes; } in getShapes()192 typedef ::std::auto_ptr< ShapeContainer > ShapeContainerPtr;
42 class ShapeContainer;88 ShapeContainer& rShapes,155 ShapeContainer& mrShapes;
43 class ShapeContainer;344 inline ShapeContainer& getChildren() { return *mxChildren; } in getChildren()346 inline const ShapeContainer& getChildren() const { return *mxChildren; } in getChildren()364 typedef ::std::auto_ptr< ShapeContainer > ShapeContainerPtr;
40 public class ShapeContainer class45 public ShapeContainer (Canvas aCanvas) in ShapeContainer() method in ShapeContainer
64 maShapeList = new ShapeContainer (this); in Canvas()316 private ShapeContainer maShapeList;
27 ShapeContainer.java
Completed in 261 milliseconds