summaryrefslogtreecommitdiffstats
path: root/odk
Commit message (Expand)AuthorAgeFilesLines
* 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
* java: remove unused methodsNoel Grandin2014-08-195-209/+1
* odk: Clean up commentsChris Laplante2014-08-1915-70/+10
* Suppress unchecked warning - this is fineChris Sherlock2014-08-161-0/+1
* java: remove unused importsNoel Grandin2014-08-1412-28/+0
* java: remove commented out codeNoel Grandin2014-08-149-20/+0
* java: remove dead methodsNoel Grandin2014-08-1331-771/+50
* java: remove unused interfacesNoel Grandin2014-08-132-38/+0
* java: remove unused fieldsNoel Grandin2014-08-137-17/+17
* java: reduce scope, make some methods privateNoel Grandin2014-08-1337-132/+132
* java: reduce scope, make member classes privateNoel Grandin2014-08-1313-17/+17
* java: reduce scope, make fields privateNoel Grandin2014-08-1326-96/+96
* java: reduce scope, make constructors privateNoel Grandin2014-08-133-5/+5
* java: reduce scope, make constants privateNoel Grandin2014-08-124-25/+25
* java: fix broken javadoc tagsNoel Grandin2014-08-1229-79/+33
* java: remove useless javadoc tagsNoel Grandin2014-08-1212-122/+26
* java: remove unused parametersNoel Grandin2014-08-121-1/+0
* java: remove unnecessary semi-colonsNoel Grandin2014-08-1218-23/+23
* java: remove unused methodsNoel Grandin2014-08-124-113/+0
* java: remove unused fieldsNoel Grandin2014-08-1217-50/+2
* java: remove unused parametersNoel Grandin2014-08-127-14/+10