Lines Matching refs:SvxPageItem
45 TYPEINIT1_FACTORY( SvxPageItem, SfxPoolItem , new SvxPageItem(0));
51 SvxPageItem::SvxPageItem( const sal_uInt16 nId ) : SfxPoolItem( nId ), in SvxPageItem() function in SvxPageItem
63 SvxPageItem::SvxPageItem( const SvxPageItem& rItem ) in SvxPageItem() function in SvxPageItem
75 SfxPoolItem* SvxPageItem::Clone( SfxItemPool * ) const in Clone()
77 return new SvxPageItem( *this ); in Clone()
84 int SvxPageItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
87 const SvxPageItem& rItem = (SvxPageItem&)rAttr; in operator ==()
107 SfxItemPresentation SvxPageItem::GetPresentation in GetPresentation()
164 sal_Bool SvxPageItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
201 sal_Bool SvxPageItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
244 SfxPoolItem* SvxPageItem::Create( SvStream& rStream, sal_uInt16 ) const in Create()
258 SvxPageItem* pPage = new SvxPageItem( Which() ); in Create()
268 SvStream& SvxPageItem::Store( SvStream &rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store()