LibreOffice Module writerfilter (master) 1
|
#include <OOXMLPropertySet.hxx>
Public Member Functions | |
virtual | ~OOXMLIntegerValue () override |
OOXMLIntegerValue (OOXMLIntegerValue const &)=default | |
OOXMLIntegerValue (OOXMLIntegerValue &&)=default | |
OOXMLIntegerValue & | operator= (OOXMLIntegerValue const &)=delete |
OOXMLIntegerValue & | operator= (OOXMLIntegerValue &&)=delete |
virtual int | getInt () const override |
Returns integer representation of the value. More... | |
virtual css::uno::Any | getAny () const override |
Returns representation of the value as uno::Any. More... | |
virtual std::string | toString () const override |
Returns string representation of this value. More... | |
virtual OOXMLValue * | clone () const override |
![]() | |
OOXMLValue () | |
virtual | ~OOXMLValue () override |
OOXMLValue (OOXMLValue const &)=default | |
OOXMLValue (OOXMLValue &&)=default | |
OOXMLValue & | operator= (OOXMLValue const &)=default |
OOXMLValue & | operator= (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 OOXMLValue * | clone () 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... | |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Static Public Member Functions | |
static OOXMLValue::Pointer_t | Create (sal_Int32 nValue) |
Private Member Functions | |
OOXMLIntegerValue (sal_Int32 nValue) | |
Private Attributes | |
sal_Int32 | mnValue |
Additional Inherited Members | |
![]() | |
typedef tools::SvRef< OOXMLValue > | Pointer_t |
![]() | |
typedef tools::SvRef< Value > | Pointer_t |
Pointer to a value. More... | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 236 of file OOXMLPropertySet.hxx.
|
explicitprivate |
|
overridevirtual |
Definition at line 505 of file OOXMLPropertySet.cxx.
|
default |
|
default |
|
overridevirtual |
Reimplemented from writerfilter::ooxml::OOXMLValue.
Definition at line 519 of file OOXMLPropertySet.cxx.
References OOXMLIntegerValue().
|
static |
Definition at line 468 of file OOXMLPropertySet.cxx.
References nValue, OOXMLIntegerValue(), value, and Zero.
Referenced by writerfilter::ooxml::OOXMLFactory::attributes(), writerfilter::ooxml::OOXMLFastContextHandlerTextTableCell::endCell(), writerfilter::ooxml::OOXMLFastContextHandlerTextTableRow::endRow(), writerfilter::ooxml::OOXMLFastContextHandler::endSdt(), writerfilter::ooxml::OOXMLFastContextHandler::endSdtRun(), writerfilter::ooxml::OOXMLFastContextHandlerTextTableRow::handleGridBefore(), writerfilter::ooxml::OOXMLFastContextHandlerTextTable::lcl_endFastElement(), writerfilter::ooxml::OOXMLFastContextHandlerTextTable::lcl_startFastElement(), writerfilter::ooxml::OOXMLFastContextHandler::sendTableDepth(), writerfilter::ooxml::OOXMLFastContextHandlerValue::setDefaultIntegerValue(), writerfilter::ooxml::OOXMLFastContextHandler::startSdt(), and writerfilter::ooxml::OOXMLFastContextHandler::startSdtRun().
|
overridevirtual |
Returns representation of the value as uno::Any.
Reimplemented from writerfilter::ooxml::OOXMLValue.
Definition at line 514 of file OOXMLPropertySet.cxx.
References mnValue.
|
overridevirtual |
Returns integer representation of the value.
Reimplemented from writerfilter::ooxml::OOXMLValue.
Definition at line 509 of file OOXMLPropertySet.cxx.
References mnValue.
|
delete |
|
delete |
|
overridevirtual |
Returns string representation of this value.
Reimplemented from writerfilter::ooxml::OOXMLValue.
Definition at line 525 of file OOXMLPropertySet.cxx.
References mnValue.
|
private |
Definition at line 238 of file OOXMLPropertySet.hxx.
Referenced by getAny(), getInt(), and toString().