/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowSet.java | 65 public boolean rowChanged = false ; field in _XRowSet.TestListener 70 rowChanged = false ; in reset() 76 public void rowChanged(EventObject ev) { in rowChanged() method in _XRowSet.TestListener 77 rowChanged = true ; in rowChanged() 137 result &= listener.rowChanged ; in _addRowSetListener() 138 if (!listener.rowChanged) in _addRowSetListener() 172 result &= !listener.rowChanged ; in _removeRowSetListener()
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XRowSetListener.idl | 33 /** is used for receiving "cursorMoved", "rowChanged", and "rowSetChanged" events 52 [oneway] void rowChanged([in]com::sun::star::lang::EventObject event);
|
H A D | XRowSet.idl | 62 "rowChanged", and "rowSetChanged".
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/ |
H A D | RowSetEventListener.java | 58 public void rowChanged(com.sun.star.lang.EventObject event) in rowChanged() method in RowSetEventListener
|
/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSetEventListener.java | 85 public void rowChanged(com.sun.star.lang.EventObject event) in rowChanged() method in RowSetEventListener
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | conncleanup.hxx | 73 …virtual void SAL_CALL rowChanged( const ::com::sun::star::lang::EventObject& event ) throw (::com:…
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | ControlLock.java | 190 public void rowChanged( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in rowChanged() method in ControlLock
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | conncleanup.cxx | 228 …void SAL_CALL OAutoConnectionDisposer::rowChanged( const ::com::sun::star::lang::EventObject& /*ev… in rowChanged() function in dbtools::OAutoConnectionDisposer
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | sbamultiplex.cxx | 59 …METHOD(SbaXRowSetMultiplexer, ::com::sun::star::sdbc::XRowSetListener, rowChanged, ::com::sun::sta…
|
H A D | brwctrlr.cxx | 2872 …virtual void SAL_CALL rowChanged(const ::com::sun::star::lang::EventObject& event) throw( RuntimeE… 2968 void SAL_CALL LoadFormHelper::rowChanged(const ::com::sun::star::lang::EventObject& /*event*/) thro… in rowChanged() function in dbaui::LoadFormHelper
|
/aoo42x/main/forms/source/runtime/ |
H A D | formoperations.hxx | 142 …virtual void SAL_CALL rowChanged( const ::com::sun::star::lang::EventObject& event ) throw (::com:…
|
H A D | formoperations.cxx | 915 … void SAL_CALL FormOperations::rowChanged( const EventObject& /*_Event*/ ) throw (RuntimeException) in rowChanged() function in frm::FormOperations
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | RowSet.idl | 97 <member scope="com::sun::star::sdbc">XRowSetListener::rowChanged</member> call or a 121 <td><strong>cursorMoved</strong></td><td><strong>rowChanged</strong></td>
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | sbamultiplex.hxx | 453 DECLARE_MULTIPLEXER_VOID_METHOD(rowChanged, ::com::sun::star::lang::EventObject)
|
/aoo42x/main/extensions/source/bibliography/ |
H A D | general.cxx | 103 …virtual void SAL_CALL rowChanged(const lang::EventObject& /*event*/) throw( uno::RuntimeException … in rowChanged() function in BibPosListener
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmgridif.hxx | 435 …virtual void SAL_CALL rowChanged(const ::com::sun::star::lang::EventObject& event) throw(::com::su…
|
/aoo42x/main/svx/source/inc/ |
H A D | formcontroller.hxx | 370 …virtual void SAL_CALL rowChanged(const ::com::sun::star::lang::EventObject& event) throw( ::com::s…
|
/aoo42x/main/forms/source/component/ |
H A D | DatabaseForm.hxx | 325 …virtual void SAL_CALL rowChanged(const ::com::sun::star::lang::EventObject& event) throw(::com::su…
|
H A D | DatabaseForm.cxx | 3090 void SAL_CALL ODatabaseForm::rowChanged(const EventObject& /*event*/) throw( RuntimeException ) in rowChanged() function in frm::ODatabaseForm
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 1624 void FmXGridPeer::rowChanged(const EventObject& _rEvent) throw( RuntimeException ) in rowChanged() function in FmXGridPeer
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 1146 m_aRowsetListeners.notifyEach( &XRowSetListener::rowChanged, (EventObject)aEvt ); in notifyAllListenersRowChanged()
|
/aoo42x/main/svx/source/form/ |
H A D | formcontroller.cxx | 2864 void FormController::rowChanged(const EventObject& /*event*/) throw( RuntimeException ) in rowChanged() function in svxform::FormController
|