Home
last modified time | relevance | path

Searched refs:ShapeContainer (Results 1 – 11 of 11) sorted by relevance

/trunk/main/oox/source/vml/
H A Dvmlshapecontainer.cxx63 ShapeContainer::ShapeContainer( Drawing& rDrawing ) : in ShapeContainer() function in oox::vml::ShapeContainer
68 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()
H A Dvmldrawing.cxx98 mxShapes( new ShapeContainer( *this ) ), in Drawing()
H A Dvmlshape.cxx509 mxChildren( new ShapeContainer( rDrawing ) ) in GroupShape()
H A Dvmlshapecontext.cxx240 ShapeContainer& rShapes, sal_Int32 nElement, const AttributeList& rAttribs ) in createShapeContext()
/trunk/main/oox/inc/oox/vml/
H A Dvmlshapecontainer.hxx53 class ShapeContainer class
56 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()
H A Dvmldrawing.hxx50 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;
H A Dvmlshape.hxx43 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;
H A Dvmlshapecontext.hxx42 class ShapeContainer;
88 ShapeContainer& rShapes,
155 ShapeContainer& mrShapes;
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DShapeContainer.java40 public class ShapeContainer class
45 public ShapeContainer (Canvas aCanvas) in ShapeContainer() method in ShapeContainer
H A DCanvas.java64 maShapeList = new ShapeContainer (this); in Canvas()
316 private ShapeContainer maShapeList;
H A Dmakefile.common27 ShapeContainer.java

Completed in 60 milliseconds