Lines Matching refs:SvxZoomItem
37 TYPEINIT1_FACTORY(SvxZoomItem,SfxUInt16Item, new SvxZoomItem);
46 SvxZoomItem::SvxZoomItem in SvxZoomItem() function in SvxZoomItem
60 SvxZoomItem::SvxZoomItem( const SvxZoomItem& rOrig ) in SvxZoomItem() function in SvxZoomItem
69 SvxZoomItem::~SvxZoomItem() in ~SvxZoomItem()
75 SfxPoolItem* SvxZoomItem::Clone( SfxItemPool * /*pPool*/ ) const in Clone()
77 return new SvxZoomItem( *this ); in Clone()
82 SfxPoolItem* SvxZoomItem::Create( SvStream& rStrm, sal_uInt16 /*nVersion*/ ) const in Create()
88 SvxZoomItem* pNew = new SvxZoomItem( (SvxZoomType)nType, nValue, Which() ); in Create()
95 SvStream& SvxZoomItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store()
105 int SvxZoomItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
109 SvxZoomItem& rItem = (SvxZoomItem&)rAttr; in operator ==()
116 sal_Bool SvxZoomItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
146 sal_Bool SvxZoomItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()