Searched refs:aStyleSet (Results 1 – 3 of 3) sorted by relevance
3315 StyleSettings aStyleSet = rSettings.GetStyleSettings(); in updateSettings() local3323 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 …]
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()