Home
last modified time | relevance | path

Searched refs:aStyleSet (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3428 aStyleSet.GetMenuColor().GetLuminance() <= aStyleSet.GetMenuTextColor().GetLuminance() ) in updateSettings()
3520 aStyleSet.SetAppFont( aFont ); in updateSettings()
3521 aStyleSet.SetHelpFont( aFont ); in updateSettings()
3522 aStyleSet.SetTitleFont( aFont ); in updateSettings()
3524 aStyleSet.SetMenuFont( aFont ); in updateSettings()
3525 aStyleSet.SetToolFont( aFont ); in updateSettings()
3526 aStyleSet.SetLabelFont( aFont ); in updateSettings()
3527 aStyleSet.SetInfoFont( aFont ); in updateSettings()
3530 aStyleSet.SetFieldFont( aFont ); in updateSettings()
3531 aStyleSet.SetIconFont( aFont ); in updateSettings()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappdata.cxx154 StyleSettings aStyleSet = aAllSet.GetStyleSettings(); in UpdateApplicationSettings() local
155 sal_uInt32 nStyleOptions = aStyleSet.GetOptions(); in UpdateApplicationSettings()
160 aStyleSet.SetOptions( nStyleOptions ); in UpdateApplicationSettings()
161 aAllSet.SetStyleSettings( aStyleSet ); in UpdateApplicationSettings()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx3033 SfxItemSet aStyleSet( pStyleSheet->GetItemSet()); in getBackground() local
3034 if( aStyleSet.Count() ) in getBackground()
3036 rValue <<= Reference< beans::XPropertySet >( new SdUnoPageBackground( pDoc, &aStyleSet ) ); in getBackground()

Completed in 65 milliseconds