summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xltools.cxx
AgeCommit message (Expand)Author
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
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-02-08update unused listCaolán McNamara
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-09-12callcatcher: drop unused methodsCaolán McNamara
2011-08-17fix debug build in scMarkus Mohrhard
2011-08-17Remove ambiguity.Kohei Yoshida
2011-08-17String to rtl::OUString.Kohei Yoshida
2011-08-17String to rtl::OUString.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak