Age | Commit message (Collapse) | Author |
|
Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
|
|
Change-Id: Iaab09826d79b0fbcd3104d33d1f159767a09921a
|
|
Change-Id: I06885691c1fb3cfa0824f2ac1307ae4d9f3c9d40
|
|
brain damage...
Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
|
|
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>
|
|
Change-Id: Ia768e684d3cf255239c04d024b35488830cc9fe6
|
|
Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
|
|
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
|
|
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
|
|
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
|
|
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
|
|
Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679
Reviewed-on: https://gerrit.libreoffice.org/2599
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
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>
|
|
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
|
|
Change-Id: Iab6892368c6ba6bb5b83132cdcd6aa959c3b0e1f
|
|
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
|
|
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
|
|
Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9
|
|
This code gets never called.
Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
|
|
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
|
|
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml
Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
|
|
Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
|
|
Change-Id: I6c09767211817533494df34744a265cf28a76105
|
|
Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
|
|
Change-Id: I442d7e363f7594d1fae5e2afdde71ff6670b1962
|
|
Change-Id: Iab61e80a7fa8f01d826ac90e184d09d0e2358b40
|
|
Change-Id: I709672e9e2789213c85878d2bd0194ad5bc34060
|
|
Change-Id: Ie413a219824cb62a481faf83c2309ab48f4f548f
|
|
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>
|
|
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>
|
|
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
|
|
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a
Reviewed-on: https://gerrit.libreoffice.org/2347
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I75e8d897bc06806008c9b6e62b4741769f437dec
|
|
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
|
|
Change-Id: Id22ba6632f273159838923bf26420d27dd8a89d3
|
|
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
|
|
Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf
|
|
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>
|
|
Change-Id: I133423de994b1befe246b6c921802428a3528202
|
|
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
|
|
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
|
|
Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0
|
|
Change-Id: I96685f405989fdd3b090b6a482edf8ad65bfd4e9
|
|
Change-Id: I65b4ea5bb8beacef79e963e4dd78fa764f3ab697
|
|
Change-Id: Ie5942c13c8f64063ca9d45e25ff7efbf5c3b3d16
|
|
Change-Id: I4bcef6a58915226ec80d7546b4bc5d60abdaeeaf
|
|
...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
|
|
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>
|
|
Change-Id: I213bb62c2a9318d98f0736cc23431dca3dfd4708
|
|
Change-Id: Ib0329b9cdc4290ce98c4182e8466c1b44b408341
|