LibreOffice Module writerfilter (master) 1
|
#include <OOXMLPropertySet.hxx>
Public Member Functions | |
OOXMLPropertySetEntryToBool (Id nId) | |
virtual | ~OOXMLPropertySetEntryToBool () override |
virtual void | sprm (Sprm &rSprm) override |
Receives a SPRM. More... | |
virtual void | attribute (Id nId, Value &rValue) override |
Receives an attribute. More... | |
bool | getValue () 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 |
bool | mValue |
Additional Inherited Members | |
![]() | |
~Properties () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 397 of file OOXMLPropertySet.hxx.
|
explicit |
Definition at line 841 of file OOXMLPropertySet.cxx.
|
overridevirtual |
Definition at line 845 of file OOXMLPropertySet.cxx.
|
overridevirtual |
Receives an attribute.
name | name of the attribute |
val | value of the attribute |
Implements writerfilter::Properties.
Definition at line 849 of file OOXMLPropertySet.cxx.
References writerfilter::Value::getInt(), mnId, mValue, and nId.
|
inline |
Definition at line 409 of file OOXMLPropertySet.hxx.
References mValue.
|
overridevirtual |
Receives a SPRM.
sprm | the SPRM received |
Implements writerfilter::Properties.
Definition at line 847 of file OOXMLPropertySet.cxx.
|
private |
Definition at line 399 of file OOXMLPropertySet.hxx.
Referenced by attribute().
|
private |
Definition at line 400 of file OOXMLPropertySet.hxx.
Referenced by attribute(), and getValue().