summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print3.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-26Add 'SinglePrintJobs' to PrintOptionsSamuel Mehrbrodt1-8/+8
2020-10-19use tools::Long in vclNoel1-11/+11
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin1-62/+62
2020-07-13tdf#134646 Remove "nearest paper matching" featureSamuel Mehrbrodt1-9/+7
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-2/+2
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin1-1/+1
2020-02-11tdf#126744 Transfer paper size and orientation to new printerKelemen Gábor1-0/+21
2020-02-03make some headers privateCaolán McNamara1-1/+1
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-1/+1
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-10-02weld PrintDialogCaolán McNamara1-16/+13
2019-08-22loplugin:constmethod in vclNoel Grandin1-1/+1
2019-08-20loplugin:constvars in vclNoel Grandin1-1/+1
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin1-1/+1
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen1-4/+0
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov1-30/+19
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-8/+8
2019-04-30improve loplugin:stringconstantNoel Grandin1-19/+19
2019-03-26weld PrintProgressDialogCaolán McNamara1-14/+31
2019-02-22loplugin:unusedfields in vclNoel Grandin1-4/+0
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-09loplugin:unusedmethodsNoel Grandin1-5/+0
2018-11-29Resolves the mismatching behavior between page size and orientatin selectionDaniel1-0/+15
2018-11-29Sets page orientation box in print dialogDaniel Silva1-0/+2
2018-11-29Fix paper size combobox selectionDaniel1-0/+18
2018-11-29Adds More options dialog with single jobs checkbox in print dialogDaniel Silva1-6/+5
2018-11-29New Print Dialog DesignDaniel1-5/+6
2018-09-23loplugin:unusedmethodsNoel Grandin1-12/+0
2018-09-14loplugin:constfields in vclNoel Grandin1-1/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin1-7/+4
2018-04-23weld SfxPrintOptionsDialogCaolán McNamara1-1/+1
2018-04-17Set parent window for print dialogSamuel Mehrbrodt1-1/+2
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-02-22weld native message dialogsCaolán McNamara1-9/+9
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-8/+8
2018-02-20make it possible to set parent window for printer error messagesCaolán McNamara1-3/+10
2018-01-24loplugin:unused-returns in vclNoel Grandin1-2/+1
2018-01-15More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2018-01-10tdf#79077: Harmonize PapersizeFromSetup checkboxes in printer configKatarina Behrens1-0/+3
2017-12-22tdf#79077: Mildly improved user experienceKatarina Behrens1-2/+2
2017-12-20tdf#79077: Cleanup PapersizeFromSetup related codeKatarina Behrens1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-5/+5
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-10/+10
2017-09-12cppcheck: identicalConditionAfterEarlyExitJochen Nitschke1-6/+1