Lines Matching refs:rStyleSettings

339     const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings();  in ImplGetTextStyle()  local
358 (rStyleSettings.GetOptions() & STYLE_OPTION_MONO) ) in ImplGetTextStyle()
906 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplGetTextStyle() local
910 if ( ( rStyleSettings.GetOptions() & STYLE_OPTION_MONO ) || in ImplGetTextStyle()
975 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDrawPushButtonContent() local
993 aColor = rStyleSettings.GetButtonRolloverTextColor(); in ImplDrawPushButtonContent()
995 aColor = rStyleSettings.GetButtonTextColor(); in ImplDrawPushButtonContent()
1065 aArrowColor = rStyleSettings.GetShadowColor(); in ImplDrawPushButtonContent()
2216 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDrawRadioButtonState() local
2228 SetFillColor( rStyleSettings.GetFaceColor() ); in ImplDrawRadioButtonState()
2230 SetFillColor( rStyleSettings.GetFieldColor() ); in ImplDrawRadioButtonState()
2243 if( rStyleSettings.GetHighContrastMode() ) in ImplDrawRadioButtonState()
2264 SetLineColor( rStyleSettings.GetHighlightColor() ); in ImplDrawRadioButtonState()
3059 static void LoadThemedImageList (const StyleSettings &rStyleSettings, in LoadThemedImageList() argument
3071 aColorAry2[0] = rStyleSettings.GetFaceColor(); in LoadThemedImageList()
3072 aColorAry2[1] = rStyleSettings.GetWindowColor(); in LoadThemedImageList()
3073 aColorAry2[2] = rStyleSettings.GetLightColor(); in LoadThemedImageList()
3074 aColorAry2[3] = rStyleSettings.GetShadowColor(); in LoadThemedImageList()
3075 aColorAry2[4] = rStyleSettings.GetDarkShadowColor(); in LoadThemedImageList()
3076 aColorAry2[5] = rStyleSettings.GetWindowTextColor(); in LoadThemedImageList()
3088 const StyleSettings& rStyleSettings = rSettings.GetStyleSettings(); in GetRadioImage() local
3091 if ( rStyleSettings.GetOptions() & STYLE_OPTION_MONO ) in GetRadioImage()
3096 (pSVData->maCtrlData.mnLastRadioFColor != rStyleSettings.GetFaceColor().GetColor()) || in GetRadioImage()
3097 (pSVData->maCtrlData.mnLastRadioWColor != rStyleSettings.GetWindowColor().GetColor()) || in GetRadioImage()
3098 (pSVData->maCtrlData.mnLastRadioLColor != rStyleSettings.GetLightColor().GetColor()) ) in GetRadioImage()
3103 pSVData->maCtrlData.mnLastRadioFColor = rStyleSettings.GetFaceColor().GetColor(); in GetRadioImage()
3104 pSVData->maCtrlData.mnLastRadioWColor = rStyleSettings.GetWindowColor().GetColor(); in GetRadioImage()
3105 pSVData->maCtrlData.mnLastRadioLColor = rStyleSettings.GetLightColor().GetColor(); in GetRadioImage()
3115 pColorAry2[0] = rStyleSettings.GetFaceColor(); in GetRadioImage()
3116 pColorAry2[1] = rStyleSettings.GetWindowColor(); in GetRadioImage()
3117 pColorAry2[2] = rStyleSettings.GetLightColor(); in GetRadioImage()
3118 pColorAry2[3] = rStyleSettings.GetShadowColor(); in GetRadioImage()
3119 pColorAry2[4] = rStyleSettings.GetDarkShadowColor(); in GetRadioImage()
3120 pColorAry2[5] = rStyleSettings.GetWindowTextColor(); in GetRadioImage()
3125 LoadThemedImageList( rStyleSettings, in GetRadioImage()
3476 const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); in ImplDraw() local
3477 if ( rStyleSettings.GetOptions() & STYLE_OPTION_MONO ) in ImplDraw()
3480 SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDraw()
3483 if ( !(rStyleSettings.GetOptions() & STYLE_OPTION_MONO) ) in ImplDraw()
3485 SetLineColor( rStyleSettings.GetLightColor() ); in ImplDraw()
4006 const StyleSettings& rStyleSettings = rSettings.GetStyleSettings(); in GetCheckImage() local
4009 if ( rStyleSettings.GetOptions() & STYLE_OPTION_MONO ) in GetCheckImage()
4014 (pSVData->maCtrlData.mnLastCheckFColor != rStyleSettings.GetFaceColor().GetColor()) || in GetCheckImage()
4015 (pSVData->maCtrlData.mnLastCheckWColor != rStyleSettings.GetWindowColor().GetColor()) || in GetCheckImage()
4016 (pSVData->maCtrlData.mnLastCheckLColor != rStyleSettings.GetLightColor().GetColor()) ) in GetCheckImage()
4021 pSVData->maCtrlData.mnLastCheckFColor = rStyleSettings.GetFaceColor().GetColor(); in GetCheckImage()
4022 pSVData->maCtrlData.mnLastCheckWColor = rStyleSettings.GetWindowColor().GetColor(); in GetCheckImage()
4023 pSVData->maCtrlData.mnLastCheckLColor = rStyleSettings.GetLightColor().GetColor(); in GetCheckImage()
4028 LoadThemedImageList( rStyleSettings, in GetCheckImage()