summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-19Extended loplugin:ostr: scStephan Bergmann1-9/+9
2023-10-29sc: Export conditional formatting expression correctly for text rulesParis Oplopoios1-1/+16
2023-09-15reduce casting around ScDocShellNoel Grandin1-1/+2
2023-06-29sc: use ComplexColor for font color (+others) in OOXML exportTomaž Vajngerl1-4/+4
2023-06-26convert ScAutoFontColorMode to scoped enumNoel Grandin1-1/+1
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl1-3/+5
2023-03-26loplugin:stringadd in scNoel Grandin1-7/+3
2022-10-25tdf#151484 Data Validity list looses separation when saving as XLSNoel Grandin1-1/+2
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2022-08-27sal_uLong->sal_uInt32 in XclExpDVNoel Grandin1-6/+6
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-2/+3
2022-05-05use more o3tl::getTokenNoel Grandin1-2/+2
2022-05-01use more string_view in variousNoel Grandin1-2/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-3/+4
2022-03-18tdf#133603 remove some string copyingNoel Grandin1-1/+1
2021-12-06rename In() to Contains()Luboš Luňák1-1/+1
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-2/+2
2021-11-04tdf#145079 XLSX export: fix regression of internal hyperlinksTünde Tóth1-1/+5
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-1/+1
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-5/+0
2021-07-26tdf#143220 XLSX export: fix hyperlink to sheet targetTünde Tóth1-3/+5
2021-06-30tdf#140431 XLSX export: fix double file:// prefixTünde Tóth1-2/+2
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+5
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-10-30tdf#84874 XLSX export: truncate validation textTibor Nagy1-16/+23
2020-10-26tdf#129969 XLSX export: file URLs need IURI encodingTünde Tóth1-3/+2
2020-10-19tdf#90104 XLSX export: fix commas in data validation listTibor Nagy1-1/+34
2020-10-11tdf#126305 XLSX export: fix data validation Error AlertTibor Nagy1-1/+12
2020-10-05Related tdf#137167: reference Excel pb on limitation for data validity formulaJulien Nabet1-0/+2
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann1-1/+1
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin1-82/+82
2020-07-07Use std::optional to allow optional inclusion of attributesMike Kaganski1-8/+7
2020-07-06Don't explicitly convert OUString to OStringMike Kaganski1-6/+6
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-11/+11
2020-05-24inline some use-once typedefsNoel Grandin1-2/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-2/+2
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin1-6/+6
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-4/+4
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-4/+5
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-2/+2
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-1/+1
2019-07-17crashtesting: assert on export of fdo63407-3.ods to xlsCaolán McNamara1-1/+1