Lines Matching refs:aBoxInfoItem
759 SvxBoxInfoItem aBoxInfoItem( ATTR_BORDER_INNER ); in ExecuteStyle() local
760 aBoxInfoItem.SetTable(sal_False); // keine inneren Linien in ExecuteStyle()
761 aBoxInfoItem.SetDist(sal_True); in ExecuteStyle()
762 aBoxInfoItem.SetMinDist(sal_False); in ExecuteStyle()
763 rSet.Put( aBoxInfoItem ); in ExecuteStyle()
1735 SvxBoxInfoItem aBoxInfoItem( *(const SvxBoxInfoItem*)pItem ); in ExecuteAttr() local
1736 if ( aBoxInfoItem.GetHori() && aBoxInfoItem.GetHori()->GetOutWidth() == 0 ) in ExecuteAttr()
1737 aBoxInfoItem.SetLine( pDefLine, BOXINFO_LINE_HORI ); in ExecuteAttr()
1738 if ( aBoxInfoItem.GetVert() && aBoxInfoItem.GetVert()->GetOutWidth() == 0 ) in ExecuteAttr()
1739 aBoxInfoItem.SetLine( pDefLine, BOXINFO_LINE_VERT ); in ExecuteAttr()
1740 pNewSet->Put( aBoxInfoItem ); in ExecuteAttr()
1741 rReq.AppendItem( aBoxInfoItem ); in ExecuteAttr()
1745 SvxBoxInfoItem aBoxInfoItem( ATTR_BORDER_INNER ); in ExecuteAttr() local
1746 aBoxInfoItem.SetLine( NULL, BOXINFO_LINE_HORI ); in ExecuteAttr()
1747 aBoxInfoItem.SetLine( NULL, BOXINFO_LINE_VERT ); in ExecuteAttr()
1748 pNewSet->Put( aBoxInfoItem ); in ExecuteAttr()