summaryrefslogtreecommitdiff
path: root/odk/examples/java/EmbedDocument/EmbeddedObject
AgeCommit message (Collapse)Author
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-11-18java: make fields final where possibleNoel Grandin
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-09-16There is no com.sun.star.lib.util.ExceptionHelperStephan Bergmann
Regression introduced with 6884ef6317ddc29a713a342fb102e28ebc8fa5cc "java: don't catch and then just rethrow an exception." Change-Id: I626eaefc7846e152dfb4cc105d665c9ccca68c08
2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin
without doing anything else useful Change-Id: I5803d84d46e0a70e1759f2202e2c2273087f8723
2014-08-20java: remove unnecessary return statementsNoel Grandin
found by PMD Change-Id: I3d150421948d17eaed34fac2b1a212da34288d1a
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
2014-08-13java: reduce scope, make some methods privateNoel Grandin
found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
2014-08-13java: reduce scope, make fields privateNoel Grandin
found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
2014-08-05java: remove commented out codeNoel Grandin
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-08-05java: remove some unused fields in the ODK examplesNoel Grandin
Change-Id: Ic6b4f18aefba6603af51d17d061e3f821e95261f
2014-08-04java: remove commented out code for OpenOffice 3.3Noel Grandin
Specifically the comment says: This method not longer necessary since OOo 3.4 where the component registration was changed to passive component registration. For more details see http://wiki.openoffice.org/wiki/Passive_Component_Registration Change-Id: Icfeec634ebc30a270533787b94e2a9a4318778db
2014-04-17remove executable bitAndras Timar
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
2014-02-26Remove visual noise from odkAlexander Wilms
Change-Id: I5638e2d37827c2d7322b72bf6ce176ac843639f1 Reviewed-on: https://gerrit.libreoffice.org/8285 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann
Change-Id: I7c25cd94f8a1ca339f7423c26f21f13c7a68906d
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin
Change-Id: I323a6625f93347e69f3114fc10cb04dc759a539f
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
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a Reviewed-on: https://gerrit.libreoffice.org/2347 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
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.
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-05Java cleanup, make package name match folder nameNoel Grandin
Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-03-23.java files don't need executable bitsMichael Stahl
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito
2011-03-07CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann
Notes: split repo tag: sdk_ooo/DEV300_m102 split repo tag: sdk_ooo/DEV300_m103 split repo tag: sdk_ooo/DEV300_m104 split repo tag: sdk_ooo/DEV300_m105 split repo tag: sdk_ooo/DEV300_m106
2011-02-22jsc340: i114609: support passive component registrationJuergen Schmidt
2011-02-01jsc340: i114609: support passive component registrationJuergen Schmidt
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-07-30CWS-TOOLING: integrate CWS fwk114Jens-Heiner Rechtien
2009-07-08 Mikhail Voytenko #i102448# fix typo 2009-07-08 Mikhail Voytenko #i102448# detect the document of new format correctly 2009-07-03 Mikhail Voytenko #i101418# adjust header 2009-07-02 Mikhail Voytenko #i103001# Integrate the patch 2009-07-01 Mikhail Voytenko rebase to DEV300_m51 2009-06-25 Mikhail Voytenko #i71512# integrate the patch 2009-06-19 Mikhail Voytenko #i102931# check whether the file was changed even in case of system file locking 2009-06-10 Mikhail Voytenko #i102448# allow to turn the office update dialog off 2009-06-10 Mikhail Voytenko #i102448# allow to turn the office update dialog off 2009-06-09 Mikhail Voytenko #i96091# the disposed frame should throw DisposedException 2009-06-09 Mikhail Voytenko #i100835# commit the patch 2009-05-26 Mikhail Voytenko #i89514# integrate the patch 2009-05-26 Mikhail Voytenko #i30373# integrate the patch 2009-05-26 Mikhail Voytenko #i101418# fix the error handling
2008-08-19INTEGRATION: CWS xsltfilter10 (1.2.78); FILE MERGEDVladimir Glazounov
2008/07/09 23:40:53 sus 1.2.78.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2
2008-07-11INTEGRATION: CWS jsc21 (1.2.54); FILE MERGEDRüdiger Timm
2008/05/21 10:38:20 jsc 1.2.54.1: #i88797# extended with example document
2008-07-11INTEGRATION: CWS jsc21 (1.1.2); FILE ADDEDRüdiger Timm
2008/05/21 10:35:30 jsc 1.1.2.1: new
2007-06-26INTEGRATION: CWS mav21 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2007/05/03 14:42:43 mav 1.1.2.3: #i75252# remove unnecessary methods 2007/03/28 14:18:06 mav 1.1.2.2: #i75252# implement only the factory inteface 2007/03/09 10:24:28 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation
2007-06-26INTEGRATION: CWS mav21 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2007/05/03 15:31:35 mav 1.1.2.8: #i75252# fix deactivation 2007/05/03 15:26:15 mav 1.1.2.7: #i75252# fix activation 2007/05/03 15:19:18 mav 1.1.2.6: #i75252# fix size retrieving 2007/05/03 14:23:32 mav 1.1.2.5: #i75252# support resizing of the object 2007/04/05 14:54:42 mav 1.1.2.4: #i75252# fix repainting 2007/03/28 14:13:34 mav 1.1.2.3: #i75252# support resizing of the object 2007/03/09 11:02:10 mav 1.1.2.2: #75252# fix verbs 2007/03/09 10:24:37 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation
2007-06-26INTEGRATION: CWS mav21 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2007/03/09 10:24:06 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation
2007-06-26INTEGRATION: CWS mav21 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2007/03/09 11:02:09 mav 1.1.2.2: #75252# fix verbs 2007/03/09 10:24:46 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation
2007-06-26INTEGRATION: CWS mav21 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2007/05/03 15:19:18 mav 1.1.2.6: #i75252# fix size retrieving 2007/05/03 14:23:32 mav 1.1.2.5: #i75252# support resizing of the object 2007/03/28 14:13:33 mav 1.1.2.4: #i75252# support resizing of the object 2007/03/27 08:32:23 mav 1.1.2.3: #75252# fix windows problem 2007/03/09 10:28:09 mav 1.1.2.2: #75252# improve performance 2007/03/09 10:24:18 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation