summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/solvrdlg.cxx
AgeCommit message (Expand)Author
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-08-09loplugin:flatten sc/miscdlgsNoel Grandin
2019-12-13Resolves: tdf#128077 cancel goalseek subdialogs on forced removalCaolán McNamara
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-05-24cannot create a shared_ptr from an existing objectNoel Grandin
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara
2019-04-12weld ScSolverDlgCaolán McNamara
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen
2019-01-26add a Dialog::runAsync for the non-controller caseNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-03-20drop unnecessary includesCaolán McNamara
2018-02-22weld native message dialogsCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-02-22loplugin:commaoperator in sc/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-24convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-28fdo#39468 Translate German comments in sc/source/ui/miscdlgsThomas Viehmann
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-17sc: prefer passing OUString by referenceNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2013-10-04convert sc/.../solvrdlg.hxx from String to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-07-14If you do DRY don't do it with a MACRO.Tomaž Vajngerl
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara
2013-04-16adapt code to goal seek dialog .ui conversionCaolán McNamara
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous include commentsThomas Arnhold