summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev
AgeCommit message (Expand)Author
2015-03-25Typo: formated->formattedJulien Nabet
2015-03-03TyposJulien Nabet
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-12java: fix non-public UNO implementation classesNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-19Make SDK examples compile againStephan Bergmann
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-14reformat ValueChangerNoel Grandin
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-10-07java: no need to explicitly extend java.lang.ObjectNoel Grandin
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel 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: classes in java.lang package do not need to be fully qualifiedNoel 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 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: reduce scope, make constants privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: remove unused fieldsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-04java: remove commented out code for OpenOffice 3.3Noel Grandin
2014-08-04java: removed unused importsNoel Grandin
2014-08-01typo: more then -> more thanTakeshi Abe
2014-06-29Typo: easiear->easierJulien Nabet
2014-06-20Make Linguistic SDK example use __getComponentFactoryStephan Bergmann
2014-06-04compareTo -> equalsNoel Grandin
2014-06-03odk/examples: mark them as examplesThomas Arnhold
2014-06-03odk/examples: pretty upThomas Arnhold
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2014-04-27automaticly -> automatically.Jan Holesovsky