LibreOffice Module editeng (master) 1
|
#include <lspcitem.hxx>
Public Member Functions | |
SvxLineSpacingItem (sal_uInt16 nLineHeight, const sal_uInt16 nId) | |
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 SvxLineSpacingItem * | Clone (SfxItemPool *pPool=nullptr) const override |
short | GetInterLineSpace () const |
void | SetInterLineSpace (const short nSpace) |
sal_uInt16 | GetLineHeight () const |
void | SetLineHeight (const sal_uInt16 nHeight) |
sal_uInt16 | GetPropLineSpace () const |
void | SetPropLineSpace (const sal_uInt16 nProp) |
void | SetLineSpaceRule (SvxLineSpaceRule e) |
SvxLineSpaceRule | GetLineSpaceRule () const |
void | SetInterLineSpaceRule (SvxInterLineSpaceRule e) |
SvxInterLineSpaceRule | GetInterLineSpaceRule () const |
virtual sal_uInt16 | GetValueCount () const override |
virtual sal_uInt16 | GetEnumValue () const override |
virtual void | SetEnumValue (sal_uInt16 nNewVal) override |
Public Member Functions inherited from SfxEnumItemInterface | |
virtual bool | operator== (const SfxPoolItem &rItem) const override |
virtual bool | GetPresentation (SfxItemPresentation, MapUnit, MapUnit, OUString &rText, const IntlWrapper &) const override |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8=0) const override |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8) override |
virtual sal_uInt16 | GetValueCount () const=0 |
virtual sal_uInt16 | GetEnumValue () const=0 |
virtual void | SetEnumValue (sal_uInt16 nValue)=0 |
virtual bool | HasBoolValue () const |
virtual bool | GetBoolValue () const |
virtual void | SetBoolValue (bool bValue) |
Public Member Functions inherited from SfxPoolItem | |
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 |
virtual bool | operator== (const SfxPoolItem &) const=0 |
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 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 |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) |
virtual SfxPoolItem * | Clone (SfxItemPool *pPool=nullptr) const=0 |
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 Attributes | |
short | nInterLineSpace |
sal_uInt16 | nLineHeight |
sal_uInt16 | nPropLineSpace |
SvxLineSpaceRule | eLineSpaceRule |
SvxInterLineSpaceRule | eInterLineSpaceRule |
Additional Inherited Members | |
Public Types inherited from SfxPoolItem | |
typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
Protected Member Functions inherited from SfxEnumItemInterface | |
SfxEnumItemInterface (sal_uInt16 which) | |
SfxEnumItemInterface (const SfxEnumItemInterface &)=default | |
Protected Member Functions inherited from SfxPoolItem | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 34 of file lspcitem.hxx.
SvxLineSpacingItem::SvxLineSpacingItem | ( | sal_uInt16 | nLineHeight, |
const sal_uInt16 | nId | ||
) |
Definition at line 79 of file paraitem.cxx.
References Auto, eInterLineSpaceRule, eLineSpaceRule, nId, nInterLineSpace, nLineHeight, nPropLineSpace, and Off.
Referenced by Clone(), and CreateDefault().
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 221 of file paraitem.cxx.
References SvxLineSpacingItem().
|
static |
Definition at line 56 of file paraitem.cxx.
References LINE_SPACE_DEFAULT_HEIGHT, and SvxLineSpacingItem().
|
overridevirtual |
Implements SfxEnumItemInterface.
Definition at line 314 of file paraitem.cxx.
References nPropLineSpace.
|
inline |
Definition at line 65 of file lspcitem.hxx.
Referenced by ImpEditEngine::CalcVertLineSpacing(), GetPresentation(), lcl_CalcExtraSpace(), and ImpEditEngine::Paint().
|
inline |
Definition at line 92 of file lspcitem.hxx.
Referenced by ImpEditEngine::CalcVertLineSpacing(), ImpEditEngine::CreateAndInsertEmptyLine(), ImpEditEngine::CreateLines(), GetPresentation(), lcl_CalcExtraSpace(), ImpEditEngine::Paint(), and ImpEditEngine::WriteItemAsRTF().
|
inline |
Definition at line 73 of file lspcitem.hxx.
Referenced by ConvertItem(), ImpEditEngine::CreateAndInsertEmptyLine(), ImpEditEngine::CreateLines(), GetPresentation(), and SvxRTFParser::ReadAttr().
|
inline |
Definition at line 89 of file lspcitem.hxx.
Referenced by ConvertItem(), ImpEditEngine::CreateAndInsertEmptyLine(), ImpEditEngine::CreateLines(), and GetPresentation().
|
overridevirtual |
Reimplemented from SfxEnumItemInterface.
Definition at line 226 of file paraitem.cxx.
References Auto, EditResId(), Fix, GetInterLineSpace(), GetInterLineSpaceRule(), GetLineHeight(), GetLineSpaceRule(), GetMetricId(), GetMetricText(), GetPropLineSpace(), Min, Off, and Prop.
|
inline |
Definition at line 81 of file lspcitem.hxx.
Referenced by ImpEditEngine::CreateAndInsertEmptyLine(), ImpEditEngine::CreateLines(), and GetPresentation().
|
overridevirtual |
Implements SfxEnumItemInterface.
Definition at line 308 of file paraitem.cxx.
|
overridevirtual |
Reimplemented from SfxEnumItemInterface.
Definition at line 90 of file paraitem.cxx.
References Auto, eInterLineSpaceRule, eLineSpaceRule, Fix, nInterLineSpace, nLineHeight, nPropLineSpace, Off, and Prop.
|
overridevirtual |
Reimplemented from SfxEnumItemInterface.
Definition at line 161 of file paraitem.cxx.
References Auto, CONVERT_TWIPS, eInterLineSpaceRule, eLineSpaceRule, Fix, MID_HEIGHT, MID_LINESPACE, Min, o3tl::mm100, nInterLineSpace, nLineHeight, nPropLineSpace, Off, Prop, QueryValue(), and o3tl::toTwips().
|
overridevirtual |
Reimplemented from SfxEnumItemInterface.
Definition at line 116 of file paraitem.cxx.
References Auto, CONVERT_TWIPS, convertTwipToMm100(), eInterLineSpaceRule, eLineSpaceRule, Fix, MID_HEIGHT, MID_LINESPACE, Min, nInterLineSpace, nLineHeight, nPropLineSpace, and Off.
Referenced by PutValue().
|
overridevirtual |
Implements SfxEnumItemInterface.
Definition at line 328 of file paraitem.cxx.
References nPropLineSpace.
|
inline |
Definition at line 66 of file lspcitem.hxx.
References Fix.
|
inline |
Definition at line 91 of file lspcitem.hxx.
|
inline |
Definition at line 74 of file lspcitem.hxx.
References Min.
Referenced by ConvertItem(), and SvxRTFParser::ReadAttr().
|
inline |
Definition at line 88 of file lspcitem.hxx.
Referenced by SvxRTFParser::ReadAttr().
|
inline |
Definition at line 82 of file lspcitem.hxx.
References Prop.
Referenced by SvxRTFParser::ReadAttr().
|
private |
Definition at line 40 of file lspcitem.hxx.
Referenced by operator==(), PutValue(), QueryValue(), and SvxLineSpacingItem().
|
private |
Definition at line 39 of file lspcitem.hxx.
Referenced by operator==(), PutValue(), QueryValue(), and SvxLineSpacingItem().
|
private |
Definition at line 36 of file lspcitem.hxx.
Referenced by operator==(), PutValue(), QueryValue(), and SvxLineSpacingItem().
|
private |
Definition at line 37 of file lspcitem.hxx.
Referenced by operator==(), PutValue(), QueryValue(), and SvxLineSpacingItem().
|
private |
Definition at line 38 of file lspcitem.hxx.
Referenced by GetEnumValue(), operator==(), PutValue(), QueryValue(), SetEnumValue(), and SvxLineSpacingItem().