summaryrefslogtreecommitdiff
path: root/sc/inc/rangenam.hxx
AgeCommit message (Expand)Author
2022-03-08optimize checking for conflicting named rangesLuboš Luňák
2022-03-08don't provide non-const iterators to ScRangeName internal dataLuboš Luňák
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-07-21tdf#142600 - List tables in order of their appearanceAndreas Heinisch
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
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-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-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2018-10-15loplugin:staticconstfield improvementsNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2017-12-19remove unused typedefsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-08-24loplugin:constparam in sc part3Noel Grandin
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-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-07-26Resolves: tdf#87474 handle renaming of named expressions/ranges in formulasEike Rathke
2016-04-30introduce ScRangeName::CopyUsedNames()Eike Rathke
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke
2016-03-19adjust sheet references when copying sheet-local named expressionsEike Rathke
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-02sc: remove unused boost::ptr_map ScRangeName::TabNameMapMichael Stahl
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida
2013-11-04We need to update sheet positions of range names when modifying sheets.Kohei Yoshida
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin
2013-09-04Remove more unused methodsMarcos Paulo de Souza
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida
2013-07-30Adjust named range references on sheet move.Kohei Yoshida
2013-07-30Update range names on sheet deletion.Kohei Yoshida
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida
2013-07-30More on getting named range update to work.Kohei Yoshida
2013-07-30First cut on re-working reference update in named expressions.Kohei Yoshida