summaryrefslogtreecommitdiff
path: root/sc/source/core/data/global2.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+3
2020-04-15loplugin:buriedassign in scNoel Grandin1-2/+2
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-01loplugin:stringadd in scNoel Grandin1-2/+1
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-8/+0
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-15/+18
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-26loplugin:useuniqueptr in ScConsolidateParamNoel Grandin1-36/+20
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-03-28use boost::optional in sc and svgioNoel Grandin1-8/+3
2018-01-31ofz#3032 TimeoutCaolán McNamara1-2/+7
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-3/+3
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-07-31ofz: survive avoid configCaolán McNamara1-2/+2
2017-07-29ofz: no shell during testingCaolán McNamara1-1/+1
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-5/+2
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-3/+3
2016-09-23convert formula error codes to scoped enumNoel Grandin1-6/+6
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-7/+6
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-14coverity#1326130 Logically dead codeCaolán McNamara1-4/+1
2015-10-03move ConvertStringToValue() implementation from ScInterpreter to ScGlobalEike Rathke1-0/+266
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-3/+2
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-1/+1
2015-01-09Revert "NO_DECODE breaks non-ascii urls, fdo#85617"Eike Rathke1-1/+1
2014-12-27NO_DECODE breaks non-ascii urls, fdo#85617Markus Mohrhard1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-32/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-20/+20
2014-02-14sal_Bool->boolNoel Grandin1-3/+3
2014-02-12sal_Bool->boolNoel Grandin1-2/+2
2013-10-30Use enum for table op mode.Kohei Yoshida1-6/+8
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-11/+10
2013-09-19convert sc/inc/paramisc.hxx from String to OUStringNoel Grandin1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-02-09Include dpglobal.hxx only when necessary.Kohei Yoshida1-1/+0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0