Home
last modified time | relevance | path

Searched refs:aStyleSettings (Results 1 – 25 of 27) sorted by relevance

12

/AOO41X/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx187 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 Ddtint.cxx132 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 Dsalnativewidgets-kde.cxx1823 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 Dsalframe.cxx1248 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 Dsalframe.cxx2125 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()
[all …]
/AOO41X/main/vcl/win/source/window/
H A Dsalframe.cxx2913 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()
2922aStyleSettings.SetDeactiveBorderColor( ImplWinColorToSal( GetSysColor( COLOR_INACTIVEBORDER ) ) ); in UpdateSettings()
2925aStyleSettings.SetActiveColor2( ImplWinColorToSal( GetSysColor( COLOR_GRADIENTACTIVECAPTION ) ) ); in UpdateSettings()
2926aStyleSettings.SetDeactiveColor( ImplWinColorToSal( GetSysColor( COLOR_GRADIENTINACTIVECAPTION ) )… in UpdateSettings()
[all …]
/AOO41X/main/toolkit/source/awt/
H A Dstylesettings.cxx161 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 Dvclxwindows.cxx105 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 Dvclxwindow.cxx1322 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 Dwindow.cxx479 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 Daccessibilityoptions.cxx566 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 Dmiscopt.cxx518 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 Dcolorcfg.cxx396 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 DSidebarWin.cxx308 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 Dannotationwindow.cxx328 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 DFixedTextColor.cxx193 … 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 Dctrl.cxx450 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in DataChanged() local
452 sal_uLong nNewOptions = aStyleSettings.GetOptions(); in DataChanged()
457 aStyleSettings.SetOptions( nNewOptions ); in DataChanged()
458aStyleSettings.SetMonoColor( rDCEvt.GetOldSettings()->GetStyleSettings().GetMonoColor() ); in DataChanged()
459 aSettings.SetStyleSettings( aStyleSettings ); in DataChanged()
H A Dspinbtn.cxx173 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 Dspinfld.cxx1048 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 Dbutton.cxx870 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 Dscrbar.cxx516 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 Dgridcell.cxx1155 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 Dsqledit.cxx207 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 Dstandardcontrol.cxx350 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 Doptgdlg.cxx766 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()

12