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

#include <OOXMLPropertySet.hxx>

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

Public Member Functions

 OOXMLPropertySetValue (OOXMLPropertySet::Pointer_t pPropertySet)
 
virtual ~OOXMLPropertySetValue () override
 
 OOXMLPropertySetValue (OOXMLPropertySetValue const &)=default
 
 OOXMLPropertySetValue (OOXMLPropertySetValue &&)=default
 
OOXMLPropertySetValueoperator= (OOXMLPropertySetValue const &)=delete
 
OOXMLPropertySetValueoperator= (OOXMLPropertySetValue &&)=delete
 
virtual writerfilter::Reference< Properties >::Pointer_t getProperties () override
 Returns properties of this value. More...
 
virtual std::string toString () const override
 Returns string representation of this value. More...
 
virtual OOXMLValueclone () const override
 
- Public Member Functions inherited from writerfilter::ooxml::OOXMLValue
 OOXMLValue ()
 
virtual ~OOXMLValue () override
 
 OOXMLValue (OOXMLValue const &)=default
 
 OOXMLValue (OOXMLValue &&)=default
 
OOXMLValueoperator= (OOXMLValue const &)=default
 
OOXMLValueoperator= (OOXMLValue &&)=default
 
virtual int getInt () const override
 Returns integer representation of the value. More...
 
virtual OUString getString () const override
 Returns string representation of the value. More...
 
virtual css::uno::Any getAny () const override
 Returns representation of the value as uno::Any. More...
 
virtual writerfilter::Reference< Properties >::Pointer_t getProperties () override
 Returns properties of this value. More...
 
virtual writerfilter::Reference< BinaryObj >::Pointer_t getBinary () override
 Returns binary object of this value. More...
 
virtual std::string toString () const override
 Returns string representation of this value. More...
 
virtual OOXMLValueclone () const
 
virtual int getInt () const =0
 Returns integer representation of the value. More...
 
virtual OUString getString () const =0
 Returns string representation of the value. More...
 
virtual css::uno::Any getAny () const =0
 Returns representation of the value as uno::Any. More...
 
virtual writerfilter::Reference< Properties >::Pointer_t getProperties ()=0
 Returns properties of this value. More...
 
virtual writerfilter::Reference< BinaryObj >::Pointer_t getBinary ()=0
 Returns binary object of this value. More...
 
virtual std::string toString () const =0
 Returns string representation of this value. 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

OOXMLPropertySet::Pointer_t mpPropertySet
 

Additional Inherited Members

- Public Types inherited from writerfilter::ooxml::OOXMLValue
typedef tools::SvRef< OOXMLValuePointer_t
 
- Public Types inherited from writerfilter::Value
typedef tools::SvRef< ValuePointer_t
 Pointer to a value. More...
 
- Protected Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Detailed Description

Definition at line 214 of file OOXMLPropertySet.hxx.

Constructor & Destructor Documentation

◆ OOXMLPropertySetValue() [1/3]

writerfilter::ooxml::OOXMLPropertySetValue::OOXMLPropertySetValue ( OOXMLPropertySet::Pointer_t  pPropertySet)
explicit

Definition at line 433 of file OOXMLPropertySet.cxx.

Referenced by clone().

◆ ~OOXMLPropertySetValue()

writerfilter::ooxml::OOXMLPropertySetValue::~OOXMLPropertySetValue ( )
overridevirtual

Definition at line 438 of file OOXMLPropertySet.cxx.

◆ OOXMLPropertySetValue() [2/3]

writerfilter::ooxml::OOXMLPropertySetValue::OOXMLPropertySetValue ( OOXMLPropertySetValue const &  )
default

◆ OOXMLPropertySetValue() [3/3]

writerfilter::ooxml::OOXMLPropertySetValue::OOXMLPropertySetValue ( OOXMLPropertySetValue &&  )
default

Member Function Documentation

◆ clone()

OOXMLValue * writerfilter::ooxml::OOXMLPropertySetValue::clone ( ) const
overridevirtual

Reimplemented from writerfilter::ooxml::OOXMLValue.

Definition at line 459 of file OOXMLPropertySet.cxx.

References OOXMLPropertySetValue().

◆ getProperties()

writerfilter::Reference< Properties >::Pointer_t writerfilter::ooxml::OOXMLPropertySetValue::getProperties ( )
overridevirtual

Returns properties of this value.

Reimplemented from writerfilter::ooxml::OOXMLValue.

Definition at line 442 of file OOXMLPropertySet.cxx.

References mpPropertySet.

◆ operator=() [1/2]

OOXMLPropertySetValue & writerfilter::ooxml::OOXMLPropertySetValue::operator= ( OOXMLPropertySetValue &&  )
delete

◆ operator=() [2/2]

OOXMLPropertySetValue & writerfilter::ooxml::OOXMLPropertySetValue::operator= ( OOXMLPropertySetValue const &  )
delete

◆ toString()

std::string writerfilter::ooxml::OOXMLPropertySetValue::toString ( ) const
overridevirtual

Returns string representation of this value.

Reimplemented from writerfilter::ooxml::OOXMLValue.

Definition at line 449 of file OOXMLPropertySet.cxx.

References tools::SvRef< typename T >::get(), and mpPropertySet.

Member Data Documentation

◆ mpPropertySet

OOXMLPropertySet::Pointer_t writerfilter::ooxml::OOXMLPropertySetValue::mpPropertySet
private

Definition at line 216 of file OOXMLPropertySet.hxx.

Referenced by getProperties(), and toString().


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