Home
last modified time | relevance | path

Searched refs:approveRowSetChange (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/Database/
H A DRowSetEventListener.java47 public boolean approveRowSetChange(EventObject event) in approveRowSetChange() method in RowSetEventListener
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DRowSetEventListener.java75 public boolean approveRowSetChange(EventObject event) in approveRowSetChange() method in RowSetEventListener
/aoo42x/main/qadevOOo/tests/java/ifc/sdb/
H A D_XRowSetApproveBroadcaster.java112 public boolean approveRowSetChange(EventObject ev) { in approveRowSetChange() method in _XRowSetApproveBroadcaster.TestListener
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXRowSetApproveListener.idl64 boolean approveRowSetChange([in]com::sun::star::lang::EventObject event);
/aoo42x/main/dbaccess/source/ui/browser/
H A Dsbamultiplex.cxx66 …ApproveMultiplexer, ::com::sun::star::sdb::XRowSetApproveListener, approveRowSetChange, ::com::sun…
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java326 …public boolean approveRowSetChange( com.sun.star.lang.EventObject aEvent ) throws com.sun.star.uno… in approveRowSetChange() method in KeyGeneratorForUpdate
/aoo42x/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx461 DECLARE_MULTIPLEXER_BOOL_METHOD(approveRowSetChange, ::com::sun::star::lang::EventObject)
/aoo42x/main/svx/source/inc/
H A Dformcontroller.hxx376 …virtual sal_Bool SAL_CALL approveRowSetChange(const ::com::sun::star::lang::EventObject& event) th…
/aoo42x/main/forms/source/component/
H A DDatabaseForm.cxx3119 if ( !xListener->approveRowSetChange( _rEvent ) ) in impl_approveRowChange_throw()
3226 sal_Bool SAL_CALL ODatabaseForm::approveRowSetChange(const EventObject& event) throw( RuntimeExcept… in approveRowSetChange() function in frm::ODatabaseForm
H A DDatabaseForm.hxx331 …virtual sal_Bool SAL_CALL approveRowSetChange(const ::com::sun::star::lang::EventObject& event) th…
/aoo42x/main/svx/source/form/
H A Dformcontroller.cxx3834 sal_Bool SAL_CALL FormController::approveRowSetChange(const EventObject& event) throw( RuntimeExcep… in approveRowSetChange() function in svxform::FormController
3844 return ((XRowSetApproveListener*)aIter.next())->approveRowSetChange(aEvt); in approveRowSetChange()
/aoo42x/main/dbaccess/source/core/api/
H A DRowSet.cxx1552 if ( xListener.is() && !xListener->approveRowSetChange( aEvt ) ) in approveExecution()

Completed in 90 milliseconds