/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsProperties.cxx | 38 maBackgroundColor(Application::GetSettings().GetStyleSettings().GetWindowColor()), in Properties() 61 maBackgroundColor = Application::GetSettings().GetStyleSettings().GetWindowColor(); in HandleDataChangeEvent() 170 return maBackgroundColor; in GetBackgroundColor() 178 maBackgroundColor = rColor; in SetBackgroundColor()
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsTheme.cxx | 73 maBackgroundColor(rpProperties->GetBackgroundColor().GetColor()), in Theme() 92 maColor[Color_Background] = maBackgroundColor; in Theme() 130 maBackgroundColor = rpProperties->GetBackgroundColor().GetColor(); in Update() 133 maColor[Color_Background] = maBackgroundColor; in Update() 137 maColor[Color_Background] = maBackgroundColor; in Update() 153 SetGradient(Gradient_NormalPage, maBackgroundColor, -1,-1, 0,0, 0,0); in Update()
|
H A D | SlideSorterView.cxx | 123 BackgroundPainter (const Color aBackgroundColor) : maBackgroundColor(aBackgroundColor) {} in BackgroundPainter() 128 rDevice.SetFillColor(maBackgroundColor); in Paint() 135 void SetColor (const Color aColor) { maBackgroundColor = aColor; } in SetColor() 138 Color maBackgroundColor; member in sd::slidesorter::view::BackgroundPainter
|
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/ |
H A D | Style.java | 71 maBackgroundColor = aColor; in SetBackgroundColor() 80 return maBackgroundColor; in GetBackgroundColor() 106 private Color maBackgroundColor; field in Style
|
H A D | TokenView.java | 137 aBackgroundColor = maBackgroundColor; in PaintLineHighlight() 147 aBarColor = maBackgroundColor; in PaintLineHighlight() 396 private final static Color maBackgroundColor = Color.WHITE; field in TokenView
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | mediaprimitive2d.hxx | 57 basegfx::BColor maBackgroundColor; member in drawinglayer::primitive2d::MediaPrimitive2D 77 const basegfx::BColor& getBackgroundColor() const { return maBackgroundColor; } in getBackgroundColor()
|
H A D | polypolygonprimitive2d.hxx | 375 basegfx::BColor maBackgroundColor; member in drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D 399 const basegfx::BColor& getBackgroundColor() const { return maBackgroundColor; } in getBackgroundColor()
|
/aoo42x/main/sd/source/ui/presenter/ |
H A D | PresenterTextView.cxx | 124 Color maBackgroundColor; member in sd::presenter::PresenterTextView::Implementation 316 maBackgroundColor(0xffffffff), in Implementation() 451 maBackgroundColor = aColor; in SetBackgroundColor()
|
/aoo42x/main/oox/inc/oox/ppt/ |
H A D | slidepersist.hxx | 89 oox::drawingml::Color& getBackgroundColor() { return maBackgroundColor; } in getBackgroundColor() 129 oox::drawingml::Color maBackgroundColor; member in oox::ppt::SlidePersist
|
/aoo42x/main/oox/source/ppt/ |
H A D | slidepersist.cxx | 169 sal_Int32 nPhClr = maBackgroundColor.isUsed() ? in createBackground() 170 maBackgroundColor.getColor( rFilterBase.getGraphicHelper() ) : API_RGB_TRANSPARENT; in createBackground()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdpagv.cxx | 177 maBackgroundColor(COL_AUTO ), // #i48367# also react on autocolor in SdrPageView() 1090 maBackgroundColor = aBackgroundColor; in SetApplicationBackgroundColor() 1096 return maBackgroundColor; in GetApplicationBackgroundColor()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | polypolygonprimitive2d.cxx | 514 maBackgroundColor(rBackgroundColor), in PolyPolygonHatchPrimitive2D() 527 maBackgroundColor(rBackgroundColor), in PolyPolygonHatchPrimitive2D()
|
H A D | mediaprimitive2d.cxx | 115 maBackgroundColor(rBackgroundColor), in MediaPrimitive2D()
|
/aoo42x/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsProperties.hxx | 128 Color maBackgroundColor; member in sd::slidesorter::controller::Properties
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit.hxx | 446 Color maBackgroundColor; member in ImpEditEngine 661 void SetBackgroundColor( const Color& rColor ) { maBackgroundColor = rColor; } in SetBackgroundColor() 662 Color GetBackgroundColor() const { return maBackgroundColor; } in GetBackgroundColor()
|
H A D | impedit2.cxx | 149 maBackgroundColor = COL_AUTO; in ImpEditEngine()
|
/aoo42x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsTheme.hxx | 214 ColorData maBackgroundColor; member in sd::slidesorter::view::Theme
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdpagv.hxx | 94 Color maBackgroundColor; member in SdrPageView
|