LibreOffice Module editeng (master) 1
|
#include <hyphenzoneitem.hxx>
Public Member Functions | |
SvxHyphenZoneItem (const bool bHyph, 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 SvxHyphenZoneItem * | Clone (SfxItemPool *pPool=nullptr) const override |
void | SetHyphen (const bool bNew) |
bool | IsHyphen () const |
void | SetPageEnd (const bool bNew) |
bool | IsPageEnd () const |
void | SetNoCapsHyphenation (const bool bNew) |
bool | IsNoCapsHyphenation () const |
void | SetNoLastWordHyphenation (const bool bNew) |
bool | IsNoLastWordHyphenation () const |
sal_uInt8 & | GetMinLead () |
sal_uInt8 | GetMinLead () const |
sal_uInt8 & | GetMinTrail () |
sal_uInt8 | GetMinTrail () const |
sal_uInt8 & | GetMaxHyphens () |
sal_uInt8 | GetMaxHyphens () const |
sal_uInt8 & | GetMinWordLength () |
sal_uInt8 | GetMinWordLength () const |
sal_uInt16 & | GetTextHyphenZone () |
sal_uInt16 | GetTextHyphenZone () const |
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 | |
bool | bHyphen: 1 |
bool | bPageEnd: 1 |
bool | bNoCapsHyphenation: 1 |
bool | bNoLastWordHyphenation: 1 |
sal_uInt8 | nMinLead |
sal_uInt8 | nMinTrail |
sal_uInt8 | nMaxHyphens |
sal_uInt8 | nMinWordLength |
sal_uInt16 | nTextHyphenZone |
Additional Inherited Members | |
Public Types inherited from SfxPoolItem | |
typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
Protected Member Functions inherited from SfxPoolItem | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 33 of file hyphenzoneitem.hxx.
SvxHyphenZoneItem::SvxHyphenZoneItem | ( | const bool | bHyph, |
const sal_uInt16 | nId | ||
) |
Definition at line 553 of file paraitem.cxx.
References nId.
Referenced by Clone(), and CreateDefault().
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 660 of file paraitem.cxx.
References SvxHyphenZoneItem().
|
static |
Definition at line 60 of file paraitem.cxx.
References SvxHyphenZoneItem().
|
inline |
Definition at line 80 of file hyphenzoneitem.hxx.
Referenced by SvxRTFParser::ReadAttr().
|
inline |
Definition at line 81 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 74 of file hyphenzoneitem.hxx.
Referenced by SvxRTFParser::ReadAttr().
|
inline |
Definition at line 75 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 77 of file hyphenzoneitem.hxx.
Referenced by SvxRTFParser::ReadAttr().
|
inline |
Definition at line 78 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 83 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 84 of file hyphenzoneitem.hxx.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 665 of file paraitem.cxx.
References bHyphen, bNoCapsHyphenation, bNoLastWordHyphenation, bPageEnd, cpDelim, EditResId(), GetMetricId(), GetMetricText(), nMaxHyphens, nMinLead, nMinTrail, nMinWordLength, and nTextHyphenZone.
|
inline |
Definition at line 86 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 87 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 64 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 70 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 72 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 67 of file hyphenzoneitem.hxx.
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 644 of file paraitem.cxx.
References bHyphen, bNoCapsHyphenation, bNoLastWordHyphenation, bPageEnd, nMaxHyphens, nMinLead, nMinTrail, nMinWordLength, and nTextHyphenZone.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 601 of file paraitem.cxx.
References Any2Bool(), bHyphen, bNoCapsHyphenation, bNoLastWordHyphenation, MID_HYPHEN_MAX_HYPHENS, MID_HYPHEN_MIN_LEAD, MID_HYPHEN_MIN_TRAIL, MID_HYPHEN_MIN_WORD_LENGTH, MID_HYPHEN_NO_CAPS, MID_HYPHEN_NO_LAST_WORD, MID_HYPHEN_ZONE, MID_IS_HYPHEN, nMaxHyphens, nMinLead, nMinTrail, nMinWordLength, and nTextHyphenZone.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 568 of file paraitem.cxx.
References bHyphen, bNoCapsHyphenation, bNoLastWordHyphenation, MID_HYPHEN_MAX_HYPHENS, MID_HYPHEN_MIN_LEAD, MID_HYPHEN_MIN_TRAIL, MID_HYPHEN_MIN_WORD_LENGTH, MID_HYPHEN_NO_CAPS, MID_HYPHEN_NO_LAST_WORD, MID_HYPHEN_ZONE, MID_IS_HYPHEN, nMaxHyphens, nMinLead, nMinTrail, nMinWordLength, and nTextHyphenZone.
|
inline |
Definition at line 63 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 69 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 71 of file hyphenzoneitem.hxx.
|
inline |
Definition at line 66 of file hyphenzoneitem.hxx.
Referenced by SvxRTFParser::ReadAttr().
|
private |
Definition at line 35 of file hyphenzoneitem.hxx.
Referenced by GetPresentation(), operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 37 of file hyphenzoneitem.hxx.
Referenced by GetPresentation(), operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 38 of file hyphenzoneitem.hxx.
Referenced by GetPresentation(), operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 36 of file hyphenzoneitem.hxx.
Referenced by GetPresentation(), and operator==().
|
private |
Definition at line 41 of file hyphenzoneitem.hxx.
Referenced by GetPresentation(), operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 39 of file hyphenzoneitem.hxx.
Referenced by GetPresentation(), operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 40 of file hyphenzoneitem.hxx.
Referenced by GetPresentation(), operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 42 of file hyphenzoneitem.hxx.
Referenced by GetPresentation(), operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 43 of file hyphenzoneitem.hxx.
Referenced by GetPresentation(), operator==(), PutValue(), and QueryValue().