Home
last modified time | relevance | path

Searched refs:CntWallpaperItem (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svl/source/items/
H A Dcntwall.cxx37 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()
124 return new CntWallpaperItem( Which(), rStream, nVersion ); in Create()
142 SfxPoolItem* CntWallpaperItem::Clone( SfxItemPool* ) const in Clone()
[all …]
/trunk/main/svl/inc/svl/
H A Dcntwall.hxx37 class SVL_DLLPUBLIC CntWallpaperItem : public SfxPoolItem class
47 CntWallpaperItem( sal_uInt16 nWhich );
48 CntWallpaperItem( sal_uInt16 nWhich, SvStream& rStream, sal_uInt16 nVersion );
49 CntWallpaperItem( const CntWallpaperItem& rCpy );
50 ~CntWallpaperItem();
/trunk/main/editeng/inc/editeng/
H A Dbrshitem.hxx37 class CntWallpaperItem;
86 SvxBrushItem( const CntWallpaperItem&, sal_uInt16 nWhich );
136 CntWallpaperItem* CreateCntWallpaperItem() const;
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx686 const CntWallpaperItem* pItem = 0; in ResetFromWallpaperItem()
690 pItem = (const CntWallpaperItem*)&rSet.Get( nWhich ); in ResetFromWallpaperItem()
716 aBgdColor = Color( ((CntWallpaperItem*)pOld)->GetColor() ); in ResetFromWallpaperItem()
1012 SvxBrushItem rOldItem( (const CntWallpaperItem&)*pOld, nWhich ); in FillItemSetWithWallpaperItem()
1028 CntWallpaperItem aItem( nWhich ); in FillItemSetWithWallpaperItem()
1047 CntWallpaperItem aItem( nWhich ); in FillItemSetWithWallpaperItem()
1060 CntWallpaperItem aItem( nWhich ); in FillItemSetWithWallpaperItem()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx4300 SvxBrushItem::SvxBrushItem( const CntWallpaperItem& rItem, sal_uInt16 _nWhich ) : in SvxBrushItem()
4316 CntWallpaperItem* SvxBrushItem::CreateCntWallpaperItem() const in CreateCntWallpaperItem()
4318 CntWallpaperItem* pItem = new CntWallpaperItem( 0 ); in CreateCntWallpaperItem()

Completed in 53 milliseconds