summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-03-04provide MAXCOL/MAXROW also as stringsLuboš Luňák
2022-03-03make ScMarkData::IsAllMarked() work also for simple marksLuboš Luňák
2022-03-03improve ScMark* classes a bitLuboš Luňák
2022-03-03Check for cached formula block count to make sure it's correct.Kohei Yoshida
2022-03-02function that modifies data should not be called IsXXX()Luboš Luňák
2022-03-02fix incorrect search startLuboš Luňák
2022-03-02Advanced Diagram support: Extend UI to all applicationsArmin Le Grand (Allotropia)
2022-03-02Bump Glade version to 3.38Heiko Tietze
2022-03-02reuse a vector instead of repeatedly creating it (tdf#95346)Luboš Luňák
2022-03-02try to avoid using map when searching most used item (tdf#95346)Luboš Luňák
2022-03-02tdf#118117 sc pivottable: STR_PIVOT_DATA is an existing name tooJustin Luth
2022-03-01Fix typosAndrea Gelmini
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin
2022-03-01gtk4: media dimensions are only reliably available asyncCaolán McNamara
2022-03-01compress calls to AdjustRowHeight() to just one call (tdf#94677)Luboš Luňák
2022-03-01fix data race in ImportFinishedNoel Grandin
2022-03-01tdf#45904 Move XComponent Java test to C++Jens Carl
2022-03-01Add asserts to make sure the calculation is correctHossein
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/view/Noel Grandin
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/filterNoel Grandin
2022-03-01make Calc jumbo sheets an explicit build featureLuboš Luňák
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/core/dataNoel Grandin
2022-03-01followup tdf#122098 xlsx export: avoid corrupt format if not bool valueJustin Luth
2022-02-28remove obsolete TODO.performanceLuboš Luňák
2022-02-28uitest: simplify tests even moreXisco Fauli
2022-02-28make named ranges in tests work with 16k columnsLuboš Luňák
2022-02-28uitest: remove duplicated testsXisco Fauli
2022-02-28tdf#122471 xlsx import: pivottable error OUString, not uInt8Justin Luth
2022-02-28tdf#147667 - Remove hard-coded underscore from UIHeiko Tietze
2022-02-28ensure null terminatorCaolán McNamara
2022-02-28tdf#45904 Move XElementAccess Java test to C++Jens Carl
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin
2022-02-27Revert "Related: tdf#147448 Scope owning mutex before it gets destroyed"Eike Rathke
2022-02-27fix inverted conditionLuboš Luňák
2022-02-27prefix CellInfo and BasicCellInfo with ScLuboš Luňák
2022-02-27do not allocate so many CellInfo objects in FillInfo()Luboš Luňák
2022-02-26do not repeatedly call ColHidden()Luboš Luňák
2022-02-26cid#1500566 Uninitialized scalar fieldCaolán McNamara
2022-02-26cid#1500706 Uninitialized scalar fieldCaolán McNamara
2022-02-26cid#1500582 Uninitialized scalar variableCaolán McNamara
2022-02-26optimize ScColumns::HasCellNotes()Luboš Luňák
2022-02-26ScCompressedArray doesn't need to be polymorphicLuboš Luňák
2022-02-26do not fail import if there are only warningsLuboš Luňák
2022-02-26make VBAMacroTest::testVba() pass with huge sheetsLuboš Luňák
2022-02-26lock paint when VBA sets value for a number of Calc cellsLuboš Luňák
2022-02-26Related: tdf#147448 Scope owning mutex before it gets destroyedEike Rathke
2022-02-26Resolves: tdf#147448 ScRefreshTimerControl mutex must be std::recursive_mutexEike Rathke
2022-02-26tdf#147298: Add a simple test case for formula cell tracking by column.Kohei Yoshida
2022-02-25convert more MAXCOLCOUNT/MAXROWCOUNTLuboš Luňák
2022-02-25tdf#147404 sc AutoFillPreview: consider hidden cellsJustin Luth