Searched refs:confirmDelete (Results 1 – 10 of 10) sorted by relevance
54 public boolean confirmDelete(RowChangeEvent rowChangeEvent) { in confirmDelete() method in _XConfirmDeleteBroadcaster.ConfirmDeleteImpl
57 boolean confirmDelete( [in] com::sun::star::sdb::RowChangeEvent aEvent );
52 <p><member>XConfirmDeleteListener::confirmDelete</member> is called before a
211 …virtual sal_Bool SAL_CALL confirmDelete(const ::com::sun::star::sdb::RowChangeEvent& aEvent) throw…
632 bSuccess = xConfirm->confirmDelete(aEvent); in dispatch()
405 …virtual sal_Bool SAL_CALL confirmDelete(const ::com::sun::star::sdb::RowChangeEvent& aEvent) thro…
586 bSuccess = xConfirmDelete->confirmDelete( aEvent ); in execute()
4040 sal_Bool SAL_CALL FormController::confirmDelete(const RowChangeEvent& aEvent) throw( RuntimeExcepti… in confirmDelete() function in svxform::FormController4050 return ((XConfirmDeleteListener*)aIter.next())->confirmDelete(aEvt); in confirmDelete()
1183 if (!xConfirm->confirmDelete(aEvent)) in DeleteSelectedRows()
1555 sal_Bool SbaXDataBrowserController::confirmDelete(const ::com::sun::star::sdb::RowChangeEvent& /*aE… in confirmDelete() function in dbaui::SbaXDataBrowserController
Completed in 154 milliseconds