summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
AgeCommit message (Expand)Author
2020-10-19tdf#90104 XLSX export: fix commas in data validation listTibor Nagy
2020-10-11tdf#126305 XLSX export: fix data validation Error AlertTibor Nagy
2020-10-05Related tdf#137167: reference Excel pb on limitation for data validity formulaJulien Nabet
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin
2020-07-07Use std::optional to allow optional inclusion of attributesMike Kaganski
2020-07-06Don't explicitly convert OUString to OStringMike Kaganski
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
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-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-07-17crashtesting: assert on export of fdo63407-3.ods to xlsCaolán McNamara
2019-07-03tdf#126177 XLSX export: fix hyperlinks to documentsTünde Tóth
2019-05-04tdf#124953: Use rangelist's combined range top-left address...Dennis 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-17loplugin:sequentialassign in scNoel Grandin
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-03-27return unique_ptr in CreateFlatCopiedTokenArrayNoel Grandin
2019-03-25Removed executable permission on data filesAndrea Gelmini
2019-03-22tdf#114969 XLSX export: fix 'sheet.name.with.dot'!A1-like linksTünde Tóth
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-11-16loplugin:buriedassign in scNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15Conditional formatting: Use the nElements from g_IconSetMap.Jan Holesovsky
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-09-09Avoid getTokenCountMatteo Casalin
2018-08-15tdf#118990: use full URI for absolute referencesMike Kaganski
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-15related tdf#117816, only export cond format formula to xlsx when requiredMarkus Mohrhard
2018-07-15related tdf#117816, add more work arounds for MS Excel bugsMarkus Mohrhard
2018-07-15tdf#117816, work around MS Excel bug with containsText cond formatMarkus Mohrhard
2018-06-20tdf#42949 Fix IWYU warnings in sc/inc/[ux]*Gabor Kelemen
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin