Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Dwall.cxx46 mpRect = NULL; in DBG_NAME()
70 if ( rImplWallpaper.mpRect ) in ImplWallpaper()
71 mpRect = new Rectangle( *rImplWallpaper.mpRect ); in ImplWallpaper()
73 mpRect = NULL; in ImplWallpaper()
83 delete mpRect; in ~ImplWallpaper()
111 delete rImplWallpaper.mpRect; in operator >>()
112 rImplWallpaper.mpRect = NULL; in operator >>()
133 rImplWallpaper.mpRect = new Rectangle; in operator >>()
134 rIStm >> *rImplWallpaper.mpRect; in operator >>()
164 sal_Bool bRect = ( rImplWallpaper.mpRect != NULL ); in operator <<()
[all …]
/AOO42X/main/vcl/inc/
H A Dwall2.hxx37 Rectangle* mpRect; member in ImplWallpaper