summaryrefslogtreecommitdiff
path: root/sc/inc/rangenam.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-21tdf#142600 - List tables in order of their appearanceAndreas Heinisch1-0/+1
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch1-1/+1
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-09-16IsNameValid never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-15ScRangeData::MakeValidName never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-14ScRangeData ScDocument* member is always setCaolán McNamara1-1/+1
2020-09-14ScRangeData ctor variant never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-14both branches dereference ScDocument* argCaolán McNamara1-1/+1
2020-09-14ScRangeData ctor variant always dereferences its ScDocument* argCaolán McNamara1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-2/+2
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2018-10-15loplugin:staticconstfield improvementsNoel Grandin1-8/+0
2018-10-15loplugin:constfields in scNoel Grandin1-4/+4
2017-12-19remove unused typedefsNoel Grandin1-2/+0
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-08-24loplugin:constparam in sc part3Noel Grandin1-2/+2
2017-01-28tdf#86214 User isn't warned entering a cell address not allowedAbhilash Singh1-1/+9
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-3/+4
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+1
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-4/+4
2016-07-26Resolves: tdf#87474 handle renaming of named expressions/ranges in formulasEike Rathke1-5/+15
2016-04-30introduce ScRangeName::CopyUsedNames()Eike Rathke1-0/+20
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-2/+2
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke1-19/+31
2016-03-19adjust sheet references when copying sheet-local named expressionsEike Rathke1-1/+5
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-2/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-4/+4
2015-11-02sc: remove unused boost::ptr_map ScRangeName::TabNameMapMichael Stahl1-2/+0
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl1-2/+1
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-3/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida1-6/+9
2013-11-04We need to update sheet positions of range names when modifying sheets.Kohei Yoshida1-0/+5
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin1-3/+2
2013-09-04Remove more unused methodsMarcos Paulo de Souza1-2/+0
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida1-2/+0
2013-07-30Adjust named range references on sheet move.Kohei Yoshida1-4/+3
2013-07-30Update range names on sheet deletion.Kohei Yoshida1-0/+3
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida1-0/+3
2013-07-30More on getting named range update to work.Kohei Yoshida1-2/+7
2013-07-30First cut on re-working reference update in named expressions.Kohei Yoshida1-7/+8
2013-07-30Let's not use numerical magic numbers. Prefer enum.Kohei Yoshida1-12/+6
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-3/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-15/+15