/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/ |
H A D | LinuxHelper.java | 110 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()
|
/aoo41x/main/offapi/com/sun/star/sdb/ |
H A D | XSQLErrorListener.idl | 37 /** the listener interface for receiving "errorOccured" events 49 void errorOccured([in]com::sun::star::sdb::SQLErrorEvent aEvent);
|
H A D | XSQLErrorBroadcaster.idl | 45 /** adds the specified listener to receive the event "errorOccured"
|
/aoo41x/main/forms/source/component/ |
H A D | errorbroadcaster.cxx | 90 static_cast< XSQLErrorListener* >( aIter.next() )->errorOccured( _rError ); in onError()
|
H A D | Grid.hxx | 163 …virtual void SAL_CALL errorOccured( const ::com::sun::star::sdb::SQLErrorEvent& _rEvent ) throw (:…
|
H A D | Grid.cxx | 238 void SAL_CALL OGridControlModel::errorOccured( const SQLErrorEvent& _rEvent ) throw (RuntimeExcepti… in errorOccured() function in frm::OGridControlModel
|
H A D | DatabaseForm.cxx | 1128 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 D | DatabaseForm.hxx | 402 …virtual void SAL_CALL errorOccured(const ::com::sun::star::sdb::SQLErrorEvent& aEvent) throw(::com…
|
/aoo41x/main/offapi/com/sun/star/form/ |
H A D | XErrorListener.idl | 59 void errorOccured( [in] com::sun::star::form::ErrorEvent aEvent );
|
/aoo41x/main/svx/source/inc/ |
H A D | formcontrolling.hxx | 272 …virtual void SAL_CALL errorOccured( const ::com::sun::star::sdb::SQLErrorEvent& _Event ) throw (::…
|
H A D | formcontroller.hxx | 383 …virtual void SAL_CALL errorOccured(const ::com::sun::star::sdb::SQLErrorEvent& aEvent) throw( ::co…
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | sbamultiplex.cxx | 70 …OD(SbaXSQLErrorMultiplexer, ::com::sun::star::sdb::XSQLErrorListener, errorOccured, ::com::sun::st…
|
H A D | brwctrlr.cxx | 124 errorOccured(aEvent); \ 1431 void SbaXDataBrowserController::errorOccured(const ::com::sun::star::sdb::SQLErrorEvent& aEvent) th… in errorOccured() function in dbaui::SbaXDataBrowserController
|
/aoo41x/main/svx/source/form/ |
H A D | formcontrolling.cxx | 540 …void SAL_CALL FormControllerHelper::errorOccured( const SQLErrorEvent& _Event ) throw (RuntimeExce… in errorOccured() function in svx::FormControllerHelper
|
H A D | formcontroller.cxx | 3871 void SAL_CALL FormController::errorOccured(const SQLErrorEvent& aEvent) throw( RuntimeException ) in errorOccured() function in svxform::FormController 3881 ((XSQLErrorListener*)aIter.next())->errorOccured(aEvt); in errorOccured()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | brwctrlr.hxx | 205 …virtual void SAL_CALL errorOccured(const ::com::sun::star::sdb::SQLErrorEvent& aEvent) throw( ::c…
|
H A D | sbamultiplex.hxx | 466 DECLARE_MULTIPLEXER_VOID_METHOD(errorOccured, ::com::sun::star::sdb::SQLErrorEvent)
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | FormControlTest.java | 937 public void errorOccured( SQLErrorEvent _event ) in errorOccured() method in FormControlTest
|