summaryrefslogtreecommitdiff
path: root/cui/source/options/optsave.cxx
AgeCommit message (Expand)Author
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-27weld SvxSaveTabPageCaolán McNamara
2019-04-12loplugin:sequentialassign in comphelper..cuiNoel Grandin
2019-03-07log nice exception messages whereever possibleNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-01-22remove some sal_Bool remnantsNoel Grandin
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-07-26tdf#36747 add sort to match format list in file dialogsJames Raykowski
2017-07-21de-hrc various thingsCaolán McNamara
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann
2017-05-29tdf#36747 Add extension in Tools > Options > Load / Save > GeneralGian Domenico Ceccarini
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-02-10convert SvtSaveOptions::EOption to scoped enumNoel Grandin
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin
2016-11-26respect read-only config items in Options - Load/Save - General dialogAndras Timar
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-05-23tdf#89329: use unique_ptr for pImpl in optsaveXisco Fauli
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-19replace hideous SfxSaveTabPage defineNoel Grandin
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks