summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr4.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-12loplugin:useuniqueptr in ScInterpreterNoel Grandin1-23/+6
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+0
2018-08-22loplugin:useuniqueptr in ScDBQueryDataIteratorNoel Grandin1-1/+1
2018-07-27Use IsInArrayContext() instead of (bMatrixFormula || pCur->IsInForceArray())Eike Rathke1-1/+1
2018-07-27related tdf#109132, ugly hack to ensure the VBA mode is setup during importMarkus Mohrhard1-0/+5
2018-07-18Related: tdf#117016 DoubleRefToVars: always put in orderEike Rathke1-0/+6
2018-07-13Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke1-6/+2
2018-06-26More Implicit intersection computationDennis Francis1-50/+3
2018-05-08Let ScDocument::RoundValueAsShown accept optional...Dennis Francis1-2/+2
2018-05-08interpr4.cxx: Get numformat using interpreter contextDennis Francis1-3/+3
2018-04-04loplugin:useuniqueptr in ScJumpMatrixNoel Grandin1-3/+3
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-29tdf#97977 make MODE.MULT fully compatible with Excel.Winfried Donkers1-2/+2
2018-03-29loplugin:useuniqueptr in ScInterpreterNoel Grandin1-1/+0
2018-03-15tdf#97977 related : make MODE.SNGL comply with Excel.Winfried Donkers1-1/+1
2018-03-10Rename ScMatrix::IsString() to IsStringOrEmpty()Eike Rathke1-1/+1
2018-02-12Use FormulaCompiler::IsOpCodeJumpCommand() where applicableEike Rathke1-2/+2
2018-02-09Resolves: tdf#115493 use matrix as result of jump command, tdf#58874 relatedEike Rathke1-1/+1
2018-01-23USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-12/+6
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-5/+5
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-43/+43
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-8/+8
2017-11-22Avoid using the hideous std::stack -> deque inside ::InterpretMichael Meeks1-4/+4
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis1-15/+7
2017-11-21cache FormulaToken for doublesDennis Francis1-6/+39
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-6/+7
2017-11-20tdf#89216 forward empty cells as empty to BASIC instead of 0.0Matti Lehtonen1-2/+3
2017-11-14Translate German comments and debug stringsJohnny_M1-4/+4
2017-10-23loplugin:includeform: scStephan Bergmann1-23/+23
2017-09-29Try to work around GCC 4.8.1 problemTor Lillqvist1-1/+2
2017-09-27Make pGlobalStack and bGlobalStackInUse thread_localTor Lillqvist1-4/+4
2017-09-07tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers1-0/+1
2017-08-30fix ScJumpMatrixToken memory handlingNoel Grandin1-2/+2
2017-08-25loplugin:constparam in sc part6Noel Grandin1-1/+1
2017-08-24loplugin:constparam in sc part3Noel Grandin1-3/+3
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-3/+2
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers1-0/+1
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers1-0/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+1
2017-06-23coverity#1412873 Dereference null return valueCaolán McNamara1-0/+1
2017-06-23coverity#735795 Unchecked dynamic_castCaolán McNamara1-2/+2
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist1-2/+3
2017-06-13Use FormulaTokenArray::FirstToken() in more placesTor Lillqvist1-2/+2
2017-06-13Final result of svRefList can be an array in some cases, tdf#58874 relatedEike Rathke1-0/+68
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-1/+2
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-4/+4
2017-05-22svRefList argument can be handled now in ForceArray context, tdf#58874Eike Rathke1-1/+4
2017-05-13Kill some code duplication, move shared code into private funcKatarina Behrens1-28/+14
2017-05-11Get string also for external reference to double for operands of '&'Katarina Behrens1-1/+12