Lines Matching refs:rStyleSettings

54 	const StyleSettings& rStyleSettings = pWin->GetSettings().GetStyleSettings();  in ImplInitFieldSettings()  local
58 Font aFont = rStyleSettings.GetFieldFont(); in ImplInitFieldSettings()
66 Color aTextColor = rStyleSettings.GetFieldTextColor(); in ImplInitFieldSettings()
77 pWin->SetBackground( rStyleSettings.GetFieldColor() ); in ImplInitFieldSettings()
1782 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplPaint() local
1796 …SetTextColor( !IsEnabled() ? rStyleSettings.GetDisableColor() : rStyleSettings.GetHighlightTextCol… in ImplPaint()
1797 SetFillColor( rStyleSettings.GetHighlightColor() ); in ImplPaint()
1798 SetTextFillColor( rStyleSettings.GetHighlightColor() ); in ImplPaint()
1805 SetTextColor( rStyleSettings.GetDisableColor() ); in ImplPaint()
1870 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in DrawEntry() local
1871 … const sal_uInt16 nEdgeBlendingPercent(GetEdgeBlending() ? rStyleSettings.GetEdgeBlending() : 0); in DrawEntry()
1875 const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor()); in DrawEntry()
1876 const Color& rBottomRight(rStyleSettings.GetEdgeBlendingBottomRightColor()); in DrawEntry()
2868 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDraw() local
2926 SetTextColor( rStyleSettings.GetHighlightTextColor() ); in ImplDraw()
2927 SetFillColor( rStyleSettings.GetHighlightColor() ); in ImplDraw()
2934 aColor = rStyleSettings.GetFieldRolloverTextColor(); in ImplDraw()
2936 aColor = rStyleSettings.GetFieldTextColor(); in ImplDraw()
2946 SetTextColor( rStyleSettings.GetDisableColor() ); in ImplDraw()
2985 const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings(); in DrawEntry() local
2992 if( rStyleSettings.GetHighContrastMode() ) in DrawEntry()
3007 … const sal_uInt16 nEdgeBlendingPercent(GetEdgeBlending() ? rStyleSettings.GetEdgeBlending() : 0); in DrawEntry()
3011 const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor()); in DrawEntry()
3012 const Color& rBottomRight(rStyleSettings.GetEdgeBlendingBottomRightColor()); in DrawEntry()