Searched refs:mnDX (Results  1 – 9 of 9) sorted by relevance
| /aoo41x/main/vcl/source/window/ | 
| H A D | status.cxx | 157 	mnDX			= 0;  in ImplInit()298 		nX				= mnDX - mnItemsWidth;  in ImplFormat()
 310 			nExtraWidth  = (mnDX - mnItemsWidth - 1) / nAutoSizeItems;  in ImplFormat()
 311 			nExtraWidth2 = (mnDX - mnItemsWidth - 1) % nAutoSizeItems;  in ImplFormat()
 401 		aTextRect.Right() = mnDX - mnItemsWidth - 1;  in ImplDrawText()
 403 		aTextRect.Right() = mnDX - 1;  in ImplDrawText()
 695 	long nMaxWidth = mnDX-STATUSBAR_OFFSET-1;  in ImplCalcProgressRect()
 806 	    DrawLine( Point( 0, 0 ), Point( mnDX-1, 0 ) );  in Paint()
 808 	    DrawLine( Point( 0, 1 ), Point( mnDX-1, 1 ) );  in Paint()
 815 		DrawLine( Point( 0, mnDY-2 ), Point( mnDX-1, mnDY-2 ) );  in Paint()
 [all …]
 
 | 
| H A D | splitwin.cxx | 177 	long					nDX = pWin->mnDX;  in ImplDrawBorder()282 		long					nDX = pWin->mnDX;  in ImplDrawBorderLine()
 1049 							 pWindow->mnDX-pWindow->mnRightBorder-1,  in ImplDrawBack()
 1289 				nPos = pWindow->mnDX-nBorder;  in ImplTestSplit()
 1374 	mnDX					= 0;  in ImplInit()
 1637 	if ( (mnDX <= 0) || (mnDY <= 0) )  in ImplCalcLayout()
 1657 			nL = mnDX-mnRightBorder;  in ImplCalcLayout()
 1662 	nW = mnDX-mnLeftBorder-mnRightBorder;  in ImplCalcLayout()
 1716 			aRect.Right()	= mnDX-mnRightBorder-1;  in ImplUpdateSet()
 1811 		rRect.Right()	= mnDX-mnRightBorder-1;  in ImplGetButtonRect()
 [all …]
 
 | 
| H A D | toolbox.cxx | 663     long                    nDX = pWin->mnDX;  in ImplDrawBorder()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()
 4756     long nOldDX = mnDX;  in Resize()
 4758     mnDX = aSize.Width();  in Resize()
 4787                 if ( nOldDX > mnDX )  in Resize()
 [all …]
 
 | 
| H A D | toolbox2.cxx | 425 								   mnDX-mnRightBorder-1, mnDY-mnBottomBorder-1 ) );  in ImplInvalidate()456 									mnDX-mnRightBorder-1, mnDY-mnBottomBorder-1 ) );  in ImplUpdateItem()
 1839     Rectangle aRect( mnLeftBorder, mnTopBorder, mnDX-mnRightBorder, mnDY-mnBottomBorder );  in IsItemReallyVisible()
 
 | 
| /aoo41x/main/svtools/source/control/ | 
| H A D | headbar.cxx | 87 	mnDX			= 0;  in DECLARE_LIST()356 		else if ( aRect.Left() > mnDX )  in ImplDrawItem()
 672 				aRect.Right() = mnDX-1;  in ImplUpdate()
 685 				aRect.Right() = mnDX-1;  in ImplUpdate()
 855 		if ( (mnDragPos < 0) || (mnDragPos > mnDX-1) )  in ImplDrag()
 992 			DrawLine( Point( 0, 0 ), Point( mnDX-1, 0 ) );  in Paint()
 994 			DrawLine( Point( 0, mnDY-1 ), Point( mnDX-1, mnDY-1 ) );  in Paint()
 999             DrawLine( Point( mnDX-1, 0 ), Point( mnDX-1, mnDY-1 ) );  in Paint()
 1077 	mnDX = aSize.Width();  in Resize()
 1358 	Rectangle aRect( 0, mnBorderOff1, mnDX-1, mnDY-mnBorderOff1-mnBorderOff2-1 );  in SetOffset()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | status.hxx | 85 	long				mnDX;  member in StatusBar
 | 
| H A D | splitwin.hxx | 69 	long				mnDX;  member in SplitWindow
 | 
| H A D | toolbox.hxx | 183     long                mnDX;  member in ToolBox
 | 
| /aoo41x/main/svtools/inc/svtools/ | 
| H A D | headbar.hxx | 244 	long				mnDX;  member in HeaderBar
 | 
        Completed in 81 milliseconds