Lines Matching refs:rStyleSettings

572 	const StyleSettings&	rStyleSettings	= mpOutDev->GetSettings().GetStyleSettings();  in DrawSymbol()  local
581 if ( (rStyleSettings.GetOptions() & STYLE_OPTION_MONO) || in DrawSymbol()
597 mpOutDev->SetFillColor( rStyleSettings.GetLightColor() ); in DrawSymbol()
601 mpOutDev->SetFillColor( rStyleSettings.GetShadowColor() ); in DrawSymbol()
637 const StyleSettings& rStyleSettings = mpOutDev->GetSettings().GetStyleSettings(); in DrawHighlightFrame() local
638 Color aLightColor = rStyleSettings.GetLightColor(); in DrawHighlightFrame()
639 Color aShadowColor = rStyleSettings.GetShadowColor(); in DrawHighlightFrame()
641 if ( (rStyleSettings.GetOptions() & STYLE_OPTION_MONO) || in DrawHighlightFrame()
652 aLightColor = rStyleSettings.GetFaceColor(); in DrawHighlightFrame()
734 const StyleSettings& rStyleSettings, sal_uInt16 nStyle ) in ImplDrawFrame() argument
748 sal_Bool bFlatBorders = ( !bMenuStyle && rStyleSettings.GetUseFlatBorders() ); in ImplDrawFrame()
765 if ( (rStyleSettings.GetOptions() & STYLE_OPTION_MONO) || in ImplDrawFrame()
837 Color aColor = bRound ? rStyleSettings.GetShadowColor() in ImplDrawFrame()
858 pDev->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawFrame()
864 pDev->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawFrame()
881 rStyleSettings.GetShadowColor(), in ImplDrawFrame()
882 rStyleSettings.GetLightColor() ); in ImplDrawFrame()
887 rStyleSettings.GetLightColor(), in ImplDrawFrame()
888 rStyleSettings.GetShadowColor() ); in ImplDrawFrame()
902 rStyleSettings.GetShadowColor(), in ImplDrawFrame()
903 rStyleSettings.GetShadowColor() ); in ImplDrawFrame()
906 rStyleSettings.GetShadowColor(), in ImplDrawFrame()
907 rStyleSettings.GetLightColor() ); in ImplDrawFrame()
913 rStyleSettings.GetMenuBorderColor(), in ImplDrawFrame()
914 rStyleSettings.GetDarkShadowColor() ); in ImplDrawFrame()
918 rStyleSettings.GetDarkShadowColor() : in ImplDrawFrame()
919 rStyleSettings.GetLightBorderColor(), in ImplDrawFrame()
920 rStyleSettings.GetDarkShadowColor() ); in ImplDrawFrame()
934 rStyleSettings.GetFaceColor(), in ImplDrawFrame()
935 rStyleSettings.GetFaceColor() ); in ImplDrawFrame()
938 rStyleSettings.GetDarkShadowColor(), in ImplDrawFrame()
939 rStyleSettings.GetLightBorderColor() ); in ImplDrawFrame()
944 if( !bMenuStyle || !rStyleSettings.GetUseFlatMenues() ) in ImplDrawFrame()
946 rStyleSettings.GetLightColor(), in ImplDrawFrame()
947 rStyleSettings.GetShadowColor() ); in ImplDrawFrame()
1002 const StyleSettings& rStyleSettings, sal_uInt16 nStyle ) in ImplDrawButton() argument
1063 Color aDefBtnColor = rStyleSettings.GetDarkShadowColor(); in ImplDrawButton()
1073 pDev->SetFillColor( rStyleSettings.GetLightBorderColor() ); in ImplDrawButton()
1081 pDev->SetFillColor( rStyleSettings.GetLightBorderColor() ); in ImplDrawButton()
1089 pDev->SetFillColor( rStyleSettings.GetDarkShadowColor() ); in ImplDrawButton()
1099 aColor1 = rStyleSettings.GetDarkShadowColor(); in ImplDrawButton()
1100 aColor2 = rStyleSettings.GetLightColor(); in ImplDrawButton()
1105 aColor1 = rStyleSettings.GetLightBorderColor(); in ImplDrawButton()
1107 aColor1 = rStyleSettings.GetLightColor(); in ImplDrawButton()
1109 aColor2 = rStyleSettings.GetShadowColor(); in ImplDrawButton()
1111 aColor2 = rStyleSettings.GetDarkShadowColor(); in ImplDrawButton()
1123 aColor1 = rStyleSettings.GetShadowColor(); in ImplDrawButton()
1124 aColor2 = rStyleSettings.GetLightBorderColor(); in ImplDrawButton()
1129 aColor1 = rStyleSettings.GetLightColor(); in ImplDrawButton()
1131 aColor1 = rStyleSettings.GetLightBorderColor(); in ImplDrawButton()
1132 aColor2 = rStyleSettings.GetShadowColor(); in ImplDrawButton()
1158 pDev->SetFillColor( rStyleSettings.GetCheckedColor() ); in ImplDrawButton()
1160 pDev->SetFillColor( rStyleSettings.GetFaceColor() ); in ImplDrawButton()
1227 const StyleSettings& rStyleSettings = mpOutDev->GetSettings().GetStyleSettings(); in DrawButton() local
1229 if ( rStyleSettings.GetOptions() & STYLE_OPTION_MONO ) in DrawButton()
1233 ImplDrawButton( mpOutDev, aRect, rStyleSettings, nStyle ); in DrawButton()
1238 ImplDrawButton( mpOutDev, aRect, rStyleSettings, nStyle ); in DrawButton()
1258 const StyleSettings& rStyleSettings = mpOutDev->GetSettings().GetStyleSettings(); in DrawSeparator() local
1261 if ( rStyleSettings.GetOptions() & STYLE_OPTION_MONO ) in DrawSeparator()
1264 mpOutDev->SetLineColor( rStyleSettings.GetShadowColor() ); in DrawSeparator()
1267 if ( !(rStyleSettings.GetOptions() & STYLE_OPTION_MONO) ) in DrawSeparator()
1269 mpOutDev->SetLineColor( rStyleSettings.GetLightColor() ); in DrawSeparator()