summaryrefslogtreecommitdiff
path: root/odk/examples
AgeCommit message (Expand)AuthorFilesLines
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin7-8/+0
2014-10-17java: final fields that can be staticNoel Grandin4-7/+7
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin2-5/+5
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin6-11/+8
2014-10-14reformat ValueChangerNoel Grandin1-2/+0
2014-10-09update page footer of SDK docsAndras Timar2-2/+2
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin6-6/+6
2014-10-07java: simplify conditions involving logical negationNoel Grandin1-2/+2
2014-10-07java: no need to explicitly extend java.lang.ObjectNoel Grandin5-5/+5
2014-10-01fdo#82577: Handle TimeNoel Grandin2-4/+4
2014-09-16Add back XTestDialogHandler methodsStephan Bergmann1-0/+73
2014-09-16Add back XExampleAddIn methodsStephan Bergmann1-1/+22
2014-09-16There is no com.sun.star.lib.util.ExceptionHelperStephan Bergmann1-4/+9
2014-09-16Add back getMyFirst/SecondValue methodsStephan Bergmann1-4/+16
2014-09-16Add back __writeRegistryServiceInfo methodStephan Bergmann1-1/+13
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet5-8/+8
2014-08-27Typo: mesage->messageJulien Nabet1-1/+1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin11-42/+1
2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin1-15/+4
2014-08-20java: remove modifiers implied by the contextNoel Grandin3-5/+5
2014-08-20java: remove unnecessary return statementsNoel Grandin1-1/+0
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin13-40/+40
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-2/+2
2014-08-19java: no need to instantiate String objects directlyNoel Grandin28-75/+74
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin18-52/+52
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin59-258/+258
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin49-105/+105
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin11-34/+25
2014-08-19java: remove unused methodsNoel Grandin5-209/+1
2014-08-19odk: Clean up commentsChris Laplante15-70/+10
2014-08-14java: remove unused importsNoel Grandin12-28/+0
2014-08-14java: remove commented out codeNoel Grandin9-20/+0
2014-08-13java: remove dead methodsNoel Grandin31-771/+50
2014-08-13java: remove unused interfacesNoel Grandin1-37/+0
2014-08-13java: remove unused fieldsNoel Grandin7-17/+17
2014-08-13java: reduce scope, make some methods privateNoel Grandin37-132/+132
2014-08-13java: reduce scope, make member classes privateNoel Grandin13-17/+17
2014-08-13java: reduce scope, make fields privateNoel Grandin26-96/+96
2014-08-13java: reduce scope, make constructors privateNoel Grandin3-5/+5
2014-08-12java: reduce scope, make constants privateNoel Grandin4-25/+25
2014-08-12java: fix broken javadoc tagsNoel Grandin29-79/+33
2014-08-12java: remove useless javadoc tagsNoel Grandin12-122/+26
2014-08-12java: remove unused parametersNoel Grandin1-1/+0
2014-08-12java: remove unnecessary semi-colonsNoel Grandin18-23/+23
2014-08-12java: remove unused methodsNoel Grandin4-113/+0
2014-08-12java: remove unused fieldsNoel Grandin17-50/+2
2014-08-12java: remove unused parametersNoel Grandin7-14/+10
2014-08-12java: remove exceptions from throws clauses that are not actually thrownNoel Grandin4-4/+4
2014-08-12java: remove unused variablesNoel Grandin9-20/+9