summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2020-11-19crashtesting: assert the failure which will cause tdf129410-1.ods to crashCaolán McNamara
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer
2020-11-18tdf#34686 calc: add option to disable paste with enter keyMartin van Zijl
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-14Resolves: tdf#103419 - update tooltip for SWITCH in CalcSeth Chaiklin
2020-11-13tdf#45705 rework zoom in and zoom out UI commands in CalcJim Raykowski
2020-11-06loplugin:unusedmethodsNoel
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli
2020-11-05std::set->o3tl::sorted_set in ScDPCacheNoel
2020-11-04loplugin:constantparamNoel
2020-11-04loplugin:unusedmethodsNoel
2020-10-31Implement ScDocument::GetSheetSeparator()Eike Rathke
2020-10-31Improve 'resize with cell' handlingRegina Henschel
2020-10-31Resolves: tdf#100818 Support sheet-local scoped names in INDIRECT()Eike Rathke
2020-10-31Reintroduce ScGlobal::FindUnquoted() nStart parameterEike Rathke
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