Lines Matching refs:mnBottomBorder
1581 mnBottomBorder = 0; in ImplInit()
2333 int nBorderY = 2*TB_BORDER_OFFSET2 + mnTopBorder + mnBottomBorder + 2*mnBorderY; in ImplGetOptimalFloatingSize()
2413 ImplCalcBorder( meAlign, mnLeftBorder, mnTopBorder, mnRightBorder, mnBottomBorder, this ); in ImplFormat()
2464 nBottom = TB_BORDER_OFFSET1 + mnBottomBorder; in ImplFormat()
2508 nMax -= nTop + TB_BORDER_OFFSET1 + mnBottomBorder; in ImplFormat()
2588 maNextToolRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2628 … mpData->maMenubuttonItem.maRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2634 … mpData->maMenubuttonItem.maRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2643 maLowerRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2663 … mpData->maMenubuttonItem.maRect.Bottom() = mnDY - mnBottomBorder-mnBorderY-TB_BORDER_OFFSET1-1; in ImplFormat()
2836 mnDX-mnRightBorder, mnDY-mnBottomBorder ); in ImplFormat()
4793 if ( mnBottomBorder ) in Resize()
4796 Invalidate( Rectangle( 0, mnDY-mnBottomBorder-1, mnDX, mnDY ) ); in Resize()
4798 Invalidate( Rectangle( 0, nOldDY-mnBottomBorder-1, nOldDX, nOldDY ) ); in Resize()