summaryrefslogtreecommitdiffstats
path: root/include/formula/FormulaCompiler.hxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#133858 reduce the double-ref range to data contentDennis Francis2021-02-081-0/+2
* loplugin:returnconstant in forms..fpickerNoel Grandin2018-08-131-1/+1
* try to detect that a formula does not contain any implicit intersectionLuboš Luňák2018-07-311-4/+5
* More Implicit intersection computationDennis Francis2018-06-261-3/+13
* disable also ocStyle for Calc's threadingLuboš Luňák2018-05-171-0/+1
* tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf...Dennis Francis2018-04-281-1/+7
* Resolves: tdf#115879 treat NOT as the 1-parameter function that it isEike Rathke2018-02-201-1/+0
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-191-2/+3
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+2
* loplugin:constparams in formula,xmlhelpNoel Grandin2017-07-311-3/+3
* migrate to boost::gettextCaolán McNamara2017-07-211-2/+2
* Make GetForceArrayParameter() publicEike Rathke2017-07-101-5/+5
* Set error on more than max params (255) per functionEike Rathke2017-07-041-0/+1
* formula: remove indirection and use unique_ptrJochen Nitschke2017-06-221-9/+8
* Get rid of the index inside FormulaTokenArrayTor Lillqvist2017-06-161-1/+5
* Resolves: tdf#96426 more whitespace intersection operator in Excel syntaxEike Rathke2017-05-171-0/+2
* Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke2017-05-101-3/+5
* loplugin:inlinefields in formula::FormulaCompilerNoel Grandin2017-04-101-7/+5
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-13/+13
* convert FormulaCompiler::SeparatorType to scoped enumNoel Grandin2017-02-171-4/+3
* loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2016-11-081-2/+2
* convert formula error codes to scoped enumNoel Grandin2016-09-231-3/+4
* new loplugin: countusersofdefaultparamsNoel Grandin2016-08-251-1/+1
* introduce mxSymbolsAPI and InitSymbolsAPI()Eike Rathke2016-08-021-0/+4
* tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas2016-06-211-10/+11
* loplugin:passstuffbyref in formulaNoel Grandin2016-04-131-1/+1
* clang-tidy performance-unnecessary-value-param in formulaNoel Grandin2016-04-111-3/+3
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-2/+2
* loplugin:constantparam in formulaNoel Grandin2016-03-181-6/+5
* loplugin:unuseddefaultparams in formulaNoel Grandin2016-03-031-2/+1
* Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke2015-11-161-9/+20
* com::sun::star->css in include/formulaNoel Grandin2015-10-221-8/+6
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-6/+6
* loplugin:unusedmethods formulaNoel Grandin2015-07-211-3/+0
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+2
* TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke2015-04-241-0/+6
* const all CreateString... FormulaToken*Eike Rathke2015-04-181-7/+7
* init and compare opcode hashmap with uppercase symbolsEike Rathke2015-03-121-1/+2
* add HandleTableRef()Eike Rathke2015-03-051-0/+1
* rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke2015-03-051-1/+1
* some more de-boostificationCaolán McNamara2015-02-171-6/+7
* loplugin:deletedspecialStephan Bergmann2015-02-071-6/+4
* sc: rename ocChose et al. to ocChoose et al.Laurent Charrière2015-01-141-1/+1
* boost::unordered_set->std::unordered_setCaolán McNamara2015-01-041-3/+4
* Bin presumably obsolete SUNWS crackTor Lillqvist2014-11-041-9/+0
* resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke2014-06-131-3/+3
* No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida2014-05-141-1/+2
* Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida2014-05-141-2/+1
* Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida2014-05-141-4/+3
* Make a separate method to detemine if an opcode is a jump command.Kohei Yoshida2014-05-011-0/+1