summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms
AgeCommit message (Expand)AuthorFilesLines
2024-05-13odk: classes in java.lang package do not need to be fully qualifiedIlmari Lauhakangas4-5/+5
2019-09-06Fixing '....' and '..'Andrea Gelmini3-3/+3
2019-07-20Fix typosAndrea Gelmini2-3/+3
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2017-11-16Fix typosAndrea Gelmini2-2/+2
2016-05-17odk: add missing modelinesMiklos Vajna33-0/+92
2016-05-13Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc.Stephan Bergmann1-1/+1
2016-03-11javadoc is HTML 4, not xhtml or html5, so <br/> is not allowedChristian Lohmaier2-2/+2
2016-01-10Fix typosAndrea Gelmini5-5/+5
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin2-4/+4
2014-11-25java: remove some comment noiseNoel Grandin1-5/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-08-19java: no need to instantiate String objects directlyNoel Grandin7-17/+17
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin5-14/+14
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin6-11/+11
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin6-14/+14
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-19java: remove unused methodsNoel Grandin1-18/+0
2014-08-14java: remove unused importsNoel Grandin4-8/+0
2014-08-13java: remove dead methodsNoel Grandin9-162/+13
2014-08-13java: reduce scope, make some methods privateNoel Grandin8-27/+27
2014-08-13java: reduce scope, make fields privateNoel Grandin3-7/+7
2014-08-12java: fix broken javadoc tagsNoel Grandin1-1/+1
2014-08-12java: remove unused parametersNoel Grandin1-1/+0
2014-08-12java: remove unnecessary semi-colonsNoel Grandin15-19/+19
2014-08-12java: remove unused fieldsNoel Grandin4-7/+2
2014-08-12java: remove unused parametersNoel Grandin2-5/+1
2014-08-12java: remove exceptions from throws clauses that are not actually thrownNoel Grandin4-4/+4
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin8-0/+14
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni2-3/+3
2014-04-28Typo: becase -> becauseJulien Nabet2-2/+2
2014-04-10It's "its", not "it's"Tor Lillqvist2-2/+2
2014-02-26Remove visual noise from odkAlexander Wilms6-19/+19
2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin1-5/+5
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin2-10/+10
2013-05-06use generics and convert from Vector to ArrayListNoel Grandin1-8/+7
2013-04-29Remove some obsolete makefile.mkStephan Bergmann1-88/+0
2013-04-26Java cleanup, call static methods staticallyNoel Grandin1-4/+4
2013-04-23Java cleanup - use generics to reduce castingNoel Grandin4-10/+10
2013-04-23Java cleanup - remove unnecessary casts in the ODK codeNoel Grandin18-105/+104
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann1-1/+0
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-2/+2
2013-02-22s/whith/with/Tor Lillqvist1-1/+1
2012-12-11Fix SDK examplesStephan Bergmann1-10/+4
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-21/+12
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain13-57/+2