Home
last modified time | relevance | path

Searched refs:aStyleSettings (Results 1 – 25 of 27) sorted by last modified time

12

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx2929 aStyleSettings.SetInactiveTabColor( aStyleSettings.GetFaceColor() ); in UpdateSettings()
2937 aStyleSettings.SetDialogColor( aStyleSettings.GetFaceColor() ); in UpdateSettings()
2938 aStyleSettings.SetDialogTextColor( aStyleSettings.GetButtonTextColor() ); in UpdateSettings()
2942 aStyleSettings.SetGroupTextColor( aStyleSettings.GetRadioCheckTextColor() ); in UpdateSettings()
2943 aStyleSettings.SetLabelTextColor( aStyleSettings.GetRadioCheckTextColor() ); in UpdateSettings()
2944 aStyleSettings.SetInfoTextColor( aStyleSettings.GetRadioCheckTextColor() ); in UpdateSettings()
2946 aStyleSettings.SetActiveTabColor( aStyleSettings.GetWindowColor() ); in UpdateSettings()
2948 aStyleSettings.SetFieldColor( aStyleSettings.GetWindowColor() ); in UpdateSettings()
2949 aStyleSettings.SetFieldTextColor( aStyleSettings.GetWindowTextColor() ); in UpdateSettings()
2953 aStyleSettings.SetMenuHighlightColor( aStyleSettings.GetHighlightColor() ); in UpdateSettings()
[all …]
/aoo41x/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1895 aStyleSettings.SetHelpColor( aBase ); in UpdateSettings()
1910 aStyleSettings.Set3DColors( aBack ); in UpdateSettings()
1911 aStyleSettings.SetFaceColor( aBack ); in UpdateSettings()
1919 aStyleSettings. in UpdateSettings()
1933 aStyleSettings.SetAppFont( aFont ); in UpdateSettings()
1934 aStyleSettings.SetHelpFont( aFont ); in UpdateSettings()
1936 aStyleSettings.SetTitleFont( aFont ); in UpdateSettings()
1940 aStyleSettings.SetLabelFont( aFont ); in UpdateSettings()
1941 aStyleSettings.SetInfoFont( aFont ); in UpdateSettings()
1944 aStyleSettings.SetFieldFont( aFont ); in UpdateSettings()
[all …]
/aoo41x/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx189 aStyleSettings.SetCursorBlinkTime( 500 ); in GetSystemLook()
192 aStyleSettings.SetActiveColor( aColors[0] ); in GetSystemLook()
193 aStyleSettings.SetActiveColor2( aColors[0] ); in GetSystemLook()
210 aStyleSettings.SetActiveTextColor( aActive ); in GetSystemLook()
214 aStyleSettings.SetMenuTextColor( aDeactive ); in GetSystemLook()
220 aStyleSettings.SetInfoTextColor( aDeactive ); in GetSystemLook()
222 aStyleSettings.Set3DColors( aColors[1] ); in GetSystemLook()
223 aStyleSettings.SetFaceColor( aColors[1] ); in GetSystemLook()
224 aStyleSettings.SetDialogColor( aColors[1] ); in GetSystemLook()
225 aStyleSettings.SetMenuColor( aColors[1] ); 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/source/window/
H A Dwindow.cxx561 aFont = aStyleSettings.GetAppFont(); in ImplUpdateGlobalSettings()
563 aStyleSettings.SetAppFont( aFont ); in ImplUpdateGlobalSettings()
566 aStyleSettings.SetTitleFont( aFont ); in ImplUpdateGlobalSettings()
588 aFont = aStyleSettings.GetToolFont(); in ImplUpdateGlobalSettings()
590 aStyleSettings.SetToolFont( aFont ); in ImplUpdateGlobalSettings()
594 aStyleSettings.SetLabelFont( aFont ); in ImplUpdateGlobalSettings()
595 aFont = aStyleSettings.GetInfoFont(); in ImplUpdateGlobalSettings()
597 aStyleSettings.SetInfoFont( aFont ); in ImplUpdateGlobalSettings()
606 aStyleSettings.SetFieldFont( aFont ); in ImplUpdateGlobalSettings()
607 aFont = aStyleSettings.GetIconFont(); in ImplUpdateGlobalSettings()
[all …]
/aoo41x/main/vcl/source/control/
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 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()
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 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 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()
/aoo41x/main/vcl/source/app/
H A Ddbggui.cxx1282 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in IMPL_LINK() local
1283 Font aFont = aStyleSettings.GetAppFont(); in IMPL_LINK()
1288 aStyleSettings.SetAppFont( aFont ); in IMPL_LINK()
1289 aSettings.SetStyleSettings( aStyleSettings ); in IMPL_LINK()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2151 aStyleSettings.SetInactiveTabColor( aStyleSettings.GetFaceColor() ); in UpdateSettings()
2167 aStyleSettings.SetDialogTextColor( aStyleSettings.GetButtonTextColor() ); in UpdateSettings()
2168 aStyleSettings.SetRadioCheckTextColor( aStyleSettings.GetButtonTextColor() ); in UpdateSettings()
2170 aStyleSettings.SetLabelTextColor( aStyleSettings.GetGroupTextColor() ); in UpdateSettings()
2171 aStyleSettings.SetInfoTextColor( aStyleSettings.GetGroupTextColor() ); in UpdateSettings()
2173 aStyleSettings.SetActiveTabColor( aStyleSettings.GetWindowColor() ); in UpdateSettings()
2176 aStyleSettings.SetFieldTextColor( aStyleSettings.GetWindowTextColor() ); in UpdateSettings()
2202 aFont = aStyleSettings.GetMenuFont(); in UpdateSettings()
2219 aFont = aStyleSettings.GetIconFont(); in UpdateSettings()
2225 aFont = aStyleSettings.GetTitleFont(); in UpdateSettings()
[all …]
/aoo41x/main/vcl/aqua/source/window/
H A Dsalframe.cxx1272 aStyleSettings.SetAppFont( aAppFont ); in UpdateSettings()
1273 aStyleSettings.SetHelpFont( aAppFont ); in UpdateSettings()
1277 aStyleSettings.SetTitleFont( aTitleFont ); in UpdateSettings()
1281 aStyleSettings.SetMenuFont( aMenuFont ); in UpdateSettings()
1283 aStyleSettings.SetToolFont( aAppFont ); in UpdateSettings()
1286 aStyleSettings.SetLabelFont( aLabelFont ); in UpdateSettings()
1287 aStyleSettings.SetInfoFont( aLabelFont ); in UpdateSettings()
1289 aStyleSettings.SetFieldFont( aLabelFont ); in UpdateSettings()
1290 aStyleSettings.SetGroupFont( aLabelFont ); in UpdateSettings()
1291 aStyleSettings.SetIconFont( aLabelFont ); in UpdateSettings()
[all …]
/aoo41x/main/toolkit/source/awt/
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()
H A Dvclxwindows.cxx105 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in setButtonLikeFaceColor() local
121 aStyleSettings.SetFaceColor( nBackgroundColor ); in setButtonLikeFaceColor()
130 aStyleSettings.SetCheckedColor( aBackground ); in setButtonLikeFaceColor()
137 aStyleSettings.SetLightBorderColor( aLightShadow ); in setButtonLikeFaceColor()
141 aStyleSettings.SetLightColor( aLight ); in setButtonLikeFaceColor()
145 aStyleSettings.SetShadowColor( aShadow ); in setButtonLikeFaceColor()
149 aStyleSettings.SetDarkShadowColor( aDarkShadow ); in setButtonLikeFaceColor()
152 aSettings.SetStyleSettings( aStyleSettings ); in setButtonLikeFaceColor()
184 aStyleSettings.SetOptions( aStyleSettings.GetOptions() & ~STYLE_OPTION_MONO ); in setVisualEffect()
188 aStyleSettings.SetOptions( aStyleSettings.GetOptions() | STYLE_OPTION_MONO ); in setVisualEffect()
[all …]
H A Dstylesettings.cxx162 return (aStyleSettings.*i_pGetter)().GetColor(); in lcl_getStyleColor()
170 (aStyleSettings.*i_pSetter)( Color( i_nColor ) ); in lcl_setStyleColor()
171 aAllSettings.SetStyleSettings( aStyleSettings ); in lcl_setStyleColor()
190 (aStyleSettings.*i_pSetter)( aNewFont ); in lcl_setStyleFont()
191 aAllSettings.SetStyleSettings( aStyleSettings ); in lcl_setStyleFont()
413 return aStyleSettings.GetFaceGradientColor().GetColor(); in getFaceGradientColor()
717 return aStyleSettings.GetSeparatorColor().GetColor(); in getSeparatorColor()
783 return aStyleSettings.GetHighContrastMode(); in getHighContrastMode()
792 StyleSettings aStyleSettings = aAllSettings.GetStyleSettings(); in setHighContrastMode() local
793 aStyleSettings.SetHighContrastMode( _highcontrastmode ); in setHighContrastMode()
[all …]
/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()
327 Font aFont = aStyleSettings.GetFieldFont(); in InitControls()
329 aStyleSettings.SetFieldFont(aFont); in InitControls()
330 aSettings.SetStyleSettings(aStyleSettings); in InitControls()
820 aStyleSettings.SetFieldTextColor(aColorAnchor); in SetColor()
821 aSettings.SetStyleSettings(aStyleSettings); in SetColor()
829 aStyleSettings.SetFieldTextColor(aColorAnchor); in SetColor()
[all …]
/aoo41x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1866 StyleSettings aStyleSettings = aSettings.GetStyleSettings(); in UpdateCrsr() local
1870 aStyleSettings.SetCursorBlinkTime( nNewBlinkTime ); in UpdateCrsr()
1871 aSettings.SetStyleSettings( aStyleSettings ); in UpdateCrsr()
/aoo41x/main/svx/source/fmcomp/
H A Dgridcell.cxx1156 aStyleSettings.SetSelectionOptions( in Init()
1158 aSettings.SetStyleSettings(aStyleSettings); in Init()
1302 aStyleSettings.SetSelectionOptions( in Init()
1304 aSettings.SetStyleSettings(aStyleSettings); in Init()
1657 aStyleSettings.SetOptions( aStyleSettings.GetOptions() | STYLE_OPTION_MONO ); in setCheckBoxStyle()
1659 aStyleSettings.SetOptions( aStyleSettings.GetOptions() & (~STYLE_OPTION_MONO) ); in setCheckBoxStyle()
1660 aSettings.SetStyleSettings( aStyleSettings ); in setCheckBoxStyle()
2526 aStyleSettings.SetSelectionOptions( in Init()
2528 aSettings.SetStyleSettings(aStyleSettings); in Init()
2842 aStyleSettings.SetSelectionOptions( in CreateControl()
[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()
613 aStyleSettings.SetPreviewUsesCheckeredBackground(bPreviewUsesCheckeredBackground); in SetVCLSettings()
[all …]
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()
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()
/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/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()

Completed in 290 milliseconds

12