summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-85/+0
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin1-1/+2
2012-12-01Lacking "/" at the end of .icedoveJulien Nabet1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-3/+0
2012-11-25Implement MQueryOp::RegExp functionalityStephan Bergmann1-3/+9
2012-11-20fdo#57285 restore acceptsURL logicDavid Ostrovsky1-3/+35
2012-11-14Cleanup unusedcode.easyJosé Guilherme Vanz2-27/+0
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-1/+2
2012-11-02stray )Caolán McNamara1-1/+1
2012-11-02connectivity: port mork driver to new OColumn, tooLionel Elie Mamane2-4/+14
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-6/+6
2012-10-13Remove unused MorkParser::getRecordKeys4ListJulien Nabet2-48/+0
2012-10-10mork driver: add list tables and unit testDavid Ostrovsky9-31/+227
2012-10-07Remove unused mork methodsJulien Nabet4-59/+0
2012-10-06some cppcheck cleaningJulien Nabet5-20/+15
2012-10-04Remove blocks of code that will never execute("#if 0" blocks)Marcos Paulo de Souza5-157/+0
2012-10-01Use prefixes for these UNO componentsTor Lillqvist2-2/+2
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-21MResultSet WaE fixedDavid Ostrovsky1-0/+4
2012-09-20mork driver: refactoring query engineDavid Ostrovsky3-380/+33
2012-09-19OResultSet: close() is routinely called after dispose()Stephan Bergmann2-12/+1
2012-09-19Some mork driver clean-up and configmgr access fixStephan Bergmann4-391/+29
2012-09-19Assuming the double iteration is a copy/paste snafuStephan Bergmann1-29/+26
2012-09-19Clean up warning/info reportingStephan Bergmann1-14/+13