Searched refs:aWallpaper (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | tabpage.cxx | 168 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 D | dockingarea.cxx | 63 Wallpaper aWallpaper; in ImplInitBackground() local 64 aWallpaper.SetStyle( WALLPAPER_APPLICATIONGRADIENT ); in ImplInitBackground() 65 pThis->SetBackground( aWallpaper ); in ImplInitBackground()
|
H A D | dialog.cxx | 968 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 D | menu.cxx | 3972 Wallpaper aWallpaper; in ImplInitMenuWindow() local 3973 aWallpaper.SetStyle( WALLPAPER_APPLICATIONGRADIENT ); in ImplInitMenuWindow() 3974 pWin->SetBackground( aWallpaper ); in ImplInitMenuWindow()
|
H A D | window.cxx | 5954 Wallpaper aWallpaper = GetBackground(); in UpdateSettings() local 5955 if( !aWallpaper.IsBitmap() && !aWallpaper.IsGradient() ) in UpdateSettings()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 149 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()
|
/aoo42x/main/forms/source/richtext/ |
H A D | richtextimplcontrol.cxx | 656 Wallpaper aWallpaper( _rColor ); in SetBackgroundColor() local 657 m_pAntiImpl->SetBackground( aWallpaper ); in SetBackgroundColor() 658 m_pViewport->SetBackground( aWallpaper ); in SetBackgroundColor()
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | gdimtftools.cxx | 406 const Wallpaper aWallpaper(COL_BLACK); in getAnimationFromGraphic() local 408 aWallpaper); in getAnimationFromGraphic()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 897 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()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xoutbmp.cxx | 277 const Wallpaper aWallpaper( aVDev.GetBackground() ); in WriteGraphic() local 286 aVDev.SetBackground( aWallpaper ); in WriteGraphic()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svtreebx.cxx | 1761 Wallpaper aWallpaper = GetBackground(); in PaintEntry1() local 1774 … aWallpaper.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()
|
/aoo42x/main/vcl/workben/ |
H A D | outdevgrind.cxx | 149 const Wallpaper aWallpaper( aWhiteColor ); in setupMethodStubs() local 753 aRect2,aWallpaper )); in setupMethodStubs()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 2442 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 327 milliseconds