Searched refs:goToCell (Results 1 – 6 of 6) sorted by relevance
395 void SAL_CALL UnoGridControl::goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (… in goToCell() function in toolkit::UnoGridControl398 xGrid->goToCell( i_columnIndex, i_rowIndex ); in goToCell()
102 …virtual void SAL_CALL goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (::com::…
465 gridControl.goToCell( 0, 0 ); in testView()468 gridControl.goToCell( columnCount - 1, rowCount - 1 ); in testView()
89 …virtual void SAL_CALL goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (::com::…
167 void SAL_CALL SVTXGridControl::goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw … in goToCell() function in SVTXGridControl
90 void goToCell(
Completed in 30 milliseconds