summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-21tdf#153510: STYLE: try harder to detect when there's nothing to doMike Kaganski1-5/+1
2021-10-08Resolves: tdf#144970 Chart CellRangeRepresentation expects UI representationEike Rathke1-2/+2
2021-08-03Consolidate link update handlingEike Rathke1-35/+55
2021-06-11Simplify Sequences initializations (sc)Julien Nabet1-2/+1
2021-05-25Related: tdf#81757 Do not even try to re-enter ScDocShell::Do*Recalc()Eike Rathke1-0/+10
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-4/+4
2021-02-02loplugin:redundantcast catch more dynamic_castNoel1-2/+2
2021-01-18Bring uno:RefreshView to CalcSamuel Mehrbrodt1-0/+5
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-11-14don't need to include vcl/button.hxxCaolán McNamara1-1/+0
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli1-1/+1
2020-11-01Resolves: tdf#135108 Allow link updates if loaded document so far had noneEike Rathke1-1/+6
2020-10-20use tools::Long in scNoel1-27/+27
2020-10-13static_cast after dynamic_castNoel1-2/+2
2020-09-30loplugin:reducevarscope in scNoel1-1/+1
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara1-2/+2
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-1/+1
2020-09-21weld infobarsCaolán McNamara1-6/+4
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-16ScImportExport always dereferences it ScDocument* argCaolán McNamara1-4/+4
2020-09-15establish ScViewData always ctored from ScDocShell& or ScDocument&Caolán McNamara1-2/+2
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara1-1/+1
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara1-1/+1
2020-07-30loplugin:flatten in sc/uiNoel Grandin1-55/+55
2020-07-06lokit: Adjust nSize* to agree with the definition in tools::RectangleDennis Francis1-1/+1
2020-07-05lokit: scPrintTwipsMsgs: LOK_CALLBACK_COMMENTDennis Francis1-11/+22
2020-06-12weld checklistmenuCaolán McNamara1-0/+1
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia1-1/+1
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist1-1/+4
2020-06-05Upcoming loplugin:elidestringvar: scStephan Bergmann1-6/+3
2020-04-30loplugin:makeshared in scNoel Grandin1-1/+1
2020-04-09Move is*Locked methods to object shellSamuel Mehrbrodt1-1/+1
2020-03-17sc lok: Implement execution of SID_SPELLCHECK_APPLY_SUGGESTIONTamás Zolnai1-0/+24
2020-03-17sc lok: Implement execution of SID_LANGUAGE_STATUS...Tamás Zolnai1-1/+52
2020-03-17sc lok: Implement execution of SID_SPELLCHECK_IGNORE_ALLTamás Zolnai1-0/+24
2020-03-11tdf#126742 Don't change visible area while retrieving itSamuel Mehrbrodt1-2/+0
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-2/+2
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-1/+1
2019-12-02use weld::WaitObjectCaolán McNamara1-1/+0
2019-11-19tdf#97926 Add UNO API for InfobarSamuel Mehrbrodt1-1/+1
2019-10-23sc: rowcol: tdf#50916 convert docshellNoel Grandin1-3/+3
2019-10-23Add document-level option to lock down file exportSamuel Mehrbrodt1-1/+1
2019-09-20weld OfaTreeOptionsDialogCaolán McNamara1-1/+1
2019-08-28Send Bcp47 codes with regionSzymon Kłos1-1/+1
2019-08-28Handle LANGUAGE_NONE caseSzymon Kłos1-2/+6