LibreOffice Module filter (master) 1
Public Member Functions | List of all members
EscherExClientAnchor_Base Class Referenceabstract

abstract base class for ESCHER_ClientAnchor More...

#include <escherex.hxx>

Public Member Functions

virtual ~EscherExClientAnchor_Base ()
 
virtual void WriteData (EscherEx &rEx, const tools::Rectangle &rRect)=0
 Application writes the record header using rEx.AddAtom(...) followed by record data written to rEx.GetStream() More...
 

Detailed Description

abstract base class for ESCHER_ClientAnchor

Definition at line 901 of file escherex.hxx.

Constructor & Destructor Documentation

◆ ~EscherExClientAnchor_Base()

EscherExClientAnchor_Base::~EscherExClientAnchor_Base ( )
virtual

Definition at line 144 of file escherex.cxx.

Member Function Documentation

◆ WriteData()

virtual void EscherExClientAnchor_Base::WriteData ( EscherEx rEx,
const tools::Rectangle rRect 
)
pure virtual

Application writes the record header using rEx.AddAtom(...) followed by record data written to rEx.GetStream()

Referenced by EscherExHostAppData::WriteClientAnchor().


The documentation for this class was generated from the following files: