summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork
AgeCommit message (Expand)Author
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-13remove archaic drop comments referring to STRING_NOTFOUNDCaolán McNamara
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza
2013-10-07CID#738572 uninitialized membersCaolán McNamara
2013-10-04fdo#64741 Thunderbird mork driver: implement collected addressesDavid Ostrovsky
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-24Mark as constTakeshi Abe
2013-07-19Cleanup String in connectivityNorbert Thiebaud
2013-07-09Remove warning by using the right printf commandsArnaud Versini
2013-06-29remove some createFromAscii usageThomas Arnhold
2013-06-05use uno::Reference#clear() method...Noel Grandin
2013-05-09coverity#982277: reosurce leakMarkus Mohrhard
2013-05-06fix typoPhilipp Riemer
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-15prefix all component_getFactory methodsPeter Foley
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-04doubled namespaceThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky
2012-12-14callcatcher: update unused code listCaolán McNamara
2012-12-12Remove xml2cmp leftoversStephan Bergmann
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin
2012-12-01Lacking "/" at the end of .icedoveJulien Nabet
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-25Implement MQueryOp::RegExp functionalityStephan Bergmann
2012-11-20fdo#57285 restore acceptsURL logicDavid Ostrovsky
2012-11-14Cleanup unusedcode.easyJosé Guilherme Vanz
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin
2012-11-02stray )Caolán McNamara
2012-11-02connectivity: port mork driver to new OColumn, tooLionel Elie Mamane
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-10-13Remove unused MorkParser::getRecordKeys4ListJulien Nabet
2012-10-10mork driver: add list tables and unit testDavid Ostrovsky
2012-10-07Remove unused mork methodsJulien Nabet
2012-10-06some cppcheck cleaningJulien Nabet
2012-10-04Remove blocks of code that will never execute("#if 0" blocks)Marcos Paulo de Souza
2012-10-01Use prefixes for these UNO componentsTor Lillqvist