summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
2013-03-15Revert "cleanup sqlflex and sqlbison options"Kohei Yoshida
This reverts commit b659d7c33fcacdbbef86557e78f071abf94bead2. That commit appears to have broken the build on Linux. Reverting it fixes it. Change-Id: I70d62c04e9fb284ed2c360c0976d0cbeafc2ddc2
2013-03-15cleanup sqlflex and sqlbison optionsPeter Foley
Change-Id: I3f01636ef861828fdbe87e4057b6dc293ca63576
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-12update pch headersLuboš Luňák
Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
2013-03-12janitorial: readabilityLionel Elie Mamane
Change-Id: Iaab09826d79b0fbcd3104d33d1f159767a09921a
2013-03-11fix my previous commit (compareToAscii)Thomas Arnhold
Change-Id: I06885691c1fb3cfa0824f2ac1307ae4d9f3c9d40
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
2013-03-11fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky
To prevent future clashes with uno name space rename the com.sun.star.report package to org.libreoffice.report. Bump the version to 1.2.4. Change-Id: Ia06cb7ad8c1528c1d5b5eeb70f1e4b2aa854b70f Reviewed-on: https://gerrit.libreoffice.org/2578 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
Change-Id: Ia768e684d3cf255239c04d024b35488830cc9fe6
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08evoab2: Follow API changes in EDS 3.8Mathias Hasselmann
EDS 3.8 deprecates e_book_client_new() and replaces it with various e_book_client_connect() functions. This patch follows the change and enables direct read access for the addressbook. That means instead of receiving contacts via the D-Bus session bus, the connectivity driver now directly accesses the underlaying SQLite data base (for reading). This patch also shuffles code in EApiInit() slightly to avoid excessive if/else nesting. Change-Id: If41fb92eed2ea26bbf2d3125a9ba2250f142c5a2
2013-03-08evoab2: Move get_e_source_registry() to EApi.cxxMathias Hasselmann
get_e_source_registry() was declared in EApi.hxx, but defined in NDatabaseMetaData.cxx. This doesn't seem right, the header file and the purpose of the function indicate that it belongs into EApi.cxx. Change-Id: Iea3f11a901398aa3f467b96fbe8778c403887bcb
2013-03-08evoab2: Avoid G_N_ELEMENTS when loading symbolsMathias Hasselmann
With G_N_ELEMENTS() the array name has to be twice, which can cause hard to spot typos in code derived from copy-and-paste, as we have here in the module loader. C++ can avoid the duplication by using the proper templates. Change-Id: I485e28a92e74b7e24f4a59cced6e5635f3a53a38
2013-03-08make use of startsWith()Thomas Arnhold
Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679 Reviewed-on: https://gerrit.libreoffice.org/2599 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671 loplugin: clean warnings: unused variables, incorrect indentation and log area. Reviewed-on: https://gerrit.libreoffice.org/2544 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-05doubled usingThomas Arnhold
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
2013-03-04make lto workPeter Foley
Change-Id: Iab6892368c6ba6bb5b83132cdcd6aa959c3b0e1f
2013-03-04sal_Bool to boolTakeshi Abe
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-03-04doubled namespacesThomas Arnhold
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
2013-03-04doubled namespaceThomas Arnhold
Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9
2013-03-04remove unused and commented out codeThomas Arnhold
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-03-04coverity: merge traverse{OR,AND}Criteria into traverseSearchConditionLionel Elie Mamane
Meaning, these two functions have the same behaviour, they produce the same output (and side-effects) when called on the same input. traverseORCriteria handles only the actual "foo OR bar" case, and hands off all other cases to traverseANDCriteria. But, lo and behold, traverseANDCriteria also handles the "foo OR bar" case, in the same manner! Change-Id: I10410e88ce48852b60d1d688fe2865923de9d80b
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-03loplugin: improve indentationThomas Arnhold
Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
2013-03-03fdo#60724: fix paramater -> parameter misspelling found by lintianVojta Koukal
Change-Id: I6c09767211817533494df34744a265cf28a76105
2013-03-03loplugin: unused variables and commented codeThomas Arnhold
Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
2013-03-03coverity#736112: make clear that this is not part of the ifMarkus Mohrhard
Change-Id: I442d7e363f7594d1fae5e2afdde71ff6670b1962
2013-03-03coverity#736111: make clear that this is not part of the ifMarkus Mohrhard
Change-Id: Iab61e80a7fa8f01d826ac90e184d09d0e2358b40
2013-03-03coverity#736110: make clear that this is not part of the ifMarkus Mohrhard
Change-Id: I709672e9e2789213c85878d2bd0194ad5bc34060
2013-03-02Fix mozab build on WindowsFridrich Štrba
Change-Id: Ie413a219824cb62a481faf83c2309ab48f4f548f
2013-03-02Removing useless STLPort specific codeArnaud Versini
Change-Id: Id4c5907b2431130018bff434049d9e85ae689793 Reviewed-on: https://gerrit.libreoffice.org/2365 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Niko Rönkkö <ronkko@iki.fi> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a Reviewed-on: https://gerrit.libreoffice.org/2347 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-25don't copy the mozilla include files, use it in placeDavid Ostrovsky
Change-Id: I75e8d897bc06806008c9b6e62b4741769f437dec
2013-02-25remove some trivial duplicatesThomas Arnhold
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
2013-02-25mozabdrv: add dependency to internal mozillaDavid Ostrovsky
Change-Id: Id22ba6632f273159838923bf26420d27dd8a89d3
2013-02-25loplugin: improve indentationThomas Arnhold
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25loplugin: unused variablesThomas Arnhold
Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf
2013-02-24Update TDE (Trinity Desktop Environment) integration filesTimothy Pearson
Change-Id: I48a5da0d01ad3532b9a77ff864f8f9e4d14e734c Reviewed-on: https://gerrit.libreoffice.org/2374 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-23Fix typo seperated/separatedJulien Nabet
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
2013-02-22s/the the/the/Tor Lillqvist
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-21Fix type unkown -> unknownJulien Nabet
Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0
2013-02-19pure comment: write down interesting idea gleaned at FOSDEMLionel Elie Mamane
Change-Id: I96685f405989fdd3b090b6a482edf8ad65bfd4e9
2013-02-19g_strcmp0 is not in our baseline glib2Fridrich Štrba
Change-Id: I65b4ea5bb8beacef79e963e4dd78fa764f3ab697
2013-02-18added language tags commentEike Rathke
Change-Id: Ie5942c13c8f64063ca9d45e25ff7efbf5c3b3d16
2013-02-18use LanguageTag(rtl_Locale)Eike Rathke
Change-Id: I4bcef6a58915226ec80d7546b4bc5d60abdaeeaf
2013-02-17connectivity/kab (indirectly) depends on boost_headerStephan Bergmann
...at least via KDriver.cxx -> tools/diagnose_ex.h -> boost/noncopyable.hpp (kab1) and KStatement.cxx -> KStatement.hxx -> connectivity/sqliterator.hxx -> boost/shared_ptr.hpp (kabdrv1). Becomes evident when building --with-system-boost --with-boost=... on a machine with no system-wide Boost installation. Not sure solving those problems this way is the best approach, though. Change-Id: Ida72362596aaac076efc4e1faab41fa47013975f