summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Expand)AuthorFilesLines
2016-05-17odk: add missing modelinesMiklos Vajna233-3/+643
2016-05-13Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc.Stephan Bergmann2-2/+2
2016-04-27Make SDK examples compile againStephan Bergmann7-25/+46
2016-04-21Fix typosAndrea Gelmini1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke3-8/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-9/+0
2016-04-04fix setsdkenv_unix.sh to work with *-linux-gnu* (as on e.g. armhf)Rene Engelhard1-1/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-2/+0
2016-03-23odk: remove PREDICTABLE_URLS from doxygen configChris Sherlock1-2/+0
2016-03-18Revert "odk: Doxygen configuration upgraded"Chris Sherlock1-315/+46
2016-03-18odk: Doxygen configuration upgradedChris Sherlock1-46/+315
2016-03-11javadoc is HTML 4, not xhtml or html5, so <br/> is not allowedChristian Lohmaier2-2/+2
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt1-1/+1
2016-02-24cid#1326844: DP: Use doPrivilegedStephan Bergmann1-2/+9
2016-02-24cid#1326523,1326524: Resource leak on an exceptional pathStephan Bergmann1-11/+21
2016-02-18coverity#1326434 Dereference null return valueCaolán McNamara1-2/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-4/+4
2016-02-09Remove excess newlinesChris Sherlock12-27/+0
2016-02-09Formatting changes across all modulesChris Sherlock2-9/+9
2016-02-05Fix typosAndrea Gelmini9-9/+9
2016-02-04[ABI CHANGE] In SDK, replace regcompare with unoidl-checkStephan Bergmann2-2/+2
2016-01-23Win build: Set default script engine for cscriptArmin Le Grand1-1/+1
2016-01-10Fix typosAndrea Gelmini22-48/+48
2016-01-08Bump copyright year to 2016Adolfo Jayme Barrientos6-6/+6
2015-11-28-Werror,-Wstring-plus-intStephan Bergmann1-2/+2
2015-11-17remove vestigial Adabas D references in tests etc.Michael Stahl1-6/+5
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-6/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-8/+6
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-32/+18
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara1-30/+40
2015-10-12Kill dead mac os x 32bit odk build configRiccardo Magliocchetti1-20/+0
2015-10-02Fix typosAndrea Gelmini15-28/+28
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud1-2/+2
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos1-4/+4
2015-07-19Fix typosAndrea Gelmini2-2/+2
2015-07-08Fix typosAndrea Gelmini3-3/+3
2015-07-03Fix typosAndrea Gelmini13-19/+19
2015-06-29Explain how to test SDK examplesStephan Bergmann1-0/+22
2015-06-28Fix typosAndrea Gelmini2-2/+2
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-22Fix typosAndrea Gelmini2-2/+2
2015-06-17Fix CalcAddins exampleStephan Bergmann1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin3-9/+9
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin16-56/+56
2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin1-3/+1
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin1-1/+1