summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeextlst.cxx
AgeCommit message (Expand)Author
2021-10-08tdf#130104 - FILESAVE XLSX: cell indent increased on each saveKevin Suo
2021-01-05tdf#139394 XLSX export: remove extra quotation marksTibor Nagy
2020-12-30loplugin:stringviewparam: operator +, reduxStephan Bergmann
2020-12-28tdf#139021 XLSX export: fix "contains" conditional formattingTibor Nagy
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-10-26std::unique_ptr -> std::optionalNoel
2020-07-07Use std::optional to allow optional inclusion of attributesMike Kaganski
2020-07-06Don't explicitly convert OUString to OStringMike Kaganski
2020-05-05Related: tdf#130108 ensure we don't reuse the last SetSearchMask settingCaolán McNamara
2020-05-03Related: tdf#130108 expand single arg SfxStyleSheetBasePool::Find usesCaolán McNamara
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski
2019-05-04tdf#122590: follow-up : import x14:cfRule prioritiesDennis Francis
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15Conditional formatting: Use the nElements from g_IconSetMap.Jan Holesovsky
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-07merge BS and ToPsz10, etcCaolán McNamara
2017-01-03replace hard-coded namespace URL strings with function calls...Rosemary Sebastian
2016-10-11loplugin:constantfunctionNoel Grandin
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin
2016-03-14fix memory leak in cond format xlsx exportMarkus Mohrhard
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-073stars iconset not exported to OOXML, tdf#94850Markus Mohrhard
2015-07-25tdf#92256: Make OOXML filter CONV_A1_XL_A1 aware tooKatarina Behrens
2015-07-23add unhandled case in switchMarkus Mohrhard
2015-07-23tdf#92256: OOXML save/load syntax for string referenceKatarina Behrens
2015-05-19coverity#1298900, init memberMarkus Mohrhard
2015-05-16export iconSet to extLstMarkus Mohrhard
2015-05-14correct export for min and max databar lengthMarkus Mohrhard
2015-02-04Seems that BS() does something else than I thoughtKatarina Behrens
2015-02-03Related tdf#87356: export data bar [non-]gradient to OOXMLKatarina Behrens
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan
2014-03-10fdo#75950: Just set the right grammar and be done with it.Kohei Yoshida
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-23fix spelling errorMarkus Mohrhard
2013-03-22prevent crash if formula is emptyMarkus Mohrhard
2013-01-25resolved fdo#59819 write correct OOXML function name mappingEike Rathke