summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer/ppdparser.cxx
AgeCommit message (Expand)Author
2017-06-02PPD parsing: set default as well as value, add more parsing info.Michael Meeks
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann
2017-02-08This is only used within vclKhaled Hosny
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin
2017-01-19silence warning spew, these aren't seriousCaolán McNamara
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-09-05Convert PPDKey::SetupType to scoped enumNoel Grandin
2016-09-05convert PrinterInfoManager::Type to scoped enumNoel Grandin
2016-09-03coverity#1371244 Missing move assignment operatorCaolán McNamara
2016-08-28coverity#1371444 Uninitialized scalar fieldCaolán McNamara
2016-08-18coverity#1371444 Uninitialized scalar fieldCaolán McNamara
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
2016-03-07improve defaultparams lopluginNoel Grandin
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-01-25vcl: cupsmgr.hxx is a private Unix-only headerChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-07Remove include stdio (part8)Julien Nabet
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01loplugin:staticfunctionNoel Grandin
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-09-12vcl: protect against out-of-bound access of empty OUStringNorbert Thiebaud
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann
2014-05-21Simplify logicStephan Bergmann
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann