Lines Matching refs:aSetBox
916 SvxBoxItem aSetBox ((const SvxBoxItem &) rSet.Get(RES_BOX )); in GetTabBorders() local
978 aSetBox.SetLine( rBox.GetTop(), BOX_LINE_TOP ); in GetTabBorders()
980 else if ((aSetBox.GetTop() && rBox.GetTop() && in GetTabBorders()
981 !(*aSetBox.GetTop() == *rBox.GetTop())) || in GetTabBorders()
982 …((!aSetBox.GetTop()) ^ (!rBox.GetTop()))) // XOR-Ausdruck ist sal_True, wenn genau einer der beide… in GetTabBorders()
985 aSetBox.SetLine( 0, BOX_LINE_TOP ); in GetTabBorders()
997 aSetBox.SetLine( rBox.GetLeft(), BOX_LINE_LEFT ); in GetTabBorders()
999 else if ((aSetBox.GetLeft() && rBox.GetLeft() && in GetTabBorders()
1000 !(*aSetBox.GetLeft() == *rBox.GetLeft())) || in GetTabBorders()
1001 ((!aSetBox.GetLeft()) ^ (!rBox.GetLeft()))) in GetTabBorders()
1004 aSetBox.SetLine( 0, BOX_LINE_LEFT ); in GetTabBorders()
1030 aSetBox.SetLine( rBox.GetRight(), BOX_LINE_RIGHT ); in GetTabBorders()
1032 else if ((aSetBox.GetRight() && rBox.GetRight() && in GetTabBorders()
1033 !(*aSetBox.GetRight() == *rBox.GetRight())) || in GetTabBorders()
1034 (!aSetBox.GetRight() ^ !rBox.GetRight())) in GetTabBorders()
1036 aSetBox.SetLine( 0, BOX_LINE_RIGHT ); in GetTabBorders()
1047 aSetBox.SetLine( rBox.GetBottom(), BOX_LINE_BOTTOM ); in GetTabBorders()
1049 else if ((aSetBox.GetBottom() && rBox.GetBottom() && in GetTabBorders()
1050 !(*aSetBox.GetBottom() == *rBox.GetBottom())) || in GetTabBorders()
1051 (!aSetBox.GetBottom() ^ !rBox.GetBottom())) in GetTabBorders()
1053 aSetBox.SetLine( 0, BOX_LINE_BOTTOM ); in GetTabBorders()
1089 aSetBox.SetDistance( rBox.GetDistance( *pBrd ), in GetTabBorders()
1095 if( aSetBox.GetDistance( *pBrd ) != in GetTabBorders()
1099 aSetBox.SetDistance( (sal_uInt16) 0 ); in GetTabBorders()
1106 rSet.Put( aSetBox ); in GetTabBorders()