summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Collapse)Author
2012-10-17odk: use javadoc -notimestamp, so generated docs don't unnecessarily differ ↵Miklos Vajna
after each build Change-Id: I966cdeb5c1604c0a7b8b9a0022fc1dbfde14418c
2012-10-11ooo.lst: use more variablesMatúš Kukan
Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
2012-10-10odk: try to fix Windows buildMatúš Kukan
Change-Id: I626f2cbc4bdf30e73e6c24c1b9040c0f6d24eda9
2012-10-10replace findsofficepath.obj by static libDavid Tardon
Change-Id: I652ac46aec72a92667995353efa637f0a2310672
2012-10-03fdo#50936 fix link to license file in SDK documentationAndras Timar
Change-Id: If3a98fceb6fa71ac10626186ef7c094dbc9e47c3
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain
This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
2012-09-27add --with-system-ucppRene Engelhard
Change-Id: Ic322d1be23033049fa3b5cd60c00479bb6cae3ca
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks
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.
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
* 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-10Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin
Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin
I guess I missed some last time :-) Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-10Java5 cleanup, cleanup Vector and ArrayList to use genericsNoel Grandin
Change-Id: I7c2a3346f5c089424377302e1029b6f6aa971d76
2012-09-10Java cleanup, generic and simplifyNoel Grandin
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-10Java cleanup, remove dead codeNoel Grandin
Change-Id: I40cbc29e6648ac430b296f89ebc8f9a4fd6c7546
2012-09-10Java cleanup, remove dead codeNoel Grandin
Change-Id: Ic937a028a35c19adca9c42f6c59243a807ce3457
2012-09-10Java cleanup, simplify and generifyNoel Grandin
Convert this code to use generics and remove needless complexity Change-Id: Icc87face21de963f433d2422b3e9d62042de24a8
2012-09-10Java5 update, Convert ArrayList and Vector code to use genericsNoel Grandin
Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722
2012-09-05Java cleanup, make package name match folder nameNoel Grandin
Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
2012-09-05Java cleanup, remove dead codeNoel Grandin
Which doesn't even compile any more. Change-Id: I44a25ce3bd3b1fa554280b80e3fe88e25f63e8fb
2012-09-05Java cleanup, make package name match filter nameNoel Grandin
Change-Id: I49ac6732650663a33bdc55a22e2870c47c1c509a
2012-09-05Java cleanup, fix compile errors because of changes in UNO APINoel Grandin
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-05Java cleanup, make package name match folder nameNoel Grandin
Change-Id: I9011cb674d85d4469f2f72444c158e0eeb44c1ec
2012-09-05Java cleanup, update code for changes in UNO encryption APINoel Grandin
Change-Id: Ib7133d090dbf881d43b4adf363fb065c682476c5
2012-09-05Java cleanup, fix a couple of compile errors in old codeNoel Grandin
Change-Id: I5ceeaedb25ab8c9e6510e7fa88143670ae82703c
2012-08-30Fix -Wl,-z,origin -Wl,-rpath,... quotingStephan Bergmann
Change-Id: I65eac6ab34d2d54eeaa2bc14838711f700d0d535
2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim
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-28Simplify/remove some methods named "dropTable"Stephan Bergmann
Change-Id: Icbebe81fec6ce0b39946dec00f57471b2cafd5e1
2012-08-28Java cleanup - remove unnecessary null checksNoel Grandin
Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754
2012-08-28Fix typo LD_LIBARY_PATHTakeshi Abe
Change-Id: Iff2b85db621eb7b40d8a46a6452b8cae01a91e2e
2012-08-20Java5 updates - convert to genericsNoel Grandin
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-07remove bogus date informationThomas Arnhold
Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet
Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl
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-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-14simplify include guardsThomas Arnhold
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-13java: printStackTrace always to stderrThomas Arnhold
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
2012-07-10solaris: update settings.mk to use gccPierre-Eric Pelloux-Prayer
Change-Id: Ife7a4806776f55babfab11ceac25a3d2d66fe5af
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-22.xdl files don't need executable bitsMichael Stahl
Change-Id: I604244b032855e0e6b94e3ed4217ee87d92c8419
2012-06-22.xml files don't need executable bitsMichael Stahl
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22manifest.mf files don't need executable bitsMichael Stahl
Change-Id: I18868b542524f0e94ec7b06e753ee2385ede9a95
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-20More pagesTor Lillqvist
Change-Id: Ib89b2d30be207ea1664e688c3da608c2973f28a6
2012-06-14Grow to multiple pages, one in landscapeTor Lillqvist
Change-Id: I3987c79caffaae4cd354a58c25711b0e08f63560
2012-06-08targetted revert of minor cppcheck cleanupMichael Meeks
Change-Id: Id3100ef8f8381bc05e5a01c56fc5d611094857bf