summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/validate.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen1-2/+0
2018-10-15loplugin:constfields in scNoel Grandin1-7/+7
2018-10-09loplugin:unusedmethodsNoel Grandin1-2/+0
2018-10-08weld ScTPValidationErrorCaolán McNamara1-11/+10
2018-10-08weld ScTPValidationHelpCaolán McNamara1-7/+6
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti1-0/+1
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-3/+3
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-1/+1
2017-08-24loplugin:constparam in sc part5Noel Grandin1-7/+7
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-1/+0
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin1-3/+10
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-8/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-09-10loplugin:constantparam in scNoel Grandin1-1/+1
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-1/+1
2016-01-19Make virtual ~ScValidationDlg non-inlineStephan Bergmann1-1/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-9/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-17/+17
2015-10-12convert Link<> to typedNoel Grandin1-5/+2
2015-09-24convert Link<> to typedNoel Grandin1-2/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+2
2015-08-05loplugin:unusedmethodsNoel Grandin1-2/+0
2015-07-22loplugin:unusedmethods scNoel Grandin1-14/+0
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-28/+34
2015-04-09vcl: VclPtr conversion in scNoel Grandin1-1/+3
2015-03-23loplugin:constantfunction: scNoel Grandin1-1/+2
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-2/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-11/+11
2014-08-20Work around unhelpful MSVC error C2216: override cannot be used with inlineStephan Bergmann1-93/+93
2014-08-20Bad hack to enforce weakly emitted RTTI for ScValidationDlgStephan Bergmann1-2/+17
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-3/+3
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-04-27constLuboš Luňák1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-3/+3
2014-04-10callcatcher: update unused codeCaolán McNamara1-3/+0
2014-04-09convert data validation tab page to .uiCaolán McNamara1-27/+32
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-12/+12
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-03Remove visual noise from scAlexander Wilms1-4/+4