summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
AgeCommit message (Expand)Author
2023-09-11lok: save to xlsx changes column sizeSzymon Kłos
2023-06-29sc: filter: oox: fix crash delete ScDatabarFormatDataHenry Castro
2023-06-28sc: perf: speedup sheets with lots of repetitive...Dennis Francis
2023-05-10sc: filter: excel: import cell multi-line textHenry Castro
2023-05-10sc: filter: oox: fix preserve space, single line caseHenry Castro
2023-05-07sc: filter: excel: add getter function LineBreakHenry Castro
2023-05-03sc: filter: oxx: insert more rules same rangeHenry Castro
2023-04-12sc: filter: oox: fix conditional color scale same rangeHenry Castro
2023-04-12sc: filter: oox: only insert conditional format if has itemsHenry Castro
2023-04-12sc: filter: oox: do not insert rule too earlyHenry Castro
2023-03-23sc: filter: oox: update databar format before cloneHenry Castro
2023-03-23sc: filter: oox: Add a missing tag child of the parent tag "cfvo"Henry Castro
2023-03-23sc: filter: oox: add missing tag "fillcolor"Henry Castro
2023-01-07tdf#144786 Implement XML_hiddenButton functionalityofftkp
2022-12-20tdf#152581 SC: fix export of conditional border colorAttila Szűcs
2022-12-13xlsx: Import table column attribute XML_totalsRowFunctionofftkp
2022-07-26Document sparkline related classes, functions and structsTomaž Vajngerl
2022-07-11compact the RichString classNoel Grandin
2022-07-06compact the RichStringPortion classNoel Grandin
2022-07-06remove span data storage from oox importNoel Grandin
2022-06-27tdf#148820 sc: fix conditional formatted cell colorBalazs Varga
2022-04-14handle broken row ranges in excel importLuboš Luňák
2022-04-14fix comparison operators in Excel export, #2Luboš Luňák
2022-04-14fix comparison operatorsLuboš Luňák
2022-04-12sc: improve SparklineList to track added SparklineGroupsTomaž Vajngerl
2022-04-12sc: split attrs out of SparklineGroup into a COW classTomaž Vajngerl
2022-04-11sc: Sparkline export for OOXML documents + roundtrip testTomaž Vajngerl
2022-04-10sc: write the OOXML Sparkline props. to the modelTomaž Vajngerl
2022-04-10sc: support reading sparklines from OOXML documentTomaž Vajngerl
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-23reuse a vector instead of repeatedly creating it (tdf#95346)Luboš Luňák
2022-03-23remove MAXCOL/MAXROW from ScAddress/ScRange (tdf#147509)Luboš Luňák
2022-03-23optimize blank cell Excel export (tdf#133749)Luboš Luňák
2022-03-23remove hardcoded MAXCOL/MAXROW in ScRangeListTabsLuboš Luňák
2022-03-23move ScRangeListTabs members from RootData to XclImpRootLuboš Luňák
2022-03-23remove most hardcoded MAXCOL/MAXROW from Calc filtersLuboš Luňák
2022-03-09tdf#122471 xlsx import: pivottable error OUString, not uInt8Justin Luth
2022-01-11tdf#145059: sc: always write dxf node for color filter for XLSXVasily Melenchuk
2021-12-20tdf#103331: Make styles attributes optional.Kohei Yoshida
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-03Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.Kohei Yoshida
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-10-19tdf#96499 sc htmlimport: fix broken CSSHandler so that...Kevin Suo
2021-10-11loplugin:moveparam in scNoel Grandin
2021-10-11add coverity[uninit_member] to explanationCaolán McNamara
2021-10-08tdf#130104 - FILESAVE XLSX: cell indent increased on each saveKevin Suo
2021-10-01tdf#143104 Fix xlsx import/export of color filter colorsVasily Melenchuk
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin