summaryrefslogtreecommitdiffstats
path: root/include/formula/FormulaCompiler.hxx
Commit message (Expand)AuthorAgeFilesLines
* The stack works too ...Michael Meeks2017-06-151-0/+1
* Works.Michael Meeks2017-06-151-0/+4
* 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
* Remove visual noise from includeAlexander Wilms2014-03-011-2/+2
* added isOOXML()Eike Rathke2013-12-021-0/+3
* Make FormulaCompiler explicitly non-copyable.Kohei Yoshida2013-11-181-1/+2
* Remove unused member.Kohei Yoshida2013-11-141-1/+0
* Identify methods that don't modify internal state and mark them const.Kohei Yoshida2013-11-141-10/+10
* fixed file format mappings always have RESOURCE_BASE separatorsEike Rathke2013-11-131-1/+15
* introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke2013-11-131-5/+7
* fdo#65108 inter-module includes <>Norbert Thiebaud2013-11-091-4/+4
* fixincludeguards.sh: include - the restThomas Arnhold2013-10-231-3/+3
* remove unnecessary tools/string.hxx includesCaolán McNamara2013-10-211-1/+0
* convert remains of String to OUString in formula moduleNoel Grandin2013-10-011-3/+1
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-251-4/+4
* remove OUStringHashCode in favor of OUStringHashCaolán McNamara2013-09-171-10/+2