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.cxx3315 StyleSettings aStyleSet = rSettings.GetStyleSettings(); in updateSettings() local
3323 aStyleSet.SetDialogTextColor( aTextColor ); in updateSettings()
3324 aStyleSet.SetButtonTextColor( aTextColor ); in updateSettings()
3325 aStyleSet.SetRadioCheckTextColor( aTextColor ); in updateSettings()
3326 aStyleSet.SetGroupTextColor( aTextColor ); in updateSettings()
3327 aStyleSet.SetLabelTextColor( aTextColor ); in updateSettings()
3328 aStyleSet.SetInfoTextColor( aTextColor ); in updateSettings()
3329 aStyleSet.SetWindowTextColor( aTextColor ); in updateSettings()
3330 aStyleSet.SetFieldTextColor( aTextColor ); in updateSettings()
3335 aStyleSet.SetHelpTextColor( aTextColor ); 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()