10#ifndef INCLUDED_SVL_INT64ITEM_HXX
11#define INCLUDED_SVL_INT64ITEM_HXX
34 OUString& rText,
const IntlWrapper& rIntlWrapper )
const override;
37 css::uno::Any& rVal,
sal_uInt8 nMemberId = 0 )
const override;
40 const css::uno::Any& rVal,
sal_uInt8 nMemberId )
override;
SfxInt64Item(SfxInt64Item const &)=default
SfxInt64Item(SfxInt64Item &&)=default
sal_Int64 GetValue() const
Base class for providers of defaults of SfxPoolItems.
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
This virtual method allows to get a textual representation of the value for the SfxPoolItem subclasse...
virtual bool operator==(const SfxPoolItem &) const =0
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId)
SfxPoolItem & operator=(const SfxPoolItem &)=delete
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const =0