summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print3.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-31sequence->vector in PrinterOptionsHelperNoel Grandin1-10/+11
2016-01-26sal_uIntPtr/sal_uLong to sal_uInt32 for number of printed copiesMatteo Casalin1-7/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-08vcl: cosmetic, tabify print3.cxxChris Sherlock1-10/+10
2016-01-08vcl: cleanup namespaces in vcl/source/gdi/print3.cxxChris Sherlock1-140/+138
2016-01-08vcl: cleanup vcl/source/gdi/print3.cxx headersChris Sherlock1-17/+16
2016-01-08vcl: silence Doxygen warning about mismatched param var names in print3.cxxChris Sherlock1-7/+7
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-12/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-20/+20
2015-11-04yyyyyNoel Grandin1-3/+3
2015-10-06Prefer getSelectedFiles to getFiles (vcl)Julien Nabet1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-15remove Link<> field that is never Call()'edNoel Grandin1-6/+0
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-4/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-10Related tdf#91362: disable paper size & orientation selectionKatarina Behrens1-1/+1
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens1-3/+13
2015-06-25tdf#91362: Don't override printer page autodetectionKatarina Behrens1-1/+8
2015-05-20convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin1-5/+5
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-6/+6
2015-05-06assert on attempt to print after cancelCaolán McNamara1-2/+2
2015-05-06cancel doesn't cancel printingCaolán McNamara1-7/+10
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-2/+2
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks1-4/+6
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-0/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-3/+3
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks1-5/+5
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-10/+10
2015-03-31cppcheck: scope can be reducedCaolán McNamara1-1/+2
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák1-31/+42
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-163/+158
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-12/+12
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock1-5/+5
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-03-22coverity#705969 Dereference before null checkCaolán McNamara1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-3/+3
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-52/+52
2014-02-05Doxygen warnings correctedChris Sherlock1-30/+30
2014-02-04Revert "Doxygen warnings corrected"Caolán McNamara1-30/+30
2014-02-04Doxygen warnings correctedChris Sherlock1-30/+30