summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-04-26ScShareDocumentDlg: pass ScViewData by refXisco Fauli1-1/+1
2025-04-25ScPrintFunc::DrawToDev: pass ScViewData by refXisco Fauli1-2/+2
2025-04-01cid#1645557 Dereference null return valueCaolán McNamara1-1/+4
2025-03-31Resolves tdf#84375 - Commands to protect image size and positionHeiko Tietze1-0/+48
2025-01-13tdf#164123 Changing language on a selection of cells resets formattingAron Budea1-1/+1
2024-11-24Let ESelection use EPaM for simplificationMike Kaganski1-2/+2
2024-11-24Turn SC_MOD macro to a functionMike Kaganski1-10/+12
2024-10-08cid#1603632 Big parameter passed by valueCaolán McNamara1-5/+6
2024-09-17Only call GetViewBindings onceMike Kaganski1-2/+2
2024-07-22cid#1608424 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+2
2024-07-04cid#1545560 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-06-13Let ScDocShell::GetLinkUpdateModeState honor isUntrustedRefererStephan Bergmann1-1/+8
2024-06-01loplugin:ostr in sc/../docshellNoel Grandin1-7/+7
2024-05-06WaE: 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