Age | Commit message (Collapse) | Author |
|
|
|
Since the PCH is now explicitly included using the command line, it is no
longer necessary to have include guards or #ifdefs for enabling it.
Change-Id: Ie64fdc75129af7097213d86f2daec461993fb6f4
|
|
MSVC uses full path with -FI, Clang uses full path to .pch file.
Change-Id: I403a8a919a8b672d1e98c2ea1fee50097e535351
|
|
Change-Id: I164ec06dfb0630784292b39110e1a939d361d98f
|
|
Change-Id: Id9083967c67967ea067672b756fa31912af96dcf
|
|
...instead of comphelper::ComponentContext.
Change-Id: I40384c2d7cfcabd06506321d686dd8e7c7c5f266
|
|
Change-Id: Ic2be6bd08aaabc81d0fbe0269ca577868defe934
|
|
ConnectionPool was already a new-style service, but since it was
not exposing all of it's interfaces properly I had to create
a unified interface XConnectionPool.
Change-Id: Idfa3fa3335173ceeab1785b4049422874b6c9d5a
|
|
Change-Id: Icaa08718c37c2c8823a21b6a3ae4ef8b62b52550
|
|
Change-Id: I5e8c768981dc6b8029bdc7eb8887562ccc18a5e2
|
|
As the latter does not quite scale, and also source files depending
on the setting/feature did not rebuild in case of a change.
There are intentionally more config_xxx.h files (so autoheader
from autotools is not used), so that a setting change does not force
automatically a rebuild of everything. Running configure does not
touch those config_xxx.h files that have not changed.
There's config/README with a howto.
Change-Id: I6d6e82050ff8faf5364ed246848b8401aca3e0e5
|
|
|
|
Change-Id: I7b945946d5e45d5518ab48fc8fe6cd66fba8d040
|
|
Change-Id: Ibdf93f27f08d4a76867c6871557d2d4967e7b9a5
|
|
fetched data in the current row is always cached.
This avoids trying to fetch the same data several times, which is tricky in several scenarios in ODBC.
Numerous cleanups in passing.
Change-Id: I17246aa614276e141161a64c716881242c559310
|
|
Change-Id: I1702ea167ac6d23b1bdfcda2ea1ad7815e4474b9
|
|
Change-Id: Id49a9db96cdb0aaf901a00a5439b36c1d0386c41
|
|
Change-Id: I9974921bd62bf4f57e13ffb681b2a90e1403c90b
|
|
Anyway, setting bound only on the *last* column we are going to fetch does not make sense.
Either all of of them or none.
Change-Id: I54e8e6b7d33863d1662167b370739cb7d39c0bc4
|
|
Change-Id: I6ac4f2700e15bc53a9a666aa5e2222748618dbf1
|
|
Change-Id: Ibfe513ac8fbcd982784110ac1d3fe84061228bf9
|
|
Change-Id: I813efb928a88eb0a78faaba4ba0d4186c8a9413c
|
|
Change-Id: Ic3c7d8d2a27e1835513790523ddd3bdc8f7c2101
|
|
Change-Id: Ie19a5277a9b847a9e440d137cf7ee18943c77832
|
|
Change-Id: I29b8c0352b06fb86e924aaf8108de6835eb9cb89
|
|
Change-Id: I9580fa4828db8f19b84ce8f88f8cbc7ab72985b6
|
|
Change-Id: I2f571e06fd498ebe9378105030215ccb134bf974
|
|
Change-Id: I13a8a152d7bfba351632e50d440fba8af375bec3
|
|
Change-Id: I1440856b2a54302f3d95ed1d915fb64523f0db3b
|
|
Change-Id: I885851dd3121e34a3f860a449d4d23d185a4d278
|
|
Change-Id: Iaf12324e6aa64b268555b0f4c82f04f4c0f6f123
|
|
Change-Id: I58436d9eea0c38d14cde2dc01aa463d5d71912e9
|
|
Change-Id: Ia433a842feb1d4bf2e2398de61144e45ee33d0da
|
|
Change-Id: I9b9cd072c885387988492a6a945a9ca099635ecf
|
|
Restrict moz to windows, and build vars also
impacts nss, connectivity
Change-Id: I27aae1398f3f8a4d046c2c7805d64bc7523c7282
Reviewed-on: https://gerrit.libreoffice.org/1233
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I6e2570569d8f8b6ae55d66e2d99fe1ac4d69a7bc
|
|
For some reason neither OUString(aValue) nor (OUString)aValue work.
|
|
Change-Id: I38688ccef4c307786b7287b47f0607c67400defc
|
|
Change-Id: Ie42b169437c89d0d94f6749bee21301fa44b98cf
|
|
In particular, getMaxRows() can throw SQLException
Change-Id: I1f49afe8258d98000bff34e18f4d98967c46e1b3
|
|
Change-Id: Iabdce8e6032889034e265d3df331452b273e5ed1
|
|
Change-Id: Icce6ab9d6d815e9aff4980fadab71a4197593e0e
|
|
This changes all generated API headers (.hpp and .hdl) to use a
namespace alias 'css' instead of the pointlessly long com::sun::star
Makes the change in cppumaker & associated tools, adds a global
namespace alias definition in sal/types.h, and removes a kiloton
of local, now pointless-to-harmful versions of that alias from all
over the code.
Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
|
|
Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4
|
|
We can drop or simplify many conditionals.
Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
|
|
Change-Id: Id12226af5e537b1eeacbb062ad937a3551e245c0
|
|
The service is deprecated, but we still have a handful of in-tree
users, and converting it lets me thread XComponentContext through
a bunch of classes.
Change-Id: Iffdfe537ada6b9e4a89f9b3c8dd82ca85f4bfaba
|
|
Change-Id: I8eefa129a481e47659d488cbe57f9624d3cdb19e
|
|
TODO actually handle such a change
Change-Id: I1cd6b92a44d50e95c5d1408a01962d49a0ab3e83
|
|
Change-Id: I3f0eae93be7f362ff70f8a544c46cd500d2ca50c
Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/1153
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|