LibreOffice Module svx (master)
1
|
#include <rulritem.hxx>
Public Member Functions | |
SvxLongLRSpaceItem (tools::Long lLeft, tools::Long lRight, TypedWhichId< SvxLongLRSpaceItem > nId) | |
SvxLongLRSpaceItem () | |
SvxLongLRSpaceItem (SvxLongLRSpaceItem const &)=default | |
virtual SvxLongLRSpaceItem * | Clone (SfxItemPool *pPool=nullptr) const override |
tools::Long | GetLeft () const |
tools::Long | GetRight () const |
void | SetLeft (tools::Long lArgLeft) |
void | SetRight (tools::Long lArgRight) |
![]() | |
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 |
const SvxLongLRSpaceItem & | operator= (const SvxLongLRSpaceItem &)=delete |
Private Attributes | |
tools::Long | mlLeft |
tools::Long | mlRight |
Additional Inherited Members | |
![]() | |
typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 27 of file rulritem.hxx.
SvxLongLRSpaceItem::SvxLongLRSpaceItem | ( | tools::Long | lLeft, |
tools::Long | lRight, | ||
TypedWhichId< SvxLongLRSpaceItem > | nId | ||
) |
Definition at line 137 of file rulritem.cxx.
SvxLongLRSpaceItem::SvxLongLRSpaceItem | ( | ) |
Definition at line 143 of file rulritem.cxx.
Referenced by Clone(), and CreateDefault().
|
default |
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 132 of file rulritem.cxx.
References SvxLongLRSpaceItem().
|
static |
Definition at line 33 of file rulritem.cxx.
References SvxLongLRSpaceItem().
|
inline |
Definition at line 51 of file rulritem.hxx.
|
overrideprivatevirtual |
Reimplemented from SfxPoolItem.
Definition at line 122 of file rulritem.cxx.
|
inline |
Definition at line 52 of file rulritem.hxx.
|
privatedelete |
|
overrideprivatevirtual |
Implements SfxPoolItem.
Definition at line 40 of file rulritem.cxx.
References mlLeft, mlRight, and SfxPoolItem::operator==().
|
overrideprivatevirtual |
Reimplemented from SfxPoolItem.
Definition at line 82 of file rulritem.cxx.
References CONVERT_TWIPS, MID_LEFT, mlLeft, mlRight, o3tl::mm100, and o3tl::toTwips().
|
overrideprivatevirtual |
Reimplemented from SfxPoolItem.
Definition at line 47 of file rulritem.cxx.
References CONVERT_TWIPS, convertTwipToMm100(), MID_LEFT, mlLeft, and mlRight.
void SvxLongLRSpaceItem::SetLeft | ( | tools::Long | lArgLeft | ) |
Definition at line 149 of file rulritem.cxx.
References mlLeft.
void SvxLongLRSpaceItem::SetRight | ( | tools::Long | lArgRight | ) |
Definition at line 154 of file rulritem.cxx.
References mlRight.
|
private |
Definition at line 29 of file rulritem.hxx.
Referenced by operator==(), PutValue(), QueryValue(), and SetLeft().
|
private |
Definition at line 30 of file rulritem.hxx.
Referenced by operator==(), PutValue(), QueryValue(), and SetRight().