Home
last modified time | relevance | path

Searched refs:maBackgroundColor (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsProperties.cxx38 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()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx73 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 DSlideSorterView.cxx123 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
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DStyle.java71 maBackgroundColor = aColor; in SetBackgroundColor()
80 return maBackgroundColor; in GetBackgroundColor()
106 private Color maBackgroundColor; field in Style
H A DTokenView.java137 aBackgroundColor = maBackgroundColor; in PaintLineHighlight()
147 aBarColor = maBackgroundColor; in PaintLineHighlight()
396 private final static Color maBackgroundColor = Color.WHITE; field in TokenView
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dmediaprimitive2d.hxx57 basegfx::BColor maBackgroundColor; member in drawinglayer::primitive2d::MediaPrimitive2D
77 const basegfx::BColor& getBackgroundColor() const { return maBackgroundColor; } in getBackgroundColor()
H A Dpolypolygonprimitive2d.hxx375 basegfx::BColor maBackgroundColor; member in drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D
399 const basegfx::BColor& getBackgroundColor() const { return maBackgroundColor; } in getBackgroundColor()
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx124 Color maBackgroundColor; member in sd::presenter::PresenterTextView::Implementation
316 maBackgroundColor(0xffffffff), in Implementation()
451 maBackgroundColor = aColor; in SetBackgroundColor()
/trunk/main/oox/inc/oox/ppt/
H A Dslidepersist.hxx89 oox::drawingml::Color& getBackgroundColor() { return maBackgroundColor; } in getBackgroundColor()
129 oox::drawingml::Color maBackgroundColor; member in oox::ppt::SlidePersist
/trunk/main/oox/source/ppt/
H A Dslidepersist.cxx169 sal_Int32 nPhClr = maBackgroundColor.isUsed() ? in createBackground()
170 maBackgroundColor.getColor( rFilterBase.getGraphicHelper() ) : API_RGB_TRANSPARENT; in createBackground()
/trunk/main/svx/source/svdraw/
H A Dsvdpagv.cxx177 maBackgroundColor(COL_AUTO ), // #i48367# also react on autocolor in SdrPageView()
1090 maBackgroundColor = aBackgroundColor; in SetApplicationBackgroundColor()
1096 return maBackgroundColor; in GetApplicationBackgroundColor()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx514 maBackgroundColor(rBackgroundColor), in PolyPolygonHatchPrimitive2D()
527 maBackgroundColor(rBackgroundColor), in PolyPolygonHatchPrimitive2D()
H A Dmediaprimitive2d.cxx115 maBackgroundColor(rBackgroundColor), in MediaPrimitive2D()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsProperties.hxx128 Color maBackgroundColor; member in sd::slidesorter::controller::Properties
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx446 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 Dimpedit2.cxx149 maBackgroundColor = COL_AUTO; in ImpEditEngine()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsTheme.hxx214 ColorData maBackgroundColor; member in sd::slidesorter::view::Theme
/trunk/main/svx/inc/svx/
H A Dsvdpagv.hxx94 Color maBackgroundColor; member in SdrPageView

Completed in 87 milliseconds