LibreOffice Module writerfilter (master) 1
Public Member Functions | Private Attributes | List of all members
writerfilter::ooxml::OOXMLPropertySetEntryToBool Class Referencefinal

#include <OOXMLPropertySet.hxx>

Inheritance diagram for writerfilter::ooxml::OOXMLPropertySetEntryToBool:
[legend]
Collaboration diagram for writerfilter::ooxml::OOXMLPropertySetEntryToBool:
[legend]

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...
 
- Public Member Functions inherited from SvRefBase
 SvRefBase ()
 
 SvRefBase (const SvRefBase &)
 
SvRefBaseoperator= (const SvRefBase &)
 
void RestoreNoDelete ()
 
void AddNextRef ()
 
void AddFirstRef ()
 
void ReleaseRef ()
 
unsigned int GetRefCount () const
 

Private Attributes

Id mnId
 
bool mValue
 

Additional Inherited Members

- Protected Member Functions inherited from writerfilter::Properties
 ~Properties () override
 
- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Detailed Description

Definition at line 397 of file OOXMLPropertySet.hxx.

Constructor & Destructor Documentation

◆ OOXMLPropertySetEntryToBool()

writerfilter::ooxml::OOXMLPropertySetEntryToBool::OOXMLPropertySetEntryToBool ( Id  nId)
explicit

Definition at line 841 of file OOXMLPropertySet.cxx.

References mnId, and nId.

◆ ~OOXMLPropertySetEntryToBool()

writerfilter::ooxml::OOXMLPropertySetEntryToBool::~OOXMLPropertySetEntryToBool ( )
overridevirtual

Definition at line 845 of file OOXMLPropertySet.cxx.

Member Function Documentation

◆ attribute()

void writerfilter::ooxml::OOXMLPropertySetEntryToBool::attribute ( Id  name,
Value val 
)
overridevirtual

Receives an attribute.

Parameters
namename of the attribute
valvalue of the attribute

Implements writerfilter::Properties.

Definition at line 849 of file OOXMLPropertySet.cxx.

References writerfilter::Value::getInt(), mnId, mValue, and nId.

◆ getValue()

bool writerfilter::ooxml::OOXMLPropertySetEntryToBool::getValue ( ) const
inline

Definition at line 409 of file OOXMLPropertySet.hxx.

References mValue.

◆ sprm()

void writerfilter::ooxml::OOXMLPropertySetEntryToBool::sprm ( Sprm sprm)
overridevirtual

Receives a SPRM.

Parameters
sprmthe SPRM received

Implements writerfilter::Properties.

Definition at line 847 of file OOXMLPropertySet.cxx.

Member Data Documentation

◆ mnId

Id writerfilter::ooxml::OOXMLPropertySetEntryToBool::mnId
private

Definition at line 399 of file OOXMLPropertySet.hxx.

Referenced by attribute().

◆ mValue

bool writerfilter::ooxml::OOXMLPropertySetEntryToBool::mValue
private

Definition at line 400 of file OOXMLPropertySet.hxx.

Referenced by attribute(), and getValue().


The documentation for this class was generated from the following files: