Home
last modified time | relevance | path

Searched refs:RowSetEventListener (Results 1 – 9 of 9) sorted by relevance

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java389 final RowSetEventListener pRow = new RowSetEventListener(); in testRowSetEvents()
447 moves[RowSetEventListener.IS_NEW] = true; in testRowSetEvents()
538 …(!_must[RowSetEventListener.APPROVE_CURSOR_MOVE] || calling[RowSetEventListener.APPROVE_CURSOR_MOV… in testCursorMove()
540 …(!_must[RowSetEventListener.APPROVE_ROW_CHANGE] || calling[RowSetEventListener.APPROVE_ROW_CHANGE]… in testCursorMove()
542 …(!_must[RowSetEventListener.COLUMN_VALUE] || calling[RowSetEventListener.COLUMN_VALUE] == -1) || c… in testCursorMove()
544 …(!_must[RowSetEventListener.CURSOR_MOVED] || calling[RowSetEventListener.CURSOR_MOVED] == -1) || c… in testCursorMove()
546 …(!_must[RowSetEventListener.ROW_CHANGED] || calling[RowSetEventListener.ROW_CHANGED] == -1) || cal… in testCursorMove()
548 …(!_must[RowSetEventListener.IS_MODIFIED] || calling[RowSetEventListener.IS_MODIFIED] == -1) || cal… in testCursorMove()
550 …(!_must[RowSetEventListener.IS_NEW] || calling[RowSetEventListener.IS_NEW] == -1) || calling[RowSe… in testCursorMove()
552 …(!_must[RowSetEventListener.ROW_COUNT] || calling[RowSetEventListener.ROW_COUNT] == -1) || calling… in testCursorMove()
[all …]
H A DRowSetEventListener.java32 public final class RowSetEventListener implements XRowSetApproveListener,XRowSetListener,XPropertyC… class
47 RowSetEventListener(){ in RowSetEventListener() method in RowSetEventListener
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java184 RowSetEventListener pRow = new RowSetEventListener(); in showRowSetEvents()
H A DRowSetEventListener.java29 public class RowSetEventListener implements XRowSetApproveListener,XRowSetListener class
H A Dmakefile.mk43 $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/RowSetEventListener.java \
H A DMakefile49 RowSetEventListener.java \
/trunk/main/dbaccess/
H A DJunitTest_dbaccess_complex.mk48 dbaccess/qa/complex/dbaccess/RowSetEventListener \
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx529 friend class RowSetEventListener;
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx103 class RowSetEventListener : public ::cppu::WeakImplHelper1<XRowsChangeListener> class
107 RowSetEventListener(DbGridControl* i_pControl) : m_pControl(i_pControl) in RowSetEventListener() function in RowSetEventListener
1601 m_xRowSetListener = new RowSetEventListener(this); in setDataSource()

Completed in 109 milliseconds