summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/printopt.cxx
AgeCommit message (Expand)Author
2020-07-29replace and drop SvtPrintWarningOptionsCaolán McNamara
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen
2019-12-27tdf#46037: simplify is/get methods in svtools/printoptionsJulien Nabet
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-07-26weld SfxCommonPrintOptionsTabPageCaolán McNamara
2019-02-09loplugin:indentation in sfx2..slideshowNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-04-18tdf#42949 Remove unnecessary localization headers of sfx2Gabor Kelemen
2018-03-20drop unnecessary includesCaolán McNamara
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-06-26loplugin:oncevar in sfx2Noel Grandin
2017-05-14tdf#58134 Reset Button in Options Dialogues does not Work with all Optionsmelikeyurtoglu
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin
2016-06-01Convert printer enums to scoped enumsNoel Grandin
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-10convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-02-13move print options .ui to sfx2 and adapt codeCaolán McNamara
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara
2012-11-29Resolves: fdo#44664 Provide a way to set the default print job format.Caolán McNamara
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks