summaryrefslogtreecommitdiffstats
path: root/include/formula
Commit message (Expand)AuthorAgeFilesLines
* convert formula error codes to scoped enumNoel Grandin2016-09-234-67/+71
* loplogin:singlevalfields in include/Noel Grandin2016-09-161-4/+0
* recognize NaN with no bits set in lower word as errorEike Rathke2016-09-131-3/+6
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-6/+6
* new loplugin: countusersofdefaultparamsNoel Grandin2016-08-253-7/+7
* rename ocConvert to ocConvertOOo and relatedEike Rathke2016-08-032-2/+2
* rename ocDuration to ocPDuration and relatedEike Rathke2016-08-032-2/+2
* introduce formula::FormulaGrammar::Grammar::GRAM_APIEike Rathke2016-08-031-0/+5
* introduce mxSymbolsAPI and InitSymbolsAPI()Eike Rathke2016-08-021-0/+4
* let FormulaTokenArray::RemoveToken() return the actual count of tokens removedEike Rathke2016-07-141-1/+3
* re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml..Eike Rathke2016-07-141-0/+14
* rename *effective to *effect, tdf#100641 relatedEike Rathke2016-06-272-2/+2
* tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas2016-06-2114-46/+119
* introduce FormulaTypedDoubleToken to carry type information of a doubleEike Rathke2016-06-081-0/+22
* loplugin:unusedmethodsNoel Grandin2016-05-301-1/+0
* omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806Eike Rathke2016-05-271-0/+2
* loplugin:unusedmethodsNoel Grandin2016-05-261-1/+0
* (nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2016-05-252-6/+4
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-201-1/+1
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-16/+0
* tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers2016-05-042-1/+5
* Replace namespace ScErrorCodes with formula...Kohei Yoshida2016-05-041-6/+2
* tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers2016-05-032-1/+5
* tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers2016-04-262-1/+5
* use FormulaToken::DeleteIfZeroRef() instead of Delete() at some placesEike Rathke2016-04-231-0/+1
* Resolves: tdf#96426 significant whitespace as intersection in Excel syntaxEike Rathke2016-04-231-0/+15
* simplify the ReplaceToken() offset logic to absolute offsetsEike Rathke2016-04-231-11/+7
* alignmentEike Rathke2016-04-231-4/+4
* loplugin:passstuffbyref in formulaNoel Grandin2016-04-132-2/+2
* clang-tidy performance-unnecessary-value-param in formulaNoel Grandin2016-04-111-3/+3
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-2/+2
* Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke2016-03-181-8/+8
* loplugin:constantparam in formulaNoel Grandin2016-03-182-12/+5
* loplugin:constantparam in formulaNoel Grandin2016-03-101-2/+2
* remove unused errInterpOverflowEike Rathke2016-03-071-1/+0
* introduce a dedicated errMatrixSizeEike Rathke2016-03-071-0/+2
* tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers2016-03-032-1/+17
* loplugin:unuseddefaultparams in formulaNoel Grandin2016-03-032-3/+2
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* loplugin:unusedmethodsNoel Grandin2016-01-201-14/+0
* tdf#88737 handle temporary array formula matrix circular referenceEike Rathke2016-01-191-0/+3
* sal_math_Double is already a union containing a double memberEike Rathke2016-01-181-7/+3
* loplugin:unusedmethods unused return value in include/formulaNoel Grandin2016-01-122-5/+3
* Function Wizard: don't overwrite an unlisted functionEike Rathke2016-01-091-4/+4
* prepare for hidden flag in function description for Function WizardEike Rathke2016-01-091-0/+1
* use new'ed FormulaToken and FormulaTokenArray::Add()Eike Rathke2016-01-051-0/+5
* tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke2016-01-052-1/+3
* tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike Rathke2016-01-051-0/+16
* Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke2015-12-181-1/+1
* handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke2015-12-171-0/+1