summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/rangeutl.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-30Related: tdf#137577 Be able to select a global named range from Name BoxEike Rathke1-18/+26
2021-03-30Sheet names can contain parentheses and blanksEike Rathke1-10/+18
2021-03-29tdf#138646 - consider the document's address conventionAndreas Heinisch1-1/+3
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-1/+1
2020-11-11loplugin:stringviewNoel1-1/+1
2020-10-31Resolves: tdf#100818 Support sheet-local scoped names in INDIRECT()Eike Rathke1-1/+35
2020-09-30loplugin:reducevarscope in scNoel1-5/+3
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara1-3/+3
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara1-14/+14
2020-09-17GetAddressFromString never passed a null ScDocument*Caolán McNamara1-4/+4
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-17GetRangeFromString, etc. never passed a null ScDocument*Caolán McNamara1-16/+16
2020-09-15ScAreaNameIterator always dereferences its ScDocument* argumentCaolán McNamara1-3/+3
2020-09-15GetStringFromXMLRangeString never passed a null ScDocument*Caolán McNamara1-19/+19
2020-09-15ConvertSingleRef never passed a null ScDocument*Caolán McNamara1-3/+3
2020-09-15ScRangeUtil::IsAbsPos ScDocument* arg dereferenced on all branchesCaolán McNamara1-4/+4
2020-09-15ConvertDoubleRef never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-15ScRangeUtil::IsAbsArea ScDocument* arg dereferenced on all branchesCaolán McNamara1-5/+5
2020-09-15ScRangeUtil::MakeArea ScDocument* arg dereferenced on all branchesCaolán McNamara1-2/+2
2020-09-13MakeRangeFromName never passed a null ScDocument*Caolán McNamara1-7/+7
2020-09-13GetRangeDataFromString is never passed a null ScDocumentCaolán McNamara1-3/+3
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-3/+3
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-1/+1
2019-10-20ScRangeUtil is utility class; don't instantiate itMike Kaganski1-1/+0
2019-10-20Avoid converting same string to uppercase twiceMike Kaganski1-2/+3
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-2/+1
2019-10-01loplugin:stringadd in scNoel Grandin1-2/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-3/+1
2019-01-10use unique_ptr in ScRangeUtil::IsAbsTabAreaNoel Grandin1-6/+5
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-2/+0
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-6/+5
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke1-17/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-11/+11
2017-08-24loplugin:constparam in sc part3Noel Grandin1-9/+9
2017-08-23loplugin:constparam in sc part2Noel Grandin1-9/+9
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-2/+2
2017-06-27add way to handle update refs for addresses, related tdf#107289Markus Mohrhard1-0/+17
2017-05-19make string translation loading more uniformCaolán McNamara1-0/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-6/+2
2016-12-23loplugin:unusedmethodsNoel Grandin1-18/+0
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann1-1/+1
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-31/+35
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-21/+15
2016-02-04tdf#94269 Replace "n" prefix for bool variables with "b"Chris Sherlock1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+1