summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg/namedefdlg.cxx
AgeCommit message (Expand)Author
2020-09-27never null ScViewData*Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-16IsNameValid never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-14both branches dereference ScDocument* argCaolán McNamara
2020-08-19make a LabelType enum distinct from MessageTypeCaolán McNamara
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-14mpDoc is assumed to be non-nullCaolán McNamara
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara
2019-05-11weld conditional formattingCaolán McNamara
2019-04-11weld ScNameDefDlgCaolán McNamara
2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-20drop unnecessary includesCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-01-28tdf#86214 User isn't warned entering a cell address not allowedAbhilash Singh
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-07-26Resolves: tdf#87474 handle renaming of named expressions/ranges in formulasEike Rathke
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-03remove double definesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-16convert 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-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2014-11-07coverity#735814 Explicit null dereferencedEike Rathke
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-17document must be set modified when range name is defined, fdo#79451Markus Mohrhard
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-14sal_Bool->boolNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara