summaryrefslogtreecommitdiff
path: root/odk/examples/java/Inspector
AgeCommit message (Expand)AuthorFilesLines
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek1-1/+1
2017-06-05spelling instanciate -> instantiateNoel Grandin1-1/+1
2017-03-19TyposJulien Nabet1-1/+1
2016-05-17odk: add missing modelinesMiklos Vajna30-3/+86
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin2-3/+3
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2014-12-12java: fix non-public UNO implementation classesNoel Grandin2-2/+2
2014-09-16Add back __writeRegistryServiceInfo methodStephan Bergmann1-1/+13
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-19java: remove unused methodsNoel Grandin2-126/+1
2014-08-14java: remove unused importsNoel Grandin3-3/+0
2014-08-14java: remove commented out codeNoel Grandin1-2/+0
2014-08-13java: remove dead methodsNoel Grandin8-73/+16
2014-08-13java: remove unused interfacesNoel Grandin1-37/+0
2014-08-13java: remove unused fieldsNoel Grandin4-7/+7
2014-08-13java: reduce scope, make some methods privateNoel Grandin12-42/+42
2014-08-13java: reduce scope, make member classes privateNoel Grandin3-7/+7
2014-08-13java: reduce scope, make fields privateNoel Grandin7-27/+27
2014-08-13java: reduce scope, make constructors privateNoel Grandin2-4/+4
2014-08-12java: fix broken javadoc tagsNoel Grandin6-20/+12
2014-08-12java: remove unnecessary semi-colonsNoel Grandin1-1/+1
2014-08-12java: remove unused methodsNoel Grandin4-113/+0
2014-08-12java: remove unused fieldsNoel Grandin10-34/+0
2014-08-12java: remove unused parametersNoel Grandin5-9/+9
2014-08-12java: remove unused variablesNoel Grandin9-20/+9
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin11-1/+23
2014-08-05java: remove commented out codeNoel Grandin8-42/+2
2014-08-04java: removed unused importsNoel Grandin1-1/+0
2014-06-04compareTo -> equalsNoel Grandin2-11/+11
2014-04-27automaticly -> automatically.Jan Holesovsky1-1/+1
2014-04-14typo: dependend -> dependentThomas Arnhold1-1/+1
2014-02-26Remove visual noise from odkAlexander Wilms1-1/+1
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara2-0/+6
2013-08-20[TOOD|TOODO]->TODOCaolán McNamara1-3/+3
2013-07-24fdo#66691: Revert fix for i#121577 Allow setting toolbar name in Addons.xcuStephan Bergmann1-18/+13
2013-07-11Resolves: #i121544# - Clean-up MessageBox APIAriel Constenla-Haile1-2/+1
2013-06-24Related: #i121577# Allow setting toolbar name in Addons.xcuAriel Constenla-Haile1-13/+18
2013-06-04odk: fix odd Java example that creates URLs to IDL documentationMichael Stahl2-4/+4
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin1-6/+3
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin9-50/+59
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin2-8/+8
2013-04-26Java cleanup, call static methods staticallyNoel Grandin3-36/+37
2013-04-23Java cleanup - remove unnecessary casts in the ODK codeNoel Grandin11-30/+30
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann1-1/+0
2013-04-17fix compile error in unused Java file.Noel Grandin1-27/+23
2013-04-11Adapt SDK to -B removed from cppumaker/javamakerStephan Bergmann1-1/+1
2013-03-31Remove commented code in odk/examplesChr. Rossmanith1-9/+1
2013-03-31Remove RTL_CONSTASCII_(U)STRINGPARAM in odkChr. Rossmanith1-2/+2