20#ifndef INCLUDED_SVL_ILSTITEM_HXX
21#define INCLUDED_SVL_ILSTITEM_HXX
37 SfxIntegerListItem( sal_uInt16 nWhich,
const css::uno::Sequence < sal_Int32 >& rList );
45 const std::vector< sal_Int32 >&
GetList()
const {
return m_aList; }
49 virtual bool PutValue (
const css::uno::Any& rVal,
sal_uInt8 nMemberId )
override;
SfxIntegerListItem(SfxIntegerListItem &&)=default
SfxIntegerListItem(SfxIntegerListItem const &)=default
SfxIntegerListItem(sal_uInt16 nWhich, std::vector< sal_Int32 > &&rList)
const std::vector< sal_Int32 > & GetList() const
std::vector< sal_Int32 > m_aList
Base class for providers of defaults of SfxPoolItems.
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const
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