summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/sane.cxx
AgeCommit message (Expand)Author
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin
2020-04-15loplugin:buriedassign in e*Noel Grandin
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin
2018-11-04coverity#1440838 Unchecked return value from libraryCaolán McNamara
2018-11-04fix indentCaolán McNamara
2018-10-23loplugin:useuniqueptr in Sane::StartNoel Grandin
2018-10-20clang-tidy readability-delete-null-pointerNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin
2018-07-22Fix typosAndrea Gelmini
2018-05-14loplugin:useuniqueptr in SaneDlgNoel Grandin
2018-05-07loplugin:useuniqueptr in SaneNoel Grandin
2018-01-25Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: extensionsStephan Bergmann
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-10-23loplugin:includeform: extensionsStephan Bergmann
2017-09-11Make clamping of aParams.format work reliablyStephan Bergmann
2017-09-08-Werror,-Wtautological-compare with latest clangNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-24coverity#1242860 Unused value + loplugin:casttovoidCaolán McNamara
2017-07-24coverity#1242860 Unused valueCaolán McNamara
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-07-02loplugin:casttovoid: extensionsStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-04-18Avoid reserved identifierStephan Bergmann
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-07Sane::SetOptionValue return values are unusedStephan Bergmann
2015-09-17convert Link<> to typedNoel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara
2015-01-20Some more loplugin:cstylecast: extensionsStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn