summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print3.cxx
AgeCommit message (Expand)Author
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
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist