summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/validate.hxx
AgeCommit message (Expand)Author
2023-07-23don't need to duplicate CloseResponseToJustHide hereCaolán McNamara
2023-07-21Related: tdf#155708 Clean-up - Fix validity dialog closesBalazs Varga
2023-07-05tdf#155708 Fix validity dialog closes when moving focus to another windowBalazs Varga
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-01-24tdf#146913 don't destroy the dialog if we just want to hide itCaolán McNamara
2021-07-16use WhichRangesContainer in scNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-03Resolves: tdf#137215 restore original modality before dialog loop endsCaolán McNamara
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-09-26loplugin:constmethod in scNoel Grandin
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-05-13drop some unneeded includesCaolán McNamara
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara
2019-04-19drop some unneeded includesCaolán McNamara
2019-04-17boil incomprehensible template spew down to its simpler realityCaolán McNamara
2019-04-17weld ScTPValidationValue and ScValidationDlgCaolán McNamara
2019-04-10weld ScCorrelationDialogCaolán McNamara
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-09loplugin:unusedmethodsNoel Grandin
2018-10-08weld ScTPValidationErrorCaolán McNamara
2018-10-08weld ScTPValidationHelpCaolán McNamara
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-24loplugin:constparam in sc part5Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10loplugin:constantparam in scNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin
2016-01-19Make virtual ~ScValidationDlg non-inlineStephan Bergmann
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-09-24convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks