summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-04-05lok: run autofilter without timerscp-22.05.0-1Szymon Kłos
2022-03-30lok: paste-undo: invalidate sheetgeometryDennis Francis
2022-03-30lok: unit-test: add comment unique id checksDennis Francis
2022-03-30lok-comments: CopyOneCellFromClip: notify lok clientsDennis Francis
2022-03-30lok: CopyCellNotesHandler: use the cloned objectDennis Francis
2022-03-30lok: ensure unique id for annotationsDennis Francis
2022-03-30android: Fix tab name on CSV still becomes tempfile nameMert Tumer
2022-03-30tdf#147014 Image missing due to integer overflowAron Budea
2022-03-28sc: fix crash in SdrPageView::GetPageWindow()Aron Budea
2022-03-25warn on too many rows/column when loading ODSLuboš Luňák
2022-03-25tdf#148160 Use correct language for spellchecking in calcSzymon Kłos
2022-03-25Resolves: tdf#148054 Advance offset for all columns, tdf#104927 regressionEike Rathke
2022-03-23-Werror=type-limitsStephan Bergmann
2022-03-23optimize checking for conflicting named rangesLuboš Luňák
2022-03-23don't provide non-const iterators to ScRangeName internal dataLuboš Luňák
2022-03-23stop ScTable::ExtendMerge() from needless complainingLuboš Luňák
2022-03-23optimize ScTabView::SkipCursorVertical() for many rowsLuboš Luňák
2022-03-23fix GetAttr() for unallocated columnsLuboš Luňák
2022-03-23remove pAttrArray nullptr checksLuboš Luňák
2022-03-23remove pAttrArray nullptr checksLuboš Luňák
2022-03-23revert/fix the incorrect fix for tdf#126904Luboš Luňák
2022-03-23optimize repeated std::vector removal (tdf#126326)Luboš Luňák
2022-03-23faster bulk insert into o3tl::sorted_vector (tdf#117366)Luboš Luňák
2022-03-23don't try to spellcheck after last data cell (tdf#122827)Luboš Luňák
2022-03-23compress RowHidden()/GetRowHeight() use in excel export (tdf#126326)Luboš Luňák
2022-03-23don't bother tracking changes if both cells are empty (tdf#141174)Luboš Luňák
2022-03-23don't bother scanning nonexistent data (tdf#141182)Luboš Luňák
2022-03-23make sc_namedrangesobj test work with 16k columnsLuboš Luňák
2022-03-23remove more hardcoded sheet sizes from Calc testsLuboš Luňák
2022-03-23remove more hardcoded MAXROWLuboš Luňák
2022-03-23introduce ScColumnData for ScColumn/ScTable code sharingLuboš Luňák
2022-03-23keep conflicting named ranges working with 16k columnsLuboš Luňák
2022-03-23set properly attributes for cells in unallocated Calc columnsLuboš Luňák
2022-03-23provide MAXCOL/MAXROW also as stringsLuboš Luňák
2022-03-23make ScMarkData::IsAllMarked() work also for simple marksLuboš Luňák
2022-03-23improve ScMark* classes a bitLuboš Luňák
2022-03-23function that modifies data should not be called IsXXX()Luboš Luňák
2022-03-23fix incorrect search startLuboš Luňák
2022-03-23reuse a vector instead of repeatedly creating it (tdf#95346)Luboš Luňák
2022-03-23try to avoid using map when searching most used item (tdf#95346)Luboš Luňák
2022-03-23compress calls to AdjustRowHeight() to just one call (tdf#94677)Luboš Luňák
2022-03-23make Calc jumbo sheets an explicit build featureLuboš Luňák
2022-03-23make named ranges in tests work with 16k columnsLuboš Luňák
2022-03-23fix inverted conditionLuboš Luňák
2022-03-23do not allocate so many CellInfo objects in FillInfo()Luboš Luňák
2022-03-23do not repeatedly call ColHidden()Luboš Luňák
2022-03-23optimize ScColumns::HasCellNotes()Luboš Luňák
2022-03-23do not fail import if there are only warningsLuboš Luňák
2022-03-23make VBAMacroTest::testVba() pass with huge sheetsLuboš Luňák
2022-03-23lock paint when VBA sets value for a number of Calc cellsLuboš Luňák