Searched refs:deselectRow (Results 1 – 8 of 8) sorted by relevance
414 void SAL_CALL UnoGridControl::deselectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, IndexO… in deselectRow() function in toolkit::UnoGridControl416 Reference< XGridRowSelection >( getPeer(), UNO_QUERY_THROW )->deselectRow( i_rowIndex ); in deselectRow()
107 …virtual void SAL_CALL deselectRow( ::sal_Int32 i_rowIndex ) throw (::com::sun::star::uno::RuntimeE…
94 …virtual void SAL_CALL deselectRow( ::sal_Int32 i_rowIndex ) throw (::com::sun::star::uno::RuntimeE…
711 void SAL_CALL SVTXGridControl::deselectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, Index… in deselectRow() function in SVTXGridControl
107 sal_Bool deselectRow( sal_Int32 row );
65 void deselectRow( [in] long RowIndex )
931 return pController->deselectRow( row ); in unselectRow()
2633 sal_Bool SvxTableController::deselectRow( sal_Int32 row ) in deselectRow() function in sdr::table::SvxTableController
Completed in 101 milliseconds