summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/Forms
Commit message (Expand)AuthorAgeFilesLines
* odk: add missing modelinesMiklos Vajna2016-05-1733-0/+92
* Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc.Stephan Bergmann2016-05-131-1/+1
* javadoc is HTML 4, not xhtml or html5, so <br/> is not allowedChristian Lohmaier2016-03-112-2/+2
* Fix typosAndrea Gelmini2016-01-105-5/+5
* Fix typosAndrea Gelmini2015-10-021-1/+1
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Fix typosAndrea Gelmini2015-06-221-1/+1
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-112-4/+4
* java: remove some comment noiseNoel Grandin2014-11-251-5/+0
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* java: no need to instantiate String objects directlyNoel Grandin2014-08-197-17/+17
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-195-14/+14
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-196-11/+11
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-196-14/+14
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-1/+1
* java: remove unused methodsNoel Grandin2014-08-191-18/+0
* java: remove unused importsNoel Grandin2014-08-144-8/+0
* java: remove dead methodsNoel Grandin2014-08-139-162/+13
* java: reduce scope, make some methods privateNoel Grandin2014-08-138-27/+27
* java: reduce scope, make fields privateNoel Grandin2014-08-133-7/+7
* java: fix broken javadoc tagsNoel Grandin2014-08-121-1/+1
* java: remove unused parametersNoel Grandin2014-08-121-1/+0
* java: remove unnecessary semi-colonsNoel Grandin2014-08-1215-19/+19
* java: remove unused fieldsNoel Grandin2014-08-124-7/+2
* java: remove unused parametersNoel Grandin2014-08-122-5/+1
* java: remove exceptions from throws clauses that are not actually thrownNoel Grandin2014-08-124-4/+4
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-128-0/+14
* Typo: beeing->beingJulien Nabet2014-06-291-1/+1
* Many spelling fixes: directories h* - p*.Pedro Giffuni2014-04-302-3/+3
* Typo: becase -> becauseJulien Nabet2014-04-282-2/+2
* It's "its", not "it's"Tor Lillqvist2014-04-102-2/+2
* Remove visual noise from odkAlexander Wilms2014-02-266-19/+19
* Java cleanup, convert more Vector to ArrayListNoel Grandin2013-05-061-5/+5
* Java cleanup, Convert Vector to ArrayListNoel Grandin2013-05-062-10/+10
* use generics and convert from Vector to ArrayListNoel Grandin2013-05-061-8/+7
* Remove some obsolete makefile.mkStephan Bergmann2013-04-291-88/+0
* Java cleanup, call static methods staticallyNoel Grandin2013-04-261-4/+4
* Java cleanup - use generics to reduce castingNoel Grandin2013-04-234-10/+10
* Java cleanup - remove unnecessary casts in the ODK codeNoel Grandin2013-04-2318-105/+104
* Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann2013-04-191-1/+0
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-2/+2
* s/whith/with/Tor Lillqvist2013-02-221-1/+1
* Fix SDK examplesStephan Bergmann2012-12-111-10/+4
* re-base on ALv2 code. Includes:Michael Meeks2012-11-121-21/+12
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-0113-57/+2
* Java5 cleanup, cleanup Vector and ArrayList to use genericsNoel Grandin2012-09-102-10/+10
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-0620-44/+5
* Java cleanup, fix a couple of compile errors in old codeNoel Grandin2012-09-051-1/+1
* Simplify/remove some methods named "dropTable"Stephan Bergmann2012-08-281-15/+0
* java: printStackTrace always to stderrThomas Arnhold2012-07-132-3/+3