Searched refs:nRowOrCol (Results 1 – 1 of 1) sorted by relevance
80 virtual void Unselect( sal_Int32 nRowOrCol, sal_Int32 nExt ) = 0;406 sal_Int32 nRowOrCol = in GetSelection() local418 rSelHdl.Unselect( nRowOrCol, nExt ); in GetSelection()644 virtual void Unselect( sal_Int32 nRowOrCol, sal_Int32 nExt );679 void SwAccAllTableSelHander_Impl::Unselect( sal_Int32 nRowOrCol, in Unselect() argument682 ASSERT( static_cast< size_t >( nRowOrCol ) < aSelected.size(), in Unselect()684 ASSERT( static_cast< size_t >( nRowOrCol+nExt ) <= aSelected.size(), in Unselect()688 if( aSelected[static_cast< size_t >( nRowOrCol )] ) in Unselect()690 aSelected[static_cast< size_t >( nRowOrCol )] = sal_False; in Unselect()694 nRowOrCol++; in Unselect()
Completed in 36 milliseconds