summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Set error on more than max params (255) per functionEike Rathke1-0/+1
2017-05-30Resolves: tdf#96426 more whitespace intersection operator in Excel syntaxEike Rathke1-0/+2
2017-01-06check "#ERRxxx!" constants for accepted error values, tdf#105024 follow-upEike Rathke1-0/+67
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke1-3/+0
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin1-2/+2
2016-10-25no need for ResId here nowCaolán McNamara1-1/+0
2016-10-25no Edit controls loaded from .src nowCaolán McNamara1-1/+0
2016-10-21rename RECALCMODE_EMASK to ScRecalcMode::EMaskNoel Grandin1-3/+3
2016-10-18tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida1-0/+11
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2-2/+2
2016-09-23convert formula error codes to scoped enumNoel Grandin4-67/+71
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-4/+0
2016-09-13recognize NaN with no bits set in lower word as errorEike Rathke1-3/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-6/+6
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin3-7/+7
2016-08-03rename ocConvert to ocConvertOOo and relatedEike Rathke2-2/+2
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke2-2/+2
2016-08-03introduce formula::FormulaGrammar::Grammar::GRAM_APIEike Rathke1-0/+5
2016-08-02introduce mxSymbolsAPI and InitSymbolsAPI()Eike Rathke1-0/+4
2016-07-14let FormulaTokenArray::RemoveToken() return the actual count of tokens removedEike Rathke1-1/+3
2016-07-14re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml..Eike Rathke1-0/+14
2016-06-27rename *effective to *effect, tdf#100641 relatedEike Rathke2-2/+2
2016-06-21tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas14-46/+119
2016-06-08introduce FormulaTypedDoubleToken to carry type information of a doubleEike Rathke1-0/+22
2016-05-30loplugin:unusedmethodsNoel Grandin1-1/+0
2016-05-27omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806Eike Rathke1-0/+2
2016-05-26loplugin:unusedmethodsNoel Grandin1-1/+0
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2-6/+4
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-16/+0
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers2-1/+5
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-6/+2
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers2-1/+5
2016-04-26tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers2-1/+5
2016-04-23use FormulaToken::DeleteIfZeroRef() instead of Delete() at some placesEike Rathke1-0/+1
2016-04-23Resolves: tdf#96426 significant whitespace as intersection in Excel syntaxEike Rathke1-0/+15
2016-04-23simplify the ReplaceToken() offset logic to absolute offsetsEike Rathke1-11/+7
2016-04-23alignmentEike Rathke1-4/+4
2016-04-13loplugin:passstuffbyref in formulaNoel Grandin2-2/+2
2016-04-11clang-tidy performance-unnecessary-value-param in formulaNoel Grandin1-3/+3
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+2
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-8/+8
2016-03-18loplugin:constantparam in formulaNoel Grandin2-12/+5
2016-03-10loplugin:constantparam in formulaNoel Grandin1-2/+2
2016-03-07remove unused errInterpOverflowEike Rathke1-1/+0
2016-03-07introduce a dedicated errMatrixSizeEike Rathke1-0/+2
2016-03-03tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers2-1/+17
2016-03-03loplugin:unuseddefaultparams in formulaNoel Grandin2-3/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-20loplugin:unusedmethodsNoel Grandin1-14/+0