summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
AgeCommit message (Expand)Author
2022-06-27tdf#148820 sc: fix conditional formatted cell colorBalazs Varga
2022-03-02tdf#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
2021-09-12clang:optin.performance.Padding in scNoel Grandin
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis
2021-09-05no need to allocate NamePropsType with unique_ptrNoel Grandin
2021-09-04no need to allocate RangeListType with unique_ptrNoel Grandin
2021-09-04store ScTokenArray by value in SharedFormulaBufferNoel Grandin
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-19tdf#142264: make sure to load potentially unloaded objects when savingMike Kaganski
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-29osl::Mutex->std::mutex in FormulaBufferNoel Grandin
2021-07-06XLSX export: handle macros on button form controlsMiklos Vajna
2021-07-05XLSX import: fix handling of named ranges referring to PathMissing sheetsMiklos Vajna
2021-06-30XLSX export: improve handling of checkbox (form controls)Miklos Vajna
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)
2021-06-26cid#1474269 Untrusted allocation sizeCaolán McNamara
2021-06-21loplugin:finalclasses in sc/.../filter/incNoel Grandin
2021-06-21tdf#142607 XLSX export: keep formatted dates in standard filterBalazs Varga
2021-05-31crashtesting: use after free on export of tdf122510-1.xlsx to odsCaolán McNamara
2021-05-29tdf#127484 - Use HTML caption tag to name externally linked tablesAndreas Heinisch
2021-05-19fix leak in oox importNoel Grandin
2021-05-19tdf#76258 Add OOXML export for color filterSamuel Mehrbrodt
2021-05-11tdf#76258 Add OOXML import for color filterSamuel Mehrbrodt
2021-05-10tdf#127301 XLSX import: hide hidden named range of autofilterBalazs Varga
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-30tdf#79049 speed up OOXML workbook load (2)Noel Grandin
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2021-02-25tdf#140469 XLSX import: apply more than 8 filtersBalazs Varga
2021-02-21Some more unit conversion unificationMike Kaganski
2021-02-16tdf#140098 sc ooxml: fix export of blank filter in non empty filtersBalazs Varga
2021-02-15tdf#139928 XLSX import: fix conditional formatting in same cell rangeTibor Nagy
2021-01-29loplugin:stringviewparam extend to new..Noel