| /AOO41X/main/vcl/unx/generic/gdi/ |
| H A D | cdeint.cxx | 187 StyleSettings aStyleSettings = rSettings.GetStyleSettings(); in GetSystemLook() local 189 aStyleSettings.SetCursorBlinkTime( 500 ); in GetSystemLook() 192 aStyleSettings.SetActiveColor( aColors[0] ); in GetSystemLook() 193 aStyleSettings.SetActiveColor2( aColors[0] ); in GetSystemLook() 194 aStyleSettings.SetActiveBorderColor( aColors[0] ); in GetSystemLook() 196 aStyleSettings.SetDeactiveColor( aColors[0] ); in GetSystemLook() 197 aStyleSettings.SetDeactiveColor2( aColors[0] ); in GetSystemLook() 198 aStyleSettings.SetDeactiveBorderColor( aColors[0] ); in GetSystemLook() 210 aStyleSettings.SetActiveTextColor( aActive ); in GetSystemLook() 211 aStyleSettings.SetDeactiveTextColor( aDeactive ); in GetSystemLook() [all …]
|
| H A D | dtint.cxx | 132 StyleSettings aStyleSettings = rSettings.GetStyleSettings(); in GetSystemLook() local 133 aStyleSettings.SetCursorBlinkTime( 500 ); in GetSystemLook() 134 rSettings.SetStyleSettings( aStyleSettings ); in GetSystemLook()
|
| /AOO41X/main/vcl/unx/kde/ |
| H A D | salnativewidgets-kde.cxx | 1823 StyleSettings aStyleSettings( rSettings.GetStyleSettings() ); in UpdateSettings() local 1835 aStyleSettings.SetActiveColor( readColor( pConfig, pKey ) ); in UpdateSettings() 1839 aStyleSettings.SetActiveColor2( readColor( pConfig, pKey ) ); in UpdateSettings() 1843 aStyleSettings.SetDeactiveColor( readColor( pConfig, pKey ) ); in UpdateSettings() 1847 aStyleSettings.SetDeactiveColor2( readColor( pConfig, pKey ) ); in UpdateSettings() 1851 aStyleSettings.SetDeactiveTextColor( readColor( pConfig, pKey ) ); in UpdateSettings() 1855 aStyleSettings.SetActiveTextColor( readColor( pConfig, pKey ) ); in UpdateSettings() 1861 aStyleSettings.SetTitleFont( aFont ); in UpdateSettings() 1869 aStyleSettings.SetPreferredSymbolsStyleName( readEntryUntranslated( pConfig, pKey ) ); in UpdateSettings() 1881 aStyleSettings.SetRadioCheckTextColor( aFore ); in UpdateSettings() [all …]
|
| /AOO41X/main/vcl/aqua/source/window/ |
| H A D | salframe.cxx | 1248 StyleSettings aStyleSettings = rSettings.GetStyleSettings(); in UpdateSettings() local 1252 aStyleSettings.Set3DColors( aBackgroundColor ); in UpdateSettings() 1253 aStyleSettings.SetFaceColor( aBackgroundColor ); in UpdateSettings() 1256 aStyleSettings.SetInactiveTabColor( aInactiveTabColor ); in UpdateSettings() 1258 aStyleSettings.SetDialogColor( aBackgroundColor ); in UpdateSettings() 1259 aStyleSettings.SetLightBorderColor( aBackgroundColor ); in UpdateSettings() 1260 Color aShadowColor( aStyleSettings.GetShadowColor() ); in UpdateSettings() 1261 aStyleSettings.SetDarkShadowColor( aShadowColor ); in UpdateSettings() 1263 aStyleSettings.SetShadowColor( aShadowColor ); in UpdateSettings() 1266 Font aAppFont = aStyleSettings.GetAppFont(); in UpdateSettings() [all …]
|
| /AOO41X/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 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() 2150 …aStyleSettings.SetFaceColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_BUTTONMIDDL… in UpdateSettings() 2151 aStyleSettings.SetInactiveTabColor( aStyleSettings.GetFaceColor() ); in UpdateSettings() 2152 …aStyleSettings.SetLightColor( ImplOS2ColorToSal( WinQuerySysColor( HWND_DESKTOP, SYSCLR_BUTTONLIGH… in UpdateSettings() [all …]
|
| /AOO41X/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 2913 StyleSettings aStyleSettings = rSettings.GetStyleSettings(); in UpdateSettings() local 2916 aStyleSettings.SetScrollBarSize( GetSystemMetrics( SM_CXVSCROLL ) ); in UpdateSettings() 2917 aStyleSettings.SetSpinSize( GetSystemMetrics( SM_CXVSCROLL ) ); in UpdateSettings() 2918 aStyleSettings.SetCursorBlinkTime( GetCaretBlinkTime() ); in UpdateSettings() 2919 aStyleSettings.SetFloatTitleHeight( GetSystemMetrics( SM_CYSMCAPTION ) ); in UpdateSettings() 2920 aStyleSettings.SetTitleHeight( GetSystemMetrics( SM_CYCAPTION ) ); in UpdateSettings() 2921 aStyleSettings.SetActiveBorderColor( ImplWinColorToSal( GetSysColor( COLOR_ACTIVEBORDER ) ) ); in UpdateSettings() 2922 … aStyleSettings.SetDeactiveBorderColor( ImplWinColorToSal( GetSysColor( COLOR_INACTIVEBORDER ) ) ); in UpdateSettings() 2925 … aStyleSettings.SetActiveColor2( ImplWinColorToSal( GetSysColor( COLOR_GRADIENTACTIVECAPTION ) ) ); in UpdateSettings() 2926 …aStyleSettings.SetDeactiveColor( ImplWinColorToSal( GetSysColor( COLOR_GRADIENTINACTIVECAPTION ) )… in UpdateSettings() [all …]
|
| /AOO41X/main/toolkit/source/awt/ |
| H A D | stylesettings.cxx | 161 const StyleSettings aStyleSettings = aAllSettings.GetStyleSettings(); in lcl_getStyleColor() local 162 return (aStyleSettings.*i_pGetter)().GetColor(); in lcl_getStyleColor() 169 StyleSettings aStyleSettings = aAllSettings.GetStyleSettings(); in lcl_setStyleColor() local 170 (aStyleSettings.*i_pSetter)( Color( i_nColor ) ); in lcl_setStyleColor() 171 aAllSettings.SetStyleSettings( aStyleSettings ); in lcl_setStyleColor() 179 const StyleSettings aStyleSettings = aAllSettings.GetStyleSettings(); in lcl_getStyleFont() local 180 return VCLUnoHelper::CreateFontDescriptor( (aStyleSettings.*i_pGetter)() ); in lcl_getStyleFont() 188 StyleSettings aStyleSettings = aAllSettings.GetStyleSettings(); in lcl_setStyleFont() local 189 … const Font aNewFont = VCLUnoHelper::CreateFont( i_rFont, (aStyleSettings.*i_pGetter)() ); in lcl_setStyleFont() 190 (aStyleSettings.*i_pSetter)( aNewFont ); in lcl_setStyleFont() [all …]
|
| H A D | vclxwindows.cxx | 105 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in setButtonLikeFaceColor() local 110 aStyleSettings.SetFaceColor( aAppStyle.GetFaceColor( ) ); in setButtonLikeFaceColor() 111 aStyleSettings.SetCheckedColor( aAppStyle.GetCheckedColor( ) ); in setButtonLikeFaceColor() 112 aStyleSettings.SetLightBorderColor( aAppStyle.GetLightBorderColor() ); in setButtonLikeFaceColor() 113 aStyleSettings.SetLightColor( aAppStyle.GetLightColor() ); in setButtonLikeFaceColor() 114 aStyleSettings.SetShadowColor( aAppStyle.GetShadowColor() ); in setButtonLikeFaceColor() 115 aStyleSettings.SetDarkShadowColor( aAppStyle.GetDarkShadowColor() ); in setButtonLikeFaceColor() 121 aStyleSettings.SetFaceColor( nBackgroundColor ); in setButtonLikeFaceColor() 130 aStyleSettings.SetCheckedColor( aBackground ); in setButtonLikeFaceColor() 137 aStyleSettings.SetLightBorderColor( aLightShadow ); in setButtonLikeFaceColor() [all …]
|
| H A D | vclxwindow.cxx | 1322 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in setColorSettings() local 1324 (aStyleSettings.*pSetter)( Color( nColor ) ); in setColorSettings() 1326 aSettings.SetStyleSettings( aStyleSettings ); in setColorSettings() 1892 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in setProperty() local 1893 if ( aStyleSettings.GetAutoMnemonic() != bAutoMnemonics ) in setProperty() 1895 aStyleSettings.SetAutoMnemonic( bAutoMnemonics ); in setProperty() 1896 aSettings.SetStyleSettings( aStyleSettings ); in setProperty()
|
| /AOO41X/main/vcl/source/window/ |
| H A D | window.cxx | 479 StyleSettings aStyleSettings = rSettings.GetStyleSettings(); in ImplUpdateGlobalSettings() local 480 Font aFont = aStyleSettings.GetAppFont(); in ImplUpdateGlobalSettings() 482 aStyleSettings.SetAppFont( aFont ); in ImplUpdateGlobalSettings() 483 aFont = aStyleSettings.GetHelpFont(); in ImplUpdateGlobalSettings() 485 aStyleSettings.SetHelpFont( aFont ); in ImplUpdateGlobalSettings() 486 aFont = aStyleSettings.GetTitleFont(); in ImplUpdateGlobalSettings() 488 aStyleSettings.SetTitleFont( aFont ); in ImplUpdateGlobalSettings() 489 aFont = aStyleSettings.GetFloatTitleFont(); in ImplUpdateGlobalSettings() 491 aStyleSettings.SetFloatTitleFont( aFont ); in ImplUpdateGlobalSettings() 492 aFont = aStyleSettings.GetMenuFont(); in ImplUpdateGlobalSettings() [all …]
|
| /AOO41X/main/svtools/source/config/ |
| H A D | accessibilityoptions.cxx | 566 StyleSettings aStyleSettings(aAllSettings.GetStyleSettings()); in SetVCLSettings() local 573 if(aStyleSettings.GetUseSystemUIFonts() != GetIsSystemFont()) in SetVCLSettings() 575 aStyleSettings.SetUseSystemUIFonts(GetIsSystemFont()); in SetVCLSettings() 583 if(aStyleSettings.GetEdgeBlending() != nEdgeBlendingCountB) in SetVCLSettings() 585 aStyleSettings.SetEdgeBlending(nEdgeBlendingCountB); in SetVCLSettings() 593 if(aStyleSettings.GetListBoxMaximumLineCount() != nMaxLineCountB) in SetVCLSettings() 595 aStyleSettings.SetListBoxMaximumLineCount(nMaxLineCountB); in SetVCLSettings() 603 if(aStyleSettings.GetColorValueSetColumnCount() != nMaxColumnCountB) in SetVCLSettings() 605 aStyleSettings.SetColorValueSetColumnCount(nMaxColumnCountB); in SetVCLSettings() 611 if(aStyleSettings.GetPreviewUsesCheckeredBackground() != bPreviewUsesCheckeredBackground) in SetVCLSettings() [all …]
|
| H A D | miscopt.cxx | 518 StyleSettings aStyleSettings = aAllSettings.GetStyleSettings(); in ImplSetSymbolsStyle() local 521 aStyleSettings.SetSymbolsStyle( nSet ); in ImplSetSymbolsStyle() 523 aStyleSettings.SetSymbolsStyleName( rName ); in ImplSetSymbolsStyle() 525 aAllSettings.SetStyleSettings(aStyleSettings); in ImplSetSymbolsStyle()
|
| H A D | colorcfg.cxx | 396 StyleSettings aStyleSettings( aSettings.GetStyleSettings() ); in ImplUpdateApplicationSettings() local 404 if( aStyleSettings.GetFontColor() != aFontColor ) in ImplUpdateApplicationSettings() 406 aStyleSettings.SetFontColor( aFontColor ); in ImplUpdateApplicationSettings() 408 aSettings.SetStyleSettings( aStyleSettings ); in ImplUpdateApplicationSettings()
|
| /AOO41X/main/sw/source/ui/docvw/ |
| H A D | SidebarWin.cxx | 308 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in InitControls() local 309 Font aFont = aStyleSettings.GetFieldFont(); in InitControls() 311 aStyleSettings.SetFieldFont(aFont); in InitControls() 312 aSettings.SetStyleSettings(aStyleSettings); in InitControls() 326 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in InitControls() local 327 Font aFont = aStyleSettings.GetFieldFont(); in InitControls() 329 aStyleSettings.SetFieldFont(aFont); in InitControls() 330 aSettings.SetStyleSettings(aStyleSettings); in InitControls() 819 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in SetColor() local 820 aStyleSettings.SetFieldTextColor(aColorAnchor); in SetColor() [all …]
|
| /AOO41X/main/sd/source/ui/annotations/ |
| H A D | annotationwindow.cxx | 328 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in InitControls() local 329 Font aFont = aStyleSettings.GetFieldFont(); in InitControls() 331 aStyleSettings.SetFieldFont(aFont); in InitControls() 332 aSettings.SetStyleSettings(aStyleSettings); in InitControls() 622 StyleSettings aStyleSettings = GetSettings().GetStyleSettings(); in SetColor() local 624 maColor = aStyleSettings.GetWindowColor(); in SetColor() 626 maColorLight = aStyleSettings.GetWindowTextColor(); in SetColor() 645 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in SetColor() local 646 aStyleSettings.SetFieldTextColor( bHighContrast ? maColorLight : maColorDark); in SetColor() 647 aSettings.SetStyleSettings(aStyleSettings); in SetColor()
|
| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | FixedTextColor.cxx | 193 … const StyleSettings& aStyleSettings = Application::GetSettings().GetStyleSettings(); in handle() local 194 Color aWindowColor = aStyleSettings.GetWindowColor(); in handle() 213 const StyleSettings& aStyleSettings = Application::GetSettings().GetStyleSettings(); in handle() local 214 Color aLabelTextColor = aStyleSettings.GetLabelTextColor(); in handle()
|
| /AOO41X/main/vcl/source/control/ |
| H A D | ctrl.cxx | 450 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in DataChanged() local 452 sal_uLong nNewOptions = aStyleSettings.GetOptions(); in DataChanged() 457 aStyleSettings.SetOptions( nNewOptions ); in DataChanged() 458 … aStyleSettings.SetMonoColor( rDCEvt.GetOldSettings()->GetStyleSettings().GetMonoColor() ); in DataChanged() 459 aSettings.SetStyleSettings( aStyleSettings ); in DataChanged()
|
| H A D | spinbtn.cxx | 173 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in Draw() local 175 aStyleSettings.SetFaceColor( GetControlBackground() ); in Draw() 177 aStyleSettings.SetFaceColor( GetSettings().GetStyleSettings().GetFaceColor() ); in Draw() 179 aSettings.SetStyleSettings( aStyleSettings ); in Draw()
|
| H A D | spinfld.cxx | 1048 StyleSettings aStyleSettings = aOldSettings.GetStyleSettings(); in Draw() local 1049 aStyleSettings.SetFaceColor( COL_LIGHTGRAY ); in Draw() 1050 aStyleSettings.SetButtonTextColor( COL_BLACK ); in Draw() 1052 aSettings.SetStyleSettings( aStyleSettings ); in Draw()
|
| H A D | button.cxx | 870 StyleSettings aStyleSettings = pDev->GetSettings().GetStyleSettings(); in ImplDrawPushButtonFrame() local 872 aStyleSettings.Set3DColors( pDev->GetControlBackground() ); in ImplDrawPushButtonFrame() 880 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in ImplDrawPushButtonFrame() local 881 aStyleSettings.Set3DColors( pDev->GetControlBackground() ); in ImplDrawPushButtonFrame() 882 aSettings.SetStyleSettings( aStyleSettings ); in ImplDrawPushButtonFrame() 1562 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in Draw() local 1564 aStyleSettings.SetFaceColor( GetControlBackground() ); in Draw() 1566 aStyleSettings.SetFaceColor( GetSettings().GetStyleSettings().GetFaceColor() ); in Draw() 1567 aSettings.SetStyleSettings( aStyleSettings ); in Draw()
|
| H A D | scrbar.cxx | 516 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in Draw() local 518 aStyleSettings.SetFaceColor( GetControlBackground() ); in Draw() 520 aStyleSettings.SetFaceColor( GetSettings().GetStyleSettings().GetFaceColor() ); in Draw() 522 aSettings.SetStyleSettings( aStyleSettings ); in Draw()
|
| /AOO41X/main/svx/source/fmcomp/ |
| H A D | gridcell.cxx | 1155 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in Init() local 1156 aStyleSettings.SetSelectionOptions( in Init() 1157 aStyleSettings.GetSelectionOptions() | SELECTION_OPTION_SHOWFIRST); in Init() 1158 aSettings.SetStyleSettings(aStyleSettings); in Init() 1301 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in Init() local 1302 aStyleSettings.SetSelectionOptions( in Init() 1303 aStyleSettings.GetSelectionOptions() | SELECTION_OPTION_SHOWFIRST); in Init() 1304 aSettings.SetStyleSettings(aStyleSettings); in Init() 1655 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in setCheckBoxStyle() local 1657 aStyleSettings.SetOptions( aStyleSettings.GetOptions() | STYLE_OPTION_MONO ); in setCheckBoxStyle() [all …]
|
| /AOO41X/main/dbaccess/source/ui/control/ |
| H A D | sqledit.cxx | 207 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in ImplSetFont() local 216 aStyleSettings.SetFieldFont(aFont); in ImplSetFont() 217 aSettings.SetStyleSettings(aStyleSettings); in ImplSetFont()
|
| /AOO41X/main/extensions/source/propctrlr/ |
| H A D | standardcontrol.cxx | 350 StyleSettings aStyleSettings( aAllSettings.GetStyleSettings() ); in HyperlinkInput() local 352 Font aFieldFont( aStyleSettings.GetFieldFont() ); in HyperlinkInput() 355 aStyleSettings.SetFieldFont( aFieldFont ); in HyperlinkInput() 357 aStyleSettings.SetFieldTextColor( aLinkColor.nColor ); in HyperlinkInput() 359 aAllSettings.SetStyleSettings( aStyleSettings ); in HyperlinkInput()
|
| /AOO41X/main/cui/source/options/ |
| H A D | optgdlg.cxx | 766 const StyleSettings& aStyleSettings = Application::GetSettings().GetStyleSettings(); in OfaViewTabPage() local 776 if ( aStyleSettings.CheckSymbolStyle( n ) ) in OfaViewTabPage() 797 sal_uLong nAutoStyle = aStyleSettings.GetAutoSymbolsStyle(); in OfaViewTabPage() 1023 StyleSettings aStyleSettings = aAllSettings.GetStyleSettings(); in FillItemSet() local 1025 aStyleSettings.SetUseSystemUIFonts( m_aSystemFont.IsChecked() ); in FillItemSet() 1026 aAllSettings.SetStyleSettings(aStyleSettings); in FillItemSet()
|