summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Add "Unsupported inline array content." BadArrayContent message, tdf#117879Eike Rathke1-0/+3
2018-05-17disable also ocStyle for Calc's threadingLuboš Luňák2-0/+6
2018-05-14loplugin:useuniqueptr in FormulaTokenArrayNoel Grandin1-3/+3
2018-04-28tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf...Dennis Francis1-1/+7
2018-03-06Resolves: tdf#116215 fewer array of references cases, tdf#58874 relatedEike Rathke1-2/+9
2018-02-20Resolves: tdf#115879 treat NOT as the 1-parameter function that it isEike Rathke3-8/+7
2018-01-15More loplugin:cstylecast: formulaStephan Bergmann1-1/+1
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin1-1/+1
2017-12-20Remove unused ocExternalRefEike Rathke1-2/+0
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin2-10/+11
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-3/+3
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-3/+3
2017-12-01loplugin:unusedfieldsNoel Grandin1-4/+2
2017-11-25Add a debugging output OpCodeEnumToString() functionTor Lillqvist1-0/+475
2017-11-24Mention that the StackVarEnumToString should really be an operator<<Tor Lillqvist1-0/+3
2017-11-21cache FormulaToken for doublesDennis Francis1-0/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+2
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-2/+3
2017-09-25FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke1-1/+2
2017-09-25Clarify comment of "copy"-ctor and operator=()Eike Rathke1-2/+4
2017-09-07tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers2-1/+3
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara2-46/+1
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin3-6/+6
2017-07-26loplugin:unusedfieldsNoel Grandin1-2/+0
2017-07-25loplugin:unusedmethodsNoel Grandin1-1/+0
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers2-1/+3
2017-07-21de-hrc various thingsCaolán McNamara2-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara2-7/+2
2017-07-11Introduce IFormulaEditorHelper::createCompiler()Eike Rathke1-0/+9
2017-07-10Make GetForceArrayParameter() publicEike Rathke1-5/+5
2017-07-10Introduce IFormulaEditorHelper::getCompiler()Eike Rathke1-0/+3
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers2-1/+3
2017-07-05Enable the Formula Wizard to display 255 argument fieldsEike Rathke1-1/+1
2017-07-04Set error on more than max params (255) per functionEike Rathke1-0/+1
2017-07-04Prepare for change of VAR_ARGS valueEike Rathke1-0/+3
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke1-0/+46
2017-07-04loplugin:unusedfields in formulaNoel Grandin1-1/+0
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist1-0/+106
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke1-9/+8
2017-06-19s/FormulaTokenArrayStandardIterator/FormulaTokenArrayStandardRangeTor Lillqvist1-6/+6
2017-06-19Add yet another kind of iterator for the two arrays in FormulaTokenArrayTor Lillqvist1-0/+36
2017-06-19Drop another friend declarationTor Lillqvist1-6/+7
2017-06-19Drop an unnecessary friend declarationTor Lillqvist1-1/+0
2017-06-19Drop one friend declaration and instead add some useful member functionsTor Lillqvist1-4/+28
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist2-20/+23
2017-06-14Use pointer instead of referenceTor Lillqvist1-3/+3
2017-06-13FormulaTokenArray::FirstRPN() can go away nowTor Lillqvist1-1/+0
2017-06-13Add FirstToken() and FirstRPNToken() functions that don't touch nIndexTor Lillqvist1-0/+2
2017-06-06Partial start of separating the iterator out from FormulaTokenArrayTor Lillqvist1-0/+69
2017-06-06tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M1-1/+1