summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2021-01-27cid#1472566 silence Unintended sign extensionCaolán McNamara2-3/+3
2021-01-26cid#1472493 silence Unintended sign extensionCaolán McNamara2-3/+3
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin3-10/+10
2021-01-15cid#1472119 silence Uninitialized scalar fieldCaolán McNamara1-0/+1
2021-01-14tdf#133858 reduce the double-ref range to data contentDennis Francis2-0/+10
2021-01-11CreateScSubTotalDlg always called with a non-null pArgSetCaolán McNamara1-1/+1
2021-01-11CreateScAutoFormatDlg always passed a non-null ScViewData*Caolán McNamara1-1/+1
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski2-2/+2
2021-01-02introduce Degree100 strong_int typeNoel2-2/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann6-9/+16
2020-12-19use more string_view in SfxItemPropertyMapNoel2-7/+7
2020-12-15update pchesCaolán McNamara2-6/+3
2020-12-14loplugin:singlevalfieldsNoel1-2/+0
2020-12-14tdf#138662 improve dialog box feedback for invalid Calc sheet namesSeth Chaiklin1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+2
2020-12-07move various notebookbar widgets into vclCaolán McNamara1-2/+2
2020-12-04update pchesCaolán McNamara4-20/+23
2020-12-03tdf#87973 XLSX export: fix lost file names in modified linksAttila Szűcs1-0/+10
2020-11-30clean up ScDocumentThreadSpecificLuboš Luňák1-13/+4
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-2/+2
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen13-10/+6
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel17-39/+39
2020-11-21loplugin:stringviewparam for formulalogger/GroupScope/addMessage (sc)Julien Nabet1-1/+1
2020-11-19crashtesting: assert the failure which will cause tdf129410-1.ods to crashCaolán McNamara1-1/+1
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer32-250/+250
2020-11-18tdf#34686 calc: add option to disable paste with enter keyMartin van Zijl2-0/+5
2020-11-17loplugin:stringviewparam check methods tooNoel2-2/+2
2020-11-14Resolves: tdf#103419 - update tooltip for SWITCH in CalcSeth Chaiklin1-3/+3
2020-11-13tdf#45705 rework zoom in and zoom out UI commands in CalcJim Raykowski1-2/+0
2020-11-06loplugin:unusedmethodsNoel1-1/+0
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli1-2/+1
2020-11-05std::set->o3tl::sorted_set in ScDPCacheNoel2-11/+11
2020-11-04loplugin:constantparamNoel1-1/+1
2020-11-04loplugin:unusedmethodsNoel1-1/+0
2020-10-31Implement ScDocument::GetSheetSeparator()Eike Rathke1-0/+6
2020-10-31Improve 'resize with cell' handlingRegina Henschel2-1/+3
2020-10-31Resolves: tdf#100818 Support sheet-local scoped names in INDIRECT()Eike Rathke1-1/+2
2020-10-31Reintroduce ScGlobal::FindUnquoted() nStart parameterEike Rathke1-2/+2
2020-10-30convert some tools::Long->sal_Int32Noel13-130/+130
2020-10-29calc: clear the spell-checking cache on tab switch.Michael Meeks1-0/+1
2020-10-28tdf#136694 - share spelling context across all ScGridWindows.Michael Meeks1-0/+1
2020-10-28Improve spell checking performance and impl. in several ways:Dennis Francis3-39/+38
2020-10-28convert some more long -> tools::LongNoel4-11/+11
2020-10-26std::unique_ptr -> std::optionalNoel1-3/+3
2020-10-20use tools::Long in scNoel33-293/+303
2020-10-16sc: use the fastparser API when possibleNoel1-1/+0
2020-10-10Resolves: tdf#137370 Re-enable UI translated standard cell style namesEike Rathke1-2/+17
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin1-1/+1
2020-10-08tdf#125462 sc: remove red (invalid data) circleTibor Nagy1-0/+1
2020-10-06loplugin:const* make some params and methods constNoel2-8/+8