Home
last modified time | relevance | path

Searched refs:RowChangeEvent (Results 1 – 25 of 27) sorted by relevance

12

/aoo4110/main/qadevOOo/tests/java/ifc/sdb/
H A D_XRowSetApproveBroadcaster.java31 import com.sun.star.sdb.RowChangeEvent;
74 public RowChangeEvent changeRow() ; in changeRow()
91 public RowChangeEvent approveRowChangeEvent = null ;
107 public boolean approveRowChange(RowChangeEvent ev) { in approveRowChange()
156 RowChangeEvent actualEvent = checker.changeRow() ; in _addRowSetApproveListener()
159 RowChangeEvent event = listener1.approveRowChangeEvent ; in _addRowSetApproveListener()
/aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/
H A DORowSet.java58 import com.sun.star.sdb.RowChangeEvent;
343 public RowChangeEvent changeRow() in createTestEnvironment()
357 RowChangeEvent ev = new RowChangeEvent(); in createTestEnvironment()
/aoo4110/main/qadevOOo/tests/java/ifc/form/
H A D_XConfirmDeleteBroadcaster.java29 import com.sun.star.sdb.RowChangeEvent;
54 public boolean confirmDelete(RowChangeEvent rowChangeEvent) { in confirmDelete()
/aoo4110/main/odk/examples/DevelopersGuide/Database/
H A DRowSetEventListener.java26 import com.sun.star.sdb.RowChangeEvent;
42 public boolean approveRowChange(RowChangeEvent event) in approveRowChange()
/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DRowSetEventListener.java28 import com.sun.star.sdb.RowChangeEvent;
70 public boolean approveRowChange(RowChangeEvent event) in approveRowChange()
/aoo4110/main/offapi/com/sun/star/sdb/
H A DRowsChangeEvent.idl26 #include <com/sun/star/sdb/RowChangeEvent.idl>
33 struct RowsChangeEvent: com::sun::star::sdb::RowChangeEvent
H A DXRowSetApproveListener.idl31 #include <com/sun/star/sdb/RowChangeEvent.idl>
55 boolean approveRowChange([in]RowChangeEvent event);
H A DRowChangeEvent.idl35 published struct RowChangeEvent: com::sun::star::lang::EventObject
H A Dmakefile.mk88 RowChangeEvent.idl \
H A DRowSet.idl68 @see com::sun::star::sdb::RowChangeEvent
/aoo4110/main/qadevOOo/tests/java/mod/_forms/
H A DODatabaseForm.java56 import com.sun.star.sdb.RowChangeEvent;
593 public RowChangeEvent changeRow() { in createTestEnvironment()
606 RowChangeEvent ev = new RowChangeEvent(); in createTestEnvironment()
/aoo4110/main/offapi/com/sun/star/form/
H A DXConfirmDeleteListener.idl31 #include <com/sun/star/sdb/RowChangeEvent.idl>
57 boolean confirmDelete( [in] com::sun::star::sdb::RowChangeEvent aEvent );
/aoo4110/main/dbaccess/source/ui/browser/
H A Dsbamultiplex.cxx65 …m::sun::star::sdb::XRowSetApproveListener, approveRowChange, ::com::sun::star::sdb::RowChangeEvent)
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java305 … public boolean approveRowChange( RowChangeEvent aEvent ) throws com.sun.star.uno.RuntimeException in approveRowChange()
/aoo4110/main/svx/source/form/
H A Dformcontroller.cxx189 using ::com::sun::star::sdb::RowChangeEvent;
3729 sal_Bool SAL_CALL FormController::approveRowChange(const RowChangeEvent& _rEvent) throw( RuntimeExc… in approveRowChange()
3738 RowChangeEvent aEvt( _rEvent ); in approveRowChange()
4040 sal_Bool SAL_CALL FormController::confirmDelete(const RowChangeEvent& aEvent) throw( RuntimeExcepti… in confirmDelete()
4048 RowChangeEvent aEvt(aEvent); in confirmDelete()
/aoo4110/main/svx/source/inc/
H A Dformcontroller.hxx375 …virtual sal_Bool SAL_CALL approveRowChange(const ::com::sun::star::sdb::RowChangeEvent& event) th…
405 …virtual sal_Bool SAL_CALL confirmDelete(const ::com::sun::star::sdb::RowChangeEvent& aEvent) thro…
/aoo4110/main/forms/source/runtime/
H A Dformoperations.cxx113 using ::com::sun::star::sdb::RowChangeEvent;
582 RowChangeEvent aEvent; in execute()
/aoo4110/main/dbaccess/source/ui/inc/
H A Dbrwctrlr.hxx211 …virtual sal_Bool SAL_CALL confirmDelete(const ::com::sun::star::sdb::RowChangeEvent& aEvent) throw…
H A Dsbamultiplex.hxx460 DECLARE_MULTIPLEXER_BOOL_METHOD(approveRowChange, ::com::sun::star::sdb::RowChangeEvent)
/aoo4110/main/dbaccess/source/core/api/
H A DRowSetBase.hxx96 namespace sdb { struct RowChangeEvent; }
H A DRowSet.hxx237 …foreChange(::osl::ResettableMutexGuard& _rGuard,const ::com::sun::star::sdb::RowChangeEvent &rEvt);
H A DRowSet.cxx1158 …:notifyAllListenersRowBeforeChange(::osl::ResettableMutexGuard& _rGuard,const RowChangeEvent &aEvt) in notifyAllListenersRowBeforeChange()
/aoo4110/main/extensions/source/bibliography/
H A Dframectr.cxx628 sdb::RowChangeEvent aEvent; in dispatch()
/aoo4110/main/forms/source/component/
H A DDatabaseForm.hxx330 …virtual sal_Bool SAL_CALL approveRowChange(const ::com::sun::star::sdb::RowChangeEvent& event) thr…
/aoo4110/main/svx/source/fmcomp/
H A Dfmgridcl.cxx1179 ::com::sun::star::sdb::RowChangeEvent aEvent; in DeleteSelectedRows()

Completed in 154 milliseconds

12