Home
last modified time | relevance | path

Searched refs:aWall (Results 1 – 17 of 17) sorted by relevance

/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx454 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 …]
/trunk/main/cui/source/dialogs/
H A Dabout.cxx383 Wallpaper aWall( aWindowColor ); in ApplyStyleSettings() local
384 SetBackground( aWall ); in ApplyStyleSettings()
392 maVersionText.SetBackground(aWall); in ApplyStyleSettings()
393 maCopyrightEdit.SetBackground(aWall); in ApplyStyleSettings()
394 maBuildInfoEdit.SetBackground(aWall); in ApplyStyleSettings()
395 maCreditsLink.SetBackground(aWall); in ApplyStyleSettings()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInWriter.java152 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 DChartInDraw.java161 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 DChartInCalc.java293 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()
/trunk/main/starmath/source/
H A Daccessibility.cxx302 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 Ddialog.cxx404 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()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx2149 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 Doutdev3.cxx7055 Wallpaper aWall = GetBackground(); in DrawCtrlText() local
7056 Color aCol = aWall.GetColor(); in DrawCtrlText()
H A Dpdfwriter_impl.cxx321 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()
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx971 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()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1573 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()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx3129 Wallpaper aWall; in SetItemBackground() local
3130 SetItemBackground( nSetId, aWall ); in SetItemBackground()
3183 Wallpaper aWall; in GetItemBackground() local
3184 return aWall; in GetItemBackground()
H A Dwindow.cxx9420 Wallpaper aWall = GetBackground(); in ImplGetCurrentBackgroundColor() local
9421 if( !aWall.IsGradient() && !aWall.IsBitmap() ) in ImplGetCurrentBackgroundColor()
9422 rCol = aWall.GetColor(); in ImplGetCurrentBackgroundColor()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx287 Wallpaper aWall( m_aColorConfig.GetColorValue(::svtools::APPBACKGROUND).nColor ); in Paint() local
288 DrawWallpaper(aRect,aWall); in Paint()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx2463 Wallpaper aWall( aBackCol ); in InitFontStyle() local
2464 rExampleWin.SetBackground( aWall ); in InitFontStyle()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx2231 SvXMLElementExport aWall( mrExport, XML_NAMESPACE_CHART, XML_WALL, sal_True, sal_True ); in exportPlotArea() local

Completed in 333 milliseconds