LibreOffice Module svx (master)
1
|
#include <rulritem.hxx>
Public Member Functions | |
SvxLongULSpaceItem (tools::Long lUpper, tools::Long lLower, sal_uInt16 nId) | |
SvxLongULSpaceItem () | |
tools::Long | GetUpper () const |
tools::Long | GetLower () const |
void | SetUpper (tools::Long lArgLeft) |
void | SetLower (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 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 SvxLongULSpaceItem * | Clone (SfxItemPool *pPool=nullptr) const override |
const SvxLongULSpaceItem & | operator= (const SvxLongULSpaceItem &)=delete |
Private Attributes | |
tools::Long | mlLeft |
tools::Long | mlRight |
Additional Inherited Members | |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 56 of file rulritem.hxx.
SvxLongULSpaceItem::SvxLongULSpaceItem | ( | tools::Long | lUpper, |
tools::Long | lLower, | ||
sal_uInt16 | nId | ||
) |
Definition at line 256 of file rulritem.cxx.
SvxLongULSpaceItem::SvxLongULSpaceItem | ( | ) |
Definition at line 262 of file rulritem.cxx.
Referenced by Clone(), and CreateDefault().
|
overrideprivatevirtual |
Implements SfxPoolItem.
Definition at line 251 of file rulritem.cxx.
References SvxLongULSpaceItem().
|
static |
Definition at line 34 of file rulritem.cxx.
References SvxLongULSpaceItem().
|
inline |
Definition at line 80 of file rulritem.hxx.
|
overrideprivatevirtual |
Reimplemented from SfxPoolItem.
Definition at line 241 of file rulritem.cxx.
|
inline |
Definition at line 79 of file rulritem.hxx.
|
privatedelete |
|
overrideprivatevirtual |
Implements SfxPoolItem.
Definition at line 161 of file rulritem.cxx.
References mlLeft, mlRight, and SfxPoolItem::operator==().
|
overrideprivatevirtual |
Reimplemented from SfxPoolItem.
Definition at line 201 of file rulritem.cxx.
References CONVERT_TWIPS, convertMm100ToTwip(), mlLeft, and mlRight.
|
overrideprivatevirtual |
Reimplemented from SfxPoolItem.
Definition at line 168 of file rulritem.cxx.
References CONVERT_TWIPS, convertTwipToMm100(), mlLeft, and mlRight.
void SvxLongULSpaceItem::SetLower | ( | tools::Long | lArgRight | ) |
Definition at line 274 of file rulritem.cxx.
References mlRight.
void SvxLongULSpaceItem::SetUpper | ( | tools::Long | lArgLeft | ) |
Definition at line 269 of file rulritem.cxx.
References mlLeft.
|
private |
Definition at line 58 of file rulritem.hxx.
Referenced by operator==(), PutValue(), QueryValue(), and SetUpper().
|
private |
Definition at line 59 of file rulritem.hxx.
Referenced by operator==(), PutValue(), QueryValue(), and SetLower().