Searched refs:aStyleSet (Results 1 – 3 of 3) sorted by relevance
3428 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 …]
154 StyleSettings aStyleSet = aAllSet.GetStyleSettings(); in UpdateApplicationSettings() local155 sal_uInt32 nStyleOptions = aStyleSet.GetOptions(); in UpdateApplicationSettings()160 aStyleSet.SetOptions( nStyleOptions ); in UpdateApplicationSettings()161 aAllSet.SetStyleSettings( aStyleSet ); in UpdateApplicationSettings()
3033 SfxItemSet aStyleSet( pStyleSheet->GetItemSet()); in getBackground() local3034 if( aStyleSet.Count() ) in getBackground()3036 rValue <<= Reference< beans::XPropertySet >( new SdUnoPageBackground( pDoc, &aStyleSet ) ); in getBackground()
Completed in 47 milliseconds