summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-125-12/+6
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-065-23/+33
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-065-33/+23
* coverity#983989 Uncaught exceptionCaolán McNamara2014-11-061-30/+41
* coverity#983985 Uncaught exceptionCaolán McNamara2014-11-061-25/+36
* coverity#983984 Uncaught exceptionCaolán McNamara2014-11-061-3/+21
* markup with event type not checker typeCaolán McNamara2014-11-051-0/+1
* coverity#707418 Uncaught exceptionCaolán McNamara2014-10-311-19/+34
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-292-2/+0
* coverity#704085 Unchecked return valueCaolán McNamara2014-10-281-1/+1
* coverity#1247636 Uncaught exceptionCaolán McNamara2014-10-171-2/+2
* java: final fields that can be staticNoel Grandin2014-10-171-2/+2
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-155-11/+4
* coverity#983990 Uncaught exceptionCaolán McNamara2014-10-112-2/+3
* coverity#1130163 Unchecked return valueCaolán McNamara2014-10-111-2/+3
* coverity#1241375 Uncaught exceptionCaolán McNamara2014-10-105-7/+36
* spelling: instanciated -> instantiatedNoel Grandin2014-10-0810-24/+24
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2014-10-022-4/+4
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-022-3/+3
* Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann2014-10-011-2/+0
* ucb: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-0113-85/+38
* Fix warnings in ucb/source/ucp/webdav/ (--with-webdav=serf)Stephan Bergmann2014-10-0110-80/+80
* Tired of seing changes made to effectively dead workben codeStephan Bergmann2014-10-0113-3635/+0
* fdo#82577: Handle TimeNoel Grandin2014-10-011-4/+4
* loplugin: cstylecastNoel Grandin2014-09-292-24/+24
* coverity#1240266 Logically dead codeCaolán McNamara2014-09-251-4/+0
* fdo#82577: Handle WindowNoel Grandin2014-09-231-3/+3
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-184-74/+4
* ucb: prevent out of bound access in OUStringNorbert Thiebaud2014-09-121-1/+1
* ucb: sal_Bool -> boolStephan Bergmann2014-09-116-9/+9
* fdo#55380 replaced use of obsolete interfacesDaniel Sikeler2014-09-102-18/+18
* Fix *_component_getFactory function typeStephan Bergmann2014-08-281-2/+2
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-1/+1
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-1/+1
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-1/+1
* java: remove unused importsNoel Grandin2014-08-143-3/+0
* java: remove commented out codeNoel Grandin2014-08-142-25/+0
* java: remove unused interfacesNoel Grandin2014-08-131-4/+0
* java: remove unused fieldsNoel Grandin2014-08-133-4/+4
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-2/+2
* java: reduce scope, make fields privateNoel Grandin2014-08-139-19/+19
* java: remove useless javadoc tagsNoel Grandin2014-08-121-8/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-122-0/+3
* java: variable cannot be nullNoel Grandin2014-08-081-14/+9
* java: remove unnecessary semi-colonsNoel Grandin2014-08-081-2/+2
* java: remove unused importsNoel Grandin2014-08-082-5/+0
* java: remove dead methodsNoel Grandin2014-08-082-62/+0
* java: remove commented out codeNoel Grandin2014-08-055-40/+0
* java: remove unused fieldsNoel Grandin2014-08-055-17/+0