Lines Matching refs:GetBottom
637 pBottom = pSetBox->GetBottom(); in SetTabBorders()
873 if ( aBox.GetBottom() ) in SetTabLineStyle()
874 ::lcl_SetLineStyle( (SvxBorderLine*)aBox.GetBottom(), in SetTabLineStyle()
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()