Searched refs:pWallpaper (Results 1 – 1 of 1) sorted by relevance
43 Wallpaper* pWallpaper; member47 SfxFrameDescriptor_Impl() : pWallpaper( NULL ), pArgs( NULL ), bEditable( sal_True ) {} in SfxFrameDescriptor_Impl()50 delete pWallpaper; in ~SfxFrameDescriptor_Impl()158 if ( pImp->pWallpaper ) in Clone()159 pFrame->pImp->pWallpaper = new Wallpaper( *pImp->pWallpaper ); in Clone()216 DELETEZ( pImp->pWallpaper ); in SetWallpaper()219 pImp->pWallpaper = new Wallpaper( rWallpaper ); in SetWallpaper()224 return pImp->pWallpaper; in GetWallpaper()
Completed in 17 milliseconds