summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Components
AgeCommit message (Expand)Author
2014-11-25java: remove some comment noiseNoel 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: reduce excessive code indentation levelsNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-09-16Add back XTestDialogHandler methodsStephan Bergmann
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19odk: Clean up commentsChris Laplante
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel 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-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove unused importsNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove some unused fields in the ODK examplesNoel Grandin
2014-08-04java: remove commented out code for OpenOffice 3.3Noel Grandin
2014-06-05various: remove SAL_THROW macroNoel Grandin
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-18Typo: s/gurantee/guaranteeTor Lillqvist
2014-04-14typo: implemention -> implementationThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-03-10odk: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26Remove visual noise from odkAlexander Wilms
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet
2014-01-31fdo#54938 Convert odk to cppu::supportsServiceAlexandre Vicenzi
2013-12-20typo fixesAndras Timar
2013-12-17Keep using component_getImplementationEnvironment in extensionsStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-26typo fixes in commentsAndras Timar
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara