summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-02-18Revert tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik
2022-02-17Resolves: tdf#147496 No line feed for one single cell in clipboard Doc2Text()Eike Rathke
2022-02-17fix range checking in calls like ScDocument::GetNote()Luboš Luňák
2022-02-17fix range checking when parsing Calc cell address (tdf#147451)Luboš Luňák
2022-02-17Revert "Resolves: tdf#147421 Do not use OUString::replaceAll() to strip null-...Mike Kaganski
2022-02-17tdf#147398: sc_ucalc_formula: Add unittestXisco Fauli
2022-02-17optimize blank cell Excel export (tdf#133749)Luboš Luňák
2022-02-17std::map -> std::unordered_mapLuboš Luňák
2022-02-17Handle the possible case of broadcasted row block, tdf#119083 follow-upEike Rathke
2022-02-17tdf#147086 OOXML export: don't save the empty editing passwordTünde Tóth
2022-02-17fix maxrow/maxcol mixupLuboš Luňák
2022-02-17tdf#132057: sc_uicalc: Add unittestXisco Fauli
2022-02-17remove MAXCOL/MAXROW from ScExternalRefCacheLuboš Luňák
2022-02-16lok: sc: handle all local mouse tracking for CalcHenry Castro
2022-02-16Extend loplugin:stringview to OUStringBuffer::copyStephan Bergmann
2022-02-16do not allocate columns in ScTable::GetPattern()Luboš Luňák
2022-02-16for unallocated columns check default column attributes (tdf#132057)Luboš Luňák
2022-02-16move simple checks out of DEBUG_COLUMN_STORAGELuboš Luňák
2022-02-16reenable fuzzing for InsertMatrixFormulaCaolán McNamara
2022-02-16clamp ColumnSpanSet::executeAction() to allocated columnsLuboš Luňák
2022-02-16do not allocate columns in ScTable::GetNumberFormat()Luboš Luňák
2022-02-16Resolves: tdf#147398 Test Intersects() instead of Contains(), tdf#119083Eike Rathke
2022-02-16tdf#127113: sc: Add UItestXisco Fauli
2022-02-16non-const ScTable::GetFormulaCell() doesn't need to allocate columnsLuboš Luňák
2022-02-16Fix typosAndrea Gelmini
2022-02-16lok: sc: apply local mouse tracking only for CalcHenry Castro
2022-02-16avoid debug build failing on an assert for tdf#144537Luboš Luňák
2022-02-16simplify codeLuboš Luňák
2022-02-15make ScBigAddress use 64bitLuboš Luňák
2022-02-15move nInt32Min/nInt32Max to ScBigRange and rename to nRangeMin/MaxLuboš Luňák
2022-02-15remove harcoded MAXCOL/MAXROW from ScBigAddressLuboš Luňák
2022-02-15Resolves: tdf#147421 Do not use OUString::replaceAll() to strip null-bytesEike Rathke
2022-02-15cid#1498147 silence Improper use of negative valueCaolán McNamara
2022-02-15fix SfxItemPool::GetWhich changeNoel Grandin
2022-02-15lok: sc: introduce LocalStartDrag methodHenry Castro
2022-02-15tdf#145745 Create uno:DuplicateSheet commandrafaelhlima
2022-02-15tdf#134553: sc_jumbosheets: Add unittestXisco Fauli
2022-02-15Clean up some global sal_Unicode[] varsStephan Bergmann
2022-02-15test for jumbosheet named ranges export/importLuboš Luňák
2022-02-15don't export a document twice in a test when not neededLuboš Luňák
2022-02-15"&(*xShell)" -> "*xShell"Luboš Luňák
2022-02-15tests for import/export of full-row/column ranges in huge sheetsLuboš Luňák
2022-02-15finally write entire row/column references as such to ODSLuboš Luňák
2022-02-15Fix CppunitTest_sc_jumbosheets_test for ASanStephan Bergmann
2022-02-15tdf#104902 - Handle embedded newline in Calc's .uno:EnterStringAndreas Heinisch
2022-02-14tdf#147394: sc: Add UItestXisco Fauli
2022-02-14make sanitizers happyLuboš Luňák
2022-02-14remove hardcoded MAXCOL/MAXROW from datatableview.cxx (tdf#135332)Luboš Luňák
2022-02-14don't gradually move columns to a large distance (tdf#144380)Luboš Luňák
2022-02-14cid#1472568 silence Integer handling issues DIVIDE_BY_ZEROCaolán McNamara