summaryrefslogtreecommitdiffstats
path: root/include/formula
Commit message (Expand)AuthorAgeFilesLines
* 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
* add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke2015-12-172-1/+3
* Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke2015-12-152-0/+6
* formula: fix build, undef IdleMichael Stahl2015-11-261-0/+1
* cosmeticsEike Rathke2015-11-181-8/+8
* rename FormulaToken HasForceArray to IsInForceArrayEike Rathke2015-11-181-17/+17
* Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke2015-11-161-9/+20
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-12/+12
* remove boost::noncopyable from /includeNoel Grandin2015-10-291-2/+3
* fix includes that are not stand-aloneNorbert Thiebaud2015-10-261-0/+1
* com::sun::star->css in include/formulaNoel Grandin2015-10-224-48/+46
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-73/+73
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-7/+7
* loplugin:mergeclassesNoel Grandin2015-10-121-13/+0
* tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers2015-10-062-1/+3
* no need to allocate that vector on the heapMarkus Mohrhard2015-10-031-3/+3
* loplugin:unusedmethodsNoel Grandin2015-07-301-3/+0
* tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens2015-07-211-1/+5
* loplugin:unusedmethods formulaNoel Grandin2015-07-217-22/+0
* add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara2015-07-101-31/+0
* Fix typosAndrea Gelmini2015-07-031-1/+1