LibreOffice Module writerfilter (master) 1
Public Types | Public Member Functions | Protected Member Functions | List of all members
writerfilter::Sprm Class Referenceabstract

An SPRM: Section, Paragraph and Run Modifier. More...

#include <resourcemodel.hxx>

Inheritance diagram for writerfilter::Sprm:
[legend]
Collaboration diagram for writerfilter::Sprm:
[legend]

Public Types

typedef tools::SvRef< SprmPointer_t
 

Public Member Functions

virtual sal_uInt32 getId () const =0
 Returns id of the SPRM. More...
 
virtual Value::Pointer_t getValue ()=0
 Returns value of the SPRM. More...
 
virtual writerfilter::Reference< Properties >::Pointer_t getProps ()=0
 Returns reference to properties contained in the SPRM. More...
 
virtual std::string getName () const =0
 Returns name of sprm. More...
 
virtual std::string toString () const =0
 Returns string representation of 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
 

Protected Member Functions

 ~Sprm () override
 
- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Detailed Description

An SPRM: Section, Paragraph and Run Modifier.

Definition at line 377 of file resourcemodel.hxx.

Member Typedef Documentation

◆ Pointer_t

Definition at line 380 of file resourcemodel.hxx.

Constructor & Destructor Documentation

◆ ~Sprm()

writerfilter::Sprm::~Sprm ( )
inlineoverrideprotected

Definition at line 413 of file resourcemodel.hxx.

Member Function Documentation

◆ getId()

virtual sal_uInt32 writerfilter::Sprm::getId ( ) const
pure virtual

◆ getName()

virtual std::string writerfilter::Sprm::getName ( ) const
pure virtual

◆ getProps()

virtual writerfilter::Reference< Properties >::Pointer_t writerfilter::Sprm::getProps ( )
pure virtual

◆ getValue()

virtual Value::Pointer_t writerfilter::Sprm::getValue ( )
pure virtual

◆ toString()

virtual std::string writerfilter::Sprm::toString ( ) const
pure virtual

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