summaryrefslogtreecommitdiffstats
path: root/include/formula
Commit message (Expand)AuthorAgeFilesLines
* Add a debugging output OpCodeEnumToString() functionTor Lillqvist2017-11-251-0/+475
* Mention that the StackVarEnumToString should really be an operator<<Tor Lillqvist2017-11-241-0/+3
* cache FormulaToken for doublesDennis Francis2017-11-211-0/+2
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+2
* coverity#1401307 document checked 'Uncaught exception'Caolán McNamara2017-10-211-2/+3
* FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke2017-09-251-1/+2
* Clarify comment of "copy"-ctor and operator=()Eike Rathke2017-09-251-2/+4
* tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers2017-09-072-1/+3
* normalize resource locale ctor construction mechanismsCaolán McNamara2017-08-022-46/+1
* loplugin:constparams in formula,xmlhelpNoel Grandin2017-07-313-6/+6
* loplugin:unusedfieldsNoel Grandin2017-07-261-2/+0
* loplugin:unusedmethodsNoel Grandin2017-07-251-1/+0
* tdf#107135 Add missing ODFF function FINDB.Winfried Donkers2017-07-252-1/+3
* de-hrc various thingsCaolán McNamara2017-07-212-3/+3
* migrate to boost::gettextCaolán McNamara2017-07-212-7/+2
* Introduce IFormulaEditorHelper::createCompiler()Eike Rathke2017-07-111-0/+9
* Make GetForceArrayParameter() publicEike Rathke2017-07-101-5/+5
* Introduce IFormulaEditorHelper::getCompiler()Eike Rathke2017-07-101-0/+3
* tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers2017-07-102-1/+3
* Enable the Formula Wizard to display 255 argument fieldsEike Rathke2017-07-051-1/+1
* Set error on more than max params (255) per functionEike Rathke2017-07-041-0/+1
* Prepare for change of VAR_ARGS valueEike Rathke2017-07-041-0/+3
* Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke2017-07-041-0/+46
* loplugin:unusedfields in formulaNoel Grandin2017-07-041-1/+0
* Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist2017-06-221-0/+106
* formula: remove indirection and use unique_ptrJochen Nitschke2017-06-221-9/+8
* s/FormulaTokenArrayStandardIterator/FormulaTokenArrayStandardRangeTor Lillqvist2017-06-191-6/+6
* Add yet another kind of iterator for the two arrays in FormulaTokenArrayTor Lillqvist2017-06-191-0/+36
* Drop another friend declarationTor Lillqvist2017-06-191-6/+7
* Drop an unnecessary friend declarationTor Lillqvist2017-06-191-1/+0
* Drop one friend declaration and instead add some useful member functionsTor Lillqvist2017-06-191-4/+28
* Get rid of the index inside FormulaTokenArrayTor Lillqvist2017-06-162-20/+23
* Use pointer instead of referenceTor Lillqvist2017-06-141-3/+3
* FormulaTokenArray::FirstRPN() can go away nowTor Lillqvist2017-06-131-1/+0
* Add FirstToken() and FirstRPNToken() functions that don't touch nIndexTor Lillqvist2017-06-131-0/+2
* Partial start of separating the iterator out from FormulaTokenArrayTor Lillqvist2017-06-061-0/+69
* tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M2017-06-061-1/+1
* Resolves: tdf#96426 more whitespace intersection operator in Excel syntaxEike Rathke2017-05-171-0/+2
* Introduce and check FormulaTokenArray::mbFinalized to not add further tokensEike Rathke2017-05-121-3/+4
* Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke2017-05-101-20/+23
* Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke2017-05-101-3/+5
* Move ScParameterClassification::Type to formula::ParamClass, tdf#107724 prepEike Rathke2017-05-091-0/+61
* loplugin:checkunusedparams in forms..formulaNoel Grandin2017-05-021-2/+2
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* loplugin:inlinefields in formula::FormulaCompilerNoel Grandin2017-04-101-7/+5
* remove hack for non DBG_UTIL buildsJochen Nitschke2017-04-031-9/+1
* There doesn't seem to be any reason for the svMissing = 0x70Tor Lillqvist2017-04-011-1/+1
* tdf#39468 Translate German commentsJens Carl2017-03-311-1/+1
* Add warning about intended use case of debug helperTor Lillqvist2017-03-291-0/+2
* No std::to_string in the silly C++ library we still use on AndroidTor Lillqvist2017-03-271-1/+3