summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-29calc: clear the spell-checking cache on tab switch.Michael Meeks
2020-10-28tdf#136694 - share spelling context across all ScGridWindows.Michael Meeks
2020-10-28Improve spell checking performance and impl. in several ways:Dennis Francis
2020-10-28convert some more long -> tools::LongNoel
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-20use tools::Long in scNoel
2020-10-16sc: use the fastparser API when possibleNoel
2020-10-10Resolves: tdf#137370 Re-enable UI translated standard cell style namesEike Rathke
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin
2020-10-08tdf#125462 sc: remove red (invalid data) circleTibor Nagy
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-05tdf#88782 sc: autofill number sequences in merged cellsAttila Szűcs
2020-09-29Determine CharClass difference once, tdf#137091 follow-upEike Rathke
2020-09-29Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke
2020-09-26tdf#112279 Change the error message to more clearRoman Kuznetsov
2020-09-26Consolidate, factor out common duplicated code, tdf#128797 follow-upEike Rathke
2020-09-26Fix typo in codeAndrea Gelmini
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-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-21update pchesCaolán McNamara
2020-09-21tdf#134392: sc_jumbosheets_test: Add unittestXisco Fauli
2020-09-18cid#1466690 ScDocument* arg is never nullCaolá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-18AppendContentsIfInRefDoc never passed a null ScDocument*Caolán McNamara
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17GetAddressFromString never passed a null ScDocument*Caolán McNamara
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17provide a ScDocument arg for ScRange::ParseCaolán McNamara
2020-09-17GetRangeFromString, etc. never passed a null ScDocument*Caolán McNamara
2020-09-17ScCompiler always has a 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-17TokenStringContext never called with a null ScDocument*Caolán McNamara
2020-09-17compileRangeRepresentation never called with null ScDocument*Caolán McNamara
2020-09-17ScFormulaCell always has a ScDocument&Caolá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-16ScColumn::ScColumn never called with a null ScDocument*Caolán McNamara
2020-09-16IsNameValid never passed a null ScDocument*Caolán McNamara
2020-09-16ScTable ctor never called with a null ScDocument*Caolán McNamara
2020-09-16AdjustRangesOfChartsOnDestinationPage never passed null ScDocument*sCaolán McNamara