summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/print/genprnpsp.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-11-15loplugin:flatten in vclNoel Grandin1-22/+23
2017-10-23loplugin:includeform: vclStephan Bergmann1-11/+11
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-1/+1
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M1-1/+1
2017-09-02Replace lists by vectors printer part (vcl)Julien Nabet1-2/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-3/+3
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin1-2/+2
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-05-02printerinfomanager.hxx can be moved into vclCaolán McNamara1-1/+1
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-2/+2
2017-03-10The previous commit wasn't really thought throughStephan Bergmann1-1/+1
2017-03-10loplugin:loopvartoosmallStephan Bergmann1-4/+3
2017-02-20remove unused enumerators from PrinterCapTypeNoel Grandin1-4/+0
2017-02-10convert Orientation to scoped enumNoel Grandin1-1/+1
2017-02-09convert PDFVersion to scoped enumNoel Grandin1-1/+1
2017-02-05sal_uIntPtr to sal_uInt16Matteo Casalin1-3/+3
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-3/+3
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2016-12-23Make these SAL_INFO’s a bit more usefulKhaled Hosny1-6/+6
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin1-6/+6
2016-11-23This code is only ever compiled on UnixKhaled Hosny1-14/+3
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-05convert DuplexMode to scoped enumNoel Grandin1-8/+8
2016-09-05convert Orientation to scoped enumNoel Grandin1-2/+2
2016-06-24tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli1-73/+77
2016-05-31Convert PrinterSupport to scoped enumNoel Grandin1-1/+1
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-3/+3
2016-04-07tdf#97087 - Give Idles comprehensible and unique namesMuhammet Kara1-1/+1
2016-03-27Revert "vcl: two printing headers should be private Unix headers"Julien Nabet1-1/+1
2016-03-28vcl: two printing headers should be private Unix headersChris Sherlock1-1/+1
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin1-3/+2
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-10/+10
2016-01-26sal_uLong/sal_uIntPtr to sal_uInt32 (printer GetCapabilities)Matteo Casalin1-1/+1
2016-01-26Reorder PspSalPrinter data members for better alignmentMatteo Casalin1-6/+6
2016-01-26sal_uIntPtr/sal_uLong to sal_uInt32 for number of printed copiesMatteo Casalin1-1/+1
2016-01-26Convert SAL_JOBSET_* defines to new JobSetFlags enum classMatteo Casalin1-7/+7
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-3/+2
2016-01-11vcl: move vcl/generic/app/ files to vcl/unx/generic/appChris Sherlock1-1/+1
2016-01-11vcl: move vcl/generic/print files to vcl/unx/generic/printChris Sherlock1-0/+1367