summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Collapse)Author
2014-02-13coverity#707426 Uncaught exceptionCaolán McNamara
Change-Id: Iff174a7398c5e3d506418b4587fe604a1d46972c
2014-02-13coverity#707424 Uncaught exceptionCaolán McNamara
Change-Id: I4111feef91c4de993c490c3a702973c8fae69441
2014-02-11coverity#1103732 Uncaught exceptionCaolán McNamara
Change-Id: I3585421107776969efc0888cb581c004cc2aef67
2014-02-10coverity#1130193 Dereference after null checkCaolán McNamara
Change-Id: I38078c01f8ac37735784508664dfe31aa8f7cf3a
2014-02-08coverity#982486 Unchecked dynamic_castCaolán McNamara
Change-Id: I241300f05ab537f2ab89d15f06ce6c04ffec14b5
2014-01-31coverity#984165 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I9571b7f2dfabf1774acbf6b569aa1edc8fb6fda9
2014-01-31coverity#984166 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: Ibc58fb412cd171193e0a76beb1a45a38b4cb412d
2014-01-30coverity#705438, obey preconditions of OUString functionsStephan Bergmann
Change-Id: Ifd8d9a258ca69fbcdafbbb7b8eedd1905e3473bd
2014-01-29bool improvementsStephan Bergmann
Change-Id: I0dc09b7a6ee2849bd0c2ffc31be45f81cd2c15ee
2014-01-28bool improvementsStephan Bergmann
Change-Id: I9a3c7a425342373d02d2664a3444c50bfd629970
2014-01-28Apparently broken bitmask creationStephan Bergmann
Change-Id: I001a529b6690fe421d626133e0257c71df1d5ddf
2014-01-28Apparently broken bitmask checksStephan Bergmann
Change-Id: Ie5749b43de5e47cfede4662e346dee194c454b2f
2014-01-28coverity#440748 Explicit null dereferencedCaolán McNamara
Change-Id: I86c08660f2c01618b661b90c84757a1f7f2b9b83
2014-01-28coverity#440872 Dereference before null checkCaolán McNamara
Change-Id: I263f6c5c74f42b33155365ccb163c3b68f538a97
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky
Using OSL_LOG_PREFIX in the exceptions is not a good idea; it blows the size of the string literals tremendously - full build path for every line that uses that, including the line. Let's not remove it for good, but hide it for non-debug builds (OSL_DEBUG_LEVEL == 0) so that anybody who would like to use this during debugging could still do (but I doubt it has any value for anybody). Change-Id: Icc8db95ae0862671a206e681f92c60cdf51ffc32
2014-01-27coverity#1158203 Dereference null return valueCaolán McNamara
Change-Id: I8cff85b4d68c28581ddb7a8552378422be6b6a25
2014-01-22Resolves: #i123744# consider certificate's Subject Alternative Name...Oliver-Rainer Wittmann
field when searching for matching certificate host name (cherry picked from commit 226085ad2004319c5142b392bb4b48ab79c3b747) Change-Id: I0d1690f75c1aa3288c677823105e21bb6e969f41
2014-01-21ucb: fix inverted condition in webdav lcl_sendPartialGETRequestMichael Stahl
(regression from a3f32769fc4bb23c64168b412dd10ec769a3854d) Change-Id: Ic72b0e874ebf19e25e43af1f8750c63c04ed8a8e
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
3af99e4d59d89c343965a928681a30f36b1007d2 "convert equalsAsciiL calls to startsWith calls" should rather have converted to oprator ==. Change-Id: Id4a8836c5d6d570e54661c40be7214632e202b21
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
2014-01-13Revert "Resolves: fdo#72277 https CMIS Alfresco "The specified device is ↵Julien Nabet
invalid."" This reverts commit 0d1f724f9645e7ec0da6a4c3a1c22d0dcf785cb6. (as requested by https://bugs.freedesktop.org/show_bug.cgi?id=72277#c20)
2014-01-13Work around G_DEFINE_TYPE -Werror,-Wunused-functionStephan Bergmann
At least G_DEFINE_TYPE from glib2-devel-2.38.2-2.fc20.x86_64 /usr/include/glib-2.0/gobject/gtype.h defines unsed *_get_instance_private functions. Change-Id: I47211b6451d9699c7b8741555f3ad11a09e411bf
2014-01-11Resolves: fdo#72277 https CMIS Alfresco "The specified device is invalid."Julien Nabet
Change-Id: I34f8b5e19d9bea0c6d98a7f3258b67e82c50e1de
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
Convert code like: buf.append( static_cast<sal_Unicode>('!') ); to: buf.append( '!' ); Change-Id: Iacb03a61de65a895540940953b49620677b3d051
2014-01-06Fix extra right parenthesisJulien Nabet
Change-Id: I0386aedb2fc8c70122fc1e5d7c370ca5fd47ad9e
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
Change-Id: I6f75d0df0ddafc892fef0ce1bfdcdd6c70151afc Reviewed-on: https://gerrit.libreoffice.org/7104 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
Change-Id: Ib2690e3ec9987b97363687b61fe8ddae4ace9058
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
2013-12-12remove unnecessary castsNoel Grandin
It is no longer necessary to cast to sal_Unicode when calling OUStringBuffer::append Change-Id: Iab3d1e12eef472cfe11f1d0d1969ca404091dd7d
2013-12-12use OUString::endsWith where possibleNoel Grandin
Change-Id: Ie2b68f79a7f9a54899f1d727f9a1fc7cfb14d90a
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann
...and assorted OUStringHash clean up Change-Id: I779904e1275e8df88f567beb388d1d11af9e9671
2013-12-05We need an ENABLE_CURL, tooTor Lillqvist
It is not enough to just have CURL in BUILD_TYPE or not. At least the ftp UCP requires libcurl unconditionally, so it can't be built if we don't have either a system or bundled libcurl. Change-Id: I38e9939acb160d581e9a070a6cd7a0c89ddb5266
2013-12-05Let's try to manage without building libcmis for iOSTor Lillqvist
libcmis needs curl and sice 618052e201318bcfba8a0fcdd29cf88eaa4a143e we don't build that for iOS. Change-Id: I78b5faa1a997a3e304cdbd80e254eab370caf552
2013-12-04remove some STRING_NOTFOUND usageNoel Grandin
from old, probably dead code. Completely untested. But at least it's not in my grep results anymore. Change-Id: I9d917d0558bcab25a48fa36140beaa92150b62c9
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
Change-Id: I76be464200d486efef9c8a7e957c310c9adae3b8
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
A final pass through the code, converting code to use the new OUString and OString methods that can detect string literals. Change-Id: Ifa6382335e5650a1c67e52006b26354e0692c710
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin
Convert code like: sType.equalsIgnoreAsciiCase(OUString("VIEW")); to: sType.equalsIgnoreAsciiCase("VIEW"); Change-Id: I6fb47e6a83b561c7e5a25da76b63606a3174858d
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin
Convert code like this: OUString aStrSpacing(OUString::createFromAscii("spacing")); to: OUString aStrSpacing("spacing"); Change-Id: Ia2b7d6b42f35d33cfe587a0d6668030f3537fa6d
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin
Convert code like: defaultValue.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "nextval(" ) ); to: defaultValue.startsWith( "nextval(" ); Change-Id: I77bdcbf46bec6ded3c16a8248634b1424a1eb4f0
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
Convert code like: aStrBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "ln(x)" )); to: aStrBuf.append( "ln(x)" ); which compiles down to the same code. Change-Id: I24c7cb45ceb32fd7cd6ec7ed203c2a5d746f1c5c
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
Convert code like: aStr.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ActiveConnection" ) ) to aStr.startsWith( "ActiveConnection" ) which compiles down to the same machine code. Change-Id: Id4b0c5e0f9afe716a468d3afc70374699848dc33
2013-11-19Add data for Alfresco Cloud CMIS connectionCédric Bosdonnat
Change-Id: Ie5374f2e81e1429294805f05ae432fba86cc50df
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
This is largely unnecessary when working with OUString Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0
2013-11-14neon: stop using #pragma GCC system_headerMichael Stahl
... it breaks dependency generation. Change-Id: I524f1789c32a633e8930a4e36a893ce02de66390
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann
Change-Id: I648399356bed41f6aa9d6ec276ee975f5d3b1fa4
2013-11-14remove unnecessary sal_Unicode casts in UCB moduleNoel Grandin
Change-Id: Ib93120ec0cae76b5ea19f723054363771b27ab56