Age | Commit message (Collapse) | Author | Files | Lines |
|
Create a merged XToolkit2 interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.
Also mark sub-interfaces as non-optional.
Change-Id: I278d0288e92be277033013302267cf93f7d70480
|
|
after each build
Change-Id: I966cdeb5c1604c0a7b8b9a0022fc1dbfde14418c
|
|
Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
|
|
Change-Id: I626f2cbc4bdf30e73e6c24c1b9040c0f6d24eda9
|
|
Change-Id: I652ac46aec72a92667995353efa637f0a2310672
|
|
Change-Id: If3a98fceb6fa71ac10626186ef7c094dbc9e47c3
|
|
This patch remove some '@author' for Java souce files, and removes some
commented code founded when removing the '@author'.
Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
|
|
Change-Id: Ic322d1be23033049fa3b5cd60c00479bb6cae3ca
|
|
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c
Reviewed-on: https://gerrit.libreoffice.org/671
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Prepare for a ZIP64 implementation.
Audit all "Size" property fetches through Anys.
Audit all uses of nSize, nCompressedSize, nOffset through the code.
Add FIXME64: comments to all points requiring future work.
|
|
* As UCB is only ever initialized with "Local"/"Office", remove this
configuration vector completely. The "create" ctor creates an instance
internally initialized with those "Local"/"Office" keys. Special (test) code
can still instantiate an uninitialized one via plain createInstance. And for
backwards compatilibity process startup still ensures to create an initialized
instance early, in case there is still code out there (in extensions) that
later calls plain createInstance and expects to get the already-initialized
(single) instance.
* XInitialization is an "implementation detail" of the UniversalContentBroker
service, do not expose in XUniversalContentBroker.
* ucbhelper/configurationkeys.hxx is no longer needed and is removed.
* ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
requires ucbhelper::Content constructors to take explicit XComponentContext
arguments now.
* The only remaining code in ucbhelper/source/client/contentbroker.cxx is
Android-only InitUCBHelper. Is that relevant still?
Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
|
|
Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
|
|
I guess I missed some last time :-)
Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
|
|
Change-Id: I7c2a3346f5c089424377302e1029b6f6aa971d76
|
|
The code here is passing stuff around in lists of Object, but even
so, it was doing so in a very convoluted way.
Change-Id: I608a066138bde2b659a52f6e6148ac754f75ac74
|
|
Change-Id: I40cbc29e6648ac430b296f89ebc8f9a4fd6c7546
|
|
Change-Id: Ic937a028a35c19adca9c42f6c59243a807ce3457
|
|
Convert this code to use generics and remove needless complexity
Change-Id: Icc87face21de963f433d2422b3e9d62042de24a8
|
|
Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
|
|
Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722
|
|
Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
|
|
Which doesn't even compile any more.
Change-Id: I44a25ce3bd3b1fa554280b80e3fe88e25f63e8fb
|
|
Change-Id: I49ac6732650663a33bdc55a22e2870c47c1c509a
|
|
Some of the enums have obviously changed names at some point in the
past.
Note that the code still has more compile errors.
Change-Id: Ibb152fa0ee35a0580876e621e42d049541c088bb
|
|
Change-Id: I9011cb674d85d4469f2f72444c158e0eeb44c1ec
|
|
Change-Id: Ib7133d090dbf881d43b4adf363fb065c682476c5
|
|
Change-Id: I5ceeaedb25ab8c9e6510e7fa88143670ae82703c
|
|
Change-Id: I65eac6ab34d2d54eeaa2bc14838711f700d0d535
|
|
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:
* bulk replacement of "-Wl,-z,origin,-rpath,..." with
"-Wl,-z,origin -Wl,rpath,..."
* additional hunk for directory/c-sdk/config/FreeBSD.mk in
moz/seamonkey-source-1.1.14.patch did not apply and has been dropped
Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7
|
|
Change-Id: Icbebe81fec6ce0b39946dec00f57471b2cafd5e1
|
|
Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754
|
|
Change-Id: Iff2b85db621eb7b40d8a46a6452b8cae01a91e2e
|
|
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
|
|
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
|
|
Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
|
|
Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
|
|
Evidently on Windows, the newfangled ucpp handles #include "foo"
differently from #include <foo> and treats it as a relative path, while
the angle brackets always result in absolute paths.
Since relative paths result in infinite rebuilds if make is invoked in a
different directory, don't use #include "foo" in IDL files.
Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
|
|
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
|
|
118568: switch to using ucpp
Patch contributed by Juergen Schmidt
http://svn.apache.org/viewvc?view=revision&revision=1209396
|
|
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
|
|
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5
Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
|
|
Change-Id: Ife7a4806776f55babfab11ceac25a3d2d66fe5af
|
|
|
|
Change-Id: I604244b032855e0e6b94e3ed4217ee87d92c8419
|
|
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
|
|
Change-Id: I18868b542524f0e94ec7b06e753ee2385ede9a95
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|
|
Change-Id: Ib89b2d30be207ea1664e688c3da608c2973f28a6
|
|
Change-Id: I3987c79caffaae4cd354a58c25711b0e08f63560
|