Lines Matching refs:m_nRowHeightPixel
365 if ( nRowHeight != m_nRowHeightPixel ) in impl_checkInvariants()
442 ,m_nRowHeightPixel ( 15 ) in TableControl_Impl()
778 + impl_getVisibleRows( true ) * m_nRowHeightPixel in impl_getAllVisibleCellsArea()
798 …m_nRowHeightPixel = m_rAntiImpl.LogicToPixel( Size( 0, m_pModel->getRowHeight() ), MAP_APPFONT ).H… in impl_ni_updateCachedTableMetrics()
1234 … m_nTopRow, eVertScrollbar, aDataCellPlayground.GetHeight(), m_nRowHeightPixel * m_nRowCount ); in impl_ni_relayout()
1256 … m_nTopRow, eVertScrollbar, aDataCellPlayground.GetHeight(), m_nRowHeightPixel * m_nRowCount ); in impl_ni_relayout()
1333 lcl_getRowsFittingInto( i_dataCellPlayground.GetHeight(), m_nRowHeightPixel ), in impl_ni_positionChildWindows()
1482 aRowHeaderArea.Bottom() = m_nColHeaderHeightPixel + m_nRowHeightPixel * nActualRows - 1; in doPaintContent()
2231 m_nRowHeightPixel, in impl_getVisibleRows()
2343 long nPixelDelta = m_nRowHeightPixel * ( m_nTopRow - nOldTopRow ); in impl_ni_ScrollRows()
2543 long const row = m_nTopRow + abscissa / m_nRowHeightPixel; in impl_getRowForAbscissa()