Lines Matching refs:SvxViewLayoutItem
34 TYPEINIT1_FACTORY(SvxViewLayoutItem,SfxUInt16Item, new SvxViewLayoutItem);
42 SvxViewLayoutItem::SvxViewLayoutItem in SvxViewLayoutItem() function in SvxViewLayoutItem
55 SvxViewLayoutItem::SvxViewLayoutItem( const SvxViewLayoutItem& rOrig ) in SvxViewLayoutItem() function in SvxViewLayoutItem
63 SvxViewLayoutItem::~SvxViewLayoutItem() in ~SvxViewLayoutItem()
69 SfxPoolItem* SvxViewLayoutItem::Clone( SfxItemPool * /*pPool*/ ) const in Clone()
71 return new SvxViewLayoutItem( *this ); in Clone()
76 SfxPoolItem* SvxViewLayoutItem::Create( SvStream& /*rStrm*/, sal_uInt16 /*nVersion*/ ) const in Create()
90 SvStream& SvxViewLayoutItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store()
100 int SvxViewLayoutItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
104 SvxViewLayoutItem& rItem = (SvxViewLayoutItem&)rAttr; in operator ==()
110 sal_Bool SvxViewLayoutItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
136 sal_Bool SvxViewLayoutItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()