/aoo41x/main/svtools/source/dialogs/ |
H A D | property.cxx | 454 Wallpaper aWall = GetBackground(); in SvPropertyLine() local 455 aWall.SetColor( Color( COL_TRANSPARENT ) ); in SvPropertyLine() 456 SetBackground( aWall ); in SvPropertyLine() 473 Wallpaper aWall = GetBackground(); in SvPropertyLine() local 474 aWall.SetColor( Color( COL_TRANSPARENT ) ); in SvPropertyLine() 475 SetBackground( aWall ); in SvPropertyLine() 687 Wallpaper aWall = aPlayGround.GetBackground(); in SvListBoxForProperties() local 688 aWall.SetColor( Color( COL_TRANSPARENT ) ); in SvListBoxForProperties() 689 aPlayGround.SetBackground( aWall ); in SvListBoxForProperties() 710 aWall.SetColor( Color( COL_TRANSPARENT ) ); in SvListBoxForProperties() [all …]
|
/aoo41x/main/cui/source/dialogs/ |
H A D | about.cxx | 388 Wallpaper aWall( aWindowColor ); in ApplyStyleSettings() local 389 SetBackground( aWall ); in ApplyStyleSettings() 397 maVersionText.SetBackground(aWall); in ApplyStyleSettings() 398 maCopyrightEdit.SetBackground(aWall); in ApplyStyleSettings() 399 maBuildInfoEdit.SetBackground(aWall); in ApplyStyleSettings() 400 maCreditsLink.SetBackground(aWall); in ApplyStyleSettings()
|
/aoo41x/main/odk/examples/DevelopersGuide/Charts/ |
H A D | ChartInWriter.java | 152 XPropertySet aWall = ((X3DDisplay) UnoRuntime.queryInterface( in testWall() local 156 aWall.setPropertyValue( "FillColor", new Integer( 0xeecc99 )); in testWall() 157 aWall.setPropertyValue( "FillStyle", FillStyle.SOLID ); in testWall()
|
H A D | ChartInDraw.java | 161 XPropertySet aWall = ((X3DDisplay) UnoRuntime.queryInterface( in testWall() local 165 aWall.setPropertyValue( "FillColor", new Integer( 0xcccccc )); in testWall() 166 aWall.setPropertyValue( "FillStyle", FillStyle.SOLID ); in testWall()
|
H A D | ChartInCalc.java | 293 XPropertySet aWall = ((X3DDisplay) UnoRuntime.queryInterface( in testWall() local 297 aWall.setPropertyValue( "FillStyle", FillStyle.SOLID ); in testWall() 298 aWall.setPropertyValue( "FillColor", new Integer( 0xcccccc )); in testWall()
|
/aoo41x/main/starmath/source/ |
H A D | accessibility.cxx | 302 Wallpaper aWall( pWin->GetDisplayBackground() ); in getBackground() local 304 if (aWall.IsBitmap() || aWall.IsGradient()) in getBackground() 307 nCol = aWall.GetColor().GetColor(); in getBackground() 1888 Wallpaper aWall( pWin->GetDisplayBackground() ); in getBackground() local 1890 if (aWall.IsBitmap() || aWall.IsGradient()) in getBackground() 1893 nCol = aWall.GetColor().GetColor(); in getBackground()
|
H A D | dialog.cxx | 404 Wallpaper aWall( aTmpColor ); in InitColor_Impl() local 406 aShowFont.SetBackground( aWall ); in InitColor_Impl() 1570 Wallpaper aWall( aTmpColor ); in InitColor_Impl() local 1572 aSymbolDisplay .SetBackground( aWall ); in InitColor_Impl() 1574 aSymbolSetDisplay.SetBackground( aWall ); in InitColor_Impl() 2143 Wallpaper aWall( aTmpColor ); in InitColor_Impl() local 2145 aCharsetDisplay .SetBackground( aWall ); in InitColor_Impl() 2147 aOldSymbolDisplay.SetBackground( aWall ); in InitColor_Impl() 2149 aSymbolDisplay .SetBackground( aWall ); in InitColor_Impl()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | gdimtf.cxx | 2149 Wallpaper aWall( pAct->GetWallpaper() ); in ImplExchangeColors() local 2152 aWall.SetColor( pFncCol( aWall.GetColor(), pColParam ) ); in ImplExchangeColors() 2154 if( aWall.IsBitmap() ) in ImplExchangeColors() 2155 aWall.SetBitmap( pFncBmp( aWall.GetBitmap(), pBmpParam ) ); in ImplExchangeColors() 2157 if( aWall.IsGradient() ) in ImplExchangeColors() 2159 Gradient aGradient( aWall.GetGradient() ); in ImplExchangeColors() 2163 aWall.SetGradient( aGradient ); in ImplExchangeColors() 2166 aMtf.Insert( new MetaWallpaperAction( rRect, aWall ), LIST_APPEND ); in ImplExchangeColors()
|
H A D | outdev3.cxx | 7055 Wallpaper aWall = GetBackground(); in DrawCtrlText() local 7056 Color aCol = aWall.GetColor(); in DrawCtrlText()
|
H A D | pdfwriter_impl.cxx | 321 Wallpaper aWall( aTransMask ); in doTestCode() local 322 aWall.SetStyle( WALLPAPER_TILE ); in doTestCode() 323 aWriter.DrawWallpaper( Rectangle( Point( 4400, 4200 ), Size( 10200, 6300 ) ), aWall ); in doTestCode()
|
/aoo41x/main/svx/source/dialog/ |
H A D | _bmpmask.cxx | 971 Wallpaper aWall( pAct->GetWallpaper() ); in ImpMask() local 973 aCol = aWall.GetColor(); in ImpMask() 978 aWall.SetColor( aCol ); in ImpMask() 979 pAct = new MetaWallpaperAction( pAct->GetRect(), aWall ); in ImpMask()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 1573 Wallpaper aWall( Color( COL_TRANSPARENT ) ); in CustomPropertiesYesNoButton() local 1574 SetBackground( aWall ); in CustomPropertiesYesNoButton() 1577 m_aYesButton.SetBackground( aWall ); in CustomPropertiesYesNoButton() 1578 m_aNoButton.SetBackground( aWall ); in CustomPropertiesYesNoButton()
|
/aoo41x/main/vcl/source/window/ |
H A D | splitwin.cxx | 3129 Wallpaper aWall; in SetItemBackground() local 3130 SetItemBackground( nSetId, aWall ); in SetItemBackground() 3183 Wallpaper aWall; in GetItemBackground() local 3184 return aWall; in GetItemBackground()
|
H A D | window.cxx | 9420 Wallpaper aWall = GetBackground(); in ImplGetCurrentBackgroundColor() local 9421 if( !aWall.IsGradient() && !aWall.IsBitmap() ) in ImplGetCurrentBackgroundColor() 9422 rCol = aWall.GetColor(); in ImplGetCurrentBackgroundColor()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 287 Wallpaper aWall( m_aColorConfig.GetColorValue(::svtools::APPBACKGROUND).nColor ); in Paint() local 288 DrawWallpaper(aRect,aWall); in Paint()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | optpage.cxx | 2466 Wallpaper aWall( aBackCol ); in InitFontStyle() local 2467 rExampleWin.SetBackground( aWall ); in InitFontStyle()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 2231 SvXMLElementExport aWall( mrExport, XML_NAMESPACE_CHART, XML_WALL, sal_True, sal_True ); in exportPlotArea() local
|