Home
last modified time | relevance | path

Searched refs:RtfSdrExport (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx67 RtfSdrExport::RtfSdrExport( RtfExport &rExport ) in RtfSdrExport() function in RtfSdrExport
79 RtfSdrExport::~RtfSdrExport() in ~RtfSdrExport()
86 void RtfSdrExport::OpenContainer( sal_uInt16 nEscherContainer, int nRecInstance ) in OpenContainer()
102 void RtfSdrExport::CloseContainer() in CloseContainer()
126 void RtfSdrExport::LeaveGroup() in LeaveGroup()
171 void RtfSdrExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect ) in Commit()
396 void RtfSdrExport::AddLineDimensions( const Rectangle& rRectangle ) in AddLineDimensions()
453 sal_Int32 RtfSdrExport::StartShape() in StartShape()
511 void RtfSdrExport::WriteOutliner(const OutlinerParaObject& rParaObj) in WriteOutliner()
564 void RtfSdrExport::EndShape( sal_Int32 nShapeElement ) in EndShape()
[all …]
H A Drtfsdrexport.hxx36 class RtfSdrExport : public EscherEx class
59 RtfSdrExport( RtfExport &rExport );
60 virtual ~RtfSdrExport();
H A Drtfexport.hxx35 class RtfSdrExport;
68 RtfSdrExport *m_pSdrExport;
78 virtual RtfSdrExport& SdrExporter() const;
H A Drtfexport.cxx111 RtfSdrExport& RtfExport::SdrExporter() const in SdrExporter()
810 m_pSdrExport = new RtfSdrExport( *this ); in RtfExport()

Completed in 28 milliseconds