Home
last modified time | relevance | path

Searched refs:approveRowChange (Results 1 – 14 of 14) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/Database/
H A DRowSetEventListener.java42 public boolean approveRowChange(RowChangeEvent event) in approveRowChange() method in RowSetEventListener
/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DRowSetEventListener.java70 public boolean approveRowChange(RowChangeEvent event) in approveRowChange() method in RowSetEventListener
/aoo4110/main/qadevOOo/tests/java/ifc/sdb/
H A D_XRowSetApproveBroadcaster.java107 public boolean approveRowChange(RowChangeEvent ev) { in approveRowChange() method in _XRowSetApproveBroadcaster.TestListener
/aoo4110/main/offapi/com/sun/star/sdb/
H A DXRowSetApproveBroadcaster.idl42 "approveRowChange", and "appproveRowSetChange".
H A DXRowSetApproveListener.idl55 boolean approveRowChange([in]RowChangeEvent event);
H A DRowSet.idl83 <member>XRowSetApproveListener::approveRowChange</member> call.
119 <tr><td/><td><strong>approveCursorMove</strong></td><td><strong>approveRowChange</strong></td>
/aoo4110/main/dbaccess/source/ui/browser/
H A Dsbamultiplex.cxx65 …tApproveMultiplexer, ::com::sun::star::sdb::XRowSetApproveListener, approveRowChange, ::com::sun::…
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java305 … public boolean approveRowChange( RowChangeEvent aEvent ) throws com.sun.star.uno.RuntimeException in approveRowChange() method in KeyGeneratorForUpdate
/aoo4110/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx460 DECLARE_MULTIPLEXER_BOOL_METHOD(approveRowChange, ::com::sun::star::sdb::RowChangeEvent)
/aoo4110/main/svx/source/inc/
H A Dformcontroller.hxx375 …virtual sal_Bool SAL_CALL approveRowChange(const ::com::sun::star::sdb::RowChangeEvent& event) th…
/aoo4110/main/forms/source/component/
H A DDatabaseForm.cxx3189 sal_Bool SAL_CALL ODatabaseForm::approveRowChange(const RowChangeEvent& event) throw( RuntimeExcept… in approveRowChange() function in frm::ODatabaseForm
3206 if ( !xListener->approveRowChange( event ) ) in approveRowChange()
H A DDatabaseForm.hxx330 …virtual sal_Bool SAL_CALL approveRowChange(const ::com::sun::star::sdb::RowChangeEvent& event) thr…
/aoo4110/main/svx/source/form/
H A Dformcontroller.cxx3729 sal_Bool SAL_CALL FormController::approveRowChange(const RowChangeEvent& _rEvent) throw( RuntimeExc… in approveRowChange() function in svxform::FormController
3740 bValid = ((XRowSetApproveListener*)aIter.next())->approveRowChange(aEvt); in approveRowChange()
/aoo4110/main/dbaccess/source/core/api/
H A DRowSet.cxx1160 NOTIFY_LISTERNERS_CHECK(m_aApproveListeners,XRowSetApproveListener,approveRowChange); in notifyAllListenersRowBeforeChange()

Completed in 98 milliseconds