summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
AgeCommit message (Expand)AuthorFilesLines
2 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-2/+2
2024-03-28tdf#123159 Make Hyperlinks keyboard accessibleSahil Gautam1-0/+48
2024-03-26tdf#160338 Calc freeze on Text Attribute dialogNoel Grandin1-16/+7
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-2/+1
2024-03-07tdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::NotifyNoel Grandin1-11/+10
2024-02-29move inline spelling setting out of document and into viewshellCaolán McNamara1-3/+1
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)1-9/+9
2024-02-04cid#1591492 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-01-29make chart-source dialog asyncNoel Grandin1-34/+52
2024-01-29extract SID_CHART_ADDSOURCE code into another methodNoel Grandin1-126/+133
2024-01-26tdf#127856: fix setting "None" in cell format languageHenry Castro1-16/+29
2024-01-26tdf#34142: update status language after the cell format language changeHenry Castro1-6/+5
2024-01-26tdf#34142: fix cell language statusHenry Castro1-4/+47
2024-01-24convert more calc dialogs to asyncNoel Grandin1-7/+16
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl1-1/+1
2024-01-09fix swapped CJK/CTL SvxLanguageItem typesCaolán McNamara1-2/+2
2024-01-05tdf#127856: fix cell selection languageHenry Castro1-1/+29
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-12-23cid#1546006 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+4
2023-12-21tdf#158375: adapt UI when DDE is disabled via DisableActiveContentSarper Akdemir1-0/+7
2023-12-20tdf#158375: disable DDE when DisableActiveContent is setSarper Akdemir1-0/+4
2023-10-31we always have a ScDocument so pass by referenceCaolán McNamara1-3/+3
2023-10-27calc comment boost::property_tree::ptree use quotes comment id numbersCaolán McNamara1-25/+23
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann1-4/+4
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-1/+1
2023-09-19rename SfxObjectShell::GetError -> GetErrorIgnoreWarningNoel Grandin1-1/+1
2023-09-10using decls should come after #includeNoel Grandin1-2/+2
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-1/+7
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-7/+1
2023-08-01cool#6911 report the position of comments as cell addressesCaolán McNamara1-24/+1
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski1-6/+4
2023-06-26new loplugin:constexprliteralNoel Grandin1-4/+4
2023-05-26use more TypedWhichIdNoel Grandin1-1/+1
2023-05-10reinforce the infobar warning when there are both external links...Caolán McNamara1-1/+16
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-02-27Related: tdf#151429 Move fix for tdf#152717 to ScByteSequenceToStringMike Kaganski1-2/+2
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-2/+2
2023-02-10tdf#153510: STYLE: try harder to detect when there's nothing to doMike Kaganski1-5/+1
2023-02-01Resolves: tdf#152845 AutoText preview not readable in high contrast modeCaolán McNamara1-1/+1
2023-01-12override GetModel in ScDocShellNoel Grandin1-3/+1
2022-12-16sc: fix null deref in ScDocShell::ExecuteXisco Fauli1-5/+9
2022-12-11reuse RID_SECURITY_WARNING_TITLE for update links infobarCaolán McNamara1-1/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-01pass ScRange around by valueNoel Grandin1-11/+11
2022-05-17Related: tdf#142635 Make ScDocShell reference ScDocument by shared_ptrMike Kaganski1-126/+126
2022-04-21Prevent save interception when un-sharing Calc docSamuel Mehrbrodt1-4/+4
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-2/+3
2022-04-04clarify that the link warning is a security relevant oneCaolán McNamara1-0/+20
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin1-21/+13
2022-02-02convert OfaRefItem to a normal classNoel Grandin1-1/+1