summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2023-11-29reuse AllowedLinkProtocolFromDocument in writerCaolán McNamara
2023-11-29default to ignoring libreoffice special-purpose protocols in calc hyperlinkCaolán McNamara
2023-08-04sc: filter: rtf: add method "WriteFontTable"Henry Castro
2023-08-04sc: filter: rtf: add method "AddFont"Henry Castro
2023-08-04sc: filter: rtf: prefix m_* private membersHenry Castro
2023-08-04sc: filter: rtf: use a separate document streamHenry Castro
2023-07-07Header columns can disappear with filtered data in pivot tablesluigiiucci
2023-07-07problem pasting to calc an image copied from firefox (windows)Luigi Iucci
2023-05-24sc: filter: html: fix missing color scale conditional formatHenry Castro
2023-05-24sc: copy cache values when clone color conditional formatHenry Castro
2023-05-24sc: add "updateValues" method to conditional format listHenry Castro
2023-05-23put floating frames under managed links controlCaolán McNamara
2023-03-26Always push a result, even if it's only an errorEike Rathke
2023-03-26Stack check safety belt before fishing in muddy watersEike Rathke
2023-03-26Obtain actual 0-parameter count for OR(), AND() and 1-parameter functionsEike Rathke
2023-02-21tdf#153510: STYLE: try harder to detect when there's nothing to doMike Kaganski
2023-02-21Flatten ScInterpreter::ScStyleMike Kaganski
2023-02-21tdf#153514: try to find exact match, even when searching case-insensitivelyMike Kaganski
2023-02-21Related: tdf#153510 Avoid modification of iterated containerMike Kaganski
2022-07-12Use correct language for spellchecking in calcSzymon Kłos
2022-06-09tdf#145248 don't start a drag if actively selectingCaolán McNamara
2022-05-27ofz#46352 assert on bad string offsetCaolán McNamara
2022-03-30tdf#147014 Image missing due to integer overflowAron Budea
2022-03-30warn on too many rows/column when loading ODSLuboš Luňák
2022-03-30Resolves: tdf#148054 Advance offset for all columns, tdf#104927 regressionEike Rathke
2022-03-15sc export chart as graphic: handle PDFmimo-7.2.6.2.M1Miklos Vajna
2022-03-08proper columns range check (tdf#147830)Luboš Luňák
2022-02-28ensure null terminatorCaolán McNamara
2022-02-21clear ScDocumentImport position cache if iterators are invalidCaolán McNamara
2022-02-18fix range checking in calls like ScDocument::GetNote()Luboš Luňák
2022-02-17for unallocated columns check default column attributes (tdf#132057)Luboš Luňák
2022-02-16tdf#113785 sc: IsDataFiltered must be normalizedJustin Luth
2022-02-16Resolves: tdf#147421 Do not use OUString::replaceAll() to strip null-bytesEike Rathke
2022-02-16tdf#113785 sc FillAutoSimple: also optimize in negative directionJustin Luth
2022-02-07Resolves: tdf#74577 tdf#92960 Create missing offsets in very outer tableEike Rathke
2022-01-25tdf#146571 Ignore focus changes after closing Manage changes dialogCaolán McNamara
2022-01-22tdf#146367 reintroduce approxAdd() similar handling with last summandEike Rathke
2022-01-16tdf#136481 show the focus rect for the case nothing is yet selectedCaolán McNamara
2022-01-13tdf#146454 - Check for multiline string in setDataArrayAndreas Heinisch
2022-01-10tdf#146617: iterators may be invalidated during handler callMike Kaganski
2022-01-09Resolves: tdf#146592 "Reset" to the current document propertiesCaolán McNamara
2022-01-04For now, disable tests giving dubious results on AArch64Stephan Bergmann
2022-01-04CppunitTest_sc_subsequent_filters_test2: check format instead of stringXisco Fauli
2021-12-26Related: tdf#146377 Let AND(), OR(), XOR() propagate the current error, if anyEike Rathke
2021-12-23CppunitTest_sc_subsequent_filters_test2: fix test depending on current yearXisco Fauli
2021-12-21ofz#42605 Null-dereferenceCaolán McNamara
2021-12-16Resolves: tdf#126565 RefEditModified() preset current sheet for address-onlyEike Rathke
2021-12-13tdf#128895 sc xmlimport: create enough dynamic cols if propsJustin Luth
2021-12-10new ScTypedStrData: typically missed argument in CTOR, tdf#142910 follow-upJustin Luth
2021-12-07Bump tolerance from 30 to 40 to make this test pass on my MacTor Lillqvist