20#include <com/sun/star/uno/Any.hxx>
28 assert(SfxPoolItem::operator==(rItem));
37 rText = OUString::number(
m_nValue );
59 SAL_WARN(
"svl.items",
"CntByteItem::PutValue - Wrong type!");
72 assert(SfxPoolItem::operator==(rItem));
83 rText = OUString::number(
m_nValue );
106 SAL_WARN(
"svl.items",
"CntUInt16Item::PutValue - Wrong type!");
119 assert(SfxPoolItem::operator==(rItem));
129 rText = OUString::number(
m_nValue );
151 SAL_WARN(
"svl.items",
"CntInt32Item::PutValue - Wrong type!");
164 assert(SfxPoolItem::operator==(rItem));
199 SAL_WARN(
"svl.items",
"CntUInt32Item::PutValue - Wrong type!");
CntByteItem(sal_uInt16 which, 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
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 QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override
CntInt32Item(sal_uInt16 which, sal_Int32 nTheValue)
virtual CntInt32Item * Clone(SfxItemPool *=nullptr) const override
virtual bool operator==(const SfxPoolItem &rItem) const override
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId) override
virtual CntUInt16Item * 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...
CntUInt16Item(sal_uInt16 which, sal_uInt16 nTheValue)
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override
virtual bool operator==(const SfxPoolItem &rItem) const override
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId) override
virtual CntUInt32Item * Clone(SfxItemPool *=nullptr) const override
virtual bool operator==(const SfxPoolItem &rItem) 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 PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId) override
CntUInt32Item(sal_uInt16 which, sal_uInt32 nTheValue)
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override
Base class for providers of defaults of SfxPoolItems.
#define SAL_WARN_IF(condition, area, stream)
#define SAL_WARN(area, stream)