summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
AgeCommit message (Expand)AuthorFilesLines
2019-11-05make some classes module-privateNoel Grandin2-3/+3
2019-10-17move SSE2sum code to separate cxx file...Dennis Francis1-50/+1
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis1-2/+7
2019-09-26loplugin:constmethod in scNoel Grandin2-3/+3
2019-08-12Fix typosAndrea Gelmini1-3/+3
2019-07-18include supported SIMD intrinsics headers automaticallyTomaž Vajngerl1-8/+0
2019-07-09Fix Windows x64 build after commit f43f9b99603736a4d54f550052509eb5f4d04b45Mike Kaganski1-0/+4
2019-07-09CPU intrinsics detection (SSE, AVX)Tomaž Vajngerl1-9/+6
2019-03-28tdf#124286 fix annoying rounding error.Winfried Donkers1-0/+1
2019-03-28return unique_ptr from CreateTokenMatrixMapNoel Grandin1-2/+2
2019-03-23formatting fixesLuboš Luňák1-6/+5
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis1-0/+1
2018-11-30i#32345 Support a matrix of rank argument for LARGE()/SMALL()Takeshi Abe1-0/+5
2018-11-23remove some unused enums in sc/Noel Grandin1-2/+0
2018-10-26Use CheckStringResultLen() also for CONCATENATE(), CONCAT() and TEXTJOIN()Eike Rathke1-0/+16
2018-10-26Change kScInterpreterMaxStrLen now result string length limit to 256MBEike Rathke1-2/+3
2018-10-26Use SAL_MAX_INT32 in CheckStringPositionArgument()Eike Rathke1-2/+2
2018-10-26Introduce kScInterpreterMaxStrLenEike Rathke1-3/+5
2018-10-26Rework GetStringPositionArgument() to return sal_Int32Eike Rathke1-5/+7
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke1-0/+1
2018-10-15loplugin:constfields in scNoel Grandin9-13/+13
2018-09-27loplugin:useuniqueptr in ScAddInAsyncsNoel Grandin1-2/+2
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen10-27/+35
2018-08-16remove mempoolNoel Grandin1-3/+0
2018-07-27Use IsInArrayContext() instead of (bMatrixFormula || pCur->IsInForceArray())Eike Rathke1-2/+2
2018-07-27Introduce and use ScInterpreter::IsInArrayContext(), tdf#91502 follow-upEike Rathke1-0/+9
2018-06-15sc: These booleans are constantTakeshi Abe1-1/+1
2018-04-04loplugin:useuniqueptr in ScJumpMatrixNoel Grandin1-3/+3
2018-03-29tdf#97977 make MODE.MULT fully compatible with Excel.Winfried Donkers1-2/+1
2018-03-29loplugin:useuniqueptr in ScInterpreterNoel Grandin1-2/+2
2018-03-26loplugin:useuniqueptr in ScAddInAsyncNoel Grandin1-1/+1
2018-03-23loplugin:useuniqueptr in ScPoolHelperNoel Grandin1-2/+2
2018-03-15tdf#97977 related : make MODE.SNGL comply with Excel.Winfried Donkers1-0/+1
2018-03-15loplugin:useuniqueptr in ScBroadcastAreaSlotMachineNoel Grandin1-2/+2
2018-02-09Resolves: tdf#115493 use matrix as result of jump command, tdf#58874 relatedEike Rathke1-1/+3
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2018-01-12handle ocWebservice similarly to ocDdeCaolán McNamara1-0/+49
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-8/+8
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-10/+10
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis1-5/+2
2017-11-21cache FormulaToken for doublesDennis Francis1-0/+4
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-1/+3
2017-11-11Replace list by vector in cellkeytranslator (sc)Julien Nabet1-2/+2
2017-11-11Replace list by vector in addinlis (sc)Julien Nabet1-1/+1
2017-11-06Fix typosAndrea Gelmini1-1/+1
2017-11-05Correct German variables/functions names translation in Calc (financial)Johnny_M1-7/+7
2017-10-23loplugin:includeform: scStephan Bergmann11-26/+26
2017-10-23Translate German function names in Calc (financial)Johnny_M1-4/+4
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1