Lines Matching refs:aStyleSettings

2125     StyleSettings aStyleSettings = rSettings.GetStyleSettings();  in UpdateSettings()  local
2135 aStyleSettings.SetLogoDisplayTime( nSalDisplayTime ); in UpdateSettings()
2137 aStyleSettings.SetCursorBlinkTime( WinQuerySysValue( HWND_DESKTOP, SV_CURSORRATE ) ); in UpdateSettings()
2138 ULONG nDragFullOptions = aStyleSettings.GetDragFullOptions(); in UpdateSettings()
2143 aStyleSettings.SetDragFullOptions( nDragFullOptions ); in UpdateSettings()
2146 aStyleSettings.SetScrollBarSize( WinQuerySysValue( HWND_DESKTOP, SV_CYHSCROLL ) ); in UpdateSettings()
2147 aStyleSettings.SetTitleHeight( WinQuerySysValue( HWND_DESKTOP, SV_CYTITLEBAR ) ); in UpdateSettings()
2150aStyleSettings.SetFaceColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_BUTTONMIDDL… in UpdateSettings()
2151 aStyleSettings.SetInactiveTabColor( aStyleSettings.GetFaceColor() ); in UpdateSettings()
2152aStyleSettings.SetLightColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_BUTTONLIGH… in UpdateSettings()
2153aStyleSettings.SetLightBorderColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_BUTT… in UpdateSettings()
2154aStyleSettings.SetShadowColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_BUTTONDAR… in UpdateSettings()
2155 aStyleSettings.SetDarkShadowColor( Color( COL_BLACK ) ); in UpdateSettings()
2156aStyleSettings.SetDialogColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_DIALOGBAC… in UpdateSettings()
2157aStyleSettings.SetButtonTextColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_MENUT… in UpdateSettings()
2158aStyleSettings.SetActiveColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_ACTIVETIT… in UpdateSettings()
2159aStyleSettings.SetActiveTextColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_ACTIV… in UpdateSettings()
2160aStyleSettings.SetActiveBorderColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_ACT… in UpdateSettings()
2161aStyleSettings.SetDeactiveColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_INACTIV… in UpdateSettings()
2162aStyleSettings.SetDeactiveTextColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_INA… in UpdateSettings()
2163aStyleSettings.SetDeactiveBorderColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_I… in UpdateSettings()
2164aStyleSettings.SetMenuColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_MENU, 0 ) )… in UpdateSettings()
2165aStyleSettings.SetMenuTextColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_MENUTEX… in UpdateSettings()
2166aStyleSettings.SetMenuBarTextColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_MENU… in UpdateSettings()
2167 aStyleSettings.SetDialogTextColor( aStyleSettings.GetButtonTextColor() ); in UpdateSettings()
2168 aStyleSettings.SetRadioCheckTextColor( aStyleSettings.GetButtonTextColor() ); in UpdateSettings()
2169aStyleSettings.SetGroupTextColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_WINDOW… in UpdateSettings()
2170 aStyleSettings.SetLabelTextColor( aStyleSettings.GetGroupTextColor() ); in UpdateSettings()
2171 aStyleSettings.SetInfoTextColor( aStyleSettings.GetGroupTextColor() ); in UpdateSettings()
2172aStyleSettings.SetWindowColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_WINDOW, 0… in UpdateSettings()
2173 aStyleSettings.SetActiveTabColor( aStyleSettings.GetWindowColor() ); in UpdateSettings()
2174aStyleSettings.SetWindowTextColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_WINDO… in UpdateSettings()
2175aStyleSettings.SetFieldColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_ENTRYFIELD… in UpdateSettings()
2176 aStyleSettings.SetFieldTextColor( aStyleSettings.GetWindowTextColor() ); in UpdateSettings()
2177aStyleSettings.SetDisableColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_MENUDISA… in UpdateSettings()
2178aStyleSettings.SetHighlightColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_HILITE… in UpdateSettings()
2179aStyleSettings.SetHighlightTextColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_HI… in UpdateSettings()
2181 if ( ImplSalIsSameColor( aMenuHighColor, aStyleSettings.GetMenuColor() ) ) in UpdateSettings()
2183 aStyleSettings.SetMenuHighlightColor( Color( COL_BLUE ) ); in UpdateSettings()
2184 aStyleSettings.SetMenuHighlightTextColor( Color( COL_WHITE ) ); in UpdateSettings()
2188 aStyleSettings.SetMenuHighlightColor( aMenuHighColor ); in UpdateSettings()
2189aStyleSettings.SetMenuHighlightTextColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCL… in UpdateSettings()
2192 Color aColor1 = aStyleSettings.GetFaceColor(); in UpdateSettings()
2193 Color aColor2 = aStyleSettings.GetLightColor(); in UpdateSettings()
2197 aStyleSettings.SetCheckedColor( Color( nRed, nGreen, nBlue ) ); in UpdateSettings()
2202 aFont = aStyleSettings.GetMenuFont(); in UpdateSettings()
2216 aStyleSettings.SetMenuFont( aFont ); in UpdateSettings()
2219 aFont = aStyleSettings.GetIconFont(); in UpdateSettings()
2223 aStyleSettings.SetIconFont( aFont ); in UpdateSettings()
2225 aFont = aStyleSettings.GetTitleFont(); in UpdateSettings()
2240 aStyleSettings.SetTitleFont( aFont ); in UpdateSettings()
2241 aStyleSettings.SetFloatTitleFont( aFont ); in UpdateSettings()
2244 aFont = aStyleSettings.GetAppFont(); in UpdateSettings()
2254 aStyleSettings.SetHelpFont( aHelpFont ); in UpdateSettings()
2264 aStyleSettings.SetAppFont( aFont ); in UpdateSettings()
2265 aStyleSettings.SetToolFont( aFont ); in UpdateSettings()
2266 aStyleSettings.SetLabelFont( aFont ); in UpdateSettings()
2267 aStyleSettings.SetInfoFont( aFont ); in UpdateSettings()
2268 aStyleSettings.SetRadioCheckFont( aFont ); in UpdateSettings()
2269 aStyleSettings.SetPushButtonFont( aFont ); in UpdateSettings()
2270 aStyleSettings.SetFieldFont( aFont ); in UpdateSettings()
2271 aStyleSettings.SetGroupFont( aFont ); in UpdateSettings()
2275 rSettings.SetStyleSettings( aStyleSettings ); in UpdateSettings()