Lines Matching refs:nLeftBorder
2034 sal_Int32 nLeftBorder; in Resize() local
2050 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in Resize()
2051 mpMenuBarWindow->SetPosSizePixel( nLeftBorder, in Resize()
2053 aSize.Width()-nLeftBorder-nRightBorder, in Resize()
2137 sal_Int32 nLeftBorder; in UpdateView() local
2152 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in UpdateView()
2153 aSize.Width() += nLeftBorder+nRightBorder; in UpdateView()
2164 GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in UpdateView()
2167 aOutputSize.Width() += nLeftBorder+nRightBorder; in UpdateView()
2183 sal_Int32 nLeftBorder; in InvalidateBorder() local
2187 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in InvalidateBorder()
2188 if ( nLeftBorder || nTopBorder || nRightBorder || nBottomBorder ) in InvalidateBorder()
2192 aWinRect.Left() += nLeftBorder; in InvalidateBorder()