Home
last modified time | relevance | path

Searched refs:impl_getVisibleRows (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svtools/source/table/
H A Dtablecontrol_impl.cxx413 if ( m_pVScroll->GetVisibleSize() != impl_getVisibleRows( false ) ) in impl_checkInvariants()
778 + impl_getVisibleRows( true ) * m_nRowHeightPixel in impl_getAllVisibleCellsArea()
1478 TableSize const nVisibleRows = impl_getVisibleRows( true ); in doPaintContent()
1668 RowPos nNewRow = ::std::max( (RowPos)0, m_nCurRow - impl_getVisibleRows( false ) ); in dispatchAction()
1675 … RowPos nNewRow = ::std::min( m_nRowCount - 1, m_nCurRow + impl_getVisibleRows( false ) ); in dispatchAction()
2170 RowPos const lastVisibleRow = m_nTopRow + impl_getVisibleRows( true ) - 1; in invalidateRowRange()
2195 TableSize nVisibleRows = impl_getVisibleRows(true); in checkCursorPosition()
2223 TableSize TableControl_Impl::impl_getVisibleRows( bool _bAcceptPartialRow ) const in impl_getVisibleRows() function in svt::table::TableControl_Impl
2302 TableSize nVisibleRows = impl_getVisibleRows( _bAcceptPartialVisibility ); in ensureVisible()
H A Dtablecontrol_impl.hxx358 TableSize impl_getVisibleRows( bool _bAcceptPartialRow ) const;

Completed in 39 milliseconds