19#ifndef INCLUDED_EDITENG_ULSPITEM_HXX
20#define INCLUDED_EDITENG_ULSPITEM_HXX
33#define ULSPACE_16_VERSION (sal_uInt16(0x0001))
46 const sal_uInt16 nId );
57 OUString &rText,
const IntlWrapper& )
const override;
63 inline void SetUpper(
const sal_uInt16 nU,
const sal_uInt16 nProp = 100 );
64 inline void SetLower(
const sal_uInt16 nL,
const sal_uInt16 nProp = 100 );
79 virtual boost::property_tree::ptree
dumpAsJSON()
const override;
virtual void ScaleMetrics(tools::Long lMult, tools::Long lDiv)
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const
virtual bool GetPresentation(SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const
virtual void dumpAsXml(xmlTextWriterPtr pWriter) const
virtual bool operator==(const SfxPoolItem &) const=0
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId)
virtual boost::property_tree::ptree dumpAsJSON() const
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const=0
virtual bool HasMetrics() const
void SetLower(const sal_uInt16 nL, const sal_uInt16 nProp=100)
void SetPropUpper(const sal_uInt16 nU)
sal_uInt16 GetPropLower() const
sal_uInt16 GetUpper() const
void SetUpper(const sal_uInt16 nU, const sal_uInt16 nProp=100)
void SetPropLower(const sal_uInt16 nL)
sal_uInt16 GetLower() const
void SetUpperValue(const sal_uInt16 nU)
sal_uInt16 GetPropUpper() const
void SetLowerValue(const sal_uInt16 nL)
void SetContextValue(const bool bC)
#define EDITENG_DLLPUBLIC
struct _xmlTextWriter * xmlTextWriterPtr