Lines Matching refs:Wallpaper

35 DBG_NAME( Wallpaper )  in DBG_NAME()  argument
192 inline void Wallpaper::ImplMakeUnique( sal_Bool bReleaseCache ) in ImplMakeUnique()
208 Wallpaper::Wallpaper() in Wallpaper() function in Wallpaper
210 DBG_CTOR( Wallpaper, NULL ); in Wallpaper()
220 Wallpaper::Wallpaper( const Wallpaper& rWallpaper ) in Wallpaper() function in Wallpaper
222 DBG_CTOR( Wallpaper, NULL ); in Wallpaper()
223 DBG_CHKOBJ( &rWallpaper, Wallpaper, NULL ); in Wallpaper()
235 Wallpaper::Wallpaper( const Color& rColor ) in Wallpaper() function in Wallpaper
237 DBG_CTOR( Wallpaper, NULL ); in Wallpaper()
246 Wallpaper::Wallpaper( const BitmapEx& rBmpEx ) in Wallpaper() function in Wallpaper
248 DBG_CTOR( Wallpaper, NULL ); in Wallpaper()
257 Wallpaper::Wallpaper( const Gradient& rGradient ) in Wallpaper() function in Wallpaper
259 DBG_CTOR( Wallpaper, NULL ); in Wallpaper()
268 Wallpaper::~Wallpaper() in ~Wallpaper()
270 DBG_DTOR( Wallpaper, NULL ); in ~Wallpaper()
285 void Wallpaper::SetColor( const Color& rColor ) in SetColor()
287 DBG_CHKTHIS( Wallpaper, NULL ); in SetColor()
298 const Color& Wallpaper::GetColor() const in GetColor()
300 DBG_CHKTHIS( Wallpaper, NULL ); in GetColor()
307 void Wallpaper::SetStyle( WallpaperStyle eStyle ) in SetStyle()
309 DBG_CHKTHIS( Wallpaper, NULL ); in SetStyle()
323 WallpaperStyle Wallpaper::GetStyle() const in GetStyle()
325 DBG_CHKTHIS( Wallpaper, NULL ); in GetStyle()
332 void Wallpaper::SetBitmap( const BitmapEx& rBitmap ) in SetBitmap()
334 DBG_CHKTHIS( Wallpaper, NULL ); in SetBitmap()
360 void Wallpaper::SetBitmap() in SetBitmap()
362 DBG_CHKTHIS( Wallpaper, NULL ); in SetBitmap()
374 BitmapEx Wallpaper::GetBitmap() const in GetBitmap()
376 DBG_CHKTHIS( Wallpaper, NULL ); in GetBitmap()
389 sal_Bool Wallpaper::IsBitmap() const in IsBitmap()
391 DBG_CHKTHIS( Wallpaper, NULL ); in IsBitmap()
399 void Wallpaper::SetGradient( const Gradient& rGradient ) in SetGradient()
401 DBG_CHKTHIS( Wallpaper, NULL ); in SetGradient()
416 void Wallpaper::SetGradient() in SetGradient()
418 DBG_CHKTHIS( Wallpaper, NULL ); in SetGradient()
430 Gradient Wallpaper::GetGradient() const in GetGradient()
432 DBG_CHKTHIS( Wallpaper, NULL ); in GetGradient()
447 sal_Bool Wallpaper::IsGradient() const in IsGradient()
449 DBG_CHKTHIS( Wallpaper, NULL ); in IsGradient()
457 Gradient Wallpaper::ImplGetApplicationGradient() const in ImplGetApplicationGradient()
473 void Wallpaper::SetRect( const Rectangle& rRect ) in SetRect()
475 DBG_CHKTHIS( Wallpaper, NULL ); in SetRect()
498 void Wallpaper::SetRect() in SetRect()
500 DBG_CHKTHIS( Wallpaper, NULL ); in SetRect()
512 Rectangle Wallpaper::GetRect() const in GetRect()
514 DBG_CHKTHIS( Wallpaper, NULL ); in GetRect()
527 sal_Bool Wallpaper::IsRect() const in IsRect()
529 DBG_CHKTHIS( Wallpaper, NULL ); in IsRect()
537 sal_Bool Wallpaper::IsFixed() const in IsFixed()
547 sal_Bool Wallpaper::IsScrollable() const in IsScrollable()
561 Wallpaper& Wallpaper::operator=( const Wallpaper& rWallpaper ) in operator =()
563 DBG_CHKTHIS( Wallpaper, NULL ); in operator =()
564 DBG_CHKOBJ( &rWallpaper, Wallpaper, NULL ); in operator =()
588 sal_Bool Wallpaper::operator==( const Wallpaper& rWallpaper ) const in operator ==()
590 DBG_CHKTHIS( Wallpaper, NULL ); in operator ==()
591 DBG_CHKOBJ( &rWallpaper, Wallpaper, NULL ); in operator ==()
623 SvStream& operator>>( SvStream& rIStm, Wallpaper& rWallpaper ) in operator >>()
631 SvStream& operator<<( SvStream& rOStm, const Wallpaper& rWallpaper ) in operator <<()