20#include <com/sun/star/uno/Any.hxx>
22#include <osl/diagnose.h>
30 assert(SfxPoolItem::operator==(rItem));
65 if (rVal >>= aTheValue)
70 OSL_FAIL(
"CntUnencodedStringItem::PutValue(): Wrong type");
virtual bool operator==(const SfxPoolItem &rItem) const override
CntUnencodedStringItem(sal_uInt16 which)
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId) override
virtual CntUnencodedStringItem * Clone(SfxItemPool *=nullptr) const override
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) 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...
Base class for providers of defaults of SfxPoolItems.