Home
last modified time | relevance | path

Searched refs:aWallpaper (Results 1 – 13 of 13) sorted by relevance

/trunk/main/vcl/source/window/
H A Dtabpage.cxx168 Wallpaper aWallpaper = GetBackground(); in Draw() local
169 if ( !aWallpaper.IsBitmap() ) in Draw()
176 if ( aWallpaper.IsBitmap() ) in Draw()
177 pDev->DrawBitmapEx( aPos, aSize, aWallpaper.GetBitmap() ); in Draw()
180 if( aWallpaper.GetColor() == COL_AUTO ) in Draw()
183 pDev->SetFillColor( aWallpaper.GetColor() ); in Draw()
H A Ddockingarea.cxx63 Wallpaper aWallpaper; in ImplInitBackground() local
64 aWallpaper.SetStyle( WALLPAPER_APPLICATIONGRADIENT ); in ImplInitBackground()
65 pThis->SetBackground( aWallpaper ); in ImplInitBackground()
H A Ddialog.cxx968 Wallpaper aWallpaper = GetBackground(); in Draw() local
969 if ( !aWallpaper.IsBitmap() ) in Draw()
976 if ( aWallpaper.IsBitmap() ) in Draw()
977 pDev->DrawBitmapEx( aPos, aSize, aWallpaper.GetBitmap() ); in Draw()
980 pDev->SetFillColor( aWallpaper.GetColor() ); in Draw()
H A Dmenu.cxx3972 Wallpaper aWallpaper; in ImplInitMenuWindow() local
3973 aWallpaper.SetStyle( WALLPAPER_APPLICATIONGRADIENT ); in ImplInitMenuWindow()
3974 pWin->SetBackground( aWallpaper ); in ImplInitMenuWindow()
H A Dwindow.cxx5954 Wallpaper aWallpaper = GetBackground(); in UpdateSettings() local
5955 if( !aWallpaper.IsBitmap() && !aWallpaper.IsGradient() ) in UpdateSettings()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx149 const Wallpaper aWallpaper(COL_BLACK); in animatedBitmapExPreparator() local
150 aVirtualDeviceMask.DrawWallpaper(aRect, aWallpaper); in animatedBitmapExPreparator()
371 Wallpaper aWallpaper(Color(COL_BLACK)); in create2DDecompositionOfGraphic() local
372 aOut.DrawWallpaper(aRectangle, aWallpaper); in create2DDecompositionOfGraphic()
377 … Wallpaper aWallpaper(Gradient(GRADIENT_LINEAR, Color(COL_RED), Color(COL_GREEN))); in create2DDecompositionOfGraphic() local
378 aOut.DrawWallpaper(aRectangle, aWallpaper); in create2DDecompositionOfGraphic()
386 Wallpaper aWallpaper(aBitmapEx); in create2DDecompositionOfGraphic() local
387 aOut.DrawWallpaper(aRectangle, aWallpaper); in create2DDecompositionOfGraphic()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx656 Wallpaper aWallpaper( _rColor ); in SetBackgroundColor() local
657 m_pAntiImpl->SetBackground( aWallpaper ); in SetBackgroundColor()
658 m_pViewport->SetBackground( aWallpaper ); in SetBackgroundColor()
/trunk/main/slideshow/source/engine/shapes/
H A Dgdimtftools.cxx406 const Wallpaper aWallpaper(COL_BLACK); in getAnimationFromGraphic() local
408 aWallpaper); in getAnimationFromGraphic()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx897 Wallpaper aWallpaper = pA->GetWallpaper(); in ImplWriteActions() local
899 if ( aWallpaper.IsBitmap() ) in ImplWriteActions()
901 BitmapEx aBitmapEx = aWallpaper.GetBitmap(); in ImplWriteActions()
905 if ( aWallpaper.IsGradient() ) in ImplWriteActions()
920 else if ( aWallpaper.IsGradient() ) in ImplWriteActions()
928 aColor = aWallpaper.GetColor(); in ImplWriteActions()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx277 const Wallpaper aWallpaper( aVDev.GetBackground() ); in WriteGraphic() local
286 aVDev.SetBackground( aWallpaper ); in WriteGraphic()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1761 Wallpaper aWallpaper = GetBackground(); in PaintEntry1() local
1774aWallpaper.GetColor().IsBright() != rSettings.GetDeactiveColor().IsBright() ) in PaintEntry1()
1784 aWallpaper.SetColor( aNewWallColor ); in PaintEntry1()
1789 aWallpaper.SetColor( rSettings.GetFieldColor() ); in PaintEntry1()
1834 SetFillColor( aWallpaper.GetColor() ); in PaintEntry1()
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx149 const Wallpaper aWallpaper( aWhiteColor ); in setupMethodStubs() local
753 aRect2,aWallpaper )); in setupMethodStubs()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2442 Wallpaper aWallpaper( aImage.GetBitmapEx()); in setProperty() local
2443 aWallpaper.SetStyle( WALLPAPER_SCALE ); in setProperty()
2444 pDialog->SetBackground( aWallpaper ); in setProperty()
2452 Wallpaper aWallpaper( aColor ); in setProperty() local
2453 pDialog->SetBackground( aWallpaper ); in setProperty()
2538 Wallpaper aWallpaper( aImage.GetBitmapEx()); in setProperty() local
2539 aWallpaper.SetStyle( WALLPAPER_SCALE ); in setProperty()
2540 pTabPage->SetBackground( aWallpaper ); in setProperty()
2548 Wallpaper aWallpaper( aColor ); in setProperty() local
2549 pTabPage->SetBackground( aWallpaper ); in setProperty()

Completed in 180 milliseconds