summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2023-05-24sc: filter: html: fix missing color scale conditional formatHenry Castro1-1/+22
2023-05-24sc: copy cache values when clone color conditional formatHenry Castro2-0/+17
2023-05-24sc: add "updateValues" method to conditional format listHenry Castro5-0/+35
2023-05-23put floating frames under managed links controlCaolán McNamara1-1/+8
2023-03-26Always push a result, even if it's only an errorEike Rathke1-2/+2
2023-03-26Stack check safety belt before fishing in muddy watersEike Rathke2-2/+14
2023-03-26Obtain actual 0-parameter count for OR(), AND() and 1-parameter functionsEike Rathke1-1/+9
2023-02-21tdf#153510: STYLE: try harder to detect when there's nothing to doMike Kaganski4-19/+44
2023-02-21Flatten ScInterpreter::ScStyleMike Kaganski1-33/+31
2023-02-21tdf#153514: try to find exact match, even when searching case-insensitivelyMike Kaganski1-2/+8
2023-02-21Related: tdf#153510 Avoid modification of iterated containerMike Kaganski1-3/+2
2022-10-24Resolves: tdf#150780 Overtyping is not editingmimo-7-3-branch-pointEike Rathke1-1/+3
2022-09-26make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák1-13/+16
2022-09-23Fix string length assertion and handle parentheses in multi-line formulaEike Rathke1-3/+4
2022-09-15libxml2: upgrade to release 2.10.2Michael Stahl1-0/+2
2022-09-15Resolves: tdf#150926 Add-In result svl::SharedString needs to be internedEike Rathke3-5/+9
2022-09-12Resolves: tdf#150766 Listen to entire shared formula group instead of a sliceEike Rathke1-0/+34
2022-09-07Resolves: tdf#150829 Broadcast missing ScAreasChanged hint on sheet copy UndoEike Rathke1-1/+3
2022-09-07Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-upEike Rathke3-4/+3
2022-09-06Resolves: tdf#150307 Broadcast missing ScAreasChanged hint on sheet deletionEike Rathke3-0/+3
2022-08-18tdf#149609 release mouse before showing popups from calc grid windowCaolán McNamara1-4/+14
2022-08-17tdf#150170: Revert "flatten TableType in ColumnSpanSet"Xisco Fauli2-5/+4
2022-08-08tdf#150219 Crash when cutting trace dependent with precedent on different sheetNoel Grandin1-1/+2
2022-07-26Resolves: tdf#150011 Add HRK Croatian Kuna conversion to EUR EuroEike Rathke1-1/+2
2022-06-27tdf#149647 LibreOffice Calc cursor not positioned correctlyNoel Grandin5-42/+26
2022-06-27tdf#148820 sc: fix conditional formatted cell colorBalazs Varga5-4/+50
2022-06-26handle nullptr SharedString in ScQueryEvaluator (tdf#149679)Luboš Luňák1-1/+2
2022-06-24tdf#149574 sc: fix missing nullptr checkAttila Szűcs1-1/+1
2022-06-23Pump XInputStream into an SvMemoryStream rather than an OStringBufferStephan Bergmann1-4/+4
2022-06-22Resolves: tdf#149589 No "+ or - may start formula" when editing contentEike Rathke2-4/+18
2022-06-17Resolves: tdf#147822 ScUnoListenerEntry container must be std::listEike Rathke2-3/+5
2022-06-16tdf#149529 crash on deref deleted ScDocument*Caolán McNamara1-1/+1
2022-06-16Related: tdf#149325 Fix yet another VbaRange empty ScRangeList accessEike Rathke2-4/+9
2022-06-15crashtesting: negative index seen on loading forum-de3-15472.odsCaolán McNamara1-2/+4
2022-06-14crashtesting: assert seen on loading forum-en-38962.odsCaolán McNamara1-1/+10
2022-06-14crashtesting: crash seen on exporting forum-it-5909.ods to xlsxCaolán McNamara1-3/+9
2022-06-14sc: ODF export: fix style:font-name on EE text/paragraph stylesMichael Stahl1-9/+19
2022-06-14tdf#149531 tdf#149325 Eliminate unconditional ScRangeList::front() accessEike Rathke2-27/+48
2022-06-13tdf#149503: Check size of vectorsXisco Fauli4-1/+29
2022-06-12Resolves: tdf#148072 Restore sheet-local names for Undo of CutEike Rathke1-5/+13
2022-06-10tdf#135346 clear page row map to avoid invalid "hidden" flagsTomaž Vajngerl1-0/+4
2022-06-10Resolves: tdf#142368 drop popover on ControlLoseFocusCaolán McNamara1-2/+2
2022-06-07Resolves: tdf#148163 Preserve names of bad cell reference input againEike Rathke2-3/+3
2022-06-05InsertMatrixFormula: correct references for across sheets array formulasEike Rathke1-15/+8
2022-05-25tdf#145248 don't start a drag if actively selectingCaolán McNamara1-1/+2
2022-05-18try to limit cell interpreting to only visible cells when drawingLuboš Luňák7-6/+66
2022-05-18limit Interpret() for dirty cells only to the given row range (bsc#1197497)Luboš Luňák1-2/+35
2022-05-18tdf#123877 sc XLSX: don't freeze during saving recoveryLászló Németh3-0/+66
2022-05-16tdf#124820 sc: overwrite more character level font attributesJustin Luth1-1/+14
2022-05-16forcepoint#97 avoid Invalid read of size 2Caolán McNamara6-1/+29