summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer/cupsmgr.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-12weld RTSPWDialogCaolán McNamara1-39/+22
2017-10-26Simplify and remove useless aRemovePrinters list (vcl)Julien Nabet1-9/+9
2017-10-23loplugin:includeform: vclStephan Bergmann1-5/+5
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-9/+9
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-06-02PPD parsing: set default as well as value, add more parsing info.Michael Meeks1-1/+3
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-3/+3
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-4/+4
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin1-10/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-05convert PrinterInfoManager::Type to scoped enumNoel Grandin1-2/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-5/+0
2016-06-21vcl: fix dbglevel>1 buildThorsten Behrens1-1/+1
2016-03-24tdf#93236 Revert "support fast MM printing in...Jan-Marek Glogowski1-90/+15
2016-03-09cups_dest_s::instance can be nullStephan Bergmann1-1/+1
2016-01-25vcl: cupsmgr.hxx is a private Unix-only headerChris Sherlock1-1/+1
2016-01-22Resolves: rhbz#1257635 after httpConnectEncrypt use cupsGetDests2Caolán McNamara1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-05-29tdf#91720 -after MailMerge print, plain std print is not possibleJuergen Funk1-0/+1
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+18
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-16/+16
2015-03-19CID 1288898: Uninitialized memberMiklos Vajna1-1/+2
2015-03-17fix higher debug buildCaolán McNamara1-1/+1
2015-03-11support fast MM printing in non-single-file mode only for CUPSLuboš Luňák1-14/+87
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-10/+10
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-25set names on some UNIX-only threadsMichael Stahl1-0/+2
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-4/+0
2014-03-31Resolves: fdo#43049 basic PPD custom options supportCaolán McNamara1-2/+8
2014-03-21move the cups password dialog from padmin to vclCaolán McNamara1-24/+68
2014-03-20disallow disabling cupsCaolán McNamara1-9/+1
2014-03-20Resolves: #i49980# Autosense fax4cups devices and configure automaticallyCaolán McNamara1-7/+16
2014-02-18fdo#41524: CUPS printing: use "collate" option when PDF is availableMichael Stahl1-0/+2
2014-02-18vcl: convert some printfs to SAL_INFOMichael Stahl1-68/+31
2014-01-10endSpool return value is effectively success flag, not job IDStephan Bergmann1-2/+2
2013-12-06fdo#60705 Don't discard valid printing options.Andrzej Hunt1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-12convert String to OUString in VCLNoel Grandin1-1/+1