summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer/ppdparser.cxx
AgeCommit message (Expand)Author
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-09-18remove unused crc functionality from ZCodecNoel Grandin
2019-09-16tdf#42949 Fix IWYU warnings in vcl/unx/generic/*Gabor Kelemen
2019-09-01Fix '..'Andrea Gelmini
2019-04-30improve loplugin:stringconstantNoel Grandin
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai
2019-04-08improve combining in hash functionsNoel Grandin
2019-02-22loplugin:unusedfields in vclNoel Grandin
2019-02-11loplugin:indentation in vclNoel Grandin
2019-01-13Simplify, avoid getTokenMatteo Casalin
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-11-28Resolves: tdf#112215 null deref on missing optional ppd valueCaolán McNamara
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-20Fix typosAndrea Gelmini
2018-07-17loplugin:useuniqueptr in PPDParserNoel Grandin
2018-06-26forcepoint#50 fix end detectionCaolán McNamara
2018-06-20forcepoint: rework to explore loopCaolán McNamara
2018-05-17loplugin:unusedfields in vclNoel Grandin
2018-04-25loplugin:useuniqueptr in PPDDecompressStreamNoel Grandin
2018-03-09loplugin:constantparam in vclNoel Grandin
2018-01-31Modernize a bit vcl (part5)Julien Nabet
2018-01-17loplugin:useuniqueptr in PPDParserNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-11-22drop duplicate methodCaolán McNamara
2017-11-05PPDCache: fix segfault due to access after deleteAshod Nakashian
2017-11-02vcl: fix dbg_util build after enum class changeThorsten Behrens
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-22Fix wrong use of emplace/emplace_backJulien Nabet
2017-10-21Replace lists by vectors in ppdparser (vcl)Julien Nabet
2017-10-18use std::unique_ptr in PPDCacheNoel Grandin
2017-09-22vcl: [loplugin:badstatics] PPDParserMichael Stahl
2017-09-12no CPDParser under AndroidCaolán McNamara
2017-09-12loplugin:unnecessaryparenStephan Bergmann
2017-09-12CUPS_VERSION_MAJOR is not definedCaolán McNamara
2017-09-12Add Common Printing Dialog FunctionalityYash Srivastav
2017-09-02Replace lists by vectors printer part (vcl)Julien Nabet
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-06-02PPD parsing: set default as well as value, add more parsing info.Michael Meeks