summaryrefslogtreecommitdiff
path: root/include/formula/FormulaCompiler.hxx
AgeCommit message (Expand)Author
2020-03-31Resolves: tdf#131372 Write "error cell" formula to OOXMLEike Rathke
2019-05-06tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen
2018-08-13loplugin:returnconstant in forms..fpickerNoel Grandin
2018-07-31try to detect that a formula does not contain any implicit intersectionLuboš Luňák
2018-06-26More Implicit intersection computationDennis Francis
2018-05-17disable also ocStyle for Calc's threadingLuboš Luňák
2018-04-28tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf...Dennis Francis
2018-02-20Resolves: tdf#115879 treat NOT as the 1-parameter function that it isEike Rathke
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-10Make GetForceArrayParameter() publicEike Rathke
2017-07-04Set error on more than max params (255) per functionEike Rathke
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist
2017-05-17Resolves: tdf#96426 more whitespace intersection operator in Excel syntaxEike Rathke
2017-05-10Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke
2017-04-10loplugin:inlinefields in formula::FormulaCompilerNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-17convert FormulaCompiler::SeparatorType to scoped enumNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin
2016-08-02introduce mxSymbolsAPI and InitSymbolsAPI()Eike Rathke
2016-06-21tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas
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-18loplugin:constantparam in formulaNoel Grandin
2016-03-03loplugin:unuseddefaultparams in formulaNoel Grandin
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke
2015-10-22com::sun::star->css in include/formulaNoel Grandin
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-21loplugin:unusedmethods formulaNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-24TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke
2015-04-18const all CreateString... FormulaToken*Eike Rathke
2015-03-12init and compare opcode hashmap with uppercase symbolsEike Rathke
2015-03-05add HandleTableRef()Eike Rathke
2015-03-05rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke
2015-02-17some more de-boostificationCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière
2015-01-04boost::unordered_set->std::unordered_setCaolán McNamara
2014-11-04Bin presumably obsolete SUNWS crackTor Lillqvist
2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida
2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida