summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Collapse)AuthorAgeFilesLines
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* update pch headersLuboš Luňák2013-03-122-0/+14
| | | | Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
* janitorial: readabilityLionel Elie Mamane2013-03-121-2/+1
| | | | Change-Id: Iaab09826d79b0fbcd3104d33d1f159767a09921a
* fix my previous commit (compareToAscii)Thomas Arnhold2013-03-111-1/+1
| | | | Change-Id: I06885691c1fb3cfa0824f2ac1307ae4d9f3c9d40
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-113-3/+3
| | | | | | brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
* fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky2013-03-111-2/+2
| | | | | | | | | | | | 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>
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-099-26/+26
| | | | Change-Id: Ia768e684d3cf255239c04d024b35488830cc9fe6
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-092-2/+2
| | | | Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-0818-0/+42
| | | | | | | | | 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
* evoab2: Follow API changes in EDS 3.8Mathias Hasselmann2013-03-083-12/+53
| | | | | | | | | | | | | | 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
* evoab2: Move get_e_source_registry() to EApi.cxxMathias Hasselmann2013-03-082-8/+8
| | | | | | | | | 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
* evoab2: Avoid G_N_ELEMENTS when loading symbolsMathias Hasselmann2013-03-081-6/+6
| | | | | | | | | 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
* make use of startsWith()Thomas Arnhold2013-03-0810-11/+10
| | | | | | | Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679 Reviewed-on: https://gerrit.libreoffice.org/2599 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-066-14/+3
| | | | | | | | 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>
* doubled usingThomas Arnhold2013-03-054-6/+0
| | | | Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
* make lto workPeter Foley2013-03-042-0/+2
| | | | Change-Id: Iab6892368c6ba6bb5b83132cdcd6aa959c3b0e1f
* sal_Bool to boolTakeshi Abe2013-03-041-1/+1
| | | | Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
* doubled namespacesThomas Arnhold2013-03-0410-11/+0
| | | | Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
* doubled namespaceThomas Arnhold2013-03-043-3/+0
| | | | Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9
* remove unused and commented out codeThomas Arnhold2013-03-042-7/+0
| | | | | | This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
* coverity: merge traverse{OR,AND}Criteria into traverseSearchConditionLionel Elie Mamane2013-03-042-64/+16
| | | | | | | | | | | | | 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
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-039-10/+10
| | | | | | | | Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
* loplugin: improve indentationThomas Arnhold2013-03-031-1/+1
| | | | Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
* fdo#60724: fix paramater -> parameter misspelling found by lintianVojta Koukal2013-03-032-2/+2
| | | | Change-Id: I6c09767211817533494df34744a265cf28a76105
* loplugin: unused variables and commented codeThomas Arnhold2013-03-039-15/+4
| | | | Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
* coverity#736112: make clear that this is not part of the ifMarkus Mohrhard2013-03-031-1/+2
| | | | Change-Id: I442d7e363f7594d1fae5e2afdde71ff6670b1962
* coverity#736111: make clear that this is not part of the ifMarkus Mohrhard2013-03-031-1/+2
| | | | Change-Id: Iab61e80a7fa8f01d826ac90e184d09d0e2358b40
* coverity#736110: make clear that this is not part of the ifMarkus Mohrhard2013-03-031-1/+2
| | | | Change-Id: I709672e9e2789213c85878d2bd0194ad5bc34060
* Fix mozab build on WindowsFridrich Štrba2013-03-021-0/+15
| | | | Change-Id: Ie413a219824cb62a481faf83c2309ab48f4f548f
* Removing useless STLPort specific codeArnaud Versini2013-03-021-11/+0
| | | | | | | | | 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>
* Typo fix: informations -> information and a few other adjacent typos.Gregg King2013-03-022-2/+2
| | | | | | | | | 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>
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* Fix typo "persistant" -> "persistant"Julien Nabet2013-02-281-3/+3
| | | | | | | Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a Reviewed-on: https://gerrit.libreoffice.org/2347 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* don't copy the mozilla include files, use it in placeDavid Ostrovsky2013-02-251-5/+5
| | | | Change-Id: I75e8d897bc06806008c9b6e62b4741769f437dec
* remove some trivial duplicatesThomas Arnhold2013-02-252-2/+0
| | | | Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
* mozabdrv: add dependency to internal mozillaDavid Ostrovsky2013-02-251-0/+5
| | | | Change-Id: Id22ba6632f273159838923bf26420d27dd8a89d3
* loplugin: improve indentationThomas Arnhold2013-02-259-41/+57
| | | | Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
* loplugin: unused variablesThomas Arnhold2013-02-258-13/+3
| | | | Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf
* Update TDE (Trinity Desktop Environment) integration filesTimothy Pearson2013-02-243-1/+3
| | | | | | | 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>
* Fix typo seperated/separatedJulien Nabet2013-02-231-1/+1
| | | | Change-Id: I133423de994b1befe246b6c921802428a3528202
* Fix typo "sucessfully" -> "successfully"Julien Nabet2013-02-231-2/+2
| | | | Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* Fix type unkown -> unknownJulien Nabet2013-02-211-1/+1
| | | | Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0
* pure comment: write down interesting idea gleaned at FOSDEMLionel Elie Mamane2013-02-191-0/+1
| | | | Change-Id: I96685f405989fdd3b090b6a482edf8ad65bfd4e9
* g_strcmp0 is not in our baseline glib2Fridrich Štrba2013-02-191-1/+12
| | | | Change-Id: I65b4ea5bb8beacef79e963e4dd78fa764f3ab697
* added language tags commentEike Rathke2013-02-181-0/+1
| | | | Change-Id: Ie5942c13c8f64063ca9d45e25ff7efbf5c3b3d16
* use LanguageTag(rtl_Locale)Eike Rathke2013-02-182-9/+3
| | | | Change-Id: I4bcef6a58915226ec80d7546b4bc5d60abdaeeaf
* connectivity/kab (indirectly) depends on boost_headerStephan Bergmann2013-02-172-1/+5
| | | | | | | | | | | ...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
* Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac2013-02-1415-265/+234
| | | | | | | | | ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* no g_list_free_full in RHEL-6 glibCaolán McNamara2013-02-112-2/+4
| | | | Change-Id: I213bb62c2a9318d98f0736cc23431dca3dfd4708