summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestyle.cxx
AgeCommit message (Expand)AuthorFilesLines
12 dayspivot: Export Pivot Table "formats" element(s)Tomaž Vajngerl1-44/+71
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-3/+2
2023-11-18tdf#157716 - Rename "Language settings" to "Languages and Locales"t-aswath1-1/+1
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-1/+1
2023-09-01various theme and complex color related fixesTomaž Vajngerl1-6/+7
2023-08-28sc: Fix wrapText not being applied correctly on exportParis Oplopoios1-1/+1
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl1-2/+2
2023-08-02sc: theme color support for sparklines + ODF & OOXML import/exportTomaž Vajngerl1-1/+0
2023-08-01sc: remove code duplication at OOXML export of ComplexColorTomaž Vajngerl1-75/+21
2023-07-04sc: add border export and enable round-trip testTomaž Vajngerl1-22/+50
2023-07-04sc: OOXML export of theme colors for text and backgroundTomaž Vajngerl1-8/+32
2023-06-29sc: use ComplexColor for font color (+others) in OOXML exportTomaž Vajngerl1-22/+23
2023-06-26convert ScAutoFontColorMode to scoped enumNoel Grandin1-1/+1
2023-06-22sc: theme color export for cell fill color + testTomaž Vajngerl1-20/+42
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl1-8/+8
2022-12-20tdf#152581 SC: fix export of conditional border colorAttila Szűcs1-0/+16
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-2/+3
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/filterNoel Grandin1-3/+2
2022-02-17optimize blank cell Excel export (tdf#133749)Luboš Luňák1-6/+0
2022-01-06tdf#145059: sc: always write dxf node for color filter for XLSXVasily Melenchuk1-4/+12
2021-12-22tdf#145057 Fix saving color filter when multiple data ranges in sheetSamuel Mehrbrodt1-2/+2
2021-10-08tdf#130104 - FILESAVE XLSX: cell indent increased on each saveKevin Suo1-7/+8
2021-10-04Fix typosAndrea Gelmini1-1/+1
2021-10-01tdf#142578: xlsx export: use continuous numbering for dfx nodesVasily Melenchuk1-8/+7
2021-10-01tdf#143104 Fix xlsx import/export of color filter colorsVasily Melenchuk1-14/+8
2021-09-25tdf#76258 Fix xlsx export of color filter colorsSamuel Mehrbrodt1-20/+22
2021-08-18loplugin:constparamsNoel Grandin1-2/+2
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-05-19tdf#76258 Add OOXML export for color filterSamuel Mehrbrodt1-9/+106
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-1/+1
2021-02-08Remove unneeded breaksAndrea Gelmini1-1/+0
2021-01-26tdf#139167 XLSX export: fix proliferation of conditional stylesTibor Nagy1-3/+6
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-08use more IsTransparentNoel Grandin1-1/+1
2021-01-02introduce Degree100 strong_int typeNoel1-1/+1
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli1-2/+2
2020-10-20use tools::Long in scNoel1-1/+1
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin1-18/+18
2020-07-07Use std::optional to allow optional inclusion of attributesMike Kaganski1-2/+2
2020-07-06Don't explicitly convert OUString to OStringMike Kaganski1-4/+3
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia1-2/+2
2020-05-24inline some use-once typedefsNoel Grandin1-4/+4
2020-05-03Resolves: tdf#130108 ensure we don't reuse the last SetSearchMask settingCaolán McNamara1-1/+1
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin1-20/+20
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-2/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-24loplugin:makeshared in scNoel Grandin1-20/+20
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-9/+9