Searched refs:ImplWallpaper (Results 1 – 3 of 3) sorted by relevance
39 ImplWallpaper::ImplWallpaper() : in DBG_NAME()52 ImplWallpaper::ImplWallpaper( const ImplWallpaper& rImplWallpaper ) : in ImplWallpaper() function in ImplWallpaper78 ImplWallpaper::~ImplWallpaper() in ~ImplWallpaper()88 void ImplWallpaper::ImplSetCachedBitmap( BitmapEx& rBmp ) in ImplSetCachedBitmap()98 void ImplWallpaper::ImplReleaseCachedBitmap() in ImplReleaseCachedBitmap()106 SvStream& operator>>( SvStream& rIStm, ImplWallpaper& rImplWallpaper ) in operator >>()199 mpImplWallpaper = new ImplWallpaper( *(mpImplWallpaper) ); in ImplMakeUnique()212 static ImplWallpaper aStaticImplWallpaper; in Wallpaper()239 mpImplWallpaper = new ImplWallpaper; in Wallpaper()250 mpImplWallpaper = new ImplWallpaper; in Wallpaper()[all …]
29 class ImplWallpaper class42 friend SvStream& operator>>( SvStream& rIStm, ImplWallpaper& rImplWallpaper );43 friend SvStream& operator<<( SvStream& rOStm, const ImplWallpaper& rImplWallpaper );46 ImplWallpaper();47 ImplWallpaper( const ImplWallpaper& rImplWallpaper );48 ~ImplWallpaper();
34 class ImplWallpaper;86 ImplWallpaper* mpImplWallpaper;93 SAL_DLLPRIVATE ImplWallpaper* ImplGetImpWallpaper() const { return mpImplWallpaper; } in ImplGetImpWallpaper()
Completed in 13 milliseconds