summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara12-117/+116
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara41-259/+282
2020-09-23Fix typoAndrea Gelmini1-1/+1
2020-09-23Fix linking CppunitTest/test_sc_jumbosheets_test on WindowsStephan Bergmann1-0/+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 McNamara27-107/+104
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara15-58/+57
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-21update pchesCaolán McNamara2-2/+5
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-21tdf#136071 Drop mostly useless Format - Spacing menu from CalcGabor Kelemen1-13/+0
2020-09-21tdf#134392: sc_jumbosheets_test: Add unittestXisco Fauli5-1/+168
2020-09-20tdf#136559 We can get a performance boost from using a ListStoreCaolán McNamara7-149/+243
2020-09-19tdf#136559 use freeze+all_foreach for performanceCaolán McNamara2-21/+25
2020-09-18cid#1466690 ScDocument* arg is never nullCaolán McNamara4-139/+134
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara14-48/+48
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara36-182/+182
2020-09-18AppendContentsIfInRefDoc never passed a null ScDocument*Caolán McNamara3-9/+10
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 McNamara36-71/+71
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 McNamara8-20/+21
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara27-73/+73
2020-09-17provide a ScDocument arg for ScRange::ParseCaolán McNamara2-2/+2
2020-09-17GetRangeFromString, etc. never passed a null ScDocument*Caolán McNamara17-40/+59
2020-09-17ScCompiler always has a ScDocument&Caolán McNamara2-132/+125
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara44-93/+94
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara9-85/+85
2020-09-17base-class formula::FormulaCompiler is sufficient hereCaolán McNamara5-8/+8
2020-09-17TokenStringContext never called with a null ScDocument*Caolán McNamara9-24/+21
2020-09-17ColumnStorageDumper ctor never called with null ScDocument*Caolán McNamara1-4/+4
2020-09-17compileRangeRepresentation never called with null ScDocument*Caolán McNamara4-15/+15
2020-09-17ScFormulaCell always has a ScDocument&Caolán McNamara6-269/+269
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann13-38/+63
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara28-57/+57
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara35-207/+204
2020-09-16we already have the Document as pDocCaolán McNamara1-1/+1
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara13-508/+508
2020-09-16Cleanup: apply Clang formattingSzabolcs Toth2-3/+6
2020-09-16ScColumn::ScColumn never called with a null ScDocument*Caolán McNamara3-6/+6
2020-09-16IsNameValid never passed a null ScDocument*Caolán McNamara7-10/+10