Searched refs:mnDY (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/svtools/source/control/ |
| H A D | headbar.cxx | 88 mnDY = 0; in DECLARE_LIST() 209 Rectangle aRect( ImplGetItemPos( nPos ), 0, 0, mnDY-1 ); in ImplGetItemRect() 667 aRect.Bottom() = mnDY-1; in ImplUpdate() 751 Rectangle aSizeRect( mnDragPos, 0, mnDragPos, mnDragSize+mnDY ); in ImplStartDrag() 790 … if ( (rMousePos.Y() < -HEADERBAR_DRAGOUTOFF) || (rMousePos.Y() > mnDY+HEADERBAR_DRAGOUTOFF) ) in ImplDrag() 859 Rectangle aSizeRect( mnDragPos, 0, mnDragPos, mnDragSize+mnDY ); in ImplDrag() 994 DrawLine( Point( 0, mnDY-1 ), Point( mnDX-1, mnDY-1 ) ); in Paint() 998 DrawLine( Point( 0, 0 ), Point( 0, mnDY-1 ) ); in Paint() 999 DrawLine( Point( mnDX-1, 0 ), Point( mnDX-1, mnDY-1 ) ); in Paint() 1075 if ( IsVisible() && (mnDY != aSize.Height()) ) in Resize() [all …]
|
| /trunk/main/vcl/source/window/ |
| H A D | toolbox.cxx | 508 while( y < (pThis->mnDY - aBottomLineSz.Height()) ) in ImplDrawGradientBackground() 664 long nDY = pWin->mnDY; in ImplDrawBorder() 1062 if ( rPos.Y() > pThis->mnDY-DOCK_LINEOFFSET ) in ImplTestLineSize() 1183 Size aSize( pBox->mnDX, pBox->mnDY ); in ImplFindItemPos() 1572 mnDY = 0; in ImplInit() 2312 Size aCurrentSize( mnDX, mnDY ); in ImplGetOptimalFloatingSize() 2320 sal_uInt16 nFloatLinesHeight = ImplCalcLines( this, mnDY ); in ImplGetOptimalFloatingSize() 2360 long dy1 = abs( mnDY - aSize1.Height() ); in ImplGetOptimalFloatingSize() 2363 long dy2 = abs( mnDY - aSize2.Height() ); in ImplGetOptimalFloatingSize() 2432 mnFloatLines = ImplCalcLines( this, mnDY ); in ImplFormat() [all …]
|
| H A D | splitwin.cxx | 178 long nDY = pWin->mnDY; in ImplDrawBorder() 283 long nDY = pWin->mnDY; in ImplDrawBorderLine() 1050 pWindow->mnDY-pWindow->mnBottomBorder-1 ); in ImplDrawBack() 1275 nPos = pWindow->mnDY-nBorder; in ImplTestSplit() 1375 mnDY = 0; in ImplInit() 1625 nCurSize = mnDY-mnTopBorder-mnBottomBorder; in ImplCalcLayout() 1637 if ( (mnDX <= 0) || (mnDY <= 0) ) in ImplCalcLayout() 1649 nT = mnDY-mnBottomBorder; in ImplCalcLayout() 1663 nH = mnDY-mnTopBorder-mnBottomBorder; in ImplCalcLayout() 1717 aRect.Bottom() = mnDY-mnBottomBorder-1; in ImplUpdateSet() [all …]
|
| H A D | status.cxx | 158 mnDY = 0; in ImplInit() 815 DrawLine( Point( 0, mnDY-2 ), Point( mnDX-1, mnDY-2 ) ); in Paint() 817 DrawLine( Point( 0, mnDY-1 ), Point( mnDX-1, mnDY-1 ) ); in Paint() 835 mnDY = aSize.Height(); in Resize() 836 mnCalcHeight = mnDY; in Resize() 1568 mnCalcHeight = mnDY; in ImplCalcBorder()
|
| 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()
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | status.hxx | 86 long mnDY; member in StatusBar
|
| H A D | splitwin.hxx | 70 long mnDY; member in SplitWindow
|
| H A D | toolbox.hxx | 184 long mnDY; member in ToolBox
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | headbar.hxx | 245 long mnDY; member in HeaderBar
|