LibreOffice Module svx (master)
1
|
#include <rulritem.hxx>
Public Member Functions | |
SvxPagePosSizeItem (const Point &rPos, tools::Long lWidth, tools::Long lHeight) | |
SvxPagePosSizeItem () | |
SvxPagePosSizeItem (SvxPagePosSizeItem const &)=default | |
const Point & | GetPos () const |
tools::Long | GetWidth () const |
tools::Long | GetHeight () const |
![]() | |
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 | HasLookup () const |
virtual lookup_iterator | Lookup (lookup_iterator, lookup_iterator end) 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 void | dumpAsXml (xmlTextWriterPtr pWriter) const |
virtual boost::property_tree::ptree | dumpAsJSON () const |
virtual bool | IsVoidItem () const |
Static Public Member Functions | |
static SfxPoolItem * | CreateDefault () |
Private Member Functions | |
virtual bool | operator== (const SfxPoolItem &) 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 |
virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override |
virtual SvxPagePosSizeItem * | Clone (SfxItemPool *pPool=nullptr) const override |
const SvxPagePosSizeItem & | operator= (const SvxPagePosSizeItem &)=delete |
Private Attributes | |
Point | aPos |
tools::Long | lWidth |
tools::Long | lHeight |
Additional Inherited Members | |
![]() | |
typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 87 of file rulritem.hxx.
SvxPagePosSizeItem::SvxPagePosSizeItem | ( | const Point & | rPos, |
tools::Long | lWidth, | ||
tools::Long | lHeight | ||
) |
Definition at line 371 of file rulritem.cxx.
SvxPagePosSizeItem::SvxPagePosSizeItem | ( | ) |
Definition at line 378 of file rulritem.cxx.
Referenced by Clone(), and CreateDefault().
|
default |
|
overrideprivatevirtual |
Implements SfxPoolItem.
Definition at line 366 of file rulritem.cxx.
References SvxPagePosSizeItem().
|
static |
Definition at line 32 of file rulritem.cxx.
References SvxPagePosSizeItem().
|
inline |
Definition at line 114 of file rulritem.hxx.
|
inline |
Definition at line 112 of file rulritem.hxx.
References Point.
|
overrideprivatevirtual |
Reimplemented from SfxPoolItem.
Definition at line 356 of file rulritem.cxx.
|
inline |
Definition at line 113 of file rulritem.hxx.
|
privatedelete |
|
overrideprivatevirtual |
Implements SfxPoolItem.
Definition at line 281 of file rulritem.cxx.
References aPos, lHeight, lWidth, and SfxPoolItem::operator==().
|
overrideprivatevirtual |
Reimplemented from SfxPoolItem.
Definition at line 319 of file rulritem.cxx.
References aPos, CONVERT_TWIPS, lHeight, lWidth, MID_HEIGHT, MID_WIDTH, MID_X, and MID_Y.
|
overrideprivatevirtual |
Reimplemented from SfxPoolItem.
Definition at line 289 of file rulritem.cxx.
References aPos, CONVERT_TWIPS, lHeight, lWidth, MID_HEIGHT, MID_WIDTH, MID_X, and MID_Y.
|
private |
Definition at line 89 of file rulritem.hxx.
Referenced by operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 91 of file rulritem.hxx.
Referenced by operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 90 of file rulritem.hxx.
Referenced by operator==(), PutValue(), and QueryValue().