summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/rangenam.cxx
AgeCommit message (Expand)Author
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-09-17rather return ref from GetCollatorNoel Grandin
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-07-21tdf#142600 - List tables in order of their appearanceAndreas Heinisch
2021-05-29tdf#142201 tdf#142065 fix cut paste transpose references, incl. undoscito
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScRange::Parse never passed a null ScDocument*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-15ScRangeData::MakeValidName never passed a null ScDocument*Caolán McNamara
2020-09-14ScRefUpdate::UpdateTranspose never passed a null ScDocument*Caolán McNamara
2020-09-14ScRangeData ScDocument* member is always setCaolán McNamara
2020-09-14ScRangeData ctor variant never passed a null ScDocument*Caolán McNamara
2020-09-14both branches dereference ScDocument* argCaolán McNamara
2020-09-14ScRangeData ctor variant always dereferences its ScDocument* argCaolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-13CompileFormulaContext never constructed with a null ScDocumentCaolán McNamara
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara
2020-08-07Fix typos to complete commit cfce486Andrea Gelmini
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2019-12-22sal_Char->char in scNoel Grandin
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-11-08loplugin:constantparamNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15loplugin:staticconstfield improvementsNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-01-29CheckLinkFormulaNeedingCheck() for .ods named expressionsEike Rathke
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-24loplugin:constparam in sc part3Noel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel 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
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-07-26Resolves: tdf#87474 handle renaming of named expressions/ranges in formulasEike Rathke