Home
last modified time | relevance | path

Searched refs:selectRow (Results 1 – 19 of 19) sorted by relevance

/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx906 sal_Bool SAL_CALL AccessibleTableShape::selectRow( sal_Int32 row ) in selectRow() function in accessibility::AccessibleTableShape
913 return pController->selectRow( row ); in selectRow()
1357 sal_Bool SAL_CALL AccessibleTableHeaderShape::selectRow( sal_Int32 row ) in selectRow() function in accessibility::AccessibleTableHeaderShape
1361 return mpTable->selectRow( row ); in selectRow()
H A Dtablecontroller.cxx2615 sal_Bool SvxTableController::selectRow( sal_Int32 row ) in selectRow() function in sdr::table::SvxTableController
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx402 void SAL_CALL UnoGridControl::selectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, IndexOut… in selectRow() function in toolkit::UnoGridControl
404 Reference< XGridRowSelection >( getPeer(), UNO_QUERY_THROW )->selectRow( i_rowIndex ); in selectRow()
H A Dgridcontrol.hxx105 …virtual void SAL_CALL selectRow( ::sal_Int32 i_rowIndex ) throw (::com::sun::star::uno::RuntimeExc…
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp676 STDMETHODIMP CAccTable::selectRow(long row) in selectRow() function in CAccTable
690 pRTableExtent.get()->selectRow(row); in selectRow()
H A DAccTable.h129 STDMETHOD(selectRow)(long row );
/trunk/main/svx/inc/svx/
H A DAccessibleTableShape.hxx114 virtual sal_Bool SAL_CALL selectRow( sal_Int32 row )
229 virtual sal_Bool SAL_CALL selectRow( sal_Int32 row )
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTableSelection.idl38 boolean selectRow ([in] long row) raises (::com::sun::star::lang::IndexOutOfBoundsException);
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.hxx92 …virtual void SAL_CALL selectRow( ::sal_Int32 i_rowIndex ) throw (::com::sun::star::uno::RuntimeExc…
H A Dsvtxgridcontrol.cxx687 void SAL_CALL SVTXGridControl::selectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, IndexOu… in selectRow() function in SVTXGridControl
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridRowSelection.idl53 void selectRow( [in] long RowIndex )
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx105 sal_Bool selectRow( sal_Int32 row );
/trunk/main/sc/source/ui/inc/
H A DAccessibleTableBase.hxx204 virtual sal_Bool SAL_CALL selectRow( sal_Int32 row )
H A DAccessibleSpreadsheet.hxx245 virtual sal_Bool SAL_CALL selectRow( sal_Int32 row )
/trunk/main/sw/source/core/access/
H A Dacctable.hxx197 virtual sal_Bool SAL_CALL selectRow( sal_Int32 row )
H A Dacctable.cxx1921 sal_Bool SAL_CALL SwAccessibleTable::selectRow( sal_Int32 row ) in selectRow() function in SwAccessibleTable
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleTableBase.cxx498 sal_Bool SAL_CALL ScAccessibleTableBase::selectRow( sal_Int32 ) in selectRow() function in ScAccessibleTableBase
H A DAccessibleSpreadsheet.cxx1492 sal_Bool SAL_CALL ScAccessibleSpreadsheet::selectRow( sal_Int32 row ) in selectRow() function in ScAccessibleSpreadsheet
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl4171 HRESULT selectRow
4558 HRESULT selectRow

Completed in 101 milliseconds