summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2022-02-20optimize XclExpRowBuffer::GetOrCreateRow() (tdf#140893)Luboš Luňák1-41/+55
2022-02-20make CollectCellAction sort cells by cell address (tdf#119083)Luboš Luňák1-2/+8
2022-02-20optimize AreaBroadcast() a bitLuboš Luňák1-16/+15
2022-02-19simplify code using PutInOrder()Luboš Luňák2-18/+9
2022-02-19remove MAXCOL/MAXROW from ScAddress/ScRange (tdf#147509)Luboš Luňák12-49/+58
2022-02-19XFunctionAccess::callFunction() accept empty Sequence<Sequence<Any>>Eike Rathke1-2/+8
2022-02-18tdf#124818: sc: move UItest to CppUnittestXisco Fauli3-28/+30
2022-02-18lok: sc: update ScModelObj::postMouseEventHenry Castro1-5/+22
2022-02-18convert more MAXCOL/MAXROWLuboš Luňák19-144/+153
2022-02-18lok: sc: focus gridwin before useSzymon Kłos1-0/+3
2022-02-18lok: send drag overlaySzymon Kłos1-8/+52
2022-02-18lok: deglobalize SetDragObjectSzymon Kłos5-22/+119
2022-02-18lok: sc: simplify drag & drop functionsHenry Castro2-11/+8
2022-02-18clear ScDocumentImport position cache if iterators are invalidCaolán McNamara3-2/+30
2022-02-18remove MAXCOLCOUNT from calc pivot implementationLuboš Luňák1-1/+1
2022-02-18Revert tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik4-84/+0
2022-02-17Resolves: tdf#147496 No line feed for one single cell in clipboard Doc2Text()Eike Rathke1-1/+5
2022-02-17fix range checking in calls like ScDocument::GetNote()Luboš Luňák3-4/+25
2022-02-17fix range checking when parsing Calc cell address (tdf#147451)Luboš Luňák2-32/+42
2022-02-17Revert "Resolves: tdf#147421 Do not use OUString::replaceAll() to strip null-...Mike Kaganski1-34/+3
2022-02-17tdf#147398: sc_ucalc_formula: Add unittestXisco Fauli1-0/+77
2022-02-17optimize blank cell Excel export (tdf#133749)Luboš Luňák4-53/+109
2022-02-17std::map -> std::unordered_mapLuboš Luňák1-2/+2
2022-02-17Handle the possible case of broadcasted row block, tdf#119083 follow-upEike Rathke1-4/+19
2022-02-17tdf#147086 OOXML export: don't save the empty editing passwordTünde Tóth1-0/+55
2022-02-17fix maxrow/maxcol mixupLuboš Luňák3-4/+4
2022-02-17tdf#132057: sc_uicalc: Add unittestXisco Fauli2-0/+15
2022-02-17remove MAXCOL/MAXROW from ScExternalRefCacheLuboš Luňák2-6/+36
2022-02-16lok: sc: handle all local mouse tracking for CalcHenry Castro1-9/+6
2022-02-16Extend loplugin:stringview to OUStringBuffer::copyStephan Bergmann1-1/+1
2022-02-16do not allocate columns in ScTable::GetPattern()Luboš Luňák2-8/+6
2022-02-16for unallocated columns check default column attributes (tdf#132057)Luboš Luňák1-9/+6
2022-02-16move simple checks out of DEBUG_COLUMN_STORAGELuboš Luňák2-66/+16
2022-02-16reenable fuzzing for InsertMatrixFormulaCaolán McNamara1-2/+0
2022-02-16clamp ColumnSpanSet::executeAction() to allocated columnsLuboš Luňák4-16/+17
2022-02-16do not allocate columns in ScTable::GetNumberFormat()Luboš Luňák3-8/+14
2022-02-16Resolves: tdf#147398 Test Intersects() instead of Contains(), tdf#119083Eike Rathke1-1/+1
2022-02-16tdf#127113: sc: Add UItestXisco Fauli1-0/+58
2022-02-16non-const ScTable::GetFormulaCell() doesn't need to allocate columnsLuboš Luňák1-2/+3
2022-02-16Fix typosAndrea Gelmini1-7/+7
2022-02-16lok: sc: apply local mouse tracking only for CalcHenry Castro1-0/+1
2022-02-16avoid debug build failing on an assert for tdf#144537Luboš Luňák1-2/+3
2022-02-16simplify codeLuboš Luňák1-14/+1
2022-02-15make ScBigAddress use 64bitLuboš Luňák5-54/+54
2022-02-15move nInt32Min/nInt32Max to ScBigRange and rename to nRangeMin/MaxLuboš Luňák5-38/+39
2022-02-15remove harcoded MAXCOL/MAXROW from ScBigAddressLuboš Luňák11-66/+67
2022-02-15Resolves: tdf#147421 Do not use OUString::replaceAll() to strip null-bytesEike Rathke1-3/+34
2022-02-15cid#1498147 silence Improper use of negative valueCaolán McNamara1-1/+2
2022-02-15fix SfxItemPool::GetWhich changeNoel Grandin1-2/+2
2022-02-15lok: sc: introduce LocalStartDrag methodHenry Castro1-0/+4