Lines Matching refs:m_nRowHeaderWidthPixel
373 if ( nHeaderWidth != m_nRowHeaderWidthPixel ) in impl_checkInvariants()
396 if ( m_aColumnWidths[ m_nLeftColumn ].getStart() != m_nRowHeaderWidthPixel ) in impl_checkInvariants()
444 ,m_nRowHeaderWidthPixel ( 0 ) in TableControl_Impl()
755 aArea.Right() = m_nRowHeaderWidthPixel; in impl_getAllVisibleCellsArea()
765 aArea.Right() = loop->getEnd() - nScrolledOutLeft + m_nRowHeaderWidthPixel; in impl_getAllVisibleCellsArea()
790 aArea.Left() = m_nRowHeaderWidthPixel; in impl_getAllVisibleDataCellArea()
804 m_nRowHeaderWidthPixel = 0; in impl_ni_updateCachedTableMetrics()
806 …m_nRowHeaderWidthPixel = m_rAntiImpl.LogicToPixel( Size( m_pModel->getRowHeaderWidth(), 0 ), MAP_A… in impl_ni_updateCachedTableMetrics()
944 gridWidthPixel -= m_nRowHeaderWidthPixel; in impl_ni_calculateColumnWidths()
1222 aDataCellPlayground.Left() = m_nRowHeaderWidthPixel; in impl_ni_relayout()
1272 long accumulatedWidthPixel = m_nRowHeaderWidthPixel; in impl_ni_relayout()
1410 i_dataCellPlayground.GetWidth() + m_nRowHeaderWidthPixel, in impl_ni_positionChildWindows()
1476 aRowHeaderArea.Right() = m_nRowHeaderWidthPixel - 1; in doPaintContent()
2409 …const Rectangle aDataArea( Point( m_nRowHeaderWidthPixel, 0 ), m_pDataWindow->GetOutputSizePixel()… in impl_ni_ScrollColumns()
2511 if ( i_ordinate < m_nRowHeaderWidthPixel ) in impl_getColumnForOrdinate()
2659 …return Rectangle( aRectTableWithHeaders.TopLeft(), Size( m_nRowHeaderWidthPixel, aSizeTableWithHea… in calcHeaderRect()