Searched refs:rTmpSet (Results 1 – 2 of 2) sorted by relevance
776 const SfxItemSet& rTmpSet = rSetItem.GetItemSet(); in ResetBackground_Impl() local792 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() local836 if(SFX_ITEM_SET == rTmpSet.GetItemState(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()[all …]
1284 const SfxItemSet& rTmpSet = rSetItem.GetItemSet(); in ResetBackground_Impl() local1300 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() local1343 if(SFX_ITEM_SET == rTmpSet.GetItemState(nWhich)) in ResetBackground_Impl()1347 SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl()1357 if(rTmpSet.GetItemState(nWhich) == SFX_ITEM_SET) in ResetBackground_Impl()[all …]
Completed in 892 milliseconds