summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* coverity#705438, obey preconditions of OUString functionsStephan Bergmann2014-01-301-4/+9
* bool improvementsStephan Bergmann2014-01-293-3/+3
* bool improvementsStephan Bergmann2014-01-289-16/+16
* Apparently broken bitmask creationStephan Bergmann2014-01-281-3/+3
* Apparently broken bitmask checksStephan Bergmann2014-01-281-2/+2
* coverity#440748 Explicit null dereferencedCaolán McNamara2014-01-281-0/+3
* coverity#440872 Dereference before null checkCaolán McNamara2014-01-281-7/+4
* Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky2014-01-279-77/+116
* coverity#1158203 Dereference null return valueCaolán McNamara2014-01-271-1/+4
* Resolves: #i123744# consider certificate's Subject Alternative Name...Oliver-Rainer Wittmann2014-01-222-5/+41
* ucb: fix inverted condition in webdav lcl_sendPartialGETRequestMichael Stahl2014-01-211-1/+1
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-10/+10
* Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2014-01-161-2/+2
* Revert "Resolves: fdo#72277 https CMIS Alfresco "The specified device is inva...Julien Nabet2014-01-132-7/+3
* Work around G_DEFINE_TYPE -Werror,-Wunused-functionStephan Bergmann2014-01-131-0/+7
* Resolves: fdo#72277 https CMIS Alfresco "The specified device is invalid."Julien Nabet2014-01-112-3/+7
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-1/+1
* Fix extra right parenthesisJulien Nabet2014-01-061-1/+1
* typo fixesAndras Timar2013-12-206-31/+31
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-172-11/+0
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-1714-28/+28
* remove unnecessary double calls to OUString constructorNoel Grandin2013-12-171-2/+1
* Clean-up uno/lbnames.hStephan Bergmann2013-12-161-0/+1
* remove unnecessary castsNoel Grandin2013-12-121-1/+1
* use OUString::endsWith where possibleNoel Grandin2013-12-121-1/+1
* Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann2013-12-066-65/+6
* We need an ENABLE_CURL, tooTor Lillqvist2013-12-051-1/+1
* Let's try to manage without building libcmis for iOSTor Lillqvist2013-12-051-1/+1
* remove some STRING_NOTFOUND usageNoel Grandin2013-12-041-8/+7
* Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann2013-11-271-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-223-6/+5
* remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin2013-11-221-1/+1
* remove unnecessary use of OUString::createFromAsciiNoel Grandin2013-11-2110-216/+158
* remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin2013-11-201-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-203-25/+25
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-11/+10
* Add data for Alfresco Cloud CMIS connectionCédric Bosdonnat2013-11-192-0/+16
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-1911-33/+32
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-193-26/+18
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-141-1/+0
* neon: stop using #pragma GCC system_headerMichael Stahl2013-11-142-1/+8
* -Werror,-Wunused-exception-parameterStephan Bergmann2013-11-141-1/+1
* remove unnecessary sal_Unicode casts in UCB moduleNoel Grandin2013-11-1419-63/+63
* ucb: kill webdav-neon/warnings_guard_ne_locks.h tooMichael Stahl2013-11-144-38/+5
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-1117-94/+94
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-113-3/+3
* OAuth2 application keys shouldn't be in the code.Cédric Bosdonnat2013-11-073-34/+2
* CMIS Versions dialog: fix version dateCédric Bosdonnat2013-11-071-1/+1
* remove unnecessary use of OUString constructor in UCB moduleNoel Grandin2013-11-0723-153/+129
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-043-17/+17