LibreOffice Module svx (master)
1
|
#include <e3ditem.hxx>
Public Member Functions | |
SvxB3DVectorItem (sal_uInt16 nWhich, const basegfx::B3DVector &rVal) | |
SvxB3DVectorItem (const SvxB3DVectorItem &) | |
virtual | ~SvxB3DVectorItem () override |
virtual bool | operator== (const SfxPoolItem &) const override |
virtual SvxB3DVectorItem * | Clone (SfxItemPool *pPool=nullptr) const override |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) override |
const basegfx::B3DVector & | GetValue () const |
void | dumpAsXml (xmlTextWriterPtr pWriter) const override |
![]() | |
void | AddRef (sal_uInt32 n=1) const |
virtual | ~SfxPoolItem () |
void | SetWhich (sal_uInt16 nId) |
sal_uInt16 | Which () const |
T & | StaticWhichCast (TypedWhichId< T > nId) |
const T & | StaticWhichCast (TypedWhichId< T > nId) const |
T * | DynamicWhichCast (TypedWhichId< T > nId) |
const T * | DynamicWhichCast (TypedWhichId< T > nId) const |
bool | operator!= (const SfxPoolItem &rItem) const |
virtual bool | operator< (const SfxPoolItem &) const |
virtual bool | IsSortable () const |
virtual bool | GetPresentation (SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const |
virtual void | ScaleMetrics (tools::Long lMult, tools::Long lDiv) |
virtual bool | HasMetrics () const |
std::unique_ptr< SfxPoolItem > | CloneSetWhich (sal_uInt16 nNewWhich) const |
std::unique_ptr< T > | CloneSetWhich (TypedWhichId< T > nId) const |
sal_uInt32 | GetRefCount () const |
SfxItemKind | GetKind () const |
virtual boost::property_tree::ptree | dumpAsJSON () const |
virtual bool | IsVoidItem () const |
Private Attributes | |
basegfx::B3DVector | aVal |
Additional Inherited Members | |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 27 of file e3ditem.hxx.
SvxB3DVectorItem::SvxB3DVectorItem | ( | sal_uInt16 | nWhich, |
const basegfx::B3DVector & | rVal | ||
) |
Definition at line 33 of file e3ditem.cxx.
Referenced by Clone().
SvxB3DVectorItem::SvxB3DVectorItem | ( | const SvxB3DVectorItem & | rItem | ) |
Definition at line 40 of file e3ditem.cxx.
|
overridevirtual |
Definition at line 28 of file e3ditem.cxx.
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 90 of file e3ditem.cxx.
References aVal, and SfxPoolItem::Which().
|
inline |
Definition at line 42 of file e3ditem.hxx.
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 74 of file e3ditem.cxx.
References aDirection, assert(), and aVal.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 58 of file e3ditem.cxx.
References aDirection, assert(), and aVal.
|
private |
Definition at line 29 of file e3ditem.hxx.
Referenced by dumpAsXml(), operator==(), PutValue(), and QueryValue().