summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2021-06-11Simplify Sequences initializations (sc)Julien Nabet1-2/+1
2021-06-01no need to allocate these on the heapNoel Grandin2-7/+7
2021-05-25Related: tdf#81757 Do not even try to re-enter ScDocShell::Do*Recalc()Eike Rathke1-0/+10
2021-05-21tdf#142395: properly handle "no string delimiter" caseMike Kaganski1-2/+2
2021-05-17small perf improvement in checking for noteNoel Grandin1-5/+1
2021-04-28use string_view in INetURLObject::encodeNoel Grandin2-4/+4
2021-04-27loplugin:moveoptNoel Grandin1-1/+1
2021-04-18no need to construct temporary OUStrings hereNoel Grandin1-6/+6
2021-04-14tdf#126678 - Consider "Include formats" option during sortAndreas Heinisch1-3/+4
2021-04-09Recheck include/ with IWYUGabor Kelemen4-0/+5
2021-04-07ScDocShell::GetActiveDialogParent instead of Application::GetDefDialogParentCaolán McNamara1-2/+1
2021-04-06skip intermediate vcl::WindowCaolán McNamara1-2/+1
2021-03-31Related: tdf#137577 Update Name Box range name list on sheet renameEike Rathke1-0/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski2-5/+5
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2021-03-22drop unneeded includeCaolán McNamara1-1/+0
2021-03-12use the DocShell GetDialogParent as explicit dialog parentCaolán McNamara1-2/+2
2021-02-21Some more unit conversion unificationMike Kaganski2-6/+9
2021-02-15tdf#123202 calc: fix sorting of autofiltered rowsTünde Tóth1-0/+2
2021-02-10Don't shrink row height when deleting cell contents interactively eitherTor Lillqvist1-2/+2
2021-02-02tdf#137081, tdf137082 fixes shape handling in RTL sheetsRegina Henschel1-1/+1
2021-02-02loplugin:redundantcast catch more dynamic_castNoel2-3/+3
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist2-26/+26
2021-02-02Probably this LOK invalidation should be done only if something changedTor Lillqvist1-14/+15
2021-01-19loplugin:unusedmethodsNoel1-5/+0
2021-01-18Bring uno:RefreshView to CalcSamuel Mehrbrodt2-0/+10
2021-01-16lok: sort: invalidate the row-height cache tooDennis Francis1-0/+11
2021-01-14lok: send sheetGeometry invalidation after sortDennis Francis1-0/+9
2021-01-09fix coverity parse errorsCaolán McNamara2-8/+8
2021-01-09tdf#104927 consider character width for CSV importMark Hung1-3/+41
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski1-2/+2
2021-01-05tdf#139339 : Unify protect/unprotect cases for document protectionAnshu1-30/+36
2021-01-02tdf#133257 : Protection icon in front of sheet nameAnshu1-46/+25
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-5/+5
2020-12-26New loplugin:stringliteralvarStephan Bergmann2-8/+8
2020-12-22more jumbo sheet workNoel Grandin1-3/+3
2020-12-09tdf#138741 XLSX export: fix crash in setSkipUnusedFileIdsAttila Szűcs1-1/+1
2020-12-04Improve loplugin:stringview detection of unnecessary O[U]String constructionStephan Bergmann1-1/+3
2020-12-03tdf#87973 XLSX export: fix lost file names in modified linksAttila Szűcs1-0/+25
2020-12-03tdf#107870 sw: don't jump to cursor setting Record ChangesLászló Németh1-1/+1
2020-12-01Revert "Revert "tdf#138483 sc: update red circles after merging cells""László Németh1-0/+8
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel4-6/+9
2020-11-30Revert "tdf#138483 sc: update red circles after merging cells"László Németh1-8/+0
2020-11-30tdf#138483 sc: update red circles after merging cellsTibor Nagy1-0/+8
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen5-5/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel4-7/+7
2020-11-16replace std::max(std::min()) with std::clampNoel1-6/+6
2020-11-14don't need to include vcl/button.hxxCaolán McNamara1-1/+0
2020-11-11loplugin:stringviewNoel1-1/+1