Home
last modified time | relevance | path

Searched refs:errorOccured (Results 1 – 18 of 18) sorted by relevance

/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DLinuxHelper.java110 boolean errorOccured = false; in analyzeVersionString()
130 errorOccured = true; in analyzeVersionString()
137 errorOccured = true; in analyzeVersionString()
165 errorOccured = true; in analyzeVersionString()
175 errorOccured = true; in analyzeVersionString()
187 errorOccured = true; in analyzeVersionString()
198 if ( errorOccured ) { in analyzeVersionString()
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXSQLErrorListener.idl37 /** the listener interface for receiving "errorOccured" events
49 void errorOccured([in]com::sun::star::sdb::SQLErrorEvent aEvent);
H A DXSQLErrorBroadcaster.idl45 /** adds the specified listener to receive the event "errorOccured"
/aoo42x/main/forms/source/component/
H A Derrorbroadcaster.cxx90 static_cast< XSQLErrorListener* >( aIter.next() )->errorOccured( _rError ); in onError()
H A DGrid.hxx163 …virtual void SAL_CALL errorOccured( const ::com::sun::star::sdb::SQLErrorEvent& _rEvent ) throw (:…
H A DGrid.cxx238 void SAL_CALL OGridControlModel::errorOccured( const SQLErrorEvent& _rEvent ) throw (RuntimeExcepti… in errorOccured() function in frm::OGridControlModel
H A DDatabaseForm.cxx1128 m_aErrorListeners.notifyEach( &XSQLErrorListener::errorOccured, _rEvent ); in onError()
4132 void SAL_CALL ODatabaseForm::errorOccured(const SQLErrorEvent& _rEvent) throw( RuntimeException ) in errorOccured() function in frm::ODatabaseForm
H A DDatabaseForm.hxx402 …virtual void SAL_CALL errorOccured(const ::com::sun::star::sdb::SQLErrorEvent& aEvent) throw(::com…
/aoo42x/main/offapi/com/sun/star/form/
H A DXErrorListener.idl59 void errorOccured( [in] com::sun::star::form::ErrorEvent aEvent );
/aoo42x/main/svx/source/inc/
H A Dformcontrolling.hxx272 …virtual void SAL_CALL errorOccured( const ::com::sun::star::sdb::SQLErrorEvent& _Event ) throw (::…
H A Dformcontroller.hxx383 …virtual void SAL_CALL errorOccured(const ::com::sun::star::sdb::SQLErrorEvent& aEvent) throw( ::co…
/aoo42x/main/dbaccess/source/ui/browser/
H A Dsbamultiplex.cxx70 …OD(SbaXSQLErrorMultiplexer, ::com::sun::star::sdb::XSQLErrorListener, errorOccured, ::com::sun::st…
H A Dbrwctrlr.cxx124 errorOccured(aEvent); \
1431 void SbaXDataBrowserController::errorOccured(const ::com::sun::star::sdb::SQLErrorEvent& aEvent) th… in errorOccured() function in dbaui::SbaXDataBrowserController
/aoo42x/main/svx/source/form/
H A Dformcontrolling.cxx540 …void SAL_CALL FormControllerHelper::errorOccured( const SQLErrorEvent& _Event ) throw (RuntimeExce… in errorOccured() function in svx::FormControllerHelper
H A Dformcontroller.cxx3871 void SAL_CALL FormController::errorOccured(const SQLErrorEvent& aEvent) throw( RuntimeException ) in errorOccured() function in svxform::FormController
3881 ((XSQLErrorListener*)aIter.next())->errorOccured(aEvt); in errorOccured()
/aoo42x/main/dbaccess/source/ui/inc/
H A Dbrwctrlr.hxx205 …virtual void SAL_CALL errorOccured(const ::com::sun::star::sdb::SQLErrorEvent& aEvent) throw( ::c…
H A Dsbamultiplex.hxx466 DECLARE_MULTIPLEXER_VOID_METHOD(errorOccured, ::com::sun::star::sdb::SQLErrorEvent)
/aoo42x/main/forms/qa/integration/forms/
H A DFormControlTest.java937 public void errorOccured( SQLErrorEvent _event ) in errorOccured() method in FormControlTest

Completed in 873 milliseconds