summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer
AgeCommit message (Expand)Author
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
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-11-03loplugin:unusedmethods unused return typesNoel Grandin
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-09-06don't need to include all these headers, reduce to required minCaolán McNamara
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-07-15new loplugin unnecessary overrideNoel Grandin
2016-06-24tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli
2016-06-21vcl: fix dbglevel>1 buildThorsten Behrens
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-03-27Revert "vcl: two printing headers should be private Unix headers"Julien Nabet
2016-03-28vcl: two printing headers should be private Unix headersChris Sherlock
2016-03-24tdf#93236 Revert "support fast MM printing in...Jan-Marek Glogowski
2016-03-09cups_dest_s::instance can be nullStephan Bergmann
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-02-05Fix typosAndrea Gelmini
2016-01-25vcl: cupsmgr.hxx is a private Unix-only headerChris Sherlock
2016-01-22Resolves: rhbz#1257635 after httpConnectEncrypt use cupsGetDests2Caolán McNamara
2016-01-20Related: rhbz#1149116 collateEquals was set with OString::booleanCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-12-27sal_uIntPtr to sal_uInt32, int to sal_uInt32/sal_uInt64Matteo Casalin
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-27tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl