Commit graph

2274 commits

Author SHA1 Message Date
Stephan Bergmann
9ac86f484b Improvement on previous commit, UCB clean up
* 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
2012-09-14 18:24:49 +02:00
Noel Grandin
4c9e62c6e3 Java cleanup, convert ArrayList and Vector to use generics
Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
2012-09-10 23:43:39 +02:00
Noel Grandin
6bf09ecf1d Java cleanup, remove unnecessary imports
I guess I missed some last time :-)

Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-10 23:43:38 +02:00
Noel Grandin
0f1dba8359 Java5 cleanup, cleanup Vector and ArrayList to use generics
Change-Id: I7c2a3346f5c089424377302e1029b6f6aa971d76
2012-09-10 23:43:38 +02:00
Noel Grandin
b89ae706c2 Java cleanup, generic and simplify
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
2012-09-10 23:43:38 +02:00
Noel Grandin
ef0e7694b8 Java cleanup, remove dead code
Change-Id: I40cbc29e6648ac430b296f89ebc8f9a4fd6c7546
2012-09-10 23:43:38 +02:00
Noel Grandin
ad467c1359 Java cleanup, remove dead code
Change-Id: Ic937a028a35c19adca9c42f6c59243a807ce3457
2012-09-10 23:43:38 +02:00
Noel Grandin
43cd64dd61 Java cleanup, simplify and generify
Convert this code to use generics and remove needless complexity

Change-Id: Icc87face21de963f433d2422b3e9d62042de24a8
2012-09-10 23:43:37 +02:00
Noel Grandin
a5ff5aad59 Java5 update, Convert ArrayList and Vector code to use generics
Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
2012-09-10 23:43:37 +02:00
Noel Grandin
743e22ec8b Java cleanup, remove unnecessary imports
Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722
2012-09-06 17:13:58 +02:00
Noel Grandin
cd0308ba9c Java cleanup, make package name match folder name
Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
2012-09-05 21:01:48 +02:00
Noel Grandin
39b6fc96fc Java cleanup, remove dead code
Which doesn't even compile any more.

Change-Id: I44a25ce3bd3b1fa554280b80e3fe88e25f63e8fb
2012-09-05 21:01:47 +02:00
Noel Grandin
bd0ed13efc Java cleanup, make package name match filter name
Change-Id: I49ac6732650663a33bdc55a22e2870c47c1c509a
2012-09-05 21:01:46 +02:00
Noel Grandin
9dce74e930 Java cleanup, fix compile errors because of changes in UNO API
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
2012-09-05 21:01:46 +02:00
Noel Grandin
eb4be23d47 Java cleanup, make package name match folder name
Change-Id: I9011cb674d85d4469f2f72444c158e0eeb44c1ec
2012-09-05 21:01:46 +02:00
Noel Grandin
97b5851e97 Java cleanup, update code for changes in UNO encryption API
Change-Id: Ib7133d090dbf881d43b4adf363fb065c682476c5
2012-09-05 21:01:46 +02:00
Noel Grandin
bf212ec146 Java cleanup, fix a couple of compile errors in old code
Change-Id: I5ceeaedb25ab8c9e6510e7fa88143670ae82703c
2012-09-05 21:01:45 +02:00
Stephan Bergmann
b888512fcb Fix -Wl,-z,origin -Wl,-rpath,... quoting
Change-Id: I65eac6ab34d2d54eeaa2bc14838711f700d0d535
2012-08-30 08:29:18 +02:00
Jung-uk Kim
34ca8dd9ad fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGIN
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
2012-08-29 12:02:26 +02:00
Stephan Bergmann
9dc3b1bf61 Simplify/remove some methods named "dropTable"
Change-Id: Icbebe81fec6ce0b39946dec00f57471b2cafd5e1
2012-08-28 16:15:44 +02:00
Noel Grandin
4e2c95c786 Java cleanup - remove unnecessary null checks
Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754
2012-08-28 16:15:43 +02:00
Takeshi Abe
246d26faec Fix typo LD_LIBARY_PATH
Change-Id: Iff2b85db621eb7b40d8a46a6452b8cae01a91e2e
2012-08-28 00:20:47 +09:00
Noel Grandin
8bfe47960f Java5 updates - convert to generics
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
2012-08-20 19:04:33 +01:00
Thomas Arnhold
2beba8f93e reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08 13:53:54 +02:00
Thomas Arnhold
548a2ffe3a remove bogus date information
Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
2012-08-07 18:08:30 +02:00
Julien Nabet
b80b7ba179 Static method sleep from Thread should be accessed in a static way
Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
2012-08-06 00:13:27 +02:00
Michael Stahl
753e9b3d45 udkapi, offapi: do not use #include "foo":
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
2012-07-30 20:49:09 +02:00
Stephan Bergmann
889de665ec Typo ressource -> resource
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-30 09:26:00 +02:00
Michael Meeks
63c508e3e8 re-base on ALv2 code. Includes:
118568: switch to using ucpp
    Patch contributed by Juergen Schmidt
    http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18 09:29:19 +01:00
Thomas Arnhold
1340890ccd simplify include guards
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14 05:44:15 +02:00
Thomas Arnhold
cdaddecc5e java: printStackTrace always to stderr
like 3d3b3f656f

Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
2012-07-13 12:45:57 +02:00
Pierre-Eric Pelloux-Prayer
eb1192ec1f solaris: update settings.mk to use gcc
Change-Id: Ife7a4806776f55babfab11ceac25a3d2d66fe5af
2012-07-10 16:23:34 +01:00
Michael Meeks
69a51d2bb6 re-base on ALv2 code. 2012-06-26 11:33:02 +01:00
Michael Stahl
b4d9c390f9 .xdl files don't need executable bits
Change-Id: I604244b032855e0e6b94e3ed4217ee87d92c8419
2012-06-22 22:39:32 +02:00
Michael Stahl
1ab899c4c8 .xml files don't need executable bits
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22 22:39:31 +02:00
Michael Stahl
927287214a manifest.mf files don't need executable bits
Change-Id: I18868b542524f0e94ec7b06e753ee2385ede9a95
2012-06-22 22:39:29 +02:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Michael Meeks
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
Tor Lillqvist
20e027fdaa More pages
Change-Id: Ib89b2d30be207ea1664e688c3da608c2973f28a6
2012-06-20 15:14:49 +03:00
Tor Lillqvist
55e8343aef Grow to multiple pages, one in landscape
Change-Id: I3987c79caffaae4cd354a58c25711b0e08f63560
2012-06-14 22:03:46 +03:00
Michael Meeks
78b7f6e138 targetted revert of minor cppcheck cleanup
Change-Id: Id3100ef8f8381bc05e5a01c56fc5d611094857bf
2012-06-08 14:11:53 +01:00
Tor Lillqvist
54b69a1f50 Add some coloured text
Change-Id: I2b8933294abf07dc9a7bd396e97e3a0ac617b548
2012-06-07 21:54:18 +03:00
Noel Grandin
d08578912f fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update calls to factories to use new SimpleFileAccess::create method

Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06 10:01:22 +02:00
Stephan Bergmann
7d2a5b5114 Make setsdkenv_unix executable instead of configure.pl
Change-Id: I1efc684f3476cd20bd2ae5efcf603ab2e6adf83a
2012-06-06 10:01:22 +02:00
Norbert Thiebaud
ea489b3570 targeted string re-work
Change-Id: Ia2115e70df8f64eb0dade6beb33ee64c358af767
2012-06-02 17:57:16 -05:00
Norbert Thiebaud
343bd286c9 targeted string re-work
Change-Id: Icdf89cd23f34b9d599512414b14907c9ac67cffb
2012-06-02 12:58:04 -05:00
David Tardon
b8c046acfc only add -manifest:no for msc--mingw's ldd chokes on it
Change-Id: I3be2e72e5d4fbe879318e0cef48bfe0852f8bbbc
2012-05-20 14:18:46 +02:00
Thomas Collerton
9520dbf59f EasyHack fdo#42783: get rid of CPU define/build system variable
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-05-09 16:31:31 +02:00
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file

Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
Stephan Bergmann
4081378945 Minor improvement of previous fix 2012-04-23 14:16:36 +02:00