LibreOffice Module writerfilter (master) 1
|
#include <OOXMLBinaryObjectReference.hxx>
Public Member Functions | |
OOXMLBinaryObjectReference (OOXMLStream::Pointer_t pStream) | |
virtual | ~OOXMLBinaryObjectReference () override |
virtual void | resolve (BinaryObj &rHandler) override |
Resolves the reference. More... | |
![]() | |
virtual void | resolve (BinaryObj &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 |
Private Member Functions | |
void | read () |
Private Attributes | |
OOXMLStream::Pointer_t | mpStream |
std::vector< sal_Int8 > | mSequence |
bool | mbRead |
Additional Inherited Members | |
![]() | |
typedef tools::SvRef< Reference< BinaryObj > > | Pointer_t |
Pointer to reference. More... | |
![]() | |
~Reference () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 27 of file OOXMLBinaryObjectReference.hxx.
|
explicit |
Definition at line 29 of file OOXMLBinaryObjectReference.cxx.
|
overridevirtual |
Definition at line 35 of file OOXMLBinaryObjectReference.cxx.
|
private |
|
overridevirtual |
Resolves the reference.
The events of the references target resource are generated and send to a handler.
rHandler | handler which receives the events |
Implements writerfilter::Reference< BinaryObj >.
Definition at line 62 of file OOXMLBinaryObjectReference.cxx.
References writerfilter::BinaryObj::data(), mbRead, mSequence, and read().
|
private |
Definition at line 31 of file OOXMLBinaryObjectReference.hxx.
|
private |
Definition at line 29 of file OOXMLBinaryObjectReference.hxx.
Referenced by read().
|
private |
Definition at line 30 of file OOXMLBinaryObjectReference.hxx.