summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chgtrack.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-26tdf#158237 Use contains instead of find-endRMZeroFour1-1/+1
2023-09-15reduce casting around ScDocShellNoel Grandin1-1/+2
2023-03-26loplugin:stringadd in scNoel Grandin1-10/+6
2023-03-22tdf#154274: show "Unknown Author" when no name is setXisco Fauli1-5/+19
2022-08-18loplugin:moveitNoel Grandin1-1/+1
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-13/+14
2022-06-18tdf#126109 calc slow when replacing string to numberNoel Grandin1-1/+1
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-22/+22
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-4/+4
2022-06-17create getter for ScCellValue::mpStringNoel Grandin1-2/+2
2022-06-16create getter for ScCellValue::mfValueNoel Grandin1-3/+3
2022-06-16make meType in ScCellValue privateNoel Grandin1-15/+14
2022-03-05don't bother tracking changes if both cells are empty (tdf#141174)Luboš Luňák1-2/+7
2022-02-25convert more MAXCOLCOUNT/MAXROWCOUNTLuboš Luňák1-3/+3
2022-02-15make ScBigAddress use 64bitLuboš Luňák1-2/+2
2022-02-15move nInt32Min/nInt32Max to ScBigRange and rename to nRangeMin/MaxLuboš Luňák1-18/+18
2022-02-15remove harcoded MAXCOL/MAXROW from ScBigAddressLuboš Luňák1-26/+26
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2021-12-06rename In() to Contains()Luboš Luňák1-20/+20
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski1-5/+5
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-107/+84
2021-10-11loplugin:moveparam in scNoel Grandin1-2/+2
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-10/+2
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-2/+2
2021-06-02no need to allocate these on the heapNoel Grandin1-2/+2
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-36/+13
2021-01-15fix location of change tracking boxes in OnlineNoel Grandin1-2/+2
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-8/+0
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-1/+1
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-81/+81
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-18AppendContentsIfInRefDoc never passed a null ScDocument*Caolán McNamara1-5/+5
2020-09-17ScFormulaCell always has a ScDocument&Caolán McNamara1-1/+1
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara1-80/+80
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-11/+17
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-316/+318
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin1-1/+1
2020-06-18new json writer for LOKNoel Grandin1-19/+11
2020-05-30pass ScSheetLimits aroundNoel Grandin1-1/+1
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin1-1/+1
2020-04-15loplugin:buriedassign in scNoel Grandin1-10/+21
2020-04-11tdf#131907 Crash: reject/clear formattingNoel Grandin1-1/+1
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-1/+1
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-1/+1
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-1/+1
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-30/+30
2019-10-15new loplugin:bufferaddNoel Grandin1-11/+3
2019-08-20loplugin:constvars in package..scNoel Grandin1-1/+1