summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/GUI
AgeCommit message (Expand)Author
2019-09-01Fix '..'Andrea Gelmini
2019-07-20Fix typosAndrea Gelmini
2017-06-12Fix unclear commentStephan Bergmann
2017-06-12Translate German comments and debug strings (leftovers in dirs j... to q...)Johnny_M
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2016-05-17odk: add missing modelinesMiklos Vajna
2016-05-13Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc.Stephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-10-02Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-22Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove redundant super-interfacesNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-08-05java: remove some unused fields in the ODK examplesNoel Grandin
2014-08-04java: removed unused importsNoel Grandin
2014-02-26Remove visual noise from odkAlexander Wilms
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane
2013-08-03fdo#67235 adapt form control code to time nanosecond API change, step 2Lionel Elie Mamane
2013-07-11Resolves: #i121544# - Clean-up MessageBox APIAriel Constenla-Haile
2013-06-23Resolves: #i121542# Unify the Menu APIAriel Constenla-Haile
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann
2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin
2012-07-13java: printStackTrace always to stderrThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks