Lines Matching refs:nWhich

693                     const sal_uInt16 nWhich = GetWhich(SID_ATTR_BRUSH);  in IMPL_LINK_INLINE_END()  local
695 if(pBBSet->GetItemState(nWhich) == SFX_ITEM_SET) in IMPL_LINK_INLINE_END()
698 … const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(pBBSet->Get(nWhich)); in IMPL_LINK_INLINE_END()
720 const sal_uInt16 nWhich = GetWhich(SID_ATTR_BORDER_OUTER); in IMPL_LINK_INLINE_END() local
722 if(pBBSet->GetItemState(nWhich) == SFX_ITEM_SET) in IMPL_LINK_INLINE_END()
724 const SvxBoxItem& rItem = (const SvxBoxItem&)pBBSet->Get(nWhich); in IMPL_LINK_INLINE_END()
771 sal_uInt16 nWhich(GetWhich(SID_ATTR_PAGE_HEADERSET)); in ResetBackground_Impl() local
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()
790 nWhich = GetWhich(SID_ATTR_BRUSH); 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()
804 nWhich = GetWhich(SID_ATTR_BORDER_OUTER); in ResetBackground_Impl()
806 if(rTmpSet.GetItemState(nWhich) == SFX_ITEM_SET) in ResetBackground_Impl()
809 (const SvxBoxItem&)rTmpSet.Get(nWhich); in ResetBackground_Impl()
815 nWhich = GetWhich(SID_ATTR_PAGE_FOOTERSET); 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()
834 nWhich = GetWhich(SID_ATTR_BRUSH); 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()
848 nWhich = GetWhich(SID_ATTR_BORDER_OUTER); 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()
867 nWhich = GetWhich(SID_ATTR_BRUSH); 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()
881 nWhich = GetWhich(SID_ATTR_BORDER_OUTER); 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()