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

#include <OOXMLPropertySet.hxx>

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

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...
 
- 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
 
OUString mStr
 

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

Constructor & Destructor Documentation

◆ OOXMLPropertySetEntryToString()

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

Definition at line 795 of file OOXMLPropertySet.cxx.

References mnId, and nId.

◆ ~OOXMLPropertySetEntryToString()

writerfilter::ooxml::OOXMLPropertySetEntryToString::~OOXMLPropertySetEntryToString ( )
overridevirtual

Definition at line 800 of file OOXMLPropertySet.cxx.

Member Function Documentation

◆ attribute()

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

Receives an attribute.

Parameters
namename of the attribute
valvalue of the attribute

Implements writerfilter::Properties.

Definition at line 808 of file OOXMLPropertySet.cxx.

References writerfilter::Value::getString(), mnId, mStr, and nId.

◆ getString()

const OUString & writerfilter::ooxml::OOXMLPropertySetEntryToString::getString ( ) const
inline

◆ sprm()

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

Receives a SPRM.

Parameters
sprmthe SPRM received

Implements writerfilter::Properties.

Definition at line 804 of file OOXMLPropertySet.cxx.

Member Data Documentation

◆ mnId

Id writerfilter::ooxml::OOXMLPropertySetEntryToString::mnId
private

Definition at line 369 of file OOXMLPropertySet.hxx.

Referenced by attribute().

◆ mStr

OUString writerfilter::ooxml::OOXMLPropertySetEntryToString::mStr
private

Definition at line 370 of file OOXMLPropertySet.hxx.

Referenced by attribute(), and getString().


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