summaryrefslogtreecommitdiffstats
path: root/odk
Commit message (Collapse)AuthorAgeFilesLines
* fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-151-2/+1
| | | | | | | | I upgraded the service to return XSimpleFileAccess3, since it already implemented that interface, and it's backwards compatible. Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
* re-base on ALv2 code. Includes:Michael Meeks2012-11-12101-1245/+2279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
* Kill set_oenv remnants (by just renaming the required timestamp file)Matteo Casalin2012-11-111-1/+0
| | | | | | | Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b Reviewed-on: https://gerrit.libreoffice.org/1026 Tested-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: Tor Lillqvist <tml@iki.fi>
* fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2012-10-242-7/+7
| | | | | | | | | 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
* odk: use javadoc -notimestamp, so generated docs don't unnecessarily differ ↵Miklos Vajna2012-10-171-1/+1
| | | | | | after each build Change-Id: I966cdeb5c1604c0a7b8b9a0022fc1dbfde14418c
* ooo.lst: use more variablesMatúš Kukan2012-10-111-1/+1
| | | | Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
* odk: try to fix Windows buildMatúš Kukan2012-10-101-1/+1
| | | | Change-Id: I626f2cbc4bdf30e73e6c24c1b9040c0f6d24eda9
* replace findsofficepath.obj by static libDavid Tardon2012-10-102-2/+4
| | | | Change-Id: I652ac46aec72a92667995353efa637f0a2310672
* fdo#50936 fix link to license file in SDK documentationAndras Timar2012-10-031-1/+1
| | | | Change-Id: If3a98fceb6fa71ac10626186ef7c094dbc9e47c3
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-0164-183/+25
| | | | | | | This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
* add --with-system-ucppRene Engelhard2012-09-272-2/+9
| | | | Change-Id: Ic322d1be23033049fa3b5cd60c00479bb6cae3ca
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-254-9/+9
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* package: convert internal ZIP handling data-types to 64bitMichael Meeks2012-09-211-1/+1
| | | | | | | 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.
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-142-17/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin2012-09-103-71/+60
| | | | Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-1074-434/+1
| | | | | | I guess I missed some last time :-) Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
* Java5 cleanup, cleanup Vector and ArrayList to use genericsNoel Grandin2012-09-105-24/+24
| | | | Change-Id: I7c2a3346f5c089424377302e1029b6f6aa971d76
* Java cleanup, generic and simplifyNoel Grandin2012-09-104-38/+35
| | | | | | | 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
* Java cleanup, remove dead codeNoel Grandin2012-09-101-21/+0
| | | | Change-Id: I40cbc29e6648ac430b296f89ebc8f9a4fd6c7546
* Java cleanup, remove dead codeNoel Grandin2012-09-101-20/+0
| | | | Change-Id: Ic937a028a35c19adca9c42f6c59243a807ce3457
* Java cleanup, simplify and generifyNoel Grandin2012-09-103-51/+18
| | | | | | Convert this code to use generics and remove needless complexity Change-Id: Icc87face21de963f433d2422b3e9d62042de24a8
* Java5 update, Convert ArrayList and Vector code to use genericsNoel Grandin2012-09-1022-149/+147
| | | | Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-0655-149/+7
| | | | Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722
* Java cleanup, make package name match folder nameNoel Grandin2012-09-055-14/+2
| | | | Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
* Java cleanup, remove dead codeNoel Grandin2012-09-051-85/+0
| | | | | | Which doesn't even compile any more. Change-Id: I44a25ce3bd3b1fa554280b80e3fe88e25f63e8fb
* Java cleanup, make package name match filter nameNoel Grandin2012-09-053-3/+3
| | | | Change-Id: I49ac6732650663a33bdc55a22e2870c47c1c509a
* Java cleanup, fix compile errors because of changes in UNO APINoel Grandin2012-09-051-11/+13
| | | | | | | | 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
* Java cleanup, make package name match folder nameNoel Grandin2012-09-0512-50/+0
| | | | Change-Id: I9011cb674d85d4469f2f72444c158e0eeb44c1ec
* Java cleanup, update code for changes in UNO encryption APINoel Grandin2012-09-0510-78/+78
| | | | Change-Id: Ib7133d090dbf881d43b4adf363fb065c682476c5
* Java cleanup, fix a couple of compile errors in old codeNoel Grandin2012-09-051-1/+1
| | | | Change-Id: I5ceeaedb25ab8c9e6510e7fa88143670ae82703c
* Fix -Wl,-z,origin -Wl,-rpath,... quotingStephan Bergmann2012-08-301-2/+2
| | | | Change-Id: I65eac6ab34d2d54eeaa2bc14838711f700d0d535
* fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim2012-08-291-2/+2
| | | | | | | | | | 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
* Simplify/remove some methods named "dropTable"Stephan Bergmann2012-08-281-15/+0
| | | | Change-Id: Icbebe81fec6ce0b39946dec00f57471b2cafd5e1
* Java cleanup - remove unnecessary null checksNoel Grandin2012-08-281-6/+4
| | | | Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754
* Fix typo LD_LIBARY_PATHTakeshi Abe2012-08-281-3/+3
| | | | Change-Id: Iff2b85db621eb7b40d8a46a6452b8cae01a91e2e
* Java5 updates - convert to genericsNoel Grandin2012-08-202-12/+12
| | | | Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
* reduce ascii noise and useless commentsThomas Arnhold2012-08-084-19/+1
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove bogus date informationThomas Arnhold2012-08-0714-16/+0
| | | | Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
* Static method sleep from Thread should be accessed in a static wayJulien Nabet2012-08-061-1/+1
| | | | Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
* udkapi, offapi: do not use #include "foo":Michael Stahl2012-07-302-2/+2
| | | | | | | | | | 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
* Typo ressource -> resourceStephan Bergmann2012-07-303-4/+4
| | | | Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
* re-base on ALv2 code. Includes:Michael Meeks2012-07-182-2/+2
| | | | | | 118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
* simplify include guardsThomas Arnhold2012-07-141-1/+1
| | | | Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
* java: printStackTrace always to stderrThomas Arnhold2012-07-1326-76/+76
| | | | | | like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
* solaris: update settings.mk to use gccPierre-Eric Pelloux-Prayer2012-07-101-7/+21
| | | | Change-Id: Ife7a4806776f55babfab11ceac25a3d2d66fe5af
* re-base on ALv2 code.Michael Meeks2012-06-261-0/+16
|
* .xdl files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I604244b032855e0e6b94e3ed4217ee87d92c8419
* .xml files don't need executable bitsMichael Stahl2012-06-222-0/+0
| | | | Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
* manifest.mf files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I18868b542524f0e94ec7b06e753ee2385ede9a95
* re-base on ALv2 code.Michael Meeks2012-06-214-96/+60
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce