Searched refs:nDataRowHeight (Results 1 – 4 of 4) sorted by relevance
557 long nDataRowHeight = GetParent()->GetDataRowHeight(); in StartRowDividerDrag() local560 if ( ( nDragRowDividerCurrentPos % nDataRowHeight ) > nDataRowHeight / 2 ) in StartRowDividerDrag()561 nDragRowDividerCurrentPos += nDataRowHeight; in StartRowDividerDrag()562 nDragRowDividerCurrentPos /= nDataRowHeight; in StartRowDividerDrag()563 nDragRowDividerCurrentPos *= nDataRowHeight; in StartRowDividerDrag()567 m_nDragRowDividerLimit = nDragRowDividerCurrentPos - nDataRowHeight; in StartRowDividerDrag()
112 nDataRowHeight = 0; in ConstructImpl()979 pThis->nDataRowHeight = pThis->CalcReverseZoom(pDataWin->GetTextHeight() + 2); in ImpGetDataRowHeight()982 return nDataRowHeight; in ImpGetDataRowHeight()991 nDataRowHeight = CalcReverseZoom(nPixel); in SetDataRowHeight()2616 return CalcZoom(nDataRowHeight ? nDataRowHeight : ImpGetDataRowHeight()); in GetDataRowHeight()
810 if (!nDataRowHeight) in Draw()812 long nHeightLogic = PixelToLogic(Size(0, nDataRowHeight), MAP_10TH_MM).Height(); in Draw()815 long nOriginalHeight = nDataRowHeight; in Draw()816 nDataRowHeight = nForeignHeightPixel; in Draw()898 nDataRowHeight = nOriginalHeight; in Draw()
252 long nDataRowHeight; // height of a single data-row member in BrowseBox
Completed in 72 milliseconds