summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer/ppdparser.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-08-08forcepoint#50 fix end detectionCaolán McNamara1-6/+6
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin1-3/+3
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-2/+2
2017-12-05loplugin: unnecessary destructor vbahelper..vclNoel Grandin1-1/+0
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-2/+2
2016-09-05Convert PPDKey::SetupType to scoped enumNoel Grandin1-7/+7
2016-09-05convert PrinterInfoManager::Type to scoped enumNoel Grandin1-1/+1
2016-09-03coverity#1371244 Missing move assignment operatorCaolán McNamara1-0/+7
2016-08-28coverity#1371444 Uninitialized scalar fieldCaolán McNamara1-0/+1
2016-08-18coverity#1371444 Uninitialized scalar fieldCaolán McNamara1-0/+1
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin1-2/+2
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin1-1/+1
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-6/+4
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-11/+7
2016-03-07improve defaultparams lopluginNoel Grandin1-2/+2
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin1-6/+4
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin1-1/+2
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-4/+8
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-5/+5
2016-01-25vcl: cupsmgr.hxx is a private Unix-only headerChris Sherlock1-1/+3
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-19/+19
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-47/+47
2015-10-27tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn1-4/+36
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-06-07Remove include stdio (part8)Julien Nabet1-1/+0
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+2
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-4/+6
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-5/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-6/+7
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann1-10/+10
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-5/+5
2014-09-12vcl: protect against out-of-bound access of empty OUStringNorbert Thiebaud1-3/+9
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-1/+1
2014-05-21Simplify logicStephan Bergmann1-9/+3
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-5/+2
2014-04-16sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann1-9/+9
2014-04-10Fix crash in ppd parser.Thorsten Behrens1-1/+3
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-5/+2
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-39/+0
2014-03-31Resolves: fdo#43049 basic PPD custom options supportCaolán McNamara1-5/+14
2014-03-21drop spadminCaolán McNamara1-59/+0