summaryrefslogtreecommitdiffstats
path: root/odk
Commit message (Expand)AuthorAgeFilesLines
* document coverity#706181 Use of untrusted string valueCaolán McNamara2014-11-171-0/+1
* 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
* odk: disable MSVC warning C4996Michael Stahl2014-11-031-0/+5
* 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
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-34/+39
* reformat ValueChangerNoel Grandin2014-10-141-2/+0
* update page footer of SDK docsAndras Timar2014-10-096-6/+6
* java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin2014-10-071-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
* [API CHANGE] Remove internal-only osl/diagnose.hxx from SDKStephan Bergmann2014-09-291-1/+0
* Fix OFFICE_PROGRAM_PATH for new Mac OS X layoutStephan Bergmann2014-09-172-1/+12
* Remove obsolete -malign-natural on Mac OS X from SDK, tooStephan Bergmann2014-09-171-2/+2
* typoStephan Bergmann2014-09-161-1/+1
* Fix OO_SDK_URE_HOME for new Mac OS X layoutStephan Bergmann2014-09-163-11/+14
* Use OO_SDK_URE_BIN_DIRStephan Bergmann2014-09-161-1/+1
* Move the non-Darwin way to determine OO_SDK_URE_HOME to where it belongsStephan Bergmann2014-09-161-3/+3
* Remove unused OFFICE_OR_URE[_SUGGESTION] variablesStephan Bergmann2014-09-161-113/+81
* config.guess is apparently not supposed to be called directlyStephan Bergmann2014-09-162-3/+3
* 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
* check that ODK headers compile with C++03Luboš Luňák2014-09-152-0/+7
* build ODK headers check without LIBO_INTERNAL_ONLYLuboš Luňák2014-09-152-0/+9
* do not call the checkapi cxx file 'strings.cxx', now that it's the only oneLuboš Luňák2014-09-152-1/+1
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-105-8/+8
* Fixed some CppunitTest namesStephan Bergmann2014-08-282-1/+1
* 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-2014-41/+41
* 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