summaryrefslogtreecommitdiffstats
path: root/vcl/source/gdi/print3.cxx
Commit message (Expand)AuthorAgeFilesLines
* Related tdf#91362: disable paper size & orientation selectionKatarina Behrens2015-08-061-1/+1
* tdf#91362: Make "printer was modified" status persistentKatarina Behrens2015-08-061-3/+13
* tdf#91362: Don't override printer page autodetectionKatarina Behrens2015-08-061-1/+8
* convert DRAWMODE constants to scoped enumNoel Grandin2015-05-201-6/+6
* assert on attempt to print after cancelCaolán McNamara2015-05-061-2/+2
* cancel doesn't cancel printingCaolán McNamara2015-05-061-7/+10
* Gradually typed LinkStephan Bergmann2015-04-301-2/+2
* vcl: convert new to ::CreateMichael Meeks2015-04-201-1/+1
* automated VclPtrInstance conversion.Michael Meeks2015-04-101-2/+2
* Convert more sites to VclPtrInstance.Michael Meeks2015-04-101-4/+6
* re-insert erroneously converted delete calls.Michael Meeks2015-04-101-0/+1
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-3/+3
* vclptr: switch printers away from boost_shared.Michael Meeks2015-04-101-5/+5
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-101-1/+1
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-4/+2
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-10/+10
* cppcheck: scope can be reducedCaolán McNamara2015-03-311-1/+2
* mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák2015-03-111-31/+42
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-163/+158
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-12/+12
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-2/+2
* fdo#82577: Handle RegionNoel Grandin2014-09-301-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-1/+1
* Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock2014-04-251-5/+5
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-021-2/+0
* coverity#705969 Dereference before null checkCaolán McNamara2014-03-221-1/+1
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-281-3/+3
* Remove visual noise from vclAlexander Wilms2014-02-261-1/+1
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-52/+52
* Doxygen warnings correctedChris Sherlock2014-02-051-30/+30
* Revert "Doxygen warnings corrected"Caolán McNamara2014-02-041-30/+30
* Doxygen warnings correctedChris Sherlock2014-02-041-30/+30
* bool improvementsStephan Bergmann2014-01-281-7/+7
* typo fixesAndras Timar2013-12-201-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-21/+21
* add gtk_message_dialog_new-alike ctor for MessageDialogCaolán McNamara2013-08-241-3/+5
* convert String to OUString in VCLNoel Grandin2013-08-121-1/+1
* Resolves: #i120529# abort print controller job, if no pages will be printedOliver-Rainer Wittmann2013-05-241-1/+7
* Related: fdo#61186 add a toggle to override the paper formatCaolán McNamara2013-05-201-17/+36
* Related: fdo#61186 always operate on printer settings paper formatCaolán McNamara2013-05-201-9/+29
* I can see no use anywhere of OverridePageSizeCaolán McNamara2013-05-171-5/+0
* Related: fdo#61186 ensure printer settings paper format is not clobberedCaolán McNamara2013-05-171-4/+41
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-139/+139
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
* fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin2013-02-121-44/+31
* RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/gdiChr. Rossmanith2013-01-121-63/+63
* Fix some file modesStephan Bergmann2012-11-061-0/+0
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-061-24/+63
* convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara2012-09-281-61/+91