summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork
AgeCommit message (Expand)AuthorFilesLines
2014-04-16connectivity: sal_Bool->boolNoel Grandin15-130/+130
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-04-01connectivity: sal_Bool->boolNoel Grandin4-6/+6
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-1/+1
2014-03-28coverity#736137 Dereference null return valueCaolán McNamara1-0/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann11-351/+351
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin3-6/+6
2014-02-27Remove visual noise from connectivityAlexander Wilms11-30/+24
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann16-600/+600
2014-02-23Remove unneccessary commentsAlexander Wilms15-415/+415
2014-02-17Drop unused #includeTakeshi Abe2-4/+0
2014-01-28bool improvementsStephan Bergmann2-6/+6
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist1-4/+4
2013-12-19CID#736937 Not restoring ostream formatCaolán McNamara1-13/+22
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin3-4/+4
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann1-1/+0
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-13remove archaic drop comments referring to STRING_NOTFOUNDCaolán McNamara1-1/+0
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2-4/+4
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin4-10/+10
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-2/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-13/+12
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza2-15/+5
2013-10-07CID#738572 uninitialized membersCaolán McNamara1-1/+2
2013-10-04fdo#64741 Thunderbird mork driver: implement collected addressesDavid Ostrovsky4-28/+47
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt1-3/+6
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-5/+5
2013-07-24Mark as constTakeshi Abe1-1/+1
2013-07-19Cleanup String in connectivityNorbert Thiebaud1-0/+2
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-2/+2
2013-06-29remove some createFromAscii usageThomas Arnhold1-1/+1
2013-06-05use uno::Reference#clear() method...Noel Grandin1-1/+1
2013-05-09coverity#982277: reosurce leakMarkus Mohrhard2-2/+0
2013-05-06fix typoPhilipp Riemer1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2-2/+2
2013-04-15prefix all component_getFactory methodsPeter Foley1-1/+1
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák34-348/+345
2013-03-27-Wunused-macrosStephan Bergmann1-3/+0
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold4-24/+24
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák1-1/+1
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-3/+1
2013-03-04doubled namespaceThomas Arnhold1-1/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-25loplugin: unused variablesThomas Arnhold1-4/+0
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky1-1/+1
2012-12-14callcatcher: update unused code listCaolán McNamara2-5/+0