summaryrefslogtreecommitdiff
path: root/odk/examples/java/Inspector
AgeCommit message (Expand)Author
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2022-02-25Provide unoidl-write also for the SDKStephan Bergmann
2021-06-23Remove unused DOCTYPE from odk/examples xcu fileStephan Bergmann
2020-08-29Fix typo in codeAndrea Gelmini
2019-12-05Fix typoAndrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-07-24Fix typo 'a SDK'Andrea Gelmini
2019-07-20Fix typosAndrea Gelmini
2019-07-20Fix typos in codeAndrea Gelmini
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek
2017-06-05spelling instanciate -> instantiateNoel Grandin
2017-03-19TyposJulien Nabet
2016-05-17odk: add missing modelinesMiklos Vajna
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-12-12java: fix non-public UNO implementation classesNoel Grandin
2014-09-16Add back __writeRegistryServiceInfo methodStephan Bergmann
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused interfacesNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: remove unnecessary semi-colonsNoel Grandin
2014-08-12java: remove unused methodsNoel Grandin
2014-08-12java: remove unused fieldsNoel Grandin
2014-08-12java: remove unused parametersNoel Grandin
2014-08-12java: remove unused variablesNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-04java: removed unused importsNoel Grandin
2014-06-04compareTo -> equalsNoel Grandin
2014-04-27automaticly -> automatically.Jan Holesovsky
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-02-26Remove visual noise from odkAlexander Wilms
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-08-20[TOOD|TOODO]->TODOCaolán McNamara
2013-07-24fdo#66691: Revert fix for i#121577 Allow setting toolbar name in Addons.xcuStephan Bergmann
2013-07-11Resolves: #i121544# - Clean-up MessageBox APIAriel Constenla-Haile
2013-06-24Related: #i121577# Allow setting toolbar name in Addons.xcuAriel Constenla-Haile
2013-06-04odk: fix odd Java example that creates URLs to IDL documentationMichael Stahl
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin