Lines Matching refs:nWhich

551 	sal_uInt16 nWhich = GetWhich( nSlot );  in Reset()  local
553 if ( rSet.GetItemState( nWhich, sal_False ) >= SFX_ITEM_AVAILABLE ) in Reset()
554 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
593 nWhich = GetWhich( SID_ATTR_BRUSH ); in Reset()
594 if ( rSet.GetItemState( nWhich, sal_False ) >= SFX_ITEM_AVAILABLE ) in Reset()
596 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
599 pTableBck_Impl->nCellWhich = nWhich; in Reset()
632 nWhich = GetWhich( SID_ATTR_BRUSH ); in Reset()
633 if ( rSet.GetItemState( nWhich, sal_False ) >= SFX_ITEM_AVAILABLE ) in Reset()
635 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
639 nWhich = GetWhich( SID_ATTR_BRUSH_CHAR ); in Reset()
640 SfxItemState eState = rSet.GetItemState( nWhich, sal_True ); in Reset()
641 eState = rSet.GetItemState( nWhich, sal_False ); in Reset()
642 if ( rSet.GetItemState( nWhich, sal_True ) > SFX_ITEM_AVAILABLE ) in Reset()
644 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
684 sal_uInt16 nWhich = GetWhich( nSlot ); in ResetFromWallpaperItem() local
688 if ( rSet.GetItemState( nWhich, sal_False ) >= SFX_ITEM_AVAILABLE ) in ResetFromWallpaperItem()
690 pItem = (const CntWallpaperItem*)&rSet.Get( nWhich ); in ResetFromWallpaperItem()
691 pTemp = new SvxBrushItem( *pItem, nWhich ); in ResetFromWallpaperItem()
799 sal_uInt16 nWhich = GetWhich( nSlot ); in FillItemSet() local
830 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
832 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich, sal_False ) ) in FillItemSet()
833 rCoreSet.ClearItem( nWhich ); in FillItemSet()
858 SvxBrushItem aTmpBrush(nWhich); in FillItemSet()
864 nWhich ); in FillItemSet()
869 nWhich ); in FillItemSet()
874 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich, sal_False ) ) in FillItemSet()
875 rCoreSet.ClearItem( nWhich ); in FillItemSet()
881 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
890 nWhich ); in FillItemSet()
900 nWhich ); in FillItemSet()
914 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
1007 sal_uInt16 nWhich = GetWhich( nSlot ); in FillItemSetWithWallpaperItem() local
1012 SvxBrushItem rOldItem( (const CntWallpaperItem&)*pOld, nWhich ); in FillItemSetWithWallpaperItem()
1028 CntWallpaperItem aItem( nWhich ); in FillItemSetWithWallpaperItem()
1032 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich, sal_False ) ) in FillItemSetWithWallpaperItem()
1033 rCoreSet.ClearItem( nWhich ); in FillItemSetWithWallpaperItem()
1047 CntWallpaperItem aItem( nWhich ); in FillItemSetWithWallpaperItem()
1054 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich, sal_False ) ) in FillItemSetWithWallpaperItem()
1055 rCoreSet.ClearItem( nWhich ); in FillItemSetWithWallpaperItem()
1060 CntWallpaperItem aItem( nWhich ); in FillItemSetWithWallpaperItem()
1669 sal_uInt16 nWhich = 0; in IMPL_LINK() local
1674 nWhich = pTableBck_Impl->nCellWhich; in IMPL_LINK()
1678 nWhich = pTableBck_Impl->nRowWhich; in IMPL_LINK()
1682 nWhich = pTableBck_Impl->nTableWhich; in IMPL_LINK()
1687 *pActItem = new SvxBrushItem(nWhich); in IMPL_LINK()
1690 **pActItem = SvxBrushItem( aBgdColor, nWhich ); in IMPL_LINK()
1715 nWhich = pTableBck_Impl->nCellWhich; in IMPL_LINK()
1722 nWhich = pTableBck_Impl->nRowWhich; in IMPL_LINK()
1728 nWhich = pTableBck_Impl->nTableWhich; in IMPL_LINK()
1733 *pActItem = new SvxBrushItem(nWhich); in IMPL_LINK()
1760 sal_uInt16 nWhich = (*pActItem)->Which(); in IMPL_LINK() local
1761 **pActItem = SvxBrushItem( aBgdColor, nWhich ); in IMPL_LINK()