LibreOffice Module writerfilter (master) 1
|
The RTFDocument opens and resolves the RTF document. More...
#include <RTFDocument.hxx>
Public Types | |
using | Pointer_t = tools::SvRef< RTFDocument > |
Pointer to this stream. More... | |
![]() | |
typedef tools::SvRef< Reference< Stream > > | Pointer_t |
Pointer to reference. More... | |
Public Member Functions | |
void | resolve (Stream &rHandler) override=0 |
Resolves this document to a stream handler. More... | |
![]() | |
virtual void | resolve (Stream &rHandler)=0 |
Resolves the reference. More... | |
Reference ()=default | |
Reference (Reference const &)=default | |
Reference (Reference &&)=default | |
Reference & | operator= (Reference const &)=default |
Reference & | operator= (Reference &&)=default |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Additional Inherited Members | |
![]() | |
~Reference () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
The RTFDocument opens and resolves the RTF document.
Definition at line 22 of file RTFDocument.hxx.
Pointer to this stream.
Definition at line 26 of file RTFDocument.hxx.
|
overridepure virtual |
Resolves this document to a stream handler.
Implements writerfilter::Reference< Stream >.
Implemented in writerfilter::rtftok::RTFDocumentImpl.