summaryrefslogtreecommitdiff
path: root/odk/examples/java/EmbedDocument/Container1
AgeCommit message (Collapse)Author
2019-07-20Fix typos in codeAndrea Gelmini
Extracted from https://gerrit.libreoffice.org/#/c/75487/1 Change-Id: I80f9247c5c961a33c0d2c8354ea0524820b33409 Reviewed-on: https://gerrit.libreoffice.org/76028 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2016-05-17odk: add missing modelinesMiklos Vajna
Change-Id: I0bd2d761b5a75681c8c3e53664084dd3b8176107 Reviewed-on: https://gerrit.libreoffice.org/25051 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
2014-08-14java: remove commented out codeNoel Grandin
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
2014-03-29typo: persistance -> persistenceThomas Arnhold
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann
* Re-use existing settings/dk.mk to tunnel ENABLE_DEBUG into the SDK. Turns out this was explicitly included in ~all examples Makefiles, but only after settings.mk where it is now used, so include it in settings.mk now and dropped it from all the exmaples Makefiles. * The old settings.mk was apparently confused with using /MT ("link with LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link command line (where it was ignored), and you apparently can't pass both together to cl, so I settled on /MD (resp. /MDd) now and dropped /MT (resp. /MTd). No idea if that is exactly right, however. * Introduced client-facing LIBO_SDK_LDFLAGS_STDLIBS that covers kernel32.lib and msvcrt.lib vs. msvcrtd.lib on Windows. Adapted examples Makefiles and /ure/source/uretest/Makefile accordingly. Some examples Makefiles additionally use msvcprt.lib, no idea whether that still needs to be addressed. Change-Id: Ia8d9d177e415abfbaf6f9fa6239f0ef9998868be
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-08-08reduce ascii noise and useless commentsThomas Arnhold
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2005-03-29INTEGRATION: CWS sdkbugfix02 (1.3.46); FILE MERGEDRüdiger Timm
2005/03/03 15:42:07 jsc 1.3.46.1: #41142# replace make with internal MAKE variable
2004-05-18INTEGRATION: CWS sdk13 (1.2.30); FILE MERGEDRüdiger Timm
2004/05/07 07:28:14 jsc 1.2.30.1: #116658# adapt changes
2004-01-06INTEGRATION: CWS mav07 (1.1.2); FILE ADDEDRüdiger Timm
2003/09/29 11:23:55 mav 1.1.2.1: #110406# testing container for embedded object
2004-01-06INTEGRATION: CWS mav07 (1.1.2); FILE ADDEDRüdiger Timm
2003/09/29 11:23:45 mav 1.1.2.1: #110406# testing container for embedded object
2004-01-06INTEGRATION: CWS mav07 (1.1.2); FILE ADDEDRüdiger Timm
2003/09/29 15:14:14 mav 1.1.2.2: #110406# update local information about object linking 2003/09/29 11:23:44 mav 1.1.2.1: #110406# testing container for embedded object