Lines Matching refs:nTextHeight

68 	long                nTextHeight;  member in TableWindow
113 nTextHeight = GetTextHeight()+1; in TableWindow()
129 SetOutputSizePixel( Size( nMX*nWidth-1, nMY*nHeight-1+nTextHeight ) ); in TableWindow()
204 (short)(aWinPos.Y()+(nMY*nHeight-1+nTextHeight)) >= in UpdateSize_Impl()
215 Invalidate( Rectangle( 0, _aWinSize.Height()-nTextHeight+2-nOff, in UpdateSize_Impl()
217 SetOutputSizePixel( Size( nMX*nWidth-1, nMY*nHeight-1+nTextHeight ) ); in UpdateSize_Impl()
246 Invalidate( Rectangle( 0, aWinSize.Height()-nTextHeight+2, in UpdateSize_Impl()
364 aSize.Width(), aSize.Height()-nTextHeight+1 ) ); in Paint()
366 aSize.Width(), aSize.Height()-nTextHeight+1 ) ); in Paint()
409 Rectangle aClearRect( 0, aSize.Height()-nTextHeight+2, (aSize.Width()), aSize.Height() ); in Paint()
415 …DrawText( Point( (aSize.Width() - aTextSize.Width()) / 2, aSize.Height() - nTextHeight + 2 ), aTex… in Paint()
471 long nTextHeight; member in ColumnsWindow
510 nTextHeight = GetTextHeight()+1; in ColumnsWindow()
523 SetOutputSizePixel( Size( nMX*nWidth-1, aLogicSize.Height()+nTextHeight ) ); in ColumnsWindow()
589 Invalidate( Rectangle( 0, aWinSize.Height()-nTextHeight+2, in UpdateSize_Impl()
597 Invalidate( Rectangle( 0, aWinSize.Height()-nTextHeight+2, in UpdateSize_Impl()
612 nMaxCol*nMX+1, aWinSize.Height()-nTextHeight+2 ) ); in UpdateSize_Impl()
714 i*nMX+nMX, aSize.Height()-nTextHeight+1 ) ); in Paint()
717 while ( j < aSize.Height()-nTextHeight-4 ) in Paint()
736 …DrawText( Point( ( aSize.Width() - aTextSize.Width() ) / 2, aSize.Height() - nTextHeight + 2 ), aT… in Paint()
738 …DrawRect( Rectangle( 0, aSize.Height()-nTextHeight+2, (aSize.Width()-aTextSize.Width())/2-1, aSize… in Paint()
739 … (aSize.Width()-aTextSize.Width())/2+aTextSize.Width(), aSize.Height()-nTextHeight+2, aSize.Width(… in Paint()