Searched refs:isRowSelected (Results 1 – 14 of 14) sorted by relevance
128 bool const selectedCell = m_rTableControl.isRowSelected( hitRow ); in RequestHelp()198 bool const wasRowSelected = m_rTableControl.isRowSelected( hitRow ); in MouseButtonDown()207 bool const isRowSelected = m_rTableControl.isRowSelected( hitRow ); in MouseButtonDown() local209 if ( isRowSelected != wasRowSelected || nCurSelRowCount != nPrevSelRowCount ) in MouseButtonDown()
1515 bool const isSelectedRow = isRowSelected( aRowIterator.getRow() ); in doPaintContent()1890 if ( !isRowSelected( iter ) ) in dispatchAction()1916 if ( !isRowSelected( iter ) ) in dispatchAction()2479 bool TableControl_Impl::isRowSelected( RowPos i_row ) const in isRowSelected() function in svt::table::TableControl_Impl2565 if ( isRowSelected( i_rowIndex ) ) in markRowAsSelected()2615 …OSL_ENSURE( isRowSelected( row ), "TableControl_Impl::markAllRowsAsSelected: inconsistency in the … in markAllRowsAsSelected()2873 bool selected = m_pTableControl->isRowSelected( curRow ); in IsSelectionAtPoint()
305 virtual bool isRowSelected( RowPos i_row ) const;
230 return m_pImpl->isRowSelected( i_rowIndex ); in IsRowSelected()
438 ::sal_Bool SAL_CALL UnoGridControl::isRowSelected(::sal_Int32 index) throw (::com::sun::star::uno::… in isRowSelected() function in toolkit::UnoGridControl440 return Reference< XGridRowSelection >( getPeer(), UNO_QUERY_THROW )->isRowSelected( index ); in isRowSelected()
111 …virtual ::sal_Bool SAL_CALL isRowSelected(::sal_Int32 index) throw (::com::sun::star::uno::Runtime…
242 virtual bool isRowSelected( RowPos _nRow ) const = 0;
98 …virtual ::sal_Bool SAL_CALL isRowSelected(::sal_Int32 index) throw (::com::sun::star::uno::Runtime…
761 ::sal_Bool SAL_CALL SVTXGridControl::isRowSelected( ::sal_Int32 index ) throw (RuntimeException) in isRowSelected() function in SVTXGridControl
89 boolean isRowSelected( [in] long RowIndex );
109 sal_Bool isRowSelected( sal_Int32 nRow );
650 return pController->isRowSelected( nRow ); in isAccessibleRowSelected()
2651 sal_Bool SvxTableController::isRowSelected( sal_Int32 nRow ) in isRowSelected() function in sdr::table::SvxTableController
4142 [propget] HRESULT isRowSelected4539 [propget] HRESULT isRowSelected
Completed in 81 milliseconds