Home
last modified time | relevance | path

Searched refs:rTmpSet (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dhdft.cxx776 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()
[all …]
/trunk/main/cui/source/tabpages/
H A Dpage.cxx1284 const SfxItemSet& rTmpSet = rSetItem.GetItemSet(); in ResetBackground_Impl() local
1285 …const SfxBoolItem& rOn = static_cast< const SfxBoolItem& >(rTmpSet.Get(GetWhich(SID_ATTR_PAGE_ON))… in ResetBackground_Impl()
1294 … aHeaderFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(rTmpSet)); in ResetBackground_Impl()
1300 if(SFX_ITEM_SET == rTmpSet.GetItemState(nWhich)) in ResetBackground_Impl()
1303 … const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rTmpSet.Get(nWhich)); in ResetBackground_Impl()
1304 SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl()
1314 if(rTmpSet.GetItemState(nWhich) == SFX_ITEM_SET) in ResetBackground_Impl()
1316 const SvxBoxItem& rItem = static_cast< const SvxBoxItem& >(rTmpSet.Get(nWhich)); in ResetBackground_Impl()
1327 const SfxItemSet& rTmpSet = rSetItem.GetItemSet(); in ResetBackground_Impl() local
1328 …const SfxBoolItem& rOn = static_cast< const SfxBoolItem& >(rTmpSet.Get(GetWhich(SID_ATTR_PAGE_ON))… in ResetBackground_Impl()
[all …]