Lines Matching refs:aBoxInfo
216 SvxBoxInfoItem aBoxInfo( SID_ATTR_BORDER_INNER ); in lcl_TableParamToItemSet() local
220 aBoxInfo.SetTable ((rSh.IsTableMode() && rSh.GetCrsrCnt() > 1) || in lcl_TableParamToItemSet()
223 aBoxInfo.SetDist ((sal_Bool) sal_True); in lcl_TableParamToItemSet()
225 aBoxInfo.SetMinDist( !bTableSel || rSh.IsTableMode() || in lcl_TableParamToItemSet()
229 aBoxInfo.SetDefDist (MIN_BORDER_DIST); in lcl_TableParamToItemSet()
231 aBoxInfo.SetValid( VALID_DISABLE, !bTableSel || !rSh.IsTableMode() ); in lcl_TableParamToItemSet()
233 rSet.Put(aBoxInfo); in lcl_TableParamToItemSet()
941 const SvxBoxInfoItem aBoxInfo((const SvxBoxInfoItem&) in Execute() local
945 aSet.Put( aBoxInfo ); in Execute()
1452 SvxBoxInfoItem aBoxInfo( SID_ATTR_BORDER_INNER ); in GetFrmBorderState() local
1453 aCoreSet.Put( aBoxInfo ); in GetFrmBorderState()