summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/rangenam.cxx
AgeCommit message (Expand)Author
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
2016-05-20convert SC_COMPILER to scoped enumNoel Grandin
2016-04-30Resolves: tdf#76523 copy used names or pointing to sheet to other documentEike Rathke
2016-04-30introduce ScRangeName::CopyUsedNames()Eike Rathke
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke
2016-03-21Resolves: tdf#93127 copying cells does not modify named expressionsEike Rathke
2016-03-19adjust sheet references when copying sheet-local named expressionsEike Rathke
2016-03-13loplugin:cstylecastCaolán McNamara
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin
2016-01-18loplugin:unreffunStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06sc: [loplugin:redundantcast]Michael Stahl
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-22Resolves: fdo#88721 correct negated condition in range name validationEike Rathke
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann