|
LibreOffice Module writerfilter (master) 1
|
#include <OOXMLPropertySet.hxx>
Public Member Functions | |
| OOXMLShapeValue (css::uno::Reference< css::drawing::XShape > xShape) | |
| virtual | ~OOXMLShapeValue () override |
| 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 |
Public Member Functions inherited from writerfilter::ooxml::OOXMLValue | |
| 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... | |
Public Member Functions inherited from SvRefBase | |
| SvRefBase () | |
| SvRefBase (const SvRefBase &) | |
| SvRefBase & | operator= (const SvRefBase &) |
| void | RestoreNoDelete () |
| void | AddNextRef () |
| void | AddFirstRef () |
| void | ReleaseRef () |
| unsigned int | GetRefCount () const |
Private Attributes | |
| css::uno::Reference< css::drawing::XShape > | mrShape |
Additional Inherited Members | |
Public Types inherited from writerfilter::ooxml::OOXMLValue | |
| typedef tools::SvRef< OOXMLValue > | Pointer_t |
Public Types inherited from writerfilter::Value | |
| typedef tools::SvRef< Value > | Pointer_t |
| Pointer to a value. More... | |
Protected Member Functions inherited from SvRefBase | |
| virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 337 of file OOXMLPropertySet.hxx.
|
explicit |
Definition at line 692 of file OOXMLPropertySet.cxx.
Referenced by clone().
|
overridevirtual |
Definition at line 697 of file OOXMLPropertySet.cxx.
|
overridevirtual |
Reimplemented from writerfilter::ooxml::OOXMLValue.
Definition at line 713 of file OOXMLPropertySet.cxx.
References mrShape, and OOXMLShapeValue().
|
overridevirtual |
Returns representation of the value as uno::Any.
Reimplemented from writerfilter::ooxml::OOXMLValue.
Definition at line 701 of file OOXMLPropertySet.cxx.
References mrShape.
|
overridevirtual |
Returns string representation of this value.
Reimplemented from writerfilter::ooxml::OOXMLValue.
Definition at line 707 of file OOXMLPropertySet.cxx.
|
private |
Definition at line 339 of file OOXMLPropertySet.hxx.