Searched refs:m_nTopRow (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/svtools/source/table/ |
| H A D | tablecontrol_impl.cxx | 323 …if ( !lcl_checkLimitsExclusive_OrDefault_OrFallback( m_nTopRow, (RowPos)-1, m_nRowCount, getModel(… in impl_checkInvariants() 409 if ( m_pVScroll->GetThumbPos() != m_nTopRow ) in impl_checkInvariants() 451 ,m_nTopRow ( 0 ) in TableControl_Impl() 615 m_nTopRow = 0; in rowsRemoved() 620 m_nTopRow = 0; in rowsRemoved() 821 if ( m_nTopRow >= m_nRowCount ) in impl_ni_updateCachedModelValues() 822 m_nTopRow = ( m_nRowCount > 0 ) ? m_nRowCount - 1 : 0; in impl_ni_updateCachedModelValues() 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() 1335 m_nTopRow, // current position in impl_ni_positionChildWindows() [all …]
|
| H A D | tablegeometry.cxx | 61 if ( ( m_nRowPos >= m_rControl.m_nTopRow ) && impl_isValidRow( m_nRowPos ) ) in impl_initRect() 63 …m_aRect.Top() = m_rControl.m_nColHeaderHeightPixel + ( m_nRowPos - m_rControl.m_nTopRow ) * m_rCon… in impl_initRect() 81 m_nRowPos = m_rControl.m_nTopRow; in moveDown()
|
| H A D | tablecontrol_impl.hxx | 127 RowPos m_nTopRow; member in svt::table::TableControl_Impl 179 inline RowPos getTopRow() const { return m_nTopRow; } in getTopRow()
|