Home
last modified time | relevance | path

Searched refs:goToCell (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx395 void SAL_CALL UnoGridControl::goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (… in goToCell() function in toolkit::UnoGridControl
398 xGrid->goToCell( i_columnIndex, i_rowIndex ); in goToCell()
H A Dgridcontrol.hxx102 …virtual void SAL_CALL goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (::com::…
/aoo4110/main/toolkit/qa/complex/toolkit/
H A DGridControl.java465 gridControl.goToCell( 0, 0 ); in testView()
468 gridControl.goToCell( columnCount - 1, rowCount - 1 ); in testView()
/aoo4110/main/svtools/source/uno/
H A Dsvtxgridcontrol.hxx89 …virtual void SAL_CALL goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (::com::…
H A Dsvtxgridcontrol.cxx167 void SAL_CALL SVTXGridControl::goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw … in goToCell() function in SVTXGridControl
/aoo4110/main/offapi/com/sun/star/awt/grid/
H A DXGridControl.idl90 void goToCell(

Completed in 33 milliseconds