summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-25update creditsChristian Lohmaier
2022-03-25tdf#111851: rtf import: fifty shades of greyVasily Melenchuk
2022-03-25tdf#111924 - Special characters: don't lose focus on context menuAndreas Heinisch
2022-03-25sw clearing breaks: add UNO API to insert this with custom clear / char propsMiklos Vajna
2022-03-25fix error: unused variableAndras Timar
2022-03-25sw clearing breaks: add UNO API to insert thisMiklos Vajna
2022-03-25sw clearing breaks: add document modelMiklos Vajna
2022-03-25tdf#104390: rtf import: init default font for entire state stackVasily Melenchuk
2022-03-25tdf#118047: RTF import: better deduplication for header/footerVasily Melenchuk
2022-03-25tdf#131234: RTF import: extend default char props listVasily Melenchuk
2022-03-25Call corresponding base class method in SpellDialog::DeactivateMichael Weghorn
2022-03-25tdf#147347 sw: hide deleted table at deletion in Hide ChangesLászló Németh
2022-03-25Resolves: tdf#148053 fix a crash in out of range dx arrayCaolán McNamara
2022-03-25Resolves: tdf#148054 Advance offset for all columns, tdf#104927 regressionEike Rathke
2022-03-25tdf#148033: Loss of precision in /MediaBox (PDFWriterImpl::emitCatalog())Lemures Lemniscati
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