summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xltools.cxx
AgeCommit message (Expand)Author
2024-02-29tdf#147021 replace SAL_N_ELEMENTS() with std::size()Keldin Maldonado (KNM)
2024-02-29Simplify a bitMike Kaganski
2022-05-01use more string_view in variousNoel Grandin
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-02-21Some more unit conversion unificationMike Kaganski
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-26tdf#139167 XLSX export: fix proliferation of conditional stylesTibor Nagy
2021-01-02introduce Degree100 strong_int typeNoel
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli
2020-10-20use tools::Long in scNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-12-30Document what is discovered about XclTools::GetXclDefColWidthCorrectionMike Kaganski
2019-12-22sal_Char->char in scNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-02-26use less RGB_COLORDATANoel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2017-12-01tdf#109240, tdf#112571: don't export dupe built-in named rangesAron Budea
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-14use more OUString::operator== in scNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-11-22remove some more global OUStringsNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-13remove open-coded versions of GetDoubleErrorValue and CreateDoubleErrorNoel Grandin
2016-07-28tdf#100946 Fix width calculation and add customWidth support (.xlsx)Bartosz Kosiorek
2016-05-10remove usages of STATIC_ARRAY_END in scJochen Nitschke
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida
2015-10-30loplugin:unusedmethodsNoel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara
2014-12-19remove operator>> methodsNoel Grandin
2014-10-23Avoid left shift of negative values (ubsan)Stephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin