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