summaryrefslogtreecommitdiffstats
path: root/include/formula/FormulaCompiler.hxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin2013-09-171-8/+8
* convert formula::OpCodeHashMap from String to OUStringNoel Grandin2013-09-171-11/+11
* convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin2013-09-171-1/+1
* convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin2013-09-171-6/+10
* convert aCorrectedSymbol in formula::FormulaCompiler from String to OUStringNoel Grandin2013-09-171-1/+3
* introduced putCopyOpCode() to handle copyFrom()Eike Rathke2013-09-171-1/+16
* resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke2013-07-021-2/+2
* execute move of global headersBjoern Michaelsen2013-04-231-0/+388