Home
last modified time | relevance | path

Searched refs:nDataRowHeight (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/svtools/source/brwbox/
H A Ddatwin.cxx557 long nDataRowHeight = GetParent()->GetDataRowHeight(); in StartRowDividerDrag() local
560 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()
H A Dbrwbox1.cxx112 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()
H A Dbrwbox2.cxx810 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()
/aoo4110/main/svtools/inc/svtools/
H A Dbrwbox.hxx251 long nDataRowHeight; // height of a single data-row member in BrowseBox

Completed in 44 milliseconds