summaryrefslogtreecommitdiff
path: root/formula/source/core/api/FormulaCompiler.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke1-2/+46
2015-02-17fdo#81596 export to OOXML that need argument changesWinfried Donkers1-3/+10
2015-02-12fdo#87534 fix HYPERLINK behaviour when used in namesWinfried Donkers1-0/+2
2014-08-22convert OSL_FAIL to SAL_WARNEike Rathke1-1/+1
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-1/+2
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida1-3/+6
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida1-12/+12
2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida1-8/+14
2014-05-10coverity#707866 Uninitialized pointer fieldCaolán McNamara1-3/+5
2014-05-01Make a separate method to detemine if an opcode is a jump command.Kohei Yoshida1-4/+17
2014-03-28Remove remaining DBG_CTOR etc. remnants from formulaStephan Bergmann1-4/+0
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers1-0/+1
2014-02-21cid#707865 Uninitialized pointer fieldNoel Grandin1-2/+6
2013-12-20Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida1-1/+3
2013-11-18Fix indentation.Kohei Yoshida1-3/+3
2013-11-14Remove unused member.Kohei Yoshida1-2/+0
2013-11-14Identify methods that don't modify internal state and mark them const.Kohei Yoshida1-10/+10
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-6/+6
2013-11-13fixed file format mappings always have RESOURCE_BASE separatorsEike Rathke1-27/+31
2013-11-13c++11 we love youCaolán McNamara1-2/+2
2013-11-13introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke1-10/+27
2013-11-11Add separate list of function names for OOXML import.Kohei Yoshida1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-6/+6
2013-11-06Protect those global symbols containers with mutex during initialization.Kohei Yoshida1-25/+41
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-2/+2
2013-10-01convert remains of String to OUString in formula moduleNoel Grandin1-13/+6
2013-09-17convert the rest of the formula module from String to OUStringNoel Grandin1-4/+4
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin1-22/+16
2013-09-17convert formula::OpCodeHashMap from String to OUStringNoel Grandin1-4/+4
2013-09-17convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin1-16/+16
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin1-18/+23
2013-09-17convert aCorrectedSymbol in formula::FormulaCompiler from String to OUStringNoel Grandin1-11/+18
2013-09-17introduced putCopyOpCode() to handle copyFrom()Eike Rathke1-6/+57
2013-09-17better SAL_WARN_IF diagnosticsEike Rathke1-8/+6
2013-09-16deuglified for readabilityEike Rathke1-206/+193
2013-09-16Revert "get rid of unnecessary warning"Eike Rathke1-2/+2
2013-08-27get rid of unnecessary warningWinfried Donkers1-2/+2
2013-08-16differentiated warning for symbol/AddIn pair insertion, fdo#59727Eike Rathke1-1/+10
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-1/+1
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke1-7/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-32/+32
2013-03-19Fix indentation.Kohei Yoshida1-1/+1
2013-02-25ocMacro and ocExternal need to be recalculated on load, fdo#60977Markus Mohrhard1-3/+3
2013-02-15ocColumn and ocRow do not need recalc on load, fdo#60645 relatedEike Rathke1-0/+2
2013-02-15renamed SetRecalcMode...() to SetExclusiveRecalcMode...()Eike Rathke1-4/+5
2013-02-15use AddRecalcMode(RECALCMODE_ONLOAD), fdo#60645 relatedEike Rathke1-3/+3
2013-02-14CELL needs to be recalculated during import as well, fdo#60645Markus Mohrhard1-0/+2
2013-01-30make it possible to update DDE links after loading, fdo#59032Markus Mohrhard1-0/+3
2013-01-12fdo#56124 IFERROR IFNA Excel import/exportEike Rathke1-0/+2
2013-01-11fdo#56124 changes to "add functions IFERROR and IFNA"Eike Rathke1-15/+54