summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)Author
2017-09-25FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke
2017-09-25Clarify comment of "copy"-ctor and operator=()Eike Rathke
2017-09-07tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin
2017-07-26loplugin:unusedfieldsNoel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-11Introduce IFormulaEditorHelper::createCompiler()Eike Rathke
2017-07-10Make GetForceArrayParameter() publicEike Rathke
2017-07-10Introduce IFormulaEditorHelper::getCompiler()Eike Rathke
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers
2017-07-05Enable the Formula Wizard to display 255 argument fieldsEike Rathke
2017-07-04Set error on more than max params (255) per functionEike Rathke
2017-07-04Prepare for change of VAR_ARGS valueEike Rathke
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke
2017-07-04loplugin:unusedfields in formulaNoel Grandin
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke
2017-06-19s/FormulaTokenArrayStandardIterator/FormulaTokenArrayStandardRangeTor Lillqvist
2017-06-19Add yet another kind of iterator for the two arrays in FormulaTokenArrayTor Lillqvist
2017-06-19Drop another friend declarationTor Lillqvist
2017-06-19Drop an unnecessary friend declarationTor Lillqvist
2017-06-19Drop one friend declaration and instead add some useful member functionsTor Lillqvist
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist
2017-06-14Use pointer instead of referenceTor Lillqvist
2017-06-13FormulaTokenArray::FirstRPN() can go away nowTor Lillqvist
2017-06-13Add FirstToken() and FirstRPNToken() functions that don't touch nIndexTor Lillqvist
2017-06-06Partial start of separating the iterator out from FormulaTokenArrayTor Lillqvist
2017-06-06tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M
2017-05-17Resolves: tdf#96426 more whitespace intersection operator in Excel syntaxEike Rathke
2017-05-12Introduce and check FormulaTokenArray::mbFinalized to not add further tokensEike Rathke
2017-05-10Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke
2017-05-10Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke
2017-05-09Move ScParameterClassification::Type to formula::ParamClass, tdf#107724 prepEike Rathke
2017-05-02loplugin:checkunusedparams in forms..formulaNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-10loplugin:inlinefields in formula::FormulaCompilerNoel Grandin
2017-04-03remove hack for non DBG_UTIL buildsJochen Nitschke
2017-04-01There doesn't seem to be any reason for the svMissing = 0x70Tor Lillqvist
2017-03-31tdf#39468 Translate German commentsJens Carl
2017-03-29Add warning about intended use case of debug helperTor Lillqvist
2017-03-27No std::to_string in the silly C++ library we still use on AndroidTor Lillqvist
2017-03-27Move StackVarEnumToString to <formula/token.hxx> and use in a SAL_INFOTor Lillqvist
2017-03-21Bin noise commentTor Lillqvist
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-20tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers
2017-02-17remove unused svSubroutine from StackVarEnumNoel Grandin