summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
2020-09-30loplugin:reducevarscope in scNoel
2020-09-26UpdateOle never called with a null ScViewData*Caolán McNamara
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-21weld infobarsCaolán McNamara
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara
2020-09-17base-class formula::FormulaCompiler is sufficient hereCaolán McNamara
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara
2020-09-16ScEditableTester ctor never passed a null ScDocument*Caolán McNamara
2020-09-16ScImportExport always dereferences it ScDocument* argCaolán McNamara
2020-09-16TransferDrawPage always dereferences its ScDocument* argumentCaolán McNamara
2020-09-16TransferTab always dereferences its ScDocument* argumentCaolán McNamara
2020-09-15establish ScViewData always ctored from ScDocShell& or ScDocument&Caolán McNamara
2020-09-15ScRangeData::MakeValidName never passed a null ScDocument*Caolán McNamara
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-09-14both branches dereference ScDocument* argCaolán McNamara
2020-09-14lcl_fillEmptyMatrix always dereferences it ScDocument* argCaolán McNamara
2020-09-14getDoubleRefTokensFromSrcDoc never called with a nullptr argCaolán McNamara
2020-09-14convertToTokenArray always dereferences pSrcDocCaolán McNamara
2020-09-14ScImportQuattroPro never passed a nullptrCaolán McNamara
2020-09-14ScImportLotus123 never passed a null ScDocument*Caolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-13FindExtRange never passed a null ScDocument*Caolán McNamara
2020-09-11Make arbitrary cell length limit in CSV import a constexprEike Rathke
2020-09-09ofz#21213 avoid Timeout when fuzzingCaolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-29Fix typo in codeAndrea Gelmini
2020-08-23Fix typo in codeAndrea Gelmini
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-09loplugin:flatten in scNoel Grandin
2020-07-31avoid config for fuzzingCaolán McNamara
2020-07-30loplugin:flatten in sc/uiNoel Grandin
2020-07-29replace and drop MiscCfgCaolán McNamara
2020-07-16lokit: Add missing sheet-geometry row-size invalidation callDennis Francis
2020-07-16lok: calc: messed up view when deleting from multiline contentMarco Cecchetti
2020-07-06lokit: Adjust nSize* to agree with the definition in tools::RectangleDennis Francis
2020-07-05lokit: scPrintTwipsMsgs: LOK_CALLBACK_COMMENTDennis Francis
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-06-12weld checklistmenuCaolán McNamara
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist