Home
last modified time | relevance | path

Searched refs:maShowBackground (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sd/source/ui/slideshow/
H A Dshowwin.cxx80 maShowBackground = Wallpaper( Color( COL_BLACK ) ); in ShowWindow()
296 DrawWallpaper( rRect, maShowBackground ); in Paint()
382 maShowBackground = Wallpaper( Color( COL_BLACK ) ); in SetEndMode()
418 maShowBackground = Wallpaper( Color( COL_BLACK ) ); in SetPauseMode()
450 maShowBackground = Wallpaper( rBlankColor ); in SetBlankMode()
481 maShowBackground = Wallpaper( Color( COL_BLACK ) ); in TerminateShow()
519 maShowBackground = Wallpaper( Color( COL_BLACK ) ); in RestartShow()
H A Dshowwindow.hxx79 const Color& GetBlankColor() const { return maShowBackground.GetColor(); } in GetBlankColor()
121 Wallpaper maShowBackground; member in sd::ShowWindow