summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xltools.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-15new loplugin:bufferaddNoel Grandin1-7/+6
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-7/+3
2018-10-15loplugin:constfields in scNoel Grandin1-4/+4
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-2/+3
2018-02-26use less RGB_COLORDATANoel Grandin1-1/+1
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-1/+1
2017-12-01tdf#109240, tdf#112571: don't export dupe built-in named rangesAron Budea1-1/+5
2017-10-23loplugin:includeform: scStephan Bergmann1-10/+10
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin1-2/+2
2016-11-22remove some more global OUStringsNoel Grandin1-15/+14
2016-09-23convert formula error codes to scoped enumNoel Grandin1-27/+28
2016-09-13remove open-coded versions of GetDoubleErrorValue and CreateDoubleErrorNoel Grandin1-8/+1
2016-07-28tdf#100946 Fix width calculation and add customWidth support (.xlsx)Bartosz Kosiorek1-2/+3
2016-05-10remove usages of STATIC_ARRAY_END in scJochen Nitschke1-3/+3
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-26/+24
2015-10-30loplugin:unusedmethodsNoel Grandin1-7/+0
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin1-1/+1
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara1-5/+4
2014-12-19remove operator>> methodsNoel Grandin1-1/+4
2014-10-23Avoid left shift of negative values (ubsan)Stephan Bergmann1-6/+8
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin1-1/+1
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-17/+13
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin1-2/+2
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-7/+7
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-8/+8
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+8
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-28/+19
2012-02-08update unused listCaolán McNamara1-7/+0
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-09-12callcatcher: drop unused methodsCaolán McNamara1-7/+0
2011-08-17fix debug build in scMarkus Mohrhard1-3/+3
2011-08-17Remove ambiguity.Kohei Yoshida1-2/+2
2011-08-17String to rtl::OUString.Kohei Yoshida1-14/+15
2011-08-17String to rtl::OUString.Kohei Yoshida1-59/+67
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak1-5/+5