Lines Matching refs:nBottomBorder
2037 sal_Int32 nBottomBorder; in Resize() local
2050 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in Resize()
2140 sal_Int32 nBottomBorder; in UpdateView() local
2152 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in UpdateView()
2154 aSize.Height() += nTopBorder+nBottomBorder; in UpdateView()
2164 GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in UpdateView()
2168 aOutputSize.Height() += nTopBorder+nBottomBorder; in UpdateView()
2186 sal_Int32 nBottomBorder; in InvalidateBorder() local
2187 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in InvalidateBorder()
2188 if ( nLeftBorder || nTopBorder || nRightBorder || nBottomBorder ) in InvalidateBorder()
2195 aWinRect.Bottom() -= nBottomBorder; in InvalidateBorder()