summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev
AgeCommit message (Expand)Author
2018-01-26Fix typosAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2018-01-14Fix typosAndrea Gelmini
2017-12-19Fix typosAndrea Gelmini
2017-11-21Fix typosAndrea Gelmini
2017-08-17Fix typosAndrea Gelmini
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-03-19Fix typosAndrea Gelmini
2017-03-12Fix typosAndrea Gelmini
2017-03-02Fix typosAndrea Gelmini
2017-02-06Typo: s/dependend/dependent/iTor Lillqvist
2016-10-01Fix typosAndrea Gelmini
2016-09-29tdf#95386 Remove remaining mentions of Help AgentGabor Kelemen
2016-05-17odk: add missing modelinesMiklos Vajna
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt
2016-02-05Fix typosAndrea Gelmini
2016-01-10Fix typosAndrea Gelmini
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-02Fix typosAndrea Gelmini
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos
2015-07-19Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-05-07Fix typo informations -> informationAndrea Gelmini
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