20#ifndef INCLUDED_SVL_INTITEM_HXX
21#define INCLUDED_SVL_INTITEM_HXX
25#include <boost/property_tree/ptree_fwd.hpp>
47 explicit SfxInt16Item(sal_uInt16 which = 0, sal_Int16 nTheValue = 0):
59 virtual boost::property_tree::ptree
dumpAsJSON()
const override;
64 virtual bool PutValue(
const css::uno::Any& rVal,
71 inline void SetValue(sal_Int16 nTheValue);
93 virtual boost::property_tree::ptree
dumpAsJSON()
const override;
109 virtual boost::property_tree::ptree
dumpAsJSON()
const override;
125 virtual boost::property_tree::ptree
dumpAsJSON()
const override;
void SetValue(sal_uInt8 nTheValue)
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId) override
virtual CntByteItem * Clone(SfxItemPool *=nullptr) const override
virtual bool GetPresentation(SfxItemPresentation, MapUnit, MapUnit, OUString &rText, const IntlWrapper &) const override
This virtual method allows to get a textual representation of the value for the SfxPoolItem subclasse...
virtual bool operator==(const SfxPoolItem &rItem) const override
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override
SfxByteItem(sal_uInt16 which=0, sal_uInt8 nValue=0)
virtual SfxByteItem * Clone(SfxItemPool *=nullptr) const override
sal_Int16 GetValue() const
void SetValue(sal_Int16 nTheValue)
SfxInt16Item(sal_uInt16 which=0, sal_Int16 nTheValue=0)
virtual SfxInt32Item * Clone(SfxItemPool *=nullptr) const override
SfxInt32Item(sal_uInt16 which=0, sal_Int32 nValue=0)
Base class for providers of defaults of SfxPoolItems.
sal_uInt32 GetRefCount() const
virtual void dumpAsXml(xmlTextWriterPtr pWriter) const
virtual boost::property_tree::ptree dumpAsJSON() const
virtual SfxUInt16Item * Clone(SfxItemPool *=nullptr) const override
SfxUInt16Item(sal_uInt16 which=0, sal_uInt16 nValue=0)
virtual SfxUInt32Item * Clone(SfxItemPool *=nullptr) const override
SfxUInt32Item(sal_uInt16 which=0, sal_uInt32 nValue=0)
#define DBG_ASSERT(sCon, aError)
struct _xmlTextWriter * xmlTextWriterPtr