Lines Matching refs:rStyleSettings
337 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplGetTextStyle() local
356 (rStyleSettings.GetOptions() & STYLE_OPTION_MONO) ) in ImplGetTextStyle()
904 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplGetTextStyle() local
908 if ( ( rStyleSettings.GetOptions() & STYLE_OPTION_MONO ) || in ImplGetTextStyle()
973 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDrawPushButtonContent() local
991 aColor = rStyleSettings.GetButtonRolloverTextColor(); in ImplDrawPushButtonContent()
993 aColor = rStyleSettings.GetButtonTextColor(); in ImplDrawPushButtonContent()
1063 aArrowColor = rStyleSettings.GetShadowColor(); in ImplDrawPushButtonContent()
2213 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDrawRadioButtonState() local
2225 SetFillColor( rStyleSettings.GetFaceColor() ); in ImplDrawRadioButtonState()
2227 SetFillColor( rStyleSettings.GetFieldColor() ); in ImplDrawRadioButtonState()
2240 if( rStyleSettings.GetHighContrastMode() ) in ImplDrawRadioButtonState()
2261 SetLineColor( rStyleSettings.GetHighlightColor() ); in ImplDrawRadioButtonState()
3056 static void LoadThemedImageList (const StyleSettings &rStyleSettings, in LoadThemedImageList() argument
3068 aColorAry2[0] = rStyleSettings.GetFaceColor(); in LoadThemedImageList()
3069 aColorAry2[1] = rStyleSettings.GetWindowColor(); in LoadThemedImageList()
3070 aColorAry2[2] = rStyleSettings.GetLightColor(); in LoadThemedImageList()
3071 aColorAry2[3] = rStyleSettings.GetShadowColor(); in LoadThemedImageList()
3072 aColorAry2[4] = rStyleSettings.GetDarkShadowColor(); in LoadThemedImageList()
3073 aColorAry2[5] = rStyleSettings.GetWindowTextColor(); in LoadThemedImageList()
3085 const StyleSettings& rStyleSettings = rSettings.GetStyleSettings(); in GetRadioImage() local
3088 if ( rStyleSettings.GetOptions() & STYLE_OPTION_MONO ) in GetRadioImage()
3093 (pSVData->maCtrlData.mnLastRadioFColor != rStyleSettings.GetFaceColor().GetColor()) || in GetRadioImage()
3094 (pSVData->maCtrlData.mnLastRadioWColor != rStyleSettings.GetWindowColor().GetColor()) || in GetRadioImage()
3095 (pSVData->maCtrlData.mnLastRadioLColor != rStyleSettings.GetLightColor().GetColor()) ) in GetRadioImage()
3100 pSVData->maCtrlData.mnLastRadioFColor = rStyleSettings.GetFaceColor().GetColor(); in GetRadioImage()
3101 pSVData->maCtrlData.mnLastRadioWColor = rStyleSettings.GetWindowColor().GetColor(); in GetRadioImage()
3102 pSVData->maCtrlData.mnLastRadioLColor = rStyleSettings.GetLightColor().GetColor(); in GetRadioImage()
3112 pColorAry2[0] = rStyleSettings.GetFaceColor(); in GetRadioImage()
3113 pColorAry2[1] = rStyleSettings.GetWindowColor(); in GetRadioImage()
3114 pColorAry2[2] = rStyleSettings.GetLightColor(); in GetRadioImage()
3115 pColorAry2[3] = rStyleSettings.GetShadowColor(); in GetRadioImage()
3116 pColorAry2[4] = rStyleSettings.GetDarkShadowColor(); in GetRadioImage()
3117 pColorAry2[5] = rStyleSettings.GetWindowTextColor(); in GetRadioImage()
3122 LoadThemedImageList( rStyleSettings, in GetRadioImage()
3473 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDraw() local
3474 if ( rStyleSettings.GetOptions() & STYLE_OPTION_MONO ) in ImplDraw()
3477 SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDraw()
3480 if ( !(rStyleSettings.GetOptions() & STYLE_OPTION_MONO) ) in ImplDraw()
3482 SetLineColor( rStyleSettings.GetLightColor() ); in ImplDraw()
4003 const StyleSettings& rStyleSettings = rSettings.GetStyleSettings(); in GetCheckImage() local
4006 if ( rStyleSettings.GetOptions() & STYLE_OPTION_MONO ) in GetCheckImage()
4011 (pSVData->maCtrlData.mnLastCheckFColor != rStyleSettings.GetFaceColor().GetColor()) || in GetCheckImage()
4012 (pSVData->maCtrlData.mnLastCheckWColor != rStyleSettings.GetWindowColor().GetColor()) || in GetCheckImage()
4013 (pSVData->maCtrlData.mnLastCheckLColor != rStyleSettings.GetLightColor().GetColor()) ) in GetCheckImage()
4018 pSVData->maCtrlData.mnLastCheckFColor = rStyleSettings.GetFaceColor().GetColor(); in GetCheckImage()
4019 pSVData->maCtrlData.mnLastCheckWColor = rStyleSettings.GetWindowColor().GetColor(); in GetCheckImage()
4020 pSVData->maCtrlData.mnLastCheckLColor = rStyleSettings.GetLightColor().GetColor(); in GetCheckImage()
4025 LoadThemedImageList( rStyleSettings, in GetCheckImage()