summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/sane.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-07loplugin:ostr in extensionsNoel Grandin1-2/+2
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-1/+1
2021-12-10more ofz#42182 oss-build failureCaolán McNamara1-1/+3
2021-12-10ofz#42182 oss-build failureCaolán McNamara1-1/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin1-2/+2
2020-04-15loplugin:buriedassign in e*Noel Grandin1-4/+8
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen1-3/+0
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+3
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin1-2/+2
2018-11-04coverity#1440838 Unchecked return value from libraryCaolán McNamara1-1/+5
2018-11-04fix indentCaolán McNamara1-3/+3
2018-10-23loplugin:useuniqueptr in Sane::StartNoel Grandin1-8/+8
2018-10-20clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-3/+1
2018-10-15add SvStream::TellEndNoel Grandin1-2/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin1-1/+0
2018-07-22Fix typosAndrea Gelmini1-1/+1
2018-05-14loplugin:useuniqueptr in SaneDlgNoel Grandin1-4/+4
2018-05-07loplugin:useuniqueptr in SaneNoel Grandin1-7/+4
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: extensionsStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann1-25/+25
2017-11-04loplugin:constparams in various(1)Noel Grandin1-1/+1
2017-10-23loplugin:includeform: extensionsStephan Bergmann1-1/+1
2017-09-11Make clamping of aParams.format work reliablyStephan Bergmann1-1/+8
2017-09-08-Werror,-Wtautological-compare with latest clangNoel Grandin1-1/+1
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-24coverity#1242860 Unused value + loplugin:casttovoidCaolán McNamara1-2/+5
2017-07-24coverity#1242860 Unused valueCaolán McNamara1-1/+1
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-2/+2
2017-07-02loplugin:casttovoid: extensionsStephan Bergmann1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-04-18Avoid reserved identifierStephan Bergmann1-6/+6
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-8/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-30/+30
2015-10-07Sane::SetOptionValue return values are unusedStephan Bergmann1-29/+14
2015-09-17convert Link<> to typedNoel Grandin1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-4/+4
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-6/+6
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+2
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara1-1/+1