Lines Matching refs:meStyle

47 	meStyle 		= WALLPAPER_NULL;  in DBG_NAME()
56 meStyle = rImplWallpaper.meStyle; in ImplWallpaper()
122 rIStm >> nTmp16; rImplWallpaper.meStyle = (WallpaperStyle) nTmp16; in operator >>()
170 rOStm << rImplWallpaper.maColor << (sal_uInt16) rImplWallpaper.meStyle; in operator <<()
241 mpImplWallpaper->meStyle = WALLPAPER_TILE; in Wallpaper()
252 mpImplWallpaper->meStyle = WALLPAPER_TILE; in Wallpaper()
263 mpImplWallpaper->meStyle = WALLPAPER_TILE; in Wallpaper()
292 …if( WALLPAPER_NULL == mpImplWallpaper->meStyle || WALLPAPER_APPLICATIONGRADIENT == mpImplWallpaper… in SetColor()
293 mpImplWallpaper->meStyle = WALLPAPER_TILE; in SetColor()
318 mpImplWallpaper->meStyle = eStyle; in SetStyle()
327 return mpImplWallpaper->meStyle; in GetStyle()
354 …if( WALLPAPER_NULL == mpImplWallpaper->meStyle || WALLPAPER_APPLICATIONGRADIENT == mpImplWallpaper… in SetBitmap()
355 mpImplWallpaper->meStyle = WALLPAPER_TILE; in SetBitmap()
410 …if( WALLPAPER_NULL == mpImplWallpaper->meStyle || WALLPAPER_APPLICATIONGRADIENT == mpImplWallpaper… in SetGradient()
411 mpImplWallpaper->meStyle = WALLPAPER_TILE; in SetGradient()
434 if( WALLPAPER_APPLICATIONGRADIENT == mpImplWallpaper->meStyle ) in GetGradient()
539 if ( mpImplWallpaper->meStyle == WALLPAPER_NULL ) in IsFixed()
549 if ( mpImplWallpaper->meStyle == WALLPAPER_NULL ) in IsScrollable()
554 return (mpImplWallpaper->meStyle == WALLPAPER_TILE); in IsScrollable()
596 if ( ( mpImplWallpaper->meStyle != rWallpaper.mpImplWallpaper->meStyle ) || in operator ==()