20#ifndef INCLUDED_SVL_VISITEM_HXX
21#define INCLUDED_SVL_VISITEM_HXX
25#include <com/sun/star/frame/status/Visibility.hpp>
49 virtual bool PutValue(
const css::uno::Any& rVal,
54 bool GetValue()
const {
return m_nValue.bVisible; }
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)
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const =0
SfxVisibilityItem(sal_uInt16 which, bool bVisible)
css::frame::status::Visibility m_nValue