summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/formulaopt.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-202/+202
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-18tdf#42949 Fix IWYU warnings in sc/inc/f*Gabor Kelemen1-1/+1
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke1-37/+0
2017-10-27Check decimalSeparatorAlternative in GetDefaultFormulaSeparators(), tdf#81671Eike Rathke1-1/+7
2017-10-23loplugin:includeform: scStephan Bergmann1-5/+5
2017-04-05loplugin:constantparamNoel Grandin1-2/+3
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-2/+0
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2016-10-19loplugin:expandablemethodds in scNoel Grandin1-6/+1
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-25/+15
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-16tdf#92256, c#19: Implement "current doc only" switchKatarina Behrens1-16/+47
2015-10-12Related tdf#93688: save CalcA1|ExcelA1 also as a global optionKatarina Behrens1-0/+4
2015-09-18Tentative performance improvement.Michael Meeks1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-1/+1
2015-02-07ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist1-2/+2
2015-02-07Turn StringConversion into a C++11 scoped enumerationTor Lillqvist1-8/+8
2015-02-03callcatcher: shave off some moreCaolán McNamara1-5/+0
2015-01-23Use symbolic (not numeric) opcodes in the registry for the OpenCL use subsetTor Lillqvist1-2/+2
2014-11-27WaE: variable 'bSetOpenCL' set but not usedTor Lillqvist1-1/+3
2014-11-27Fix OpenCL-less build harderTor Lillqvist1-1/+2
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist1-100/+1
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist1-29/+8
2014-11-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist1-4/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-13Blacklist has precedence over whitelist, so order them like thatTor Lillqvist1-14/+14
2014-11-12Split driver version specification into a rangeTor Lillqvist1-2/+4
2014-11-12Rename OpenCLImpl to OpenCLImplMatcher to better match its purposeTor Lillqvist1-10/+10
2014-11-07Some simplification and refactoring, no functional changeTor Lillqvist1-10/+10
2014-11-07More work on OpenCL whitelist/blacklist UITor Lillqvist1-11/+51
2014-11-06Intermediate commit: start on whitelist/blacklist of OpenCL implementationsTor Lillqvist1-5/+62
2014-11-06More work on the new OpenCL optionsTor Lillqvist1-3/+65
2014-10-27sc: assert SfxPoolItem::operator==Michael Stahl1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-07-20fdo#63756 build libxml2 with ICU supportDavid Tardon1-2/+2
2014-04-23sc: sal_Bool->boolNoel Grandin1-8/+8
2014-03-14user selectable string conversion models, related fdo#37132 fdo#74622Eike Rathke1-9/+57
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2014-01-07Drop the check of the SC_BACKGROUND_COMPILATION env varTor Lillqvist1-3/+2
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-2/+2