summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer/printerinfomanager.cxx
AgeCommit message (Expand)Author
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-09-05loplugin:useuniqueptr in PrinterInfoManagerNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-01-31Modernize a bit vcl (part5)Julien Nabet
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin
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-20Replace list by unordered_set for m_aAlternateFiles (vcl)Julien Nabet
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-09-12WIP: Implement Basic Common Printing BackendYash Srivastav
2017-09-02Replace lists by vectors printer part (vcl)Julien Nabet
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-05-29remove some unnecessary OString constructor callsNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2017-01-13new loplugin: useuniqueptr: vclNoel 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-06don't need to include all these headers, reduce to required minCaolán McNamara
2016-09-05convert PrinterInfoManager::Type to scoped enumNoel Grandin
2016-06-21vcl: fix dbglevel>1 buildThorsten Behrens
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-03-24tdf#93236 Revert "support fast MM printing in...Jan-Marek Glogowski
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
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-11support fast MM printing in non-single-file mode only for CUPSLuboš Luňák
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
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-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin