summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)AuthorFilesLines
2014-06-01Resolves: fdo#79493 Refresh Tables option fails with FirebirdJulien Nabet2-18/+3
Comparing with hsqldb part, sdbcx::OCollection link wasn't present in Tables constructor Also include Catalog.hxx to be able to call "refreshTables" method Change-Id: I1d8f2b0b361f8fd90f3065c07b3224894a3700d6
2014-05-31fdo#73352 firebird don't claim to support interfaces one doesn'tLionel Elie Mamane2-2/+10
and then throw an exception when the interface is used Change-Id: Id5e2c852323d49f51ab55cf46ab54223cf8ccf03 Reviewed-on: https://gerrit.libreoffice.org/9590 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-05-30Replace "compareToAscii" by !=Julien Nabet1-33/+32
See http://nabble.documentfoundation.org/Strange-part-in-connectivity-source-drivers-jdbc-tools-cxx-td4110680.html Change-Id: I1ed37671e6c248ada7a972dba00e0fe98b565e75
2014-05-30Fix memory leakStephan Bergmann1-0/+1
Change-Id: I64a74ea23d9a2410ebff0c42c54601fd0b0190f0
2014-05-30Fix memory leakStephan Bergmann1-0/+1
Change-Id: I30ab0dcf47d236c8ebda3a2d1da0aaa4f0cd7477
2014-05-30Fix memory leakStephan Bergmann3-31/+26
Change-Id: Ia9176826b89b947408230bf65db26a83f269c845
2014-05-30Fix memory leakStephan Bergmann2-6/+3
Change-Id: I70522657f968ed4f84e9447dd999d8be746fc973
2014-05-30Fix memory leakStephan Bergmann2-15/+8
Change-Id: I0e5c3af0504f3090a5db7692c6bfb1d33b3aa81f
2014-05-30Fix leaks in test codeStephan Bergmann1-0/+7
Change-Id: I435fcfd6d10875565b543ea76fa8bfbf52e5f5d0
2014-05-30fdo#68849: Add header guards to all include filesJens Carl6-0/+21
Added header guards to files in directories avmedia/, basegfx/, chart2/, and connectivity/ Change-Id: I94ec438ec918ccef1c518edfd9ab4944e9e2961b Reviewed-on: https://gerrit.libreoffice.org/9555 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-05-29Update comment to reality... many properties now, not one.Lionel Elie Mamane1-1/+3
Change-Id: Icc81d3067969d1d61182865d36ecabec4e7f85b7 Reviewed-on: https://gerrit.libreoffice.org/9551 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-05-29To avoid some confusion for people like me :)Julien Nabet1-0/+1
Thank you Lionel and Tor! (see http://nabble.documentfoundation.org/Strange-part-in-connectivity-source-drivers-jdbc-tools-cxx-td4110680.html) Change-Id: Ibbe68b8b3d12e4dfacf7f66bb3adbc2fd831d1a5
2014-05-29use OUString::startsWith()Noel Grandin1-2/+2
Change-Id: I0fc77b50792e48be175ab7cc151509e097676849
2014-05-29remove more unnecesary OUString constructor useNoel Grandin2-2/+2
when throwing exceptions Change-Id: I6edfb6b6745499f802b0e3c0e096a36fb7c32aac
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-1/+1
.. now that we have a default value for that parameter Change-Id: I54d6b0a0a01ce2f2e5168ada0c427424de0477bc
2014-05-26coverity#982631 Missing break in switchCaolán McNamara1-0/+1
Change-Id: I1c21dfb48f4ecdcc3c599d69fe76bde006a85313
2014-05-24coverity#983622 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I3b63a42444a116afe7d88e2f806b17a709651e34
2014-05-23coverity#1103737 Uncaught exceptionCaolán McNamara2-3/+3
Change-Id: I53aab00dfad0310a7846fdf7185c50036329343c
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin3-10/+6
Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
2014-05-22Fix previous commitJulien Nabet1-1/+1
Change-Id: I629b5f6e57c5d8368bafc544c1c23785ee209a1e
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet55-223/+223
Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9
2014-05-22cppcheck: Exception should be caught by referenceThomas Arnhold1-2/+2
Change-Id: Ib92122311186da16fbef9441560bb7a013072e76
2014-05-22remove unnecessary use of OUString constructorNoel Grandin1-1/+1
Change-Id: I7769625289d8bf47fe5905dfb91d3bce9e0f5c85
2014-05-21fix spellingNoel Grandin1-1/+1
Change-Id: I1a4d66a78549ea49649a6bed92acb44dbd8b13e2
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold14-27/+0
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-17remove wrongly added IsBookmarkable propertyLionel Elie Mamane1-3/+0
Change-Id: I7bde1200dbe9da76e062f2783cc223a07084c6fd
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2-16/+12
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2014-05-16Use SQL_DEFAULT_TXN_ISOLATION to get getDefaultTransactionIsolationJulien Nabet1-2/+21
Change-Id: I7f4785088151490ae1d55d2bb78bce28357d5c45 Reviewed-on: https://gerrit.libreoffice.org/8863 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-05-15Related: #i124896# remove obsoleted pq_allocator.hxxCaolán McNamara10-220/+17
Change-Id: I8a2b54c97f20e581b9703bf33dbba537c2f603c2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-6/+6
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-15odbc: clean up SQL conformance level testsLionel Elie Mamane1-33/+21
Change-Id: I9c96ee389a086c76489f99750c2c86b7504cd393
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
Change-Id: I7c514b7a1d86f52d77672b826b1f08b825fd7aa7
2014-05-14connectivity: remove SAL_INFO's that only mark function entryNoel Grandin2-14/+0
Change-Id: If6863d18dac6ee0364c98d255e0cf55748ea4bf9
2014-05-14Unify utl::TempFile ctorsStephan Bergmann1-1/+1
Change-Id: I0a781a86804808cebf7756506d9299971c13e2ff
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin34-879/+1
this is a continuation of the above bug, removing SAL_INFO's that only mark function entry. Change-Id: Idb0f72481415594e3f8b7a11ad6e4b8835f6fca0 Reviewed-on: https://gerrit.libreoffice.org/9343 Tested-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-12Kill DECL_PROP0 and the rest + clean propertyids.hxxJulien Nabet11-104/+180
Change-Id: I872bc07ff9b1fe96a35e06ad3c5d8aaa75199bdd
2014-05-12Kill DECL_PROP1IMPL and related (mork part)Julien Nabet1-5/+14
Change-Id: Icb2f67fd8ebd88e3cd9db1daa0a0a97ad75a44a0
2014-05-12Kill DECL_PROP1IMPL and related (mozab part)Julien Nabet1-5/+14
Change-Id: I6603e01ec81a0270f4945f1db8e6ce83f3f4991a
2014-05-12Kill DECL_PROP1IMPL and related (odbc part)Julien Nabet1-6/+17
Change-Id: Idf51e824683610b716df7e567e2fc190c63c8702
2014-05-12Kill DECL_PROP1IMPL and related (jdbc part)Julien Nabet1-5/+17
Change-Id: I9b9e985768f05b20457cfb8a0fc991f7b3da53e9
2014-05-12Kill DECL_PROP1IMPL and related (ado part)Julien Nabet1-6/+14
Change-Id: Icb2d63c92e568c4fde9883582087a05efc312ea5
2014-05-12Kill DECL_PROP1IMPL and related (macab part)Julien Nabet1-6/+17
Change-Id: I7d4fb32f1240125a87b1ced311dec20bb9d44452
2014-05-12Kill DECL_PROP1IMPL and related (kab part)Julien Nabet1-6/+17
Change-Id: Ia387a4255e641c51094347d8f0d0a5271f3af8e7
2014-05-11coverity#707693 Uninitialized scalar fieldCaolán McNamara1-5/+11
Change-Id: Iac219b6aba06a3754caa75e7c5303ce43c81606b
2014-05-11coverity#707708 Uninitialized scalar fieldCaolán McNamara1-0/+1
Change-Id: If968eb06bb5741672df1d4f5a20f89333e11ef16
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet14-38/+38
Change-Id: I82ed4a4868cb22566706ca0f4b1321e0d45016cf
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet5-28/+28
Change-Id: Ie16923d17541e84e0d7424fffe37caf410786abf
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold3-0/+192
I had to fix some source files because of macro redefinitions and such stuff. Small modules like basic have a great win, too: make basic.clean && time make basic: with w/o pch pch accessibility 23s 1m59s basctl 30s 1m42s basic 56s 1m35s comphelper 23s 51s editeng 48s 2m04s forms 40s 1m40s unotools 19s 38s sd 3m37s 4m33s Change-Id: Id24cdcddbe2ff64820b42266325c25af1355558f Reviewed-on: https://gerrit.libreoffice.org/9293 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-08TyposJulien Nabet1-1/+1
Change-Id: Id4b79ae8576acaaf9d5ee1c9c030b6ffda3059a5
2014-05-08typosThomas Arnhold1-5/+5
Change-Id: I2e7676ddec446dfdb72018a1039d6271f963376c