Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/export/
H A Dshapes.cxx347 ShapeExport::ShapeExport( sal_Int32 nXmlNamespace, FSHelperPtr pFS, ::oox::core::XmlFilterBase* pFB… in ShapeExport() function in oox::drawingml::ShapeExport
358 sal_Int32 ShapeExport::GetXmlNamespace() const in GetXmlNamespace()
363 ShapeExport& ShapeExport::SetXmlNamespace( sal_Int32 nXmlNamespace ) in SetXmlNamespace()
369 awt::Size ShapeExport::MapSize( const awt::Size& rSize ) const in MapSize()
380 sal_Bool ShapeExport::NonEmptyText( Reference< XShape > xShape ) in NonEmptyText()
387 ShapeExport& ShapeExport::WriteBezierShape( Reference< XShape > xShape, sal_Bool bClosed ) in WriteBezierShape()
431 ShapeExport& ShapeExport::WriteClosedBezierShape( Reference< XShape > xShape ) in WriteClosedBezierShape()
436 ShapeExport& ShapeExport::WriteOpenBezierShape( Reference< XShape > xShape ) in WriteOpenBezierShape()
441 ShapeExport& ShapeExport::WriteCustomShape( Reference< XShape > xShape ) in WriteCustomShape()
514 ShapeExport& ShapeExport::WriteEllipseShape( Reference< XShape > xShape ) in WriteEllipseShape()
[all …]
/AOO41X/main/oox/inc/oox/export/
H A Dshapes.hxx46 class OOX_DLLPUBLIC ShapeExport : public DrawingML { class
74ShapeExport( sal_Int32 nXmlNamespace, ::sax_fastparser::FSHelperPtr pFS, ::oox::core::XmlFilterBas…
75 virtual ~ShapeExport() {} in ~ShapeExport()
78 ShapeExport& SetXmlNamespace( sal_Int32 nXmlNamespace );
82 virtual ShapeExport&
84 virtual ShapeExport&
86 virtual ShapeExport&
88 virtual ShapeExport&
90 virtual ShapeExport&
92 virtual ShapeExport&
[all …]