summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewprn.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-07uno:Printersetup: Allow preselecting a printerSamuel Mehrbrodt1-2/+2
2020-04-07tdf#131849 Handle changed doc print options when printer changedMichael Weghorn1-0/+5
2019-10-30can avoid intermediate vcl::Window useCaolán McNamara1-2/+1
2019-10-29remove unnecessary includesCaolán McNamara1-0/+1
2019-10-02weld PrintDialogCaolán McNamara1-1/+1
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-1/+1
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-6/+2
2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin1-1/+1
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov1-30/+26
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+3
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+1
2019-02-07loplugin:flatten in sfx2Noel Grandin1-104/+104
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-29Adds print even pages/print odd pages options in print dialogDaniel Silva1-2/+11
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-2/+2
2018-10-09loplugin:constfields in sfx2Noel Grandin1-5/+5
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin1-1/+0
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-23weld SfxPrintOptionsDialogCaolán McNamara1-24/+19
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-1/+1
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-4/+4
2018-02-22weld native message dialogsCaolán McNamara1-8/+29
2018-02-20make it possible to set parent window for printer error messagesCaolán McNamara1-1/+1
2018-02-01tdf#42949 Remove unneeded helpids.h headers (2/3)Gabor Kelemen1-2/+0
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-26loplugin:oncevar in sfx2Noel Grandin1-2/+1
2017-06-13Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann1-2/+2
2017-05-19loplugin:stringcopy: sfx2Stephan Bergmann1-2/+2
2017-05-19make string translation loading more uniformCaolán McNamara1-4/+4
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin1-1/+0
2017-01-17new loplugin: useuniqueptr: sfx2Noel Grandin1-8/+6
2017-01-09tdf#104008: whole file name (file extension) for print jobthvallois1-1/+1
2016-12-21convert VclButtonsType to scoped enumNoel Grandin1-1/+1
2016-12-20convert SFX_EVENT constants to scoped enumNoel Grandin1-1/+1
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin1-3/+3
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in sfx2Stephan Bergmann1-5/+0
2016-10-21loplugin:expandablemethodds in include/sfx2Noel Grandin1-6/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-9/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-4/+4
2016-06-06tdf#89329: use unique_ptr for pImpl in viewshXisco Fauli1-7/+7