Lines Matching refs:Height

121 		pWin->DrawLine( Point( 0, aSz.Height() - 1 ), Point( aSz.Width(), aSz.Height() - 1 ) );  in lcl_DrawIDEWindowFrame()
325 long nMaxVisAreaStart = pEditView->GetTextEngine()->GetTextHeight() - aOutSz.Height(); in Resize()
689 long nOutHeight = GetOutputSizePixel().Height(); in Notify()
754 pModulWindow->GetEditVScrollBar().SetVisibleSize( aOutSz.Height() ); in InitScrollBars()
755 pModulWindow->GetEditVScrollBar().SetPageSize( aOutSz.Height() * 8 / 10 ); in InitScrollBars()
996 aBmpOff.Y() = ( nLineHeight - aBmpSz.Height() ) / 2; in Paint()
1047 aMarkerOff.Y() = ( nLineHeight - aMarkerSz.Height() ) / 2; in ShowMarker()
1201 nVirtToolBoxHeight = aXEdit.GetSizePixel().Height() + 7; in WatchWindow()
1250 aSz.Height() += 6; in WatchWindow()
1282 Size aBoxSz( aSz.Width() - 2*DWBORDER, aSz.Height() - nVirtToolBoxHeight - DWBORDER ); in Resize()
1286 if ( aBoxSz.Height() < 4 ) in Resize()
1287 aBoxSz.Height() = 0; in Resize()
1289 aBoxSz.Height() -= nHeaderBarHeight; in Resize()
1293 aBoxSz.Height() = nHeaderBarHeight; in Resize()
1555 aSz.Height() += 6; in StackWindow()
1584 Size aBoxSz( aSz.Width() - 2*DWBORDER, aSz.Height() - nVirtToolBoxHeight - DWBORDER ); in Resize()
1588 if ( aBoxSz.Height() < 4 ) in Resize()
1589 aBoxSz.Height() = 0; in Resize()
1709 aSz.Height() -= 2*DWBORDER; in Resize()
1713 Size aBrkSz( Size( nBrkWidth, aSz.Height() ) ); in Resize()
1716 Size aEWSz( Size( aSz.Width() - nBrkWidth - nSBWidth + 2, aSz.Height() ) ); in Resize()
1719 …osSizePixel( Point( aOutSz.Width()-DWBORDER-nSBWidth, DWBORDER ), Size( nSBWidth, aSz.Height() ) ); in Resize()