Lines Matching refs:CntWallpaperItem
37 TYPEINIT1( CntWallpaperItem, SfxPoolItem );
40 CntWallpaperItem::CntWallpaperItem( sal_uInt16 which ) in CntWallpaperItem() function in CntWallpaperItem
46 CntWallpaperItem::CntWallpaperItem( sal_uInt16 which, SvStream& rStream, sal_uInt16 nVersion ) in CntWallpaperItem() function in CntWallpaperItem
86 CntWallpaperItem::CntWallpaperItem( const CntWallpaperItem& rItem ) : in CntWallpaperItem() function in CntWallpaperItem
95 CntWallpaperItem::~CntWallpaperItem() in ~CntWallpaperItem()
100 int CntWallpaperItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
104 const CntWallpaperItem& rWallItem = (const CntWallpaperItem&)rItem; in operator ==()
116 sal_uInt16 CntWallpaperItem::GetVersion(sal_uInt16) const in GetVersion()
122 SfxPoolItem* CntWallpaperItem::Create( SvStream& rStream, sal_uInt16 nVersion) const in Create()
124 return new CntWallpaperItem( Which(), rStream, nVersion ); in Create()
128 SvStream& CntWallpaperItem::Store( SvStream& rStream, sal_uInt16 ) const in Store()
135 SAL_CONST_CAST( CntWallpaperItem*, this )->_nColor.Write( rStream, sal_True ); in Store()
142 SfxPoolItem* CntWallpaperItem::Clone( SfxItemPool* ) const in Clone()
144 return new CntWallpaperItem( *this ); in Clone()
149 sal_Bool CntWallpaperItem::QueryValue( com::sun::star::uno::Any&,sal_uInt8 ) const in QueryValue()
157 sal_Bool CntWallpaperItem::PutValue( const com::sun::star::uno::Any&,sal_uInt8 ) in PutValue()