Lines Matching refs:rTmpSet

776         const SfxItemSet& rTmpSet = rSetItem.GetItemSet();  in ResetBackground_Impl()  local
777 …const SfxBoolItem& rOn = static_cast< const SfxBoolItem& >(rTmpSet.Get(GetWhich(SID_ATTR_PAGE_ON))… in ResetBackground_Impl()
786 … aHeaderFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(rTmpSet)); in ResetBackground_Impl()
792 if(SFX_ITEM_SET == rTmpSet.GetItemState(nWhich)) in ResetBackground_Impl()
795 … const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rTmpSet.Get(nWhich)); in ResetBackground_Impl()
796 SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl()
806 if(rTmpSet.GetItemState(nWhich) == SFX_ITEM_SET) in ResetBackground_Impl()
809 (const SvxBoxItem&)rTmpSet.Get(nWhich); in ResetBackground_Impl()
820 const SfxItemSet& rTmpSet = rSetItem.GetItemSet(); in ResetBackground_Impl() local
821 …const SfxBoolItem& rOn = static_cast< const SfxBoolItem& >(rTmpSet.Get(GetWhich(SID_ATTR_PAGE_ON))… in ResetBackground_Impl()
830 … aFooterFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(rTmpSet)); in ResetBackground_Impl()
836 if(SFX_ITEM_SET == rTmpSet.GetItemState(nWhich)) in ResetBackground_Impl()
839 … const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rTmpSet.Get(nWhich)); in ResetBackground_Impl()
840 SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl()
850 if(rTmpSet.GetItemState(nWhich) == SFX_ITEM_SET) in ResetBackground_Impl()
852 const SvxBoxItem& rItem = static_cast< const SvxBoxItem& >(rTmpSet.Get(nWhich)); in ResetBackground_Impl()