summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MQueryHelper.cxx
AgeCommit message (Expand)Author
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-10-25loplugin:unusedmethodsNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin
2018-10-21pvs-studio: Expression 'condition == MQueryExpression::AND' is always true.Caolán McNamara
2018-10-21queryComplete is always trueCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-07-27Remove unused iterators from MQueryHelper.cxx and mork_helper.cxxMuhammet Kara
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-05-07loplugin:useuniqueptr in MQueryHelperNoel Grandin
2018-01-27Modernize a bit connectivity (part2)Julien Nabet
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19loplugin:constparams in connectivityNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet
2016-02-11mork: Clean up unused includesDavid Ostrovsky
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23Use vector<bool> instead of vector<sal_Bool>Stephan Bergmann
2015-03-25new constantfunction lopluginNoel Grandin
2015-03-23Revert "loplugin:constantfunction: connectivity"Noel Grandin
2015-03-23loplugin:constantfunction: connectivityNoel Grandin
2015-02-27Re tdf#87789: Fix opening mork CollectedAddressBook TableStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-09Try work around MSVC warning C4503 (decorated name length exceeded)Stephan Bergmann
2015-01-07Resolves fdo#87789: show groups in collected addressesJulien Nabet
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05new loplugin: use more efficient find() methodsNoel Grandin
2014-05-30Fix memory leakStephan Bergmann
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-03-28coverity#736137 Dereference null return valueCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-04fdo#64741 Thunderbird mork driver: implement collected addressesDavid Ostrovsky
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-04doubled namespaceThomas Arnhold