Lines Matching refs:rBox

969 				const SvxBoxItem  &rBox  = pFmt->GetBox();  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()
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()
1014 aSetBoxInfo.SetLine( rBox.GetLeft(), BOXINFO_LINE_VERT ); in GetTabBorders()
1016 else if ((aSetBoxInfo.GetVert() && rBox.GetLeft() && in GetTabBorders()
1017 !(*aSetBoxInfo.GetVert() == *rBox.GetLeft())) || in GetTabBorders()
1018 ((!aSetBoxInfo.GetVert()) ^ (!rBox.GetLeft()))) 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()
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()
1065 aSetBoxInfo.SetLine( rBox.GetBottom(), BOXINFO_LINE_HORI ); in GetTabBorders()
1067 else if ((aSetBoxInfo.GetHori() && rBox.GetBottom() && in GetTabBorders()
1068 !(*aSetBoxInfo.GetHori() == *rBox.GetBottom())) || in GetTabBorders()
1069 ((!aSetBoxInfo.GetHori()) ^ (!rBox.GetBottom()))) in GetTabBorders()
1089 aSetBox.SetDistance( rBox.GetDistance( *pBrd ), in GetTabBorders()
1096 rBox.GetDistance( *pBrd ) ) in GetTabBorders()