/aoo4110/main/svx/inc/svx/ |
H A D | dlgctrl.hxx | 184 Color aPixelColor, aBackgroundColor; member in SvxBitmapCtl 196 void SetBackgroundColor( Color aColor ) { aBackgroundColor = aColor; } in SetBackgroundColor() 212 Color aBackgroundColor; member in SvxPixelCtl 233 void SetBackgroundColor( const Color& rCol ) { aBackgroundColor = rCol; } in SetBackgroundColor() 238 Color GetBackgroundColor() const { return aBackgroundColor; } in GetBackgroundColor()
|
H A D | svdpagv.hxx | 280 void SetApplicationBackgroundColor(Color aBackgroundColor);
|
H A D | svdpntv.hxx | 566 void SetApplicationBackgroundColor(Color aBackgroundColor);
|
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectPainter.cxx | 361 const Color aBackgroundColor (mpTheme->GetColor(Theme::Color_Background)); in PaintPageNumber() local 362 const sal_Int32 nBackgroundLuminance (aBackgroundColor.GetLuminance()); in PaintPageNumber() 514 const Color aBackgroundColor (mpTheme->GetColor(Theme::Color_Background)); in CreateBackgroundBitmap() local 515 aBitmapDevice.SetFillColor(aBackgroundColor); in CreateBackgroundBitmap() 516 aBitmapDevice.SetLineColor(aBackgroundColor); in CreateBackgroundBitmap()
|
H A D | SlideSorterView.cxx | 123 BackgroundPainter (const Color aBackgroundColor) : maBackgroundColor(aBackgroundColor) {} in BackgroundPainter() argument
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | htmlexp.hxx | 48 Color aBackgroundColor; member 60 aBackgroundColor = r.aBackgroundColor; in operator =()
|
/aoo4110/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 1251 Color aBackgroundColor = Color( 0xEC, 0xEC, 0xEC ); in UpdateSettings() local 1252 aStyleSettings.Set3DColors( aBackgroundColor ); in UpdateSettings() 1253 aStyleSettings.SetFaceColor( aBackgroundColor ); in UpdateSettings() 1254 Color aInactiveTabColor( aBackgroundColor ); in UpdateSettings() 1258 aStyleSettings.SetDialogColor( aBackgroundColor ); in UpdateSettings() 1259 aStyleSettings.SetLightBorderColor( aBackgroundColor ); in UpdateSettings() 1307 aStyleSettings.SetMenuColor( aBackgroundColor ); in UpdateSettings()
|
/aoo4110/main/avmedia/source/viewer/ |
H A D | mediawindow_impl.cxx | 421 const Color aBackgroundColor( 67, 67, 67 ); in Paint() local 423 SetLineColor( aBackgroundColor ); in Paint() 424 SetFillColor( aBackgroundColor ); in Paint()
|
/aoo4110/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrmediaobj.cxx | 167 const basegfx::BColor aBackgroundColor(67.0 / 255.0, 67.0 / 255.0, 67.0 / 255.0); in createViewIndependentPrimitive2DSequence() local 172 aTransform, rURL, aBackgroundColor, nPixelBorder)); in createViewIndependentPrimitive2DSequence()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterWindowManager.cxx | 1306 const util::Color aBackgroundColor (mpBackgroundBitmap->maReplacementColor); in PaintBackground() local 1307 aRenderState.DeviceColor[0] = ((aBackgroundColor >> 16) & 0x0ff) / 255.0; in PaintBackground() 1308 aRenderState.DeviceColor[1] = ((aBackgroundColor >> 8) & 0x0ff) / 255.0; in PaintBackground() 1309 aRenderState.DeviceColor[2] = ((aBackgroundColor >> 0) & 0x0ff) / 255.0; in PaintBackground() 1310 aRenderState.DeviceColor[3] = ((aBackgroundColor >> 24) & 0x0ff) / 255.0; in PaintBackground()
|
H A D | PresenterSlidePreview.cxx | 355 Sequence<double> aBackgroundColor(4); in Paint() local 359 aBackgroundColor, in Paint()
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 505 aHTMLStyle.aBackgroundColor = pBrushItem->GetColor(); in PageDefaults() 596 if ( !aHTMLStyle.aBackgroundColor.GetTransparency() ) in WriteBody() 602 HTMLOutFuncs::Out_Color( rStrm, aHTMLStyle.aBackgroundColor ); in WriteBody() 955 aBgColor = aHTMLStyle.aBackgroundColor; // #55121# keine ungewollte Hintergrundfarbe in WriteCell() 1010 if ( aHTMLStyle.aBackgroundColor != aBgColor ) in WriteCell()
|
/aoo4110/main/sd/source/ui/annotations/ |
H A D | annotationwindow.cxx | 144 Color aBackgroundColor( mpAnnotationWindow->maColor ); in Paint() local 147 aBackgroundColor = GetSettings().GetStyleSettings().GetWindowColor(); in Paint() 150 mpOutlinerView->SetBackgroundColor( aBackgroundColor ); in Paint()
|
/aoo4110/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorterService.cxx | 501 void SAL_CALL SlideSorterService::setBackgroundColor (util::Color aBackgroundColor) in setBackgroundColor() argument 506 mpSlideSorter->GetProperties()->SetBackgroundColor(Color(aBackgroundColor)); in setBackgroundColor()
|
H A D | SlideSorterService.hxx | 163 virtual void SAL_CALL setBackgroundColor (css::util::Color aBackgroundColor)
|
/aoo4110/main/sc/source/ui/view/ |
H A D | printfun.cxx | 1977 Color aBackgroundColor( COL_WHITE ); in PrintNotes() local 1979 … aBackgroundColor.SetColor( SC_MOD()->GetColorConfig().GetColorValue(svtools::DOCCOLOR).nColor ); in PrintNotes() 1983 pDev->SetFillColor(aBackgroundColor); in PrintNotes() 2049 Color aBackgroundColor( COL_WHITE ); in PrintPage() local 2051 … aBackgroundColor.SetColor( SC_MOD()->GetColorConfig().GetColorValue(svtools::DOCCOLOR).nColor ); in PrintPage() 2055 pDev->SetFillColor(aBackgroundColor); in PrintPage()
|
/aoo4110/main/svtools/source/control/ |
H A D | tabbar.cxx | 2174 Color aBackgroundColor; in StartEditMode() local 2185 aBackgroundColor = aSelectColor; in StartEditMode() 2190 aBackgroundColor = aFaceColor; in StartEditMode() 2196 mpEdit->SetControlBackground( aBackgroundColor ); in StartEditMode()
|
/aoo4110/main/svtools/source/edit/ |
H A D | svmedit.cxx | 770 Color aBackgroundColor = GetSettings().GetStyleSettings().GetWorkspaceColor(); in TextWindow() local 771 SetBackground( aBackgroundColor ); in TextWindow() 772 pParent->SetBackground( aBackgroundColor ); in TextWindow()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdpagv.cxx | 1088 void SdrPageView::SetApplicationBackgroundColor(Color aBackgroundColor) in SetApplicationBackgroundColor() argument 1090 maBackgroundColor = aBackgroundColor; in SetApplicationBackgroundColor()
|
H A D | svdpntv.cxx | 1483 void SdrPaintView::SetApplicationBackgroundColor(Color aBackgroundColor) in SetApplicationBackgroundColor() argument 1487 mpPageView->SetApplicationBackgroundColor(aBackgroundColor); in SetApplicationBackgroundColor()
|
/aoo4110/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 138 Color aBackgroundColor; // member in PSWriter 385 aBackgroundColor = Color( COL_WHITE ); in WritePS() 1053 pGS->aBackgroundCol = aBackgroundColor; in ImplWriteActions() 1083 aBackgroundColor = pGS->aBackgroundCol; in ImplWriteActions()
|
/aoo4110/main/svx/source/dialog/ |
H A D | dlgctrl.cxx | 1068 SetFillColor( nLastPixel ? aPixelColor : aBackgroundColor ); in Paint() 1226 aBackgroundColor = aBack; in SetXBitmap() 1301 const Bitmap aRetval(createHistorical8x8FromArray(pBmpArray, aPixelColor, aBackgroundColor)); in GetBitmapEx()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 3672 Color aBackgroundColor( pView->GetBackgroundColor() ); in Paint() local 3693 sal_uInt8 nColorDiff = aFontColor.GetColorError( aBackgroundColor ); in Paint() 3695 aBackgroundColor = aFontColor.IsDark() ? COL_WHITE : COL_BLACK; in Paint() 3696 pVDev->SetBackground( aBackgroundColor ); in Paint()
|