Lines Matching refs:SvxZoomSliderItem
33 TYPEINIT1_FACTORY(SvxZoomSliderItem,SfxUInt16Item, new SvxZoomSliderItem);
43 SvxZoomSliderItem::SvxZoomSliderItem( sal_uInt16 nCurrentZoom, sal_uInt16 nMinZoom, sal_uInt16 nMax… in SvxZoomSliderItem() function in SvxZoomSliderItem
50 SvxZoomSliderItem::SvxZoomSliderItem( const SvxZoomSliderItem& rOrig ) in SvxZoomSliderItem() function in SvxZoomSliderItem
60 SvxZoomSliderItem::~SvxZoomSliderItem() in ~SvxZoomSliderItem()
66 SfxPoolItem* SvxZoomSliderItem::Clone( SfxItemPool * /*pPool*/ ) const in Clone()
68 return new SvxZoomSliderItem( *this ); in Clone()
73 SfxPoolItem* SvxZoomSliderItem::Create( SvStream& /*rStrm*/, sal_uInt16 /*nVersion*/ ) const in Create()
87 SvStream& SvxZoomSliderItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store()
97 int SvxZoomSliderItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
101 SvxZoomSliderItem& rItem = (SvxZoomSliderItem&)rAttr; in operator ==()
107 sal_Bool SvxZoomSliderItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
155 sal_Bool SvxZoomSliderItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
264 void SvxZoomSliderItem::AddSnappingPoint( sal_Int32 nNew ) in AddSnappingPoint()
272 const com::sun::star::uno::Sequence < sal_Int32 >& SvxZoomSliderItem::GetSnappingPoints() const in GetSnappingPoints()