LibreOffice Module writerfilter (master) 1
|
#include <OOXMLPropertySet.hxx>
Public Member Functions | |
OOXMLPropertySetEntryToString (Id nId) | |
virtual | ~OOXMLPropertySetEntryToString () override |
virtual void | sprm (Sprm &rSprm) override |
Receives a SPRM. More... | |
virtual void | attribute (Id nId, Value &rValue) override |
Receives an attribute. More... | |
const OUString & | getString () const |
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 | |
Id | mnId |
OUString | mStr |
Additional Inherited Members | |
![]() | |
~Properties () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 367 of file OOXMLPropertySet.hxx.
|
explicit |
Definition at line 795 of file OOXMLPropertySet.cxx.
|
overridevirtual |
Definition at line 800 of file OOXMLPropertySet.cxx.
|
overridevirtual |
Receives an attribute.
name | name of the attribute |
val | value of the attribute |
Implements writerfilter::Properties.
Definition at line 808 of file OOXMLPropertySet.cxx.
References writerfilter::Value::getString(), mnId, mStr, and nId.
|
inline |
Definition at line 379 of file OOXMLPropertySet.hxx.
References mStr.
Referenced by writerfilter::ooxml::OOXMLFastContextHandlerStream::sendProperty(), and writerfilter::ooxml::OOXMLFastContextHandler::startParagraphGroup().
|
overridevirtual |
Receives a SPRM.
sprm | the SPRM received |
Implements writerfilter::Properties.
Definition at line 804 of file OOXMLPropertySet.cxx.
|
private |
Definition at line 369 of file OOXMLPropertySet.hxx.
Referenced by attribute().
|
private |
Definition at line 370 of file OOXMLPropertySet.hxx.
Referenced by attribute(), and getString().