LibreOffice Module writerfilter (master) 1
Public Member Functions | Protected Attributes | List of all members
writerfilter::ooxml::OOXMLHexValue Class Reference

#include <OOXMLPropertySet.hxx>

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

Public Member Functions

 OOXMLHexValue (sal_uInt32 nValue)
 
 OOXMLHexValue (std::string_view pValue)
 
virtual ~OOXMLHexValue () override
 
 OOXMLHexValue (OOXMLHexValue const &)=default
 
 OOXMLHexValue (OOXMLHexValue &&)=default
 
OOXMLHexValueoperator= (OOXMLHexValue const &)=default
 
OOXMLHexValueoperator= (OOXMLHexValue &&)=default
 
virtual int getInt () const override
 Returns integer representation of the 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
 

Protected Attributes

sal_uInt32 mnValue
 

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

Constructor & Destructor Documentation

◆ OOXMLHexValue() [1/4]

writerfilter::ooxml::OOXMLHexValue::OOXMLHexValue ( sal_uInt32  nValue)
explicit

Definition at line 538 of file OOXMLPropertySet.cxx.

References mnValue, and nValue.

Referenced by clone().

◆ OOXMLHexValue() [2/4]

writerfilter::ooxml::OOXMLHexValue::OOXMLHexValue ( std::string_view  pValue)
explicit

Definition at line 543 of file OOXMLPropertySet.cxx.

References mnValue, and toUInt32().

◆ ~OOXMLHexValue()

writerfilter::ooxml::OOXMLHexValue::~OOXMLHexValue ( )
overridevirtual

Definition at line 548 of file OOXMLPropertySet.cxx.

◆ OOXMLHexValue() [3/4]

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

◆ OOXMLHexValue() [4/4]

writerfilter::ooxml::OOXMLHexValue::OOXMLHexValue ( OOXMLHexValue &&  )
default

Member Function Documentation

◆ clone()

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

Reimplemented from writerfilter::ooxml::OOXMLValue.

Definition at line 557 of file OOXMLPropertySet.cxx.

References OOXMLHexValue().

◆ getInt()

int writerfilter::ooxml::OOXMLHexValue::getInt ( ) const
overridevirtual

Returns integer representation of the value.

Reimplemented from writerfilter::ooxml::OOXMLValue.

Definition at line 552 of file OOXMLPropertySet.cxx.

References mnValue.

◆ operator=() [1/2]

OOXMLHexValue & writerfilter::ooxml::OOXMLHexValue::operator= ( OOXMLHexValue &&  )
default

◆ operator=() [2/2]

OOXMLHexValue & writerfilter::ooxml::OOXMLHexValue::operator= ( OOXMLHexValue const &  )
default

◆ toString()

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

Returns string representation of this value.

Reimplemented from writerfilter::ooxml::OOXMLValue.

Definition at line 563 of file OOXMLPropertySet.cxx.

References mnValue.

Member Data Documentation

◆ mnValue

sal_uInt32 writerfilter::ooxml::OOXMLHexValue::mnValue
protected

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