summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)AuthorFilesLines
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold3-0/+8
some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
2014-04-23RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE has never had any effectTor Lillqvist1-2/+1
Change-Id: I9004ec2229cd31fb899b23c8ce59f5fd49ac03a2
2014-04-22Revert "coverity#1202903 Uncaught exception"Stephan Bergmann2-2/+2
This reverts commit 3716833635926fa59372a8274decfebd4dc498e9, DeploymentException is a RuntimeException.
2014-04-21remove comments why a file gets includedThomas Arnhold2-5/+0
also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
2014-04-19coverity#982450 Explicit null dereferencedDavid Tardon1-1/+1
Change-Id: I7097ce6ffc86038966a2f436300f49b51ff81977
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold312-874/+874
2014-04-19another blind fix for windows buildDavid Tardon1-1/+1
Change-Id: I9050d2d6e77db1ba159ab7a9fb574b928ca4df43
2014-04-19blind fix for breaking windows buildDavid Tardon2-18/+18
error C2556: 'sal_Bool MNS_InitXPCOM(sal_Bool *)' : overloaded function differs only by return type from 'bool MNS_InitXPCOM(sal_Bool *)' error C2371: 'MNS_InitXPCOM' : redefinition; different basic types error C2440: 'initializing' : cannot convert from 'bool *' to 'sal_Bool *' Change-Id: Ica225dd47e8d90833ce56c0bd4ee38e5013196f6
2014-04-17loplugin:literaltoboolconversionStephan Bergmann1-1/+1
Change-Id: Iade344b7b148787fea183fbabd3c72b711766cb3
2014-04-17coverity#1202903 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I2872cf32d9cd3d28a70d02365e2169da5f79ad7b
2014-04-17coverity#706314 Uncaught exceptionCaolán McNamara2-2/+3
Change-Id: Ib723848550c910f94db2b1c5bc16e5f886e03bed
2014-04-17remove executable bitAndras Timar1-0/+0
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
2014-04-16WaE: -Werror=maybe-uninitializedCaolán McNamara3-3/+3
Change-Id: Id9226a5d460c114d4811209020f408779dd2424d
2014-04-16connectivity: sal_Bool->boolNoel Grandin196-1489/+1492
Change-Id: I96371121ce6697f153f4e973e65831ea2265eb56
2014-04-15whitespace for include statementsThomas Arnhold2-11/+11
Change-Id: I76bd0ef07a2fa134e948724cecdf539ffe6ccb8a
2014-04-15non-desktop: Avoid dbaccess.Jan Holesovsky1-1/+2
Change-Id: I4cabda76917cded05a2978b1a280775b7f77a0de
2014-04-14typo: paramter -> parameterThomas Arnhold1-1/+1
2014-04-14typo: recusive -> recursiveThomas Arnhold1-1/+1
2014-04-14typo: drived class -> derived classThomas Arnhold1-1/+1
2014-04-14typo: artifical -> artificialThomas Arnhold1-1/+1
2014-04-14typo: postion -> positionThomas Arnhold1-1/+1
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-04-14typo: te -> theThomas Arnhold1-1/+1
2014-04-14remove static stringsThomas Arnhold3-8/+4
2014-04-14N_DEBUG never definedThomas Arnhold1-4/+0
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-3/+1
Change-Id: I2905e98425b9991d6138ab0adc15083d313ca445
2014-04-11Clean up function declarations and some unused functionsStephan Bergmann7-121/+6
Change-Id: I4c63cd304908ce0e8ae3f9938d7323225dd314a5
2014-04-10It's "its", not "it's"Tor Lillqvist5-5/+5
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-3/+2
Change-Id: I0ef2e67f6d61e0ce118c0f5e926b8194ef9d8058
2014-04-06coverity#706300,306,983619: Uncaught exceptionNorbert Thiebaud4-5/+16
Change-Id: If46a483ba0a5334926ffb5c25db064a5d2b81e46
2014-04-06coverity#706292,95-96,98: Uncaught exceptionNorbert Thiebaud1-24/+22
Change-Id: I7daf691bdaef6939112383f65ba72d246efe58c8
2014-04-05fdo#43157 : clean up OSL_DEBUG_ONLYMichaël Lefèvre1-1/+3
Change-Id: Ic92b64cfaec41bf4104cede5f26579d86543b9a8 Reviewed-on: https://gerrit.libreoffice.org/8804 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre4-5/+8
Change-Id: Iaca31b4e12c258b762b3d88fbad0fb08b4f1fc16 Reviewed-on: https://gerrit.libreoffice.org/8832 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-04/include/connectivity/dbtools.hxx: sal_Bool->boolNoel Grandin1-12/+12
Change-Id: Ie1e1952e3d39d53756583482826dfc3b65b5f9e0
2014-04-03Typo: corect->correctJulien Nabet1-1/+1
Change-Id: I31267af8aae35d647b8c4b0a0c5f926ad4779919
2014-04-03Remove unused getBinary/CharacterStreamStephan Bergmann1-6/+0
Change-Id: I008d4190191ebff1c6c97af120b1db2707597ffe
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin7-14/+14
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-01loplugin:literaltoboolconversionStephan Bergmann3-8/+8
Change-Id: I90f590a64f6004aecf7da5253db158e382a5b801
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann10-11/+11
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01loplugin:literaltoboolconversionStephan Bergmann7-14/+14
Change-Id: I9f0e84b63ee6e338fc273c137eb1d1470b8185dc
2014-04-01fix sal_Bool conversion in connectivity/source/drivers/adoNoel Grandin1-1/+1
Change-Id: I89a17d645870d9a6a896c738979b1e1f59caa08e
2014-04-01connectivity: sal_Bool->boolNoel Grandin8-34/+34
Change-Id: Ice855d69c70d4f5fc119ddf1ddebf18ee6add270
2014-04-01connectivity: sal_Bool->boolNoel Grandin44-133/+133
Change-Id: Iafa52d3643b9313c20c75cf98f6b1ec231bf9d6d
2014-04-01connectivity: sal_Bool->boolNoel Grandin2-10/+10
Change-Id: Ia45f9776e0b27720647c664541a41b5f46eedc37
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin18-59/+59
Convert method name getBoleanComparisonPredicate to getBooleanComparisonPredicate Change-Id: I00c726b1fecd8352dc49f2af98c3ae3c799ef424
2014-04-01connectivity: sal_Bool->boolNoel Grandin14-59/+59
Change-Id: Ic583deda8b0be3c89bcd644a1872ebd83276487a
2014-03-28Remove remaining DBG_CTOR etc. remnants from connectivityStephan Bergmann9-35/+0
Change-Id: I9d7ca8354cef6a1474914ce290c476460f982bdd
2014-03-28coverity#736137 Dereference null return valueCaolán McNamara1-0/+2
Change-Id: Ie66e71e2aff49db5c0192fd0e787231081d24060
2014-03-28Forgot to extend queryInterfaceStephan Bergmann1-1/+16
...in 8b533d84f3ae211fdfafc2adc8d8567f366771d4 "Missing XTypeProvider base class." Change-Id: I477e47f2a383caab225f55ea1c46094946971b86
2014-03-28Missing XTypeProvider base classStephan Bergmann1-5/+6
Change-Id: I4e457b55d7d5cd255a0931030f35150d1dd6bf09