Lines Matching refs:mnDX

528         while( x < (pThis->mnDX - aBottomLineSz.Width()) )  in ImplDrawGradientBackground()
663 long nDX = pWin->mnDX; in ImplDrawBorder()
1057 if ( rPos.X() > pThis->mnDX-DOCK_LINEOFFSET ) in ImplTestLineSize()
1183 Size aSize( pBox->mnDX, pBox->mnDY ); in ImplFindItemPos()
1571 mnDX = 0; in ImplInit()
2312 Size aCurrentSize( mnDX, mnDY ); in ImplGetOptimalFloatingSize()
2359 long dx1 = abs( mnDX - aSize1.Width() ); in ImplGetOptimalFloatingSize()
2362 long dx2 = abs( mnDX - aSize2.Width() ); in ImplGetOptimalFloatingSize()
2448 nMax = mnDX; in ImplFormat()
2494 mnVisLines = ImplCalcLines( this, mnDX ); in ImplFormat()
2526 long nWinWidth = mnDX - nLeft - nRight; in ImplFormat()
2595 maNextToolRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
2626 mpData->maMenubuttonItem.maRect.Right() = mnDX - 2; in ImplFormat()
2632 … mpData->maMenubuttonItem.maRect.Right() = mnDX - mnRightBorder-mnBorderX-TB_BORDER_OFFSET1-1; in ImplFormat()
2659 … mpData->maMenubuttonItem.maRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
2665 … mpData->maMenubuttonItem.maRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
2674 maLowerRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
2836 mnDX-mnRightBorder, mnDY-mnBottomBorder ); in ImplFormat()
4687 if ( rPaintRect == Rectangle( 0, 0, mnDX-1, mnDY-1 ) ) in Paint()
4756 long nOldDX = mnDX; in Resize()
4758 mnDX = aSize.Width(); in Resize()
4787 if ( nOldDX > mnDX ) in Resize()
4788 Invalidate( Rectangle( mnDX-mnRightBorder-1, 0, mnDX, mnDY ) ); in Resize()
4796 Invalidate( Rectangle( 0, mnDY-mnBottomBorder-1, mnDX, mnDY ) ); in Resize()