summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* connectivity: remove SAL_THROW macroNoel Grandin2014-06-0517-67/+61
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-0427-3/+567
* connectivity: fix includesThomas Arnhold2014-06-04282-513/+513
* coverity#736759 Dereference before null checkCaolán McNamara2014-06-041-2/+3
* Missing gb_CppunitTest_use_vclStephan Bergmann2014-06-041-0/+1
* DeInitVCL at end of testsStephan Bergmann2014-06-042-0/+2
* Resolves: fdo#79493 Refresh Tables option fails with FirebirdJulien Nabet2014-06-012-18/+3
* fdo#73352 firebird don't claim to support interfaces one doesn'tLionel Elie Mamane2014-05-312-2/+10
* Replace "compareToAscii" by !=Julien Nabet2014-05-301-33/+32
* Fix memory leakStephan Bergmann2014-05-301-0/+1
* Fix memory leakStephan Bergmann2014-05-301-0/+1
* Fix memory leakStephan Bergmann2014-05-303-31/+26
* Fix memory leakStephan Bergmann2014-05-302-6/+3
* Fix memory leakStephan Bergmann2014-05-302-15/+8
* Fix leaks in test codeStephan Bergmann2014-05-301-0/+7
* fdo#68849: Add header guards to all include filesJens Carl2014-05-306-0/+21
* Update comment to reality... many properties now, not one.Lionel Elie Mamane2014-05-291-1/+3
* To avoid some confusion for people like me :)Julien Nabet2014-05-291-0/+1
* use OUString::startsWith()Noel Grandin2014-05-291-2/+2
* remove more unnecesary OUString constructor useNoel Grandin2014-05-292-2/+2
* remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2014-05-291-1/+1
* coverity#982631 Missing break in switchCaolán McNamara2014-05-261-0/+1
* coverity#983622 Uncaught exceptionCaolán McNamara2014-05-242-2/+2
* coverity#1103737 Uncaught exceptionCaolán McNamara2014-05-232-3/+3
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-233-10/+6
* Fix previous commitJulien Nabet2014-05-221-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-2255-223/+223
* cppcheck: Exception should be caught by referenceThomas Arnhold2014-05-221-2/+2
* remove unnecessary use of OUString constructorNoel Grandin2014-05-221-1/+1
* fix spellingNoel Grandin2014-05-211-1/+1
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-1914-27/+0
* remove wrongly added IsBookmarkable propertyLionel Elie Mamane2014-05-171-3/+0
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-172-16/+12
* Use SQL_DEFAULT_TXN_ISOLATION to get getDefaultTransactionIsolationJulien Nabet2014-05-161-2/+21
* Related: #i124896# remove obsoleted pq_allocator.hxxCaolán McNamara2014-05-1510-220/+17
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-152-6/+6
* odbc: clean up SQL conformance level testsLionel Elie Mamane2014-05-151-33/+21
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-1/+1
* connectivity: remove SAL_INFO's that only mark function entryNoel Grandin2014-05-142-14/+0
* Unify utl::TempFile ctorsStephan Bergmann2014-05-141-1/+1
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin2014-05-1334-879/+1
* Kill DECL_PROP0 and the rest + clean propertyids.hxxJulien Nabet2014-05-1211-104/+180
* Kill DECL_PROP1IMPL and related (mork part)Julien Nabet2014-05-121-5/+14
* Kill DECL_PROP1IMPL and related (mozab part)Julien Nabet2014-05-121-5/+14
* Kill DECL_PROP1IMPL and related (odbc part)Julien Nabet2014-05-121-6/+17
* Kill DECL_PROP1IMPL and related (jdbc part)Julien Nabet2014-05-121-5/+17
* Kill DECL_PROP1IMPL and related (ado part)Julien Nabet2014-05-121-6/+14
* Kill DECL_PROP1IMPL and related (macab part)Julien Nabet2014-05-121-6/+17
* Kill DECL_PROP1IMPL and related (kab part)Julien Nabet2014-05-121-6/+17
* coverity#707693 Uninitialized scalar fieldCaolán McNamara2014-05-111-5/+11