Home
last modified time | relevance | path

Searched refs:cursorMoved (Results 1 – 22 of 22) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowSet.java64 public boolean cursorMoved = false ; field in _XRowSet.TestListener
69 cursorMoved = false ; in reset()
73 public void cursorMoved(EventObject ev) { in cursorMoved() method in _XRowSet.TestListener
74 cursorMoved = true ; in cursorMoved()
131 result &= listener.cursorMoved ; in _addRowSetListener()
132 if (!listener.cursorMoved) in _addRowSetListener()
168 result &= !listener.cursorMoved ; in _removeRowSetListener()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowSetListener.idl33 /** is used for receiving "cursorMoved", "rowChanged", and "rowSetChanged" events
43 [oneway] void cursorMoved([in]com::sun::star::lang::EventObject event);
H A DXRowSet.idl61 /** adds the specified listener to receive the events "cursorMoved",
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSetEventListener.java54 public void cursorMoved(com.sun.star.lang.EventObject event) in cursorMoved() method in RowSetEventListener
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSetEventListener.java81 public void cursorMoved(com.sun.star.lang.EventObject event) in cursorMoved() method in RowSetEventListener
/trunk/main/connectivity/inc/connectivity/
H A Dconncleanup.hxx72 …virtual void SAL_CALL cursorMoved( const ::com::sun::star::lang::EventObject& event ) throw (::com…
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DControlLock.java184 public void cursorMoved( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in cursorMoved() method in ControlLock
/trunk/main/connectivity/source/commontools/
H A Dconncleanup.cxx224 …void SAL_CALL OAutoConnectionDisposer::cursorMoved( const ::com::sun::star::lang::EventObject& /*e… in cursorMoved() function in dbtools::OAutoConnectionDisposer
/trunk/main/dbaccess/source/ui/browser/
H A Dsbamultiplex.cxx58 …METHOD(SbaXRowSetMultiplexer, ::com::sun::star::sdbc::XRowSetListener, cursorMoved, ::com::sun::st…
H A Dbrwctrlr.cxx2871 …virtual void SAL_CALL cursorMoved(const ::com::sun::star::lang::EventObject& event) throw( Runtime…
2960 void SAL_CALL LoadFormHelper::cursorMoved(const ::com::sun::star::lang::EventObject& /*event*/) thr… in cursorMoved() function in dbaui::LoadFormHelper
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx102 virtual void SAL_CALL cursorMoved(const lang::EventObject& event) throw( uno::RuntimeException );
120 void BibPosListener::cursorMoved(const lang::EventObject& /*aEvent*/) throw( uno::RuntimeException ) in cursorMoved() function in BibPosListener
/trunk/main/forms/source/runtime/
H A Dformoperations.hxx141 …virtual void SAL_CALL cursorMoved( const ::com::sun::star::lang::EventObject& event ) throw (::com…
H A Dformoperations.cxx906 …void SAL_CALL FormOperations::cursorMoved( const EventObject& /*_Event*/ ) throw (RuntimeException) in cursorMoved() function in frm::FormOperations
/trunk/main/offapi/com/sun/star/sdb/
H A DRowSet.idl96 <member scope="com::sun::star::sdbc">XRowSetListener::cursorMoved</member> or a
121 <td><strong>cursorMoved</strong></td><td><strong>rowChanged</strong></td>
/trunk/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx452 DECLARE_MULTIPLEXER_VOID_METHOD(cursorMoved, ::com::sun::star::lang::EventObject)
/trunk/main/svx/inc/svx/
H A Dfmgridif.hxx434 …virtual void SAL_CALL cursorMoved(const ::com::sun::star::lang::EventObject& event) throw(::com::s…
/trunk/main/svx/source/inc/
H A Dformcontroller.hxx369 …virtual void SAL_CALL cursorMoved(const ::com::sun::star::lang::EventObject& event) throw( ::com::…
/trunk/main/forms/source/component/
H A DDatabaseForm.hxx324 …virtual void SAL_CALL cursorMoved(const ::com::sun::star::lang::EventObject& event) throw(::com::s…
H A DDatabaseForm.cxx3072 void SAL_CALL ODatabaseForm::cursorMoved(const EventObject& /*event*/) throw( RuntimeException ) in cursorMoved() function in frm::ODatabaseForm
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1614 void FmXGridPeer::cursorMoved(const EventObject& _rEvent) throw( RuntimeException ) in cursorMoved() function in FmXGridPeer
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1139 m_aRowsetListeners.notifyEach( &XRowSetListener::cursorMoved, aEvt ); in notifyAllListenersCursorMoved()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx2843 void FormController::cursorMoved(const EventObject& /*event*/) throw( RuntimeException ) in cursorMoved() function in svxform::FormController

Completed in 218 milliseconds