summaryrefslogtreecommitdiffstats
path: root/odk/examples
Commit message (Expand)AuthorAgeFilesLines
* 'Ownership' is one word, as is 'relationship'Tor Lillqvist2015-01-231-1/+1
* java: simplify array creationNoel Grandin2015-01-092-11/+6
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-092-4/+4
* Bump copyright year to 2015Andras Timar2015-01-012-2/+2
* java: fix non-public UNO implementation classesNoel Grandin2014-12-128-8/+8
* java: improve use of WrappedTargetException to set cause properlyNoel Grandin2014-12-101-1/+1
* java: remove comment noiseNoel Grandin2014-12-101-1/+0
* Generate oxt in OUT_BINStephan Bergmann2014-12-011-1/+1
* java: remove some comment noiseNoel Grandin2014-11-255-32/+0
* java: final fields that can be staticNoel Grandin2014-11-253-4/+4
* Make SDK examples compile againStephan Bergmann2014-11-1913-0/+18
* java: make fields final where possibleNoel Grandin2014-11-1838-99/+99
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-1216-29/+29
* java: convert fields to local variables where possibleNoel Grandin2014-11-127-29/+18
* java: last statement in finalize() method should be call to super.finalize()Noel Grandin2014-11-121-1/+1
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-24/+24
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-297-8/+0
* java: final fields that can be staticNoel Grandin2014-10-174-7/+7
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-172-5/+5
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-166-11/+8
* reformat ValueChangerNoel Grandin2014-10-141-2/+0
* update page footer of SDK docsAndras Timar2014-10-092-2/+2
* java: use equals() to compare Strings, not ==Noel Grandin2014-10-076-6/+6
* java: simplify conditions involving logical negationNoel Grandin2014-10-071-2/+2
* java: no need to explicitly extend java.lang.ObjectNoel Grandin2014-10-075-5/+5
* fdo#82577: Handle TimeNoel Grandin2014-10-012-4/+4
* Add back XTestDialogHandler methodsStephan Bergmann2014-09-161-0/+73
* Add back XExampleAddIn methodsStephan Bergmann2014-09-161-1/+22
* There is no com.sun.star.lib.util.ExceptionHelperStephan Bergmann2014-09-161-4/+9
* Add back getMyFirst/SecondValue methodsStephan Bergmann2014-09-161-4/+16
* Add back __writeRegistryServiceInfo methodStephan Bergmann2014-09-161-1/+13
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-105-8/+8
* Typo: mesage->messageJulien Nabet2014-08-271-1/+1
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-2011-42/+1
* java: don't catch and then just rethrow an exceptionNoel Grandin2014-08-201-15/+4
* java: remove modifiers implied by the contextNoel Grandin2014-08-203-5/+5
* java: remove unnecessary return statementsNoel Grandin2014-08-201-1/+0
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-2013-40/+40
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-201-2/+2
* java: no need to instantiate String objects directlyNoel Grandin2014-08-1928-75/+74
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-1918-52/+52
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-1959-258/+258
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-1949-105/+105
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-1911-34/+25
* java: remove unused methodsNoel Grandin2014-08-195-209/+1
* odk: Clean up commentsChris Laplante2014-08-1915-70/+10
* java: remove unused importsNoel Grandin2014-08-1412-28/+0
* java: remove commented out codeNoel Grandin2014-08-149-20/+0
* java: remove dead methodsNoel Grandin2014-08-1331-771/+50