Home
last modified time | relevance | path

Searched refs:aSQLException (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx419 com::sun::star::sdbc::SQLException aSQLException; in open() local
420 aSQLException.Message = sMessage; in open()
422 aInfo = dbtools::SQLExceptionInfo(aSQLException); in open()
428 com::sun::star::sdbc::SQLException aSQLException; in open() local
429 aSQLException.Message = e.Message; in open()
430 aSQLException.Context = e.Context; in open()
431 aInfo = dbtools::SQLExceptionInfo(aSQLException); in open()
448 com::sun::star::sdbc::SQLException aSQLException; in open() local
449 aSQLException.Message = e.Message; in open()
450 aSQLException.Context = e.Context; in open()
[all …]
/trunk/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx276 Any aSQLException; in implFillTables() local
312 catch(SQLContext& e) { aSQLException <<= e; } in implFillTables()
313 catch(SQLWarning& e) { aSQLException <<= e; } in implFillTables()
314 catch(SQLException& e) { aSQLException <<= e; } in implFillTables()
344 catch(SQLContext& e) { aSQLException <<= e; } in implFillTables()
345 catch(SQLWarning& e) { aSQLException <<= e; } in implFillTables()
346 catch(SQLException& e) { aSQLException <<= e; } in implFillTables()
354 if ( aSQLException.hasValue() ) in implFillTables()
356 Reference< XInteractionRequest > xRequest = new OInteractionRequest(aSQLException); in implFillTables()
H A Dcontrolwizard.cxx548 Any aSQLException; in initContext() local
650 catch(SQLContext& e) { aSQLException <<= e; } in initContext()
651 catch(SQLWarning& e) { aSQLException <<= e; } in initContext()
652 catch(SQLException& e) { aSQLException <<= e; } in initContext()
660 if (aSQLException.hasValue()) in initContext()
666 aContext.NextException = aSQLException; in initContext()

Completed in 19 milliseconds