summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg/namedlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-16IsNameValid never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-9/+7
2020-09-14both branches dereference ScDocument* argCaolán McNamara1-1/+1
2020-08-19make a LabelType enum distinct from MessageTypeCaolán McNamara1-4/+4
2020-08-09loplugin:flatten in scNoel Grandin1-28/+28
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-4/+4
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-1/+1
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara1-3/+3
2019-10-15Resolves: tdf#128137 cursor jumping during edit, etc.Caolán McNamara1-4/+6
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara1-4/+4
2019-05-11weld conditional formattingCaolán McNamara1-4/+4
2019-04-12rename ScRangeManagerTable back to RangeManagerTableCaolán McNamara1-1/+1
2019-04-11weld ScNameDefDlgCaolán McNamara1-1/+1
2019-04-11weld ScNameDlgCaolán McNamara1-181/+164
2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen1-2/+0
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-3/+1
2019-01-08Simplify containers iterations in sc/source/ui/[f-u]*Arkadiy Illarionov1-8/+5
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen1-0/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-4/+5
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-2/+2
2017-08-25loplugin:constparam in sc part6Noel Grandin1-1/+1
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin1-2/+0
2017-04-04tdf#39468 Translate German commentsJens Carl1-1/+1
2017-01-28tdf#86214 User isn't warned entering a cell address not allowedAbhilash Singh1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-9/+9
2016-09-23convert formula error codes to scoped enumNoel Grandin1-2/+2
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-1/+1
2016-07-26Resolves: tdf#87474 handle renaming of named expressions/ranges in formulasEike Rathke1-1/+6
2016-04-21new plugin stylepoliceNoel Grandin1-2/+2
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke1-9/+9
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-1/+1
2016-03-03remove double definesJochen Nitschke1-9/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-2/+1
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-9/+13
2015-10-16convert Link<> to typedNoel Grandin1-4/+3
2015-10-12convert Link<> to typedNoel Grandin1-2/+1
2015-09-24convert Link<> to typedNoel Grandin1-2/+1
2015-09-14convert Link<> to typedNoel Grandin1-9/+14
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-8/+5
2015-04-30Gradually typed LinkStephan Bergmann1-5/+5
2015-04-20sc: convert new to ::CreateNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1