Home
last modified time | relevance | path

Searched refs:isRowSelected (Results 1 – 14 of 14) sorted by relevance

/aoo4110/main/svtools/source/table/
H A Dtabledatawindow.cxx128 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() local
209 if ( isRowSelected != wasRowSelected || nCurSelRowCount != nPrevSelRowCount ) in MouseButtonDown()
H A Dtablecontrol_impl.cxx1515 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_Impl
2565 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()
H A Dtablecontrol_impl.hxx305 virtual bool isRowSelected( RowPos i_row ) const;
H A Dtablecontrol.cxx230 return m_pImpl->isRowSelected( i_rowIndex ); in IsRowSelected()
/aoo4110/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx438 ::sal_Bool SAL_CALL UnoGridControl::isRowSelected(::sal_Int32 index) throw (::com::sun::star::uno::… in isRowSelected() function in toolkit::UnoGridControl
440 return Reference< XGridRowSelection >( getPeer(), UNO_QUERY_THROW )->isRowSelected( index ); in isRowSelected()
H A Dgridcontrol.hxx111 …virtual ::sal_Bool SAL_CALL isRowSelected(::sal_Int32 index) throw (::com::sun::star::uno::Runtime…
/aoo4110/main/svtools/inc/svtools/table/
H A Dtablecontrolinterface.hxx242 virtual bool isRowSelected( RowPos _nRow ) const = 0;
/aoo4110/main/svtools/source/uno/
H A Dsvtxgridcontrol.hxx98 …virtual ::sal_Bool SAL_CALL isRowSelected(::sal_Int32 index) throw (::com::sun::star::uno::Runtime…
H A Dsvtxgridcontrol.cxx761 ::sal_Bool SAL_CALL SVTXGridControl::isRowSelected( ::sal_Int32 index ) throw (RuntimeException) in isRowSelected() function in SVTXGridControl
/aoo4110/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx109 sal_Bool isRowSelected( sal_Int32 nRow );
/aoo4110/main/offapi/com/sun/star/awt/grid/
H A DXGridRowSelection.idl89 boolean isRowSelected( [in] long RowIndex );
/aoo4110/main/svx/source/table/
H A Daccessibletableshape.cxx650 return pController->isRowSelected( nRow ); in isAccessibleRowSelected()
H A Dtablecontroller.cxx2651 sal_Bool SvxTableController::isRowSelected( sal_Int32 nRow ) in isRowSelected() function in sdr::table::SvxTableController
/aoo4110/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl4142 [propget] HRESULT isRowSelected
4539 [propget] HRESULT isRowSelected

Completed in 121 milliseconds