Searched refs:mnDY (Results 1 – 9 of 9) sorted by relevance
/aoo41x/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() 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() 1078 mnDY = aSize.Height(); in Resize() [all …]
|
/aoo41x/main/vcl/source/window/ |
H A D | toolbox.cxx | 664 long nDY = pWin->mnDY; in ImplDrawBorder() 1183 Size aSize( pBox->mnDX, pBox->mnDY ); in ImplFindItemPos() 1572 mnDY = 0; in ImplInit() 2312 Size aCurrentSize( mnDX, mnDY ); in ImplGetOptimalFloatingSize() 2360 long dy1 = abs( mnDY - aSize1.Height() ); in ImplGetOptimalFloatingSize() 2495 nMax = mnDY; in ImplFormat() 4757 long nOldDY = mnDY; in Resize() 4759 mnDY = aSize.Height(); in Resize() 4795 if ( nOldDY > mnDY ) in Resize() 4796 Invalidate( Rectangle( 0, mnDY-mnBottomBorder-1, mnDX, mnDY ) ); in Resize() [all …]
|
H A D | splitwin.cxx | 178 long nDY = pWin->mnDY; in ImplDrawBorder() 283 long nDY = pWin->mnDY; in ImplDrawBorderLine() 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() 1788 rRect.Bottom() = mnDY-mnBottomBorder-1; in ImplGetButtonRect() [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()
|
/aoo41x/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
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | headbar.hxx | 245 long mnDY; member in HeaderBar
|
Completed in 107 milliseconds