Lines Matching refs:rSet

106 SfxTabPage* SvxHeaderPage::Create( Window* pParent, const SfxItemSet& rSet )  in Create()  argument
108 return new SvxHeaderPage( pParent, rSet ); in Create()
120 SfxTabPage* SvxFooterPage::Create( Window* pParent, const SfxItemSet& rSet ) in Create() argument
122 return new SvxFooterPage( pParent, rSet ); in Create()
211 sal_Bool SvxHFPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
343 rSet.Put( aSetItem ); in FillItemSet()
349 void SvxHFPage::Reset( const SfxItemSet& rSet ) in Reset() argument
351 ActivatePage( rSet ); in Reset()
352 ResetBackground_Impl( rSet ); in Reset()
362 if ( SFX_ITEM_SET == rSet.GetItemState( GetWhich(nId), sal_False, in Reset()
414 const SfxPoolItem* pExt1 = GetItem( rSet, SID_ATTR_PAGE_EXT1 ); in Reset()
415 const SfxPoolItem* pExt2 = GetItem( rSet, SID_ATTR_PAGE_EXT2 ); in Reset()
445 if(SFX_ITEM_SET == rSet.GetItemState(SID_HTML_MODE, sal_False, &pItem) || in Reset()
769 void SvxHFPage::ResetBackground_Impl( const SfxItemSet& rSet ) in ResetBackground_Impl() argument
773 if(SFX_ITEM_SET == rSet.GetItemState(nWhich, sal_False)) in ResetBackground_Impl()
775 const SvxSetItem& rSetItem = static_cast< const SvxSetItem& >(rSet.Get(nWhich, sal_False)); in ResetBackground_Impl()
817 if(SFX_ITEM_SET == rSet.GetItemState(nWhich, sal_False)) in ResetBackground_Impl()
819 const SvxSetItem& rSetItem = static_cast< const SvxSetItem& >(rSet.Get(nWhich, sal_False)); in ResetBackground_Impl()
863 aPageFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(rSet)); in ResetBackground_Impl()
869 if(rSet.GetItemState(nWhich) >= SFX_ITEM_AVAILABLE) in ResetBackground_Impl()
872 const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rSet.Get(nWhich)); in ResetBackground_Impl()
873 SfxItemSet aTempSet(*rSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl()
883 if(rSet.GetItemState(nWhich) >= SFX_ITEM_AVAILABLE) in ResetBackground_Impl()
885 const SvxBoxItem& rItem = static_cast< const SvxBoxItem& >(rSet.Get(nWhich)); in ResetBackground_Impl()
894 void SvxHFPage::ActivatePage( const SfxItemSet& rSet ) in ActivatePage() argument
896 const SfxPoolItem* pItem = GetItem( rSet, SID_ATTR_LRSPACE ); in ActivatePage()
912 pItem = GetItem( rSet, SID_ATTR_ULSPACE ); in ActivatePage()
929 pItem = GetItem( rSet, SID_ATTR_PAGE ); in ActivatePage()
940 pItem = GetItem( rSet, SID_ATTR_PAGE_SIZE ); in ActivatePage()
953 if ( SFX_ITEM_SET == rSet.GetItemState( GetWhich( SID_ATTR_PAGE_HEADERSET ), in ActivatePage()
990 if ( SFX_ITEM_SET == rSet.GetItemState( GetWhich( SID_ATTR_PAGE_FOOTERSET ), in ActivatePage()
1026 pItem = GetItem( rSet, SID_ATTR_PAGE_EXT1 ); in ActivatePage()
1034 pItem = GetItem( rSet, SID_ATTR_PAGE_EXT2 ); in ActivatePage()
1041 ResetBackground_Impl( rSet ); in ActivatePage()