/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
H A D | _XRowSet.java | 64 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 D | XRowSetListener.idl | 33 /** is used for receiving "cursorMoved", "rowChanged", and "rowSetChanged" events 43 [oneway] void cursorMoved([in]com::sun::star::lang::EventObject event);
|
H A D | XRowSet.idl | 61 /** adds the specified listener to receive the events "cursorMoved",
|
/trunk/main/odk/examples/DevelopersGuide/Database/ |
H A D | RowSetEventListener.java | 54 public void cursorMoved(com.sun.star.lang.EventObject event) in cursorMoved() method in RowSetEventListener
|
/trunk/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSetEventListener.java | 81 public void cursorMoved(com.sun.star.lang.EventObject event) in cursorMoved() method in RowSetEventListener
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | conncleanup.hxx | 72 …virtual void SAL_CALL cursorMoved( const ::com::sun::star::lang::EventObject& event ) throw (::com…
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | ControlLock.java | 184 public void cursorMoved( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in cursorMoved() method in ControlLock
|
/trunk/main/connectivity/source/commontools/ |
H A D | conncleanup.cxx | 224 …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 D | sbamultiplex.cxx | 58 …METHOD(SbaXRowSetMultiplexer, ::com::sun::star::sdbc::XRowSetListener, cursorMoved, ::com::sun::st…
|
H A D | brwctrlr.cxx | 2871 …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 D | general.cxx | 102 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 D | formoperations.hxx | 141 …virtual void SAL_CALL cursorMoved( const ::com::sun::star::lang::EventObject& event ) throw (::com…
|
H A D | formoperations.cxx | 906 …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 D | RowSet.idl | 96 <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 D | sbamultiplex.hxx | 452 DECLARE_MULTIPLEXER_VOID_METHOD(cursorMoved, ::com::sun::star::lang::EventObject)
|
/trunk/main/svx/inc/svx/ |
H A D | fmgridif.hxx | 434 …virtual void SAL_CALL cursorMoved(const ::com::sun::star::lang::EventObject& event) throw(::com::s…
|
/trunk/main/svx/source/inc/ |
H A D | formcontroller.hxx | 369 …virtual void SAL_CALL cursorMoved(const ::com::sun::star::lang::EventObject& event) throw( ::com::…
|
/trunk/main/forms/source/component/ |
H A D | DatabaseForm.hxx | 324 …virtual void SAL_CALL cursorMoved(const ::com::sun::star::lang::EventObject& event) throw(::com::s…
|
H A D | DatabaseForm.cxx | 3072 void SAL_CALL ODatabaseForm::cursorMoved(const EventObject& /*event*/) throw( RuntimeException ) in cursorMoved() function in frm::ODatabaseForm
|
/trunk/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 1614 void FmXGridPeer::cursorMoved(const EventObject& _rEvent) throw( RuntimeException ) in cursorMoved() function in FmXGridPeer
|
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 1139 m_aRowsetListeners.notifyEach( &XRowSetListener::cursorMoved, aEvt ); in notifyAllListenersCursorMoved()
|
/trunk/main/svx/source/form/ |
H A D | formcontroller.cxx | 2843 void FormController::cursorMoved(const EventObject& /*event*/) throw( RuntimeException ) in cursorMoved() function in svxform::FormController
|