summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print3.cxx
AgeCommit message (Expand)Author
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-05convert DuplexMode to scoped enumNoel Grandin
2016-06-24tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-03Convert NupOrderType to scoped enumNoel Grandin
2016-06-01Convert printer enums to scoped enumsNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14loplugin:passstuffbyref in vclNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin
2016-01-31sequence->vector in PrinterOptionsHelperNoel Grandin
2016-01-26sal_uIntPtr/sal_uLong to sal_uInt32 for number of printed copiesMatteo Casalin
2016-01-10Fix typosAndrea Gelmini
2016-01-08vcl: cosmetic, tabify print3.cxxChris Sherlock
2016-01-08vcl: cleanup namespaces in vcl/source/gdi/print3.cxxChris Sherlock
2016-01-08vcl: cleanup vcl/source/gdi/print3.cxx headersChris Sherlock
2016-01-08vcl: silence Doxygen warning about mismatched param var names in print3.cxxChris Sherlock
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-10-06Prefer getSelectedFiles to getFiles (vcl)Julien Nabet
2015-09-30Fix typosAndrea Gelmini
2015-09-15remove Link<> field that is never Call()'edNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-10Related tdf#91362: disable paper size & orientation selectionKatarina Behrens
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens
2015-06-25tdf#91362: Don't override printer page autodetectionKatarina Behrens
2015-05-20convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-05-06assert on attempt to print after cancelCaolán McNamara
2015-05-06cancel doesn't cancel printingCaolán McNamara
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-03-31cppcheck: scope can be reducedCaolán McNamara