summaryrefslogtreecommitdiffstats
path: root/connectivity/source
Commit message (Expand)AuthorAgeFilesLines
* typo: choosen -> chosenThomas Arnhold2014-04-141-1/+1
* typo: te -> theThomas Arnhold2014-04-141-1/+1
* remove static stringsThomas Arnhold2014-04-143-8/+4
* N_DEBUG never definedThomas Arnhold2014-04-141-4/+0
* replace some SvStream seeking with calls to remainingSize()Michael Stahl2014-04-111-3/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-117-121/+6
* It's "its", not "it's"Tor Lillqvist2014-04-105-5/+5
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-071-3/+2
* coverity#706300,306,983619: Uncaught exceptionNorbert Thiebaud2014-04-064-5/+16
* coverity#706292,95-96,98: Uncaught exceptionNorbert Thiebaud2014-04-061-24/+22
* fdo#43157 : clean up OSL_DEBUG_ONLYMichaël Lefèvre2014-04-051-1/+3
* fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre2014-04-044-5/+8
* /include/connectivity/dbtools.hxx: sal_Bool->boolNoel Grandin2014-04-041-12/+12
* Typo: corect->correctJulien Nabet2014-04-031-1/+1
* Remove unused getBinary/CharacterStreamStephan Bergmann2014-04-031-6/+0
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-037-14/+14
* loplugin:literaltoboolconversionStephan Bergmann2014-04-013-8/+8
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0110-11/+11
* loplugin:literaltoboolconversionStephan Bergmann2014-04-017-14/+14
* fix sal_Bool conversion in connectivity/source/drivers/adoNoel Grandin2014-04-011-1/+1
* connectivity: sal_Bool->boolNoel Grandin2014-04-018-34/+34
* connectivity: sal_Bool->boolNoel Grandin2014-04-0144-133/+133
* connectivity: sal_Bool->boolNoel Grandin2014-04-012-10/+10
* connectivity: sal_Bool->bool and fix method nameNoel Grandin2014-04-0118-59/+59
* connectivity: sal_Bool->boolNoel Grandin2014-04-0114-59/+59
* Remove remaining DBG_CTOR etc. remnants from connectivityStephan Bergmann2014-03-289-35/+0
* coverity#736137 Dereference null return valueCaolán McNamara2014-03-281-0/+2
* Forgot to extend queryInterfaceStephan Bergmann2014-03-281-1/+16
* Missing XTypeProvider base classStephan Bergmann2014-03-281-5/+6
* SAL_OVERRIDE, Mac OS X connectivity reduxStephan Bergmann2014-03-2713-371/+371
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-26217-3924/+3924
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-262-23/+23
* loplugin:passstringbyrefStephan Bergmann2014-03-1913-27/+27
* loplugin:passstringbyrefStephan Bergmann2014-03-191-1/+1
* No need for a virtual OPropertyContainer::getTypesStephan Bergmann2014-03-141-1/+1
* "prefix" and "postfix" are single wordsTor Lillqvist2014-03-141-5/+5
* comphelper,connectivity: prefer passing OUString by referenceNoel Grandin2014-03-1459-71/+71
* coverity#705789 Dereference before null checkCaolán McNamara2014-03-131-0/+3
* connectivity: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-1012-81/+15
* coverity#1190360 Unintended sign extensionCaolán McNamara2014-03-081-2/+2
* coverity#706316 help out coverity re tortured logicCaolán McNamara2014-03-062-16/+15
* Clean up uses of rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLengthStephan Bergmann2014-03-011-4/+2
* Remove visual noise from connectivityAlexander Wilms2014-02-27234-950/+940
* std::exception fixupStephan Bergmann2014-02-262-4/+4
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-26300-6324/+6324
* connectivity: harmonize types relatated to Tell()/Seek()Norbert Thiebaud2014-02-254-27/+27
* Remove unnecessary bool2anyStephan Bergmann2014-02-242-5/+4
* Remove unnecessary extractInterfaceStephan Bergmann2014-02-248-33/+34
* Remove unneccessary commentsAlexander Wilms2014-02-23314-6529/+6529
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-227-7/+15