summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2014-02-23Remove unneccessary commentsAlexander Wilms21-583/+583
2014-02-22my upc router automatically adds .net to the domain search pathCaolán McNamara1-1/+1
2014-02-18Resolves: #i123744# use only one way to include serf headersYuri Dario9-9/+9
2014-02-18sal_Bool -> bool fixupStephan Bergmann3-10/+10
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann24-101/+101
2014-02-13coverity#707426 Uncaught exceptionCaolán McNamara2-2/+3
2014-02-13coverity#707424 Uncaught exceptionCaolán McNamara2-2/+2
2014-02-11coverity#1103732 Uncaught exceptionCaolán McNamara2-2/+3
2014-02-10coverity#1130193 Dereference after null checkCaolán McNamara1-2/+2
2014-02-08coverity#982486 Unchecked dynamic_castCaolán McNamara1-1/+2
2014-01-31coverity#984165 : Uninitialized scalar fieldNorbert Thiebaud1-21/+21
2014-01-31coverity#984166 : Uninitialized scalar fieldNorbert Thiebaud1-11/+11
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