Lines Matching refs:ShapeBase
219 ShapeBase::ShapeBase( Drawing& rDrawing ) : in ShapeBase() function in oox::vml::ShapeBase
224 void ShapeBase::finalizeFragmentImport() in finalizeFragmentImport()
232 OUString ShapeBase::getShapeName() const in getShapeName()
248 const ShapeType* ShapeBase::getChildTypeById( const OUString& ) const in getChildTypeById()
253 const ShapeBase* ShapeBase::getChildById( const OUString& ) const in getChildById()
258 Reference< XShape > ShapeBase::convertAndInsert( const Reference< XShapes >& rxShapes, const ShapeP… in convertAndInsert()
289 void ShapeBase::convertFormatting( const Reference< XShape >& rxShape, const ShapeParentAnchor* pPa… in convertFormatting()
309 Rectangle ShapeBase::calcShapeRectangle( const ShapeParentAnchor* pParentAnchor ) const in calcShapeRectangle()
320 void ShapeBase::convertShapeProperties( const Reference< XShape >& rxShape ) const in convertShapeProperties()
332 ShapeBase( rDrawing ), in SimpleShape()
508 ShapeBase( rDrawing ), in GroupShape()
520 ShapeBase::finalizeFragmentImport(); in finalizeFragmentImport()
530 const ShapeBase* GroupShape::getChildById( const OUString& rShapeId ) const in getChildById()