Lines Matching refs:nWhich

759 	sal_uInt16 nWhich = GetWhich( SID_ATTR_LRSPACE );  in FillItemSet()  local
760 SfxMapUnit eUnit = pPool->GetMetric( nWhich ); in FillItemSet()
764 SvxLRSpaceItem aMargin( (const SvxLRSpaceItem&)rOldSet.Get( nWhich ) ); in FillItemSet()
767 nWhich = GetWhich( SID_ATTR_ULSPACE ); in FillItemSet()
768 SvxULSpaceItem aTopMargin( (const SvxULSpaceItem&)rOldSet.Get( nWhich ) ); in FillItemSet()
821 nWhich = GetWhich( SID_ATTR_PAGE_PAPERBIN ); in FillItemSet()
828 rSet.Put( SvxPaperBinItem( nWhich, (sal_uInt8)nBin ) ); in FillItemSet()
875 nWhich = GetWhich( SID_ATTR_PAGE ); in FillItemSet()
876 SvxPageItem aPage( (const SvxPageItem&)rOldSet.Get( nWhich ) ); in FillItemSet()
908 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich ) ) in FillItemSet()
909 rSet.ClearItem( nWhich ); in FillItemSet()
911 rSet.Put( rOldSet.Get( nWhich ) ); in FillItemSet()
1122 sal_uInt16 nWhich = GetWhich( SID_ATTR_LRSPACE ); in IMPL_LINK() local
1123 SfxMapUnit eUnit = GetItemSet().GetPool()->GetMetric( nWhich ); in IMPL_LINK()
1279 sal_uInt16 nWhich(GetWhich(SID_ATTR_PAGE_HEADERSET)); in ResetBackground_Impl() local
1281 if(SFX_ITEM_SET == rSet.GetItemState(nWhich, sal_False)) in ResetBackground_Impl()
1283 const SvxSetItem& rSetItem = static_cast< const SvxSetItem& >(rSet.Get(nWhich, sal_False)); in ResetBackground_Impl()
1298 nWhich = GetWhich(SID_ATTR_BRUSH); 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()
1312 nWhich = GetWhich(SID_ATTR_BORDER_OUTER); 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()
1322 nWhich = GetWhich(SID_ATTR_PAGE_FOOTERSET); in ResetBackground_Impl()
1324 if(SFX_ITEM_SET == rSet.GetItemState(nWhich, sal_False)) in ResetBackground_Impl()
1326 const SvxSetItem& rSetItem = static_cast< const SvxSetItem& >(rSet.Get(nWhich,sal_False)); in ResetBackground_Impl()
1341 nWhich = GetWhich(SID_ATTR_BRUSH); in ResetBackground_Impl()
1343 if(SFX_ITEM_SET == rTmpSet.GetItemState(nWhich)) in ResetBackground_Impl()
1346 … const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rTmpSet.Get(nWhich)); in ResetBackground_Impl()
1355 nWhich = GetWhich(SID_ATTR_BORDER_OUTER); in ResetBackground_Impl()
1357 if(rTmpSet.GetItemState(nWhich) == SFX_ITEM_SET) in ResetBackground_Impl()
1359 const SvxBoxItem& rItem = static_cast< const SvxBoxItem& >(rTmpSet.Get(nWhich)); in ResetBackground_Impl()
1447 const sal_uInt16 nWhich(GetWhich(SID_ATTR_BRUSH)); in InitHeadFoot_Impl() local
1449 if(rHeaderSet.GetItemState(nWhich) >= SFX_ITEM_AVAILABLE) in InitHeadFoot_Impl()
1452 … const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rHeaderSet.Get(nWhich)); in InitHeadFoot_Impl()
1461 const sal_uInt16 nWhich(GetWhich(SID_ATTR_BORDER_OUTER)); in InitHeadFoot_Impl() local
1463 if ( rHeaderSet.GetItemState( nWhich ) >= SFX_ITEM_AVAILABLE ) in InitHeadFoot_Impl()
1466 (const SvxBoxItem&)rHeaderSet.Get( nWhich ); in InitHeadFoot_Impl()
1509 const sal_uInt16 nWhich(GetWhich(SID_ATTR_BRUSH)); in InitHeadFoot_Impl() local
1511 if(rFooterSet.GetItemState(nWhich) >= SFX_ITEM_AVAILABLE) in InitHeadFoot_Impl()
1514 const SvxBrushItem& rItem = (const SvxBrushItem&)rFooterSet.Get(nWhich); in InitHeadFoot_Impl()
1523 const sal_uInt16 nWhich(GetWhich(SID_ATTR_BORDER_OUTER)); in InitHeadFoot_Impl() local
1525 if ( rFooterSet.GetItemState( nWhich ) >= SFX_ITEM_AVAILABLE ) in InitHeadFoot_Impl()
1528 (const SvxBoxItem&)rFooterSet.Get( nWhich ); in InitHeadFoot_Impl()