Lines Matching refs:mnBottomBorder
1589 mnBottomBorder = 0; in ImplInit()
2341 int nBorderY = 2*TB_BORDER_OFFSET2 + mnTopBorder + mnBottomBorder + 2*mnBorderY; in ImplGetOptimalFloatingSize()
2421 ImplCalcBorder( meAlign, mnLeftBorder, mnTopBorder, mnRightBorder, mnBottomBorder, this ); in ImplFormat()
2472 nBottom = TB_BORDER_OFFSET1 + mnBottomBorder; in ImplFormat()
2516 nMax -= nTop + TB_BORDER_OFFSET1 + mnBottomBorder; in ImplFormat()
2596 maNextToolRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2636 … mpData->maMenubuttonItem.maRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2642 … mpData->maMenubuttonItem.maRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2651 maLowerRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2671 … mpData->maMenubuttonItem.maRect.Bottom() = mnDY - mnBottomBorder-mnBorderY-TB_BORDER_OFFSET1-1; in ImplFormat()
2844 mnDX-mnRightBorder, mnDY-mnBottomBorder ); in ImplFormat()
4801 if ( mnBottomBorder ) in Resize()
4804 Invalidate( Rectangle( 0, mnDY-mnBottomBorder-1, mnDX, mnDY ) ); in Resize()
4806 Invalidate( Rectangle( 0, nOldDY-mnBottomBorder-1, nOldDX, nOldDY ) ); in Resize()