LibreOffice Module writerfilter (master) 1
|
Looks up the stream name for a '<w:altChunk r:id="..."/>' reference. More...
#include <Handler.hxx>
Public Member Functions | |
OOXMLAltChunkHandler (OOXMLFastContextHandler *pContext) | |
virtual | ~OOXMLAltChunkHandler () override |
virtual void | attribute (Id name, Value &val) override |
Receives an attribute. More... | |
virtual void | sprm (Sprm &sprm) override |
Receives a SPRM. More... | |
virtual void | attribute (Id name, Value &val)=0 |
Receives an attribute. More... | |
virtual void | sprm (Sprm &sprm)=0 |
Receives a SPRM. More... | |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Private Attributes | |
OOXMLFastContextHandler * | mpFastContext |
OUString | m_aStreamName |
Additional Inherited Members | |
![]() | |
~Properties () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Looks up the stream name for a '<w:altChunk r:id="..."/>' reference.
Definition at line 165 of file Handler.hxx.
|
explicit |
Definition at line 408 of file Handler.cxx.
|
overridevirtual |
Definition at line 413 of file Handler.cxx.
References writerfilter::ooxml::OOXMLFastContextHandler::clearProps(), m_aStreamName, mpFastContext, and writerfilter::ooxml::OOXMLFastContextHandler::newProperty().
Receives an attribute.
name | name of the attribute |
val | value of the attribute |
Implements writerfilter::Properties.
Definition at line 420 of file Handler.cxx.
References writerfilter::Value::getString(), writerfilter::ooxml::OOXMLFastContextHandler::getTargetForId(), m_aStreamName, and mpFastContext.
|
overridevirtual |
Receives a SPRM.
sprm | the SPRM received |
Implements writerfilter::Properties.
Definition at line 432 of file Handler.cxx.
|
private |
Definition at line 168 of file Handler.hxx.
Referenced by attribute(), and ~OOXMLAltChunkHandler().
|
private |
Definition at line 167 of file Handler.hxx.
Referenced by attribute(), and ~OOXMLAltChunkHandler().