summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
AgeCommit message (Expand)Author
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-25tdf#38948 Save solver settings to fileRafael Lima
2023-02-23related tdf#148966: rework sdr compatibility flagsSarper Akdemir
2023-02-18tdf#82254 - Don't remove UTF-8 BOM from CSV when saving fileAndreas Heinisch
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2023-02-09lok: sc: avoid the shared spreadsheet dialogHenry Castro
2023-01-20tdf#148000 impress: Handle linebreaks on fontwork.Attila Szűcs
2023-01-12override GetModel in ScDocShellNoel Grandin
2022-11-21calc: cache GetCellArea resultsSzymon Kłos
2022-11-21lok: Notify about last used row and column in CalcSzymon Kłos
2022-11-15android: Fix tab name on CSV still becomes tempfile nameMert Tumer
2022-10-21sc: remove SetIsInUcalc.Xisco Fauli
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-18Simplify by using replaceAll instead of insert in some loops (sc)Julien Nabet
2022-09-18use more string_view in utl::TempFileNoel Grandin
2022-08-31tdf#150714: [API-CHANGE] change CSV default encoding to UTF-8Mike Kaganski
2022-08-20cid#1509238 silence Dereference null return valueCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-30sc: allow undo of typing in 2 views independent from each otherNoel Grandin
2022-07-19tdf#119491 sc odf export: fix password protection of shared filesBalazs Varga
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin
2022-06-17create getter for ScCellValue::mpStringNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-05-17tdf#123877 sc XLSX: don't freeze during saving recoveryLászló Németh
2022-05-17tdf#142635: use the same ScDocument for clipboard and GlobalDrawPersistMike Kaganski
2022-05-17Related: tdf#142635 Make ScDocShell reference ScDocument by shared_ptrMike Kaganski
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-14LOK android: Fix csv sheet name becomes temp nameMert Tumer
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin
2022-02-26do not fail import if there are only warningsLuboš Luňák
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-07Simplify the code a bitMike Kaganski
2021-12-04loplugin:stringliteraldefine in scNoel Grandin
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-09-23dbase import seems to require that the file end in .dbfCaolán McNamara
2021-09-23dbf filter needs a physical fileCaolán McNamara
2021-09-22add a TestImportDBFCaolán McNamara
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-08-29Resolves: tdf#117868 CSV: support sep=; and "sep=;" separator settingEike Rathke
2021-08-19Revert "tdf#59820 - Adjust column width of imported ASCII files"Andreas Heinisch
2021-08-18tdf#59820 - Adjust column width of imported ASCII filesAndreas Heinisch
2021-08-06make --disable-scripting compileCaolán McNamara
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara
2021-08-01Consolidate link update handlingEike Rathke
2021-07-21Related: tdf#135762 Suppress cout if not command lineEike Rathke