summaryrefslogtreecommitdiff
path: root/formula/source/core
AgeCommit message (Expand)AuthorFilesLines
2018-07-19Resolves: tdf#94925 proper recalc mode and dirty broadcast for OOXML importEike Rathke2-16/+29
2018-05-17disable also ocStyle for Calc's threadingLuboš Luňák2-1/+27
2018-05-14loplugin:useuniqueptr in FormulaTokenArrayNoel Grandin1-7/+8
2018-04-28tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf...Dennis Francis1-0/+20
2018-03-17Use for-range loops in embeddedobj, embedserv and formulaJulien Nabet1-3/+3
2018-03-06Resolves: tdf#116215 fewer array of references cases, tdf#58874 relatedEike Rathke1-1/+5
2018-02-20Resolves: tdf#115879 treat NOT as the 1-parameter function that it isEike Rathke2-32/+6
2018-02-14Fix typosAndrea Gelmini1-1/+1
2018-02-12Use FormulaCompiler::IsOpCodeJumpCommand() where applicableEike Rathke1-5/+5
2018-01-12More loplugin:cstylecast: formulaStephan Bergmann1-1/+1
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-2/+1
2017-12-20loplugin:unusedindexMike Kaganski1-7/+5
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin2-20/+20
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-01loplugin:unusedfieldsNoel Grandin1-8/+8
2017-11-21Assert also new FormulaToken::SetDoubleType() virtual dummyEike Rathke1-1/+1
2017-11-21cache FormulaToken for doublesDennis Francis1-0/+10
2017-11-15Assert all FormulaToken::Set...() virtual dummy methodsEike Rathke1-9/+10
2017-10-23loplugin:includeform: formulaStephan Bergmann6-18/+18
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-7/+7
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara3-130/+6
2017-08-01move resmgr to unotoolsCaolán McNamara2-5/+3
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin1-2/+2
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara5-2772/+33
2017-07-17Resolves: tdf#104186 spaces between function name and ( not allowed in OOXMLEike Rathke1-6/+22
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers1-0/+6
2017-07-04Set error on more than max params (255) per functionEike Rathke1-2/+6
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke1-32/+25
2017-06-19Add yet another kind of iterator for the two arrays in FormulaTokenArrayTor Lillqvist1-26/+22
2017-06-19Drop another friend declarationTor Lillqvist2-41/+41
2017-06-19Drop one friend declaration and instead add some useful member functionsTor Lillqvist2-10/+6
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist2-198/+41
2017-06-14Use pointer instead of referenceTor Lillqvist1-33/+33
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist1-4/+5
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist1-2/+2
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in one placeTor Lillqvist1-2/+2
2017-06-13Add FirstToken() and FirstRPNToken() functions that don't touch nIndexTor Lillqvist1-0/+14
2017-06-08Forgot FormulaTokenArrayPlainIterator::GetNextName()Tor Lillqvist1-0/+14
2017-06-06Partial start of separating the iterator out from FormulaTokenArrayTor Lillqvist1-0/+167
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M1-2/+2
2017-05-19loplugin:stringcopy: formulaStephan Bergmann1-1/+1
2017-05-17Resolves: tdf#96426 more whitespace intersection operator in Excel syntaxEike Rathke1-7/+16
2017-05-12Introduce and check FormulaTokenArray::mbFinalized to not add further tokensEike Rathke1-1/+13
2017-05-10inherit ReferenceOrForceArray only if nested not Reference, tdf#107724 prepEike Rathke1-3/+18
2017-05-10Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke2-17/+23