Lines Matching refs:mpWallpaper
80 Wallpaper* mpWallpaper; member
464 if ( pSet->mpWallpaper ) in ImplDeleteSet()
465 delete pSet->mpWallpaper; in ImplDeleteSet()
1051 ImplDrawBack( pWindow, aRect, pSet->mpWallpaper, pSet->mpBitmap ); in ImplDrawBack()
1060 if ( pSet->mpBitmap || pSet->mpWallpaper ) in ImplDrawBack()
1066 ImplDrawBack( pWindow, aRect, pSet->mpWallpaper, pSet->mpBitmap ); in ImplDrawBack()
1362 pNewSet->mpWallpaper = NULL; in ImplInit()
1442 else if ( mpMainSet->mpWallpaper ) in ImplInitSettings()
1443 SetBackground( *mpMainSet->mpWallpaper ); in ImplInitSettings()
2917 pNewSet->mpWallpaper = NULL; in InsertItem()
3069 mpMainSet->mpWallpaper = NULL; in Clear()
3145 if ( pSet->mpWallpaper ) in SetItemBackground()
3147 delete pSet->mpWallpaper; in SetItemBackground()
3148 pSet->mpWallpaper = NULL; in SetItemBackground()
3158 if ( !pSet->mpWallpaper ) in SetItemBackground()
3159 pSet->mpWallpaper = new Wallpaper( rWallpaper ); in SetItemBackground()
3161 *(pSet->mpWallpaper) = rWallpaper; in SetItemBackground()
3179 if ( pSet && pSet->mpWallpaper ) in GetItemBackground()
3180 return *(pSet->mpWallpaper); in GetItemBackground()
3194 if ( pSet && pSet->mpWallpaper ) in IsItemBackground()