Age | Commit message (Collapse) | Author |
|
Change-Id: Ib513a633e3c887f310711c44d4155be4f998a702
|
|
Fix KAB driver
Change-Id: Iba44875122b813fb7ed2f09e3a8d9dbbef91d085
|
|
I had to drop XEventBroadcaster from the merged interface
because it introduced method name conflicts (addEventListener).
Shouldn't be an issue since it was scheduled to be dropped anyhow,
and the service implementation still implements it, so existing clients
will be fine.
I dropped the interface XPropertySet from the combined IDL because nobody
seems to be using it, and it's primary purpose appears to be to set weird
flags.
I dropped the optional interfaces
XStatusIndicatorFactory
XDispatchInformationProvider
from the combined IDL because the service does not implement them, and
nobody seems to be using them. I suspect they were mistakenly copied
from XFrame.
I also did not convert the Title, UserDefinedAttributes and LayoutManager
properties to attributes, again because no-one is using them.
Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
|
|
Change-Id: I72cf68b193a4d6b16255f8b92e4c0262cd6cac78
|
|
Change-Id: I4e18ce06db42e13479809ba8eec70033943271cf
|
|
Change-Id: I70f2238021c79a34b97a6bdbcc374d8b1ffb2a31
|
|
Change-Id: I08e6b49c9250d3542777f207e93f1d7b6d1a92a7
|
|
Change-Id: I66489516df4b363fd7ed61e90471efaeb1235333
|
|
Change-Id: Ie975cd2df17461de1bb94a23d4daf081f6588fe7
|
|
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
|
|
Change-Id: Ie8a2c7e473d717cc22c51205dd8cdc59934de8b1
|
|
|
|
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
|