summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2014-09-25coverity#1240266 Logically dead codeCaolán McNamara1-4/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler4-74/+4
2014-09-12ucb: prevent out of bound access in OUStringNorbert Thiebaud1-1/+1
2014-09-11ucb: sal_Bool -> boolStephan Bergmann6-9/+9
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler2-18/+18
2014-08-28Fix *_component_getFactory function typeStephan Bergmann1-2/+2
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-14java: remove unused importsNoel Grandin3-3/+0
2014-08-14java: remove commented out codeNoel Grandin2-25/+0
2014-08-13java: remove unused interfacesNoel Grandin1-4/+0
2014-08-13java: remove unused fieldsNoel Grandin3-4/+4
2014-08-13java: reduce scope, make member classes privateNoel Grandin1-2/+2
2014-08-13java: reduce scope, make fields privateNoel Grandin9-19/+19
2014-08-12java: remove useless javadoc tagsNoel Grandin1-8/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin2-0/+3
2014-08-08java: variable cannot be nullNoel Grandin1-14/+9
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-2/+2
2014-08-08java: remove unused importsNoel Grandin2-5/+0
2014-08-08java: remove dead methodsNoel Grandin2-62/+0
2014-08-05java: remove commented out codeNoel Grandin5-40/+0
2014-08-05java: remove unused fieldsNoel Grandin5-17/+0
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin1-1/+1
2014-08-04fix spelling compilant -> compliantNoel Grandin3-3/+3
2014-07-28Linked the sax library to CMISMihai Varga1-0/+1
2014-07-28UNO to CMIS properties conversion fixMihai Varga1-13/+50
2014-07-25Avoid possible memory leaks in case of exceptionsTakeshi Abe9-28/+32
2014-07-17fdo#72277: don't build and use nsspem when building against system curlCédric Bosdonnat2-0/+8
2014-07-15fdo#72277: Use NSS CACERT in cmis ucp with internal curlCédric Bosdonnat2-0/+28
2014-07-11webdav: Do not return reference here.Matúš Kukan2-4/+4
2014-07-08webdav: fix locking in webdav_ucp::Content::getResourceType()Matúš Kukan1-1/+11
2014-07-02InteractionSupplyName is a detail of SimpleNameClashResolveRequestStephan Bergmann1-0/+1
2014-06-29Typo: conteiner->containerJulien Nabet1-1/+1
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin3-6/+6
2014-06-24webdav: Do not call into DAVResourceAccess with mutex locked.Matúš Kukan1-52/+64
2014-06-24fdo#72157: webdav: Release WebDAV file lock on document close.Matúš Kukan5-0/+15
2014-06-24new compilerplugin returnbyrefNoel Grandin2-8/+8
2014-06-23webdav: Do not throw when saving new document.Matúš Kukan2-7/+12
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-20/+4
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-10coverity#707429 Uncaught exceptionCaolán McNamara2-3/+5
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin8-41/+7
2014-06-05ucb: move APR dependencies to gb_LinkTarget__use_aprMichael Stahl1-5/+0
2014-06-05apr uses iconvTor Lillqvist1-0/+1
2014-06-05ucb: remove SAL_THROW macroNoel Grandin16-33/+32
2014-06-04compareTo -> equalsNoel Grandin9-17/+13
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-2/+1