summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2014-01-30coverity#705438, obey preconditions of OUString functionsStephan Bergmann1-4/+9
2014-01-29bool improvementsStephan Bergmann3-3/+3
2014-01-28bool improvementsStephan Bergmann9-16/+16
2014-01-28Apparently broken bitmask creationStephan Bergmann1-3/+3
2014-01-28Apparently broken bitmask checksStephan Bergmann1-2/+2
2014-01-28coverity#440748 Explicit null dereferencedCaolán McNamara1-0/+3
2014-01-28coverity#440872 Dereference before null checkCaolán McNamara1-7/+4
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky9-77/+116
2014-01-27coverity#1158203 Dereference null return valueCaolán McNamara1-1/+4
2014-01-22Resolves: #i123744# consider certificate's Subject Alternative Name...Oliver-Rainer Wittmann2-5/+41
2014-01-21ucb: fix inverted condition in webdav lcl_sendPartialGETRequestMichael Stahl1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-10/+10
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-2/+2
2014-01-13Revert "Resolves: fdo#72277 https CMIS Alfresco "The specified device is inva...Julien Nabet2-7/+3
2014-01-13Work around G_DEFINE_TYPE -Werror,-Wunused-functionStephan Bergmann1-0/+7
2014-01-11Resolves: fdo#72277 https CMIS Alfresco "The specified device is invalid."Julien Nabet2-3/+7
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-1/+1
2014-01-06Fix extra right parenthesisJulien Nabet1-1/+1
2013-12-20typo fixesAndras Timar6-31/+31
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2-11/+0
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann14-28/+28
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-2/+1
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-0/+1
2013-12-12remove unnecessary castsNoel Grandin1-1/+1
2013-12-12use OUString::endsWith where possibleNoel Grandin1-1/+1
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann6-65/+6
2013-12-05We need an ENABLE_CURL, tooTor Lillqvist1-1/+1
2013-12-05Let's try to manage without building libcmis for iOSTor Lillqvist1-1/+1
2013-12-04remove some STRING_NOTFOUND usageNoel Grandin1-8/+7
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-2/+2
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin3-6/+5
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin1-1/+1
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin10-216/+158
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin3-25/+25
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-11/+10
2013-11-19Add data for Alfresco Cloud CMIS connectionCédric Bosdonnat2-0/+16
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin11-33/+32
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin3-26/+18
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14neon: stop using #pragma GCC system_headerMichael Stahl2-1/+8
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in UCB moduleNoel Grandin19-63/+63
2013-11-14ucb: kill webdav-neon/warnings_guard_ne_locks.h tooMichael Stahl4-38/+5
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin17-94/+94
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin3-3/+3
2013-11-07OAuth2 application keys shouldn't be in the code.Cédric Bosdonnat3-34/+2
2013-11-07CMIS Versions dialog: fix version dateCédric Bosdonnat1-1/+1
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin23-153/+129
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin3-17/+17