/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowSet.java | 66 public boolean rowSetChanged = false ; field in _XRowSet.TestListener 71 rowSetChanged = false ; in reset() 79 public void rowSetChanged(EventObject ev) { in rowSetChanged() method in _XRowSet.TestListener 80 rowSetChanged = true ; in rowSetChanged() 116 tRes.tested("execute()", listener.rowSetChanged); in _execute() 143 result &= listener.rowSetChanged ; in _addRowSetListener() 144 if (!listener.rowSetChanged) in _addRowSetListener() 176 result &= !listener.rowSetChanged ; in _removeRowSetListener()
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XRowSetListener.idl | 33 /** is used for receiving "cursorMoved", "rowChanged", and "rowSetChanged" events 60 [oneway] void rowSetChanged([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 | 62 public void rowSetChanged(com.sun.star.lang.EventObject event) in rowSetChanged() method in RowSetEventListener
|
/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSetEventListener.java | 89 public void rowSetChanged(com.sun.star.lang.EventObject event) in rowSetChanged() method in RowSetEventListener
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | conncleanup.hxx | 74 …virtual void SAL_CALL rowSetChanged( const ::com::sun::star::lang::EventObject& event ) throw (::c…
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | ControlLock.java | 196 public void rowSetChanged( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in rowSetChanged() method in ControlLock
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | conncleanup.cxx | 232 …void SAL_CALL OAutoConnectionDisposer::rowSetChanged( const ::com::sun::star::lang::EventObject& /… in rowSetChanged() function in dbtools::OAutoConnectionDisposer
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | sbamultiplex.cxx | 60 …ETHOD(SbaXRowSetMultiplexer, ::com::sun::star::sdbc::XRowSetListener, rowSetChanged, ::com::sun::s…
|
H A D | brwctrlr.cxx | 2873 …virtual void SAL_CALL rowSetChanged(const ::com::sun::star::lang::EventObject& event) throw( Runti… 2973 void SAL_CALL LoadFormHelper::rowSetChanged(const ::com::sun::star::lang::EventObject& /*event*/) t… in rowSetChanged() function in dbaui::LoadFormHelper
|
/aoo42x/main/forms/source/runtime/ |
H A D | formoperations.hxx | 143 …virtual void SAL_CALL rowSetChanged( const ::com::sun::star::lang::EventObject& event ) throw (::c…
|
H A D | formoperations.cxx | 921 …void SAL_CALL FormOperations::rowSetChanged( const EventObject& /*_Event*/ ) throw (RuntimeExcepti… in rowSetChanged() function in frm::FormOperations
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | sbamultiplex.hxx | 454 DECLARE_MULTIPLEXER_VOID_METHOD(rowSetChanged, ::com::sun::star::lang::EventObject)
|
/aoo42x/main/extensions/source/bibliography/ |
H A D | general.cxx | 104 …virtual void SAL_CALL rowSetChanged(const lang::EventObject& /*event*/) throw( uno::RuntimeExcepti… in rowSetChanged() function in BibPosListener
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmgridif.hxx | 436 …virtual void SAL_CALL rowSetChanged(const ::com::sun::star::lang::EventObject& event) throw(::com:…
|
/aoo42x/main/svx/source/inc/ |
H A D | formcontroller.hxx | 371 …virtual void SAL_CALL rowSetChanged(const ::com::sun::star::lang::EventObject& event) throw( ::com…
|
/aoo42x/main/forms/source/component/ |
H A D | DatabaseForm.hxx | 326 …virtual void SAL_CALL rowSetChanged(const ::com::sun::star::lang::EventObject& event) throw(::com:…
|
H A D | DatabaseForm.cxx | 3096 void SAL_CALL ODatabaseForm::rowSetChanged(const EventObject& /*event*/) throw( RuntimeException ) in rowSetChanged() function in frm::ODatabaseForm
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 1637 void FmXGridPeer::rowSetChanged(const EventObject& /*event*/) throw( RuntimeException ) in rowSetChanged() function in FmXGridPeer
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 1131 m_aRowsetListeners.notifyEach( &XRowSetListener::rowSetChanged, aEvt ); in notifyAllListeners()
|
/aoo42x/main/svx/source/form/ |
H A D | formcontroller.cxx | 2869 void FormController::rowSetChanged(const EventObject& /*event*/) throw( RuntimeException ) in rowSetChanged() function in svxform::FormController
|