Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/table/
H A Dtablecontrol_impl.cxx2116 void TableControl_Impl::invalidateSelectedRegion( RowPos _nPrevRow, RowPos _nCurRow ) in invalidateSelectedRegion() argument
2126 if ( _nPrevRow == _nCurRow ) in invalidateSelectedRegion()
2134 else if(_nPrevRow < _nCurRow ) in invalidateSelectedRegion()
2137 impl_getCellRect( m_nCurColumn, _nPrevRow, aCellRect ); in invalidateSelectedRegion()
2148 impl_getCellRect( m_nCurColumn, _nPrevRow, aCellRect ); in invalidateSelectedRegion()
H A Dtablecontrol_impl.hxx227 void invalidateSelectedRegion( RowPos _nPrevRow, RowPos _nCurRow );

Completed in 240 milliseconds