Lines Matching refs:aBoxInfo
130 SvxBoxInfoItem aBoxInfo( SID_ATTR_BORDER_INNER ); in PrepareBoxInfo() local
134 aBoxInfo = *(SvxBoxInfoItem*)pBoxInfo; in PrepareBoxInfo()
138 aBoxInfo.SetTable (rSh.IsTableMode() && rSh.GetCrsrCnt() > 1); in PrepareBoxInfo()
140 aBoxInfo.SetDist ((sal_Bool) sal_True); in PrepareBoxInfo()
142 …aBoxInfo.SetMinDist (rSh.IsTableMode() || rSh.GetSelectionType() & (nsSelectionType::SEL_TX… in PrepareBoxInfo()
144 aBoxInfo.SetDefDist (MIN_BORDER_DIST); in PrepareBoxInfo()
146 aBoxInfo.SetValid(VALID_DISABLE, !rSh.IsTableMode()); in PrepareBoxInfo()
148 rSet.Put(aBoxInfo); in PrepareBoxInfo()
355 SvxBoxInfoItem aBoxInfo( SID_ATTR_BORDER_INNER ); in PageDescToItemSet() local
359 aBoxInfo = *(SvxBoxInfoItem*)pBoxInfo; in PageDescToItemSet()
361 aBoxInfo.SetTable( sal_False ); in PageDescToItemSet()
363 aBoxInfo.SetDist( sal_True); in PageDescToItemSet()
365 aBoxInfo.SetMinDist( sal_False ); in PageDescToItemSet()
367 aBoxInfo.SetDefDist( MIN_BORDER_DIST ); in PageDescToItemSet()
369 aBoxInfo.SetValid( VALID_DISABLE ); in PageDescToItemSet()
370 rSet.Put( aBoxInfo ); in PageDescToItemSet()
417 aHeaderSet.Put( aBoxInfo ); in PageDescToItemSet()
463 aFooterSet.Put( aBoxInfo ); in PageDescToItemSet()