summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Expand)AuthorFilesLines
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin7-25/+25
2015-02-19ODK: Fix WError on windows x64 bitDavid Ostrovsky1-4/+4
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens1-2/+0
2015-02-08Typo: tilte->titleJulien Nabet1-1/+1
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist1-1/+1
2015-01-09java: simplify array creationNoel Grandin3-14/+7
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-4/+4
2015-01-04odk: use HTML_TIMESTAMP doxygen optionMiklos Vajna2-0/+2
2015-01-01Bump copyright year to 2015Andras Timar6-36/+36
2014-12-21No need for CppunitTest_odk_checkapi to disable compiler pluginsStephan Bergmann1-2/+0
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann1-10/+0
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann2-3/+6
2014-12-18The touch module, ByteBufferWrapper, and the libotouch library can go away nowTor Lillqvist1-1/+0
2014-12-15java: remove some unused fields and variablesNoel Grandin1-1/+1
2014-12-12java: fix non-public UNO implementation classesNoel Grandin8-8/+8
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin1-1/+1
2014-12-10java: remove comment noiseNoel Grandin1-1/+0
2014-12-03Fold URE: WindowsStephan Bergmann2-19/+5
2014-12-02Consistently use $(...)Stephan Bergmann1-3/+3
2014-12-02Fold URE: Remove OO_SDK_URE_HOME on non-WindowsStephan Bergmann4-32/+11
2014-12-02Remove obsolete setsdkenv_windows.templateStephan Bergmann4-224/+0
2014-12-01Some Windows Command Prompt don't like if ... ( set PATH=... )Stephan Bergmann1-9/+4
2014-12-01Generate oxt in OUT_BINStephan Bergmann1-1/+1
2014-12-01Fold URE: Linux ure/share/misc/* -> program/Stephan Bergmann2-18/+6
2014-11-28Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann1-1/+1
2014-11-28Fold URE: Linux ure/lib/* -> program/: adapt OO_SDK_URE_LIB_DIRStephan Bergmann1-1/+1
2014-11-28Fold URE: Linux ure/bin/* -> program/Stephan Bergmann1-1/+1
2014-11-25java: remove some comment noiseNoel Grandin5-32/+0
2014-11-25java: final fields that can be staticNoel Grandin3-4/+4
2014-11-24Adapt documentation to realityStephan Bergmann1-48/+29
2014-11-24Re-indent (no change to content)Stephan Bergmann1-423/+544
2014-11-24Both OFFICE_HOME and OO_SDK_URE_HOME are always setStephan Bergmann1-44/+19
2014-11-19Make SDK examples compile againStephan Bergmann13-0/+18
2014-11-18java: fix some raw types warningsNoel Grandin1-2/+2
2014-11-18java: make fields final where possibleNoel Grandin39-101/+101
2014-11-17document coverity#706181 Use of untrusted string valueCaolán McNamara1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini16-29/+29
2014-11-12java: convert fields to local variables where possibleNoel Grandin7-29/+18
2014-11-12java: last statement in finalize() method should be call to super.finalize()Noel Grandin1-1/+1
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-24/+24
2014-11-03odk: disable MSVC warning C4996Michael Stahl1-0/+5
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-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-34/+39
2014-10-14reformat ValueChangerNoel Grandin1-2/+0
2014-10-09update page footer of SDK docsAndras Timar6-6/+6
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin1-2/+2