Home
last modified time | relevance | path

Searched refs:maHighlightColor (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsProperties.cxx41 maHighlightColor(Application::GetSettings().GetStyleSettings().GetMenuHighlightColor()), in Properties()
64 maHighlightColor = Application::GetSettings().GetStyleSettings().GetMenuHighlightColor(); in HandleDataChangeEvent()
217 return maHighlightColor; in GetHighlightColor()
225 maHighlightColor = rColor; in SetHighlightColor()
/trunk/main/oox/source/drawingml/
H A Dtextcharacterproperties.cxx57 maHighlightColor.assignIfUsed( rSourceProps.maHighlightColor ); in assignUsed()
H A Dtextcharacterpropertiescontext.cxx126 xRet.set( new ColorContext( *this, mrTextCharacterProperties.maHighlightColor ) ); in createFastChildContext()
/trunk/main/toolkit/test/accessibility/
H A DCanvasShape.java40 public final Color maHighlightColor = Color.red; field in CanvasShape
195 g.setColor (maHighlightColor); in paint_highlight()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java44 public final Color maHighlightColor = Color.red; field in CanvasShape
228 g.setColor (maHighlightColor); in paint_highlight()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DTokenView.java135 aBackgroundColor = maHighlightColor; in PaintLineHighlight()
397 private final static Color maHighlightColor = new Color(0xB0E0E6); // Powder Blue field in TokenView
/trunk/main/vcl/source/app/
H A Dsettings.cxx475 maHighlightColor( rData.maHighlightColor ), in ImplStyleData()
619 maHighlightColor = Color( COL_BLUE ); in SetStandardStyles()
1043 (mpData->maHighlightColor == rSet.mpData->maHighlightColor) && in operator ==()
/trunk/main/vcl/inc/vcl/
H A Dsettings.hxx362 Color maHighlightColor; member in ImplStyleData
632 { CopyData(); mpData->maHighlightColor = rColor; } in SetHighlightColor()
634 { return mpData->maHighlightColor; } in GetHighlightColor()
/trunk/main/oox/inc/oox/drawingml/
H A Dtextcharacterproperties.hxx48 Color maHighlightColor; member
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsProperties.hxx131 Color maHighlightColor; member in sd::slidesorter::controller::Properties

Completed in 71 milliseconds