summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
AgeCommit message (Expand)AuthorFilesLines
2018-07-14disable OpenCL for XIRRLuboš Luňák1-2/+2
2018-04-10loplugin:unusedfield improvementsNoel Grandin1-14/+1
2018-03-31loplugin:unnecessaryvirtual improve result outputNoel Grandin1-3/+3
2018-03-29loplugin:unusedmethodsNoel Grandin1-20/+0
2018-03-28loplugin:virtualdown in sc..sdNoel Grandin3-389/+6
2018-01-19new loplugin:emptyifNoel Grandin4-87/+24
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann2-13/+13
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin1-4/+4
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-2/+2
2017-11-13Translate German variable and function names in Calc (financial)Johnny_M2-49/+49
2017-11-13tdf#113768 Fix opposite argument description for Calc function VDB.Winfried Donkers1-3/+3
2017-11-11Replace list by vector in formulagroupcl (sc)Julien Nabet1-14/+11
2017-11-06Translate German variable names in Calc (financial)Johnny_M1-108/+108
2017-11-01Translate German variable names in Calc (financial)Johnny_M1-147/+147
2017-10-27loplugin:finalclasses in scNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann10-58/+58
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-40/+37
2017-09-26loplugin:flatten in scNoel Grandin3-389/+353
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-3/+3
2017-08-29loplugin:constparam in sc part8Noel Grandin3-7/+7
2017-08-25Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist2-57/+57
2017-07-31loplugin:oncevarNoel Grandin1-4/+4
2017-07-10simplify some OUString compareTo callsNoel Grandin1-46/+44
2017-05-31clang-tidy readability-redundant-string-cstrNoel Grandin1-2/+2
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2017-04-28Bin the same comment copy-pasted meaninglesslyTor Lillqvist1-10/+4
2017-04-05Add another FIXMETor Lillqvist1-0/+6
2017-04-05Add FIXMETor Lillqvist1-2/+6
2017-03-27Move StackVarEnumToString to <formula/token.hxx> and use in a SAL_INFOTor Lillqvist1-32/+0
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-17remove unused svSubroutine from StackVarEnumNoel Grandin1-1/+0
2017-01-25loplugin: unnecessary destructor scNoel Grandin2-4/+0
2017-01-10New loplugin:conststringvar: scStephan Bergmann1-1/+1
2016-12-30cleanup tailing backslashesJochen Nitschke1-2/+2
2016-12-25tdf#39674 Converted terms from German to Englishtamsil1amani31-6/+6
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke1-1/+0
2016-10-06remove approxEqual() from OpenCLEike Rathke2-22/+6
2016-10-06Add FIXMETor Lillqvist1-0/+3
2016-10-06Add FIXME comment about the OpenCL approxEqual() we defineTor Lillqvist1-0/+6
2016-10-06Undo bogus changes to OpenCL code in 3e22dfa5eb1ccebdc719a671d23bde7ccab256fbTor Lillqvist2-14/+14
2016-10-03Avoid pointless single-line wrapper for OpenCL isnan()Tor Lillqvist9-554/+553
2016-09-23convert formula error codes to scoped enumNoel Grandin2-14/+14
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-10/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-4/+4
2016-08-18cppcheck: passedByValueCaolán McNamara3-11/+11
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke3-4/+4
2016-08-01sc: replace NAN macro with rtl::math::setNanJochen Nitschke1-12/+1
2016-07-27loplugin:singlevalfields in sc(part4)Noel Grandin2-54/+48