Age | Commit message (Collapse) | Author |
|
I introduced this bug during my "shiny UNO" conversions.
We pass around SQLException as an Any in the IDL, so we need to treat
it like that it the service code.
Change-Id: Ib55b1e156c93fb1488b21ab4d1423b25cb13a5cf
|
|
Change-Id: I1797dd4e0bc6a2e4ec475c860e6b903085d2aae1
|
|
|
|
|
|
GUI only takes values UNX or WNT, so it is fairly pointless. One can check
whether OS is WNT or not instead.
Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34
Reviewed-on: https://gerrit.libreoffice.org/1304
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
|
|
Change-Id: I3cb08dd52c5a34be6585ac9fc0c4b6bb04b6ae8c
|
|
Change-Id: Ic62056e2df9a17fd6716ae90e4372dec1d5dd40f
|
|
Change-Id: I366729dbd7f5f861c9233c0927b79ff7859114e4
|
|
- fix missing SAL_CALL annotations
- fix missing namespace usage
Change-Id: I8fa462bcbeaad63ad6a73cba68236b74bbe97e70
|
|
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
|
|
The service already existed, it just did not have an IDL file.
Change-Id: I2267bec182ad1cc8f6a37939861a7368a17fcef2
|
|
Change-Id: I0521f9ead0ee317f4eafefafb9c91f942b977cd1
|
|
Change-Id: If150261bae55cf91c8a344f34c79194ad29db903
|
|
Change-Id: I0e6dd24e2cd65a35886f75cde9197c5b957c6d57
|
|
Change-Id: Idfb0e16c4cc2581a46e26fe97948897dc4b11dc0
|
|
Change-Id: I46b89b10287ac755e2b727b46d6fdd19f44bcdd3
|
|
Change-Id: I91f8f552b1324b57ce75e96b858b7a3379decb20
|
|
Change-Id: I72803b26a79804cdc1b590a7fb4bc99ff831963e
|
|
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
|
|
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
|
|
...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
|
|
The service already existed, it just did not have an IDL file.
Change-Id: I681754040e1de8d96fe5bdc1b442bfc4de76c7c7
|
|
Change-Id: I0f415c96fc05c1d776d14885751aef020c42f4ae
|
|
This was done for the sake of ODBC,
but the cost was imposed on all backends.
The ODBC problems are now solved cleanly (and more efficiently)
in the SDBC<->ODBC layer.
Change-Id: Ib8a864da08deaaacc96a379fb72b3b7cbb34598c
|
|
Change-Id: Idd0581d104c5a3e1286763c2deb8d385e04e207b
|
|
Change-Id: I382423164fd65679d3b893ea0d9729508813b425
|
|
Change-Id: Iaf12324e6aa64b268555b0f4c82f04f4c0f6f123
|
|
Change-Id: I4d845f289f324912b0fc4d8e26a2947e2d2f889e
|
|
Change-Id: I58436d9eea0c38d14cde2dc01aa463d5d71912e9
|
|
Change-Id: Ic9424fd0cac9f2ff91866549b370080a9a88aeea
|
|
Removes compiler warning
Change-Id: Ied96ef294f25cca54887ca6a86ec07ecb2b1fae0
|
|
Change-Id: I605d3811b27c33e35670306bb03b5a796ab72bc0
|
|
Change-Id: I7d699222940a6ee99595d84dd8b2068e9b86ee67
|
|
Change-Id: Id19369bb9d9cb2a0bab0dacb200cf5bf488c3b20
|
|
operator[] on a map implicitly adds an entry and default-initializes value part
Change-Id: Iab7817fb7fef5e9a6afdeb74be0d523fde59b5c1
|
|
Change-Id: I6c4f8e9834fdd78851f5274ce2b141cfb49e6458
Reviewed-on: https://gerrit.libreoffice.org/1208
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
|
|
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: I8d039a933c9fde1a24b35954bb5a1f151e9aa160
|
|
Change-Id: Iea7b21621c5d341468976507684a9c01f0822034
|
|
Along the way, remove the XMultiServiceFactory member from
a few classes that were not using it.
Change-Id: I9ee2c2ebc01144301ed8e489bd92b4695ff263d0
|
|
Also, SvViewDataEntry has lost one friend.
Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede
|
|
We need to hide these flags away.
Change-Id: I112003a88a92174f5012b3356ba261a039eeccc1
|
|
Change-Id: I59ebf6dc5bc75f8ded82b19dbc736a6aae48e74b
|
|
We can drop or simplify many conditionals.
Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
|
|
Change-Id: Ie33a4a02f9820e0d52ca3f17c6b410ebe1e6e8f0
|
|
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: If6ad17fa9e274beff7ba872a095ced65438962af
|