Lines Matching refs:rStyleSettings

157 	const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings();  in ImplInitSettings()  local
162 aFont = rStyleSettings.GetAppFont(); in ImplInitSettings()
174 aColor = rStyleSettings.GetButtonTextColor(); in ImplInitSettings()
185 aColor = rStyleSettings.GetMenuColor(); in ImplInitSettings()
187 aColor = rStyleSettings.GetWindowColor(); in ImplInitSettings()
189 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings()
258 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in ImplFormatItem() local
263 ….SetTextColor( ( nStyle & WB_MENUSTYLEVALUESET ) ? rStyleSettings.GetMenuTextColor() : rStyleSetti… in ImplFormatItem()
265 …ev.SetFillColor( ( nStyle & WB_MENUSTYLEVALUESET ) ? rStyleSettings.GetMenuColor() : rStyleSetting… in ImplFormatItem()
293 maVirDev.SetFillColor( rStyleSettings.GetMenuColor() ); in ImplFormatItem()
295 maVirDev.SetFillColor( rStyleSettings.GetWindowColor() ); in ImplFormatItem()
297 maVirDev.SetFillColor( rStyleSettings.GetFaceColor() ); in ImplFormatItem()
329 … const sal_uInt16 nEdgeBlendingPercent(GetEdgeBlending() ? rStyleSettings.GetEdgeBlending() : 0); in ImplFormatItem()
333 const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor()); in ImplFormatItem()
334 const Color& rBottomRight(rStyleSettings.GetEdgeBlendingBottomRightColor()); in ImplFormatItem()
542 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in Format() local
543 Color aHighColor( rStyleSettings.GetHighlightColor() ); in Format()
701 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDrawItemText() local
703 SetFillColor( rStyleSettings.GetFaceColor() ); in ImplDrawItemText()
705 SetTextColor( rStyleSettings.GetButtonTextColor() ); in ImplDrawItemText()
769 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDrawSelect() local
773 Color aDoubleColor( rStyleSettings.GetHighlightColor() ); in ImplDrawSelect()
774 Color aSingleColor( rStyleSettings.GetHighlightTextColor() ); in ImplDrawSelect()
1000 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDrawDropPos() local
1003 SetLineColor( rStyleSettings.GetButtonTextColor() ); in ImplDrawDropPos()
1079 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDraw() local
1083 if ( !(rStyleSettings.GetOptions() & STYLE_OPTION_MONO) ) in ImplDraw()
1085 SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDraw()
1089 SetLineColor( rStyleSettings.GetLightColor() ); in ImplDraw()
1092 SetLineColor( rStyleSettings.GetWindowTextColor() ); in ImplDraw()
1665 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in Paint() local
1667 SetFillColor( rStyleSettings.GetFaceColor() ); in Paint()