summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
2022-12-19sc: check ScDocShell::GetViewData()Xisco Fauli
2022-12-16sc: fix null deref in ScDocShell::ExecuteXisco Fauli
2022-12-11reuse RID_SECURITY_WARNING_TITLE for update links infobarCaolán McNamara
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-11-11Resolves: tdf#151947 Merging separators must not scan for field endEike Rathke
2022-10-21sc: remove SetIsInUcalc.Xisco Fauli
2022-10-09tdf#151429: don't convert OUStrings to system encodingMike Kaganski
2022-10-02Resolves: tdf#125110 tdf#151211 Disentangle the convoluted CSV/TSV-clip importEike Rathke
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-09-11Simplify by using replaceAll instead of replaceAt (sc)Julien Nabet
2022-09-06Resolves: tdf#150307 Broadcast missing ScAreasChanged hint on sheet deletionEike Rathke
2022-09-06Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-upEike Rathke
2022-09-02no need to use unique_ptr for this map in sc::ScRangeNameNoel Grandin
2022-09-01tdf#150712 use more string_viewNoel 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-18cid#1509258 Dereference null return valueCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18cid#1509305 Dereference null return valueCaolán McNamara
2022-08-18loplugin:moveitNoel Grandin
2022-08-07Removed duplicated includesAndrea Gelmini
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-08-06Related: tdf#135993 Use ScCompiler to create English OpCodeMap with AddInsEike Rathke
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-07-14loplugin:moveitNoel Grandin
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-16create getter for ScCellValue::mfValueNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2022-06-10new loplugin:moveitNoel Grandin
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-06-01pass ScRange around by valueNoel Grandin
2022-06-01no need to allocate guards on the heapNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
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-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin
2022-05-12IsEmptyBlock() -> IsEmptyData()Luboš Luňák
2022-05-12fix up order of some ScDocument functionsLuboš Luňák
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-21Prevent save interception when un-sharing Calc docSamuel Mehrbrodt
2022-04-12ofz#46352 assert on bad string offsetCaolán McNamara