Lines Matching refs:rCoreSet

336 											const SfxItemSet& rCoreSet ) :  in SvxBackgroundTabPage()  argument
342 SvxTabPage( pParent, CUI_RES( RID_SVXPAGE_BACKGROUND ), rCoreSet ), in SvxBackgroundTabPage()
394 if ( SFX_ITEM_SET == rCoreSet.GetItemState( SID_HTML_MODE, sal_False, &pItem ) in SvxBackgroundTabPage()
749 sal_Bool SvxBackgroundTabPage::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet() argument
766 if(SFX_ITEM_AVAILABLE <= rCoreSet.GetItemState(GetWhich(SID_VIEW_FLD_PIC), sal_False)) in FillItemSet()
767 return FillItemSetWithWallpaperItem( rCoreSet, SID_VIEW_FLD_PIC ); in FillItemSet()
801 const SfxPoolItem* pOld = GetOldItem( rCoreSet, nSlot ); in FillItemSet()
802 SfxItemState eOldItemState = rCoreSet.GetItemState(nSlot, sal_False); in FillItemSet()
830 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
833 rCoreSet.ClearItem( nWhich ); in FillItemSet()
872 rCoreSet.Put(aTmpBrush); in FillItemSet()
875 rCoreSet.ClearItem( nWhich ); in FillItemSet()
881 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
905 rCoreSet.Put(*pTmpBrush); in FillItemSet()
914 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
924 GetOldItem( rCoreSet, SID_ATTR_BRUSH ); in FillItemSet()
928 rCoreSet.Put( *pTableBck_Impl->pCellBrush ); in FillItemSet()
936 GetOldItem( rCoreSet, SID_ATTR_BRUSH_ROW ); in FillItemSet()
940 rCoreSet.Put( *pTableBck_Impl->pRowBrush ); in FillItemSet()
948 GetOldItem( rCoreSet, SID_ATTR_BRUSH_TABLE ); in FillItemSet()
952 rCoreSet.Put( *pTableBck_Impl->pTableBrush ); in FillItemSet()
959 rCoreSet.Put( SfxUInt16Item( SID_BACKGRND_DESTINATION, in FillItemSet()
970 GetOldItem( rCoreSet, SID_ATTR_BRUSH ); in FillItemSet()
974 rCoreSet.Put( *pParaBck_Impl->pParaBrush ); in FillItemSet()
982 GetOldItem( rCoreSet, SID_ATTR_BRUSH_CHAR ); in FillItemSet()
990 rCoreSet.Put( *pParaBck_Impl->pCharBrush ); in FillItemSet()
997 rCoreSet.Put( SfxUInt16Item( SID_BACKGRND_DESTINATION, in FillItemSet()
1005 sal_Bool SvxBackgroundTabPage::FillItemSetWithWallpaperItem( SfxItemSet& rCoreSet, sal_uInt16 nSlot) in FillItemSetWithWallpaperItem() argument
1008 const SfxPoolItem* pOld = GetOldItem( rCoreSet, nSlot ); in FillItemSetWithWallpaperItem()
1030 rCoreSet.Put( aItem ); in FillItemSetWithWallpaperItem()
1033 rCoreSet.ClearItem( nWhich ); in FillItemSetWithWallpaperItem()
1052 rCoreSet.Put( aItem ); in FillItemSetWithWallpaperItem()
1055 rCoreSet.ClearItem( nWhich ); in FillItemSetWithWallpaperItem()
1064 rCoreSet.Put( aItem ); in FillItemSetWithWallpaperItem()
1073 rCoreSet.Put( aItem ); in FillItemSetWithWallpaperItem()