Lines Matching refs:rCoreAttrs

163 									const SfxItemSet& rCoreAttrs )  in SvxBorderTabPage()  argument
165 : SfxTabPage( pParent, CUI_RES( RID_SVXPAGE_BORDER ), rCoreAttrs ), in SvxBorderTabPage()
221 …mbUseMarginItem = rCoreAttrs.GetItemState(GetWhich(SID_ATTR_ALIGN_MARGIN),sal_True) != SFX_ITEM_UN… in SvxBorderTabPage()
224 FieldUnit eFUnit = GetModuleFieldUnit( rCoreAttrs ); in SvxBorderTabPage()
265 if ( rCoreAttrs.GetItemState( nWhich, sal_True ) >= SFX_ITEM_AVAILABLE ) in SvxBorderTabPage()
269 (const SvxBoxInfoItem*)&( rCoreAttrs.Get( nWhich ) ); in SvxBorderTabPage()
273 … mbTLBREnabled = sfx::ItemWrapperHelper::IsKnownItem( rCoreAttrs, SID_ATTR_BORDER_DIAG_TLBR ); in SvxBorderTabPage()
274 … mbBLTREnabled = sfx::ItemWrapperHelper::IsKnownItem( rCoreAttrs, SID_ATTR_BORDER_DIAG_BLTR ); in SvxBorderTabPage()
305 …if(!mbUseMarginItem && eFUnit == FUNIT_MM && SFX_MAPUNIT_TWIP == rCoreAttrs.GetPool()->GetMetric( … in SvxBorderTabPage()
374 …AddItemConnection( svx::CreateShadowConnection( rCoreAttrs, aWndShadows, aEdShadowSize, aLbShadowC… in SvxBorderTabPage()
379 …AddItemConnection( svx::CreateMarginConnection( rCoreAttrs, aLeftMF, aRightMF, aTopMF, aBottomMF )… in SvxBorderTabPage()
654 sal_Bool SvxBorderTabPage::FillItemSet( SfxItemSet& rCoreAttrs ) in FillItemSet() argument
656 bool bAttrsChanged = SfxTabPage::FillItemSet( rCoreAttrs ); in FillItemSet()
660 sal_uInt16 nBoxInfoWhich = rCoreAttrs.GetPool()->GetWhich( SID_ATTR_BORDER_INNER, sal_False ); in FillItemSet()
664 SvxBoxItem* pOldBoxItem = (SvxBoxItem*)GetOldItem( rCoreAttrs, SID_ATTR_BORDER_OUTER ); in FillItemSet()
719 rCoreAttrs, SID_ATTR_BORDER_INNER ); in FillItemSet()
786 rCoreAttrs.Put( aBoxItem ); in FillItemSet()
789 pOld = GetOldItem( rCoreAttrs, SID_ATTR_BORDER_INNER, sal_False ); in FillItemSet()
793 rCoreAttrs.Put( aBoxInfoItem ); in FillItemSet()
799 rCoreAttrs.ClearItem( nBoxWhich ); in FillItemSet()
800 rCoreAttrs.ClearItem( nBoxInfoWhich ); in FillItemSet()