summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara7-97/+96
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara29-188/+186
2020-09-23Fix typoAndrea Gelmini1-1/+1
2020-09-23only call to CreateChartListener guarded against null ScDocument*Caolán McNamara2-14/+10
2020-09-23tdf#102967 remove line at the top of calc headerandreas kainz1-5/+5
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara19-90/+87
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara11-51/+50
2020-09-22tdf#121323 avoid assert about duplicate listenersCaolán McNamara1-13/+16
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara15-57/+57
2020-09-21weld infobarsCaolán McNamara2-7/+5
2020-09-21set whether dates are needed in the ctorCaolán McNamara4-35/+33
2020-09-21lok: remove .uno:ModifiedStatus message from deduplication mechanismGabriel Masei1-7/+12
2020-09-21tdf#129606: Round the mean of the two subtractionsMike Kaganski1-1/+2
2020-09-21tdf#136620 tdf#136708 filter,oox,sw: fix export of 2 different wrapsMichael Stahl1-0/+2
2020-09-20tdf#136559 We can get a performance boost from using a ListStoreCaolán McNamara3-114/+136
2020-09-19tdf#136559 use freeze+all_foreach for performanceCaolán McNamara2-21/+25
2020-09-18cid#1466690 ScDocument* arg is never nullCaolán McNamara2-135/+130
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara11-44/+44
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara31-168/+168
2020-09-18AppendContentsIfInRefDoc never passed a null ScDocument*Caolán McNamara2-8/+9
2020-09-18ScViewData may not be available in ScNavigatorDlg ctorCaolán McNamara2-5/+14
2020-09-18Fix typo in codeAndrea Gelmini3-3/+3
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara30-62/+62
2020-09-18Online: Show input help on Online / Core part.gokaysatir3-0/+16
2020-09-18only handle SID_CURRENTCELL if there is a ScViewData*Caolán McNamara1-3/+3
2020-09-18Make Group dialog asyncSzymon Kłos3-13/+37
2020-09-17GetAddressFromString never passed a null ScDocument*Caolán McNamara7-19/+20
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara20-45/+45
2020-09-17provide a ScDocument arg for ScRange::ParseCaolán McNamara1-1/+1
2020-09-17GetRangeFromString, etc. never passed a null ScDocument*Caolán McNamara16-36/+55
2020-09-17ScCompiler always has a ScDocument&Caolán McNamara1-127/+122
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara40-77/+78
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara7-80/+80
2020-09-17base-class formula::FormulaCompiler is sufficient hereCaolán McNamara4-7/+7
2020-09-17TokenStringContext never called with a null ScDocument*Caolán McNamara6-15/+12
2020-09-17ColumnStorageDumper ctor never called with null ScDocument*Caolán McNamara1-4/+4
2020-09-17compileRangeRepresentation never called with null ScDocument*Caolán McNamara3-14/+14
2020-09-17ScFormulaCell always has a ScDocument&Caolán McNamara5-264/+264
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann11-36/+60
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara27-55/+55
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara31-175/+172
2020-09-16we already have the Document as pDocCaolán McNamara1-1/+1
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara11-504/+504
2020-09-16Cleanup: apply Clang formattingSzabolcs Toth1-1/+2
2020-09-16ScColumn::ScColumn never called with a null ScDocument*Caolán McNamara2-5/+5
2020-09-16IsNameValid never passed a null ScDocument*Caolán McNamara6-9/+9
2020-09-16ScTable ctor never called with a null ScDocument*Caolán McNamara10-373/+373
2020-09-16ScEditableTester ctor never passed a null ScDocument*Caolán McNamara15-70/+70
2020-09-16ScImportExport always dereferences it ScDocument* argCaolán McNamara11-125/+124
2020-09-16The default implementation can be usedMike Kaganski1-13/+1