summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)Author
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-16loplogin:singlevalfields in include/Noel Grandin
2016-09-13recognize NaN with no bits set in lower word as errorEike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin
2016-08-03rename ocConvert to ocConvertOOo and relatedEike Rathke
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke
2016-08-03introduce formula::FormulaGrammar::Grammar::GRAM_APIEike Rathke
2016-08-02introduce mxSymbolsAPI and InitSymbolsAPI()Eike Rathke
2016-07-14let FormulaTokenArray::RemoveToken() return the actual count of tokens removedEike Rathke
2016-07-14re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml..Eike Rathke
2016-06-27rename *effective to *effect, tdf#100641 relatedEike Rathke
2016-06-21tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas
2016-06-08introduce FormulaTypedDoubleToken to carry type information of a doubleEike Rathke
2016-05-30loplugin:unusedmethodsNoel Grandin
2016-05-27omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806Eike Rathke
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-04-26tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers
2016-04-23use FormulaToken::DeleteIfZeroRef() instead of Delete() at some placesEike Rathke
2016-04-23Resolves: tdf#96426 significant whitespace as intersection in Excel syntaxEike Rathke
2016-04-23simplify the ReplaceToken() offset logic to absolute offsetsEike Rathke
2016-04-23alignmentEike Rathke
2016-04-13loplugin:passstuffbyref in formulaNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in formulaNoel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2016-03-18loplugin:constantparam in formulaNoel Grandin
2016-03-10loplugin:constantparam in formulaNoel Grandin
2016-03-07remove unused errInterpOverflowEike Rathke
2016-03-07introduce a dedicated errMatrixSizeEike Rathke
2016-03-03tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers
2016-03-03loplugin:unuseddefaultparams in formulaNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-20loplugin:unusedmethodsNoel Grandin
2016-01-19tdf#88737 handle temporary array formula matrix circular referenceEike Rathke
2016-01-18sal_math_Double is already a union containing a double memberEike Rathke
2016-01-12loplugin:unusedmethods unused return value in include/formulaNoel Grandin
2016-01-09Function Wizard: don't overwrite an unlisted functionEike Rathke
2016-01-09prepare for hidden flag in function description for Function WizardEike Rathke
2016-01-05use new'ed FormulaToken and FormulaTokenArray::Add()Eike Rathke
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke
2016-01-05tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike Rathke
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke
2015-12-17handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke