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

#include <OOXMLPropertySet.hxx>

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

Public Member Functions

 OOXMLPropertySetEntryToInteger (Id nId)
 
virtual ~OOXMLPropertySetEntryToInteger () override
 
virtual void sprm (Sprm &rSprm) override
 Receives a SPRM. More...
 
virtual void attribute (Id nId, Value &rValue) override
 Receives an attribute. More...
 
int 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
 
int mnValue
 

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 382 of file OOXMLPropertySet.hxx.

Constructor & Destructor Documentation

◆ OOXMLPropertySetEntryToInteger()

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

Definition at line 818 of file OOXMLPropertySet.cxx.

References mnId, mnValue, and nId.

◆ ~OOXMLPropertySetEntryToInteger()

writerfilter::ooxml::OOXMLPropertySetEntryToInteger::~OOXMLPropertySetEntryToInteger ( )
overridevirtual

Definition at line 823 of file OOXMLPropertySet.cxx.

Member Function Documentation

◆ attribute()

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

Receives an attribute.

Parameters
namename of the attribute
valvalue of the attribute

Implements writerfilter::Properties.

Definition at line 831 of file OOXMLPropertySet.cxx.

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

◆ getValue()

int writerfilter::ooxml::OOXMLPropertySetEntryToInteger::getValue ( ) const
inline

Definition at line 394 of file OOXMLPropertySet.hxx.

References mnValue.

◆ sprm()

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

Receives a SPRM.

Parameters
sprmthe SPRM received

Implements writerfilter::Properties.

Definition at line 827 of file OOXMLPropertySet.cxx.

Member Data Documentation

◆ mnId

Id writerfilter::ooxml::OOXMLPropertySetEntryToInteger::mnId
private

Definition at line 384 of file OOXMLPropertySet.hxx.

Referenced by attribute().

◆ mnValue

int writerfilter::ooxml::OOXMLPropertySetEntryToInteger::mnValue
private

Definition at line 385 of file OOXMLPropertySet.hxx.

Referenced by attribute(), and getValue().


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