summaryrefslogtreecommitdiffstats
path: root/formula/source/core/api/FormulaCompiler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#116100 fewer array of references cases, tdf#58874 relatedEike Rathke2018-03-211-1/+5
* loplugin:includeform: formulaStephan Bergmann2017-10-231-8/+8
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-7/+7
* normalize resource locale ctor construction mechanismsCaolán McNamara2017-08-021-3/+1
* move resmgr to unotoolsCaolán McNamara2017-08-011-1/+1
* loplugin:constparams in formula,xmlhelpNoel Grandin2017-07-311-2/+2
* loplugin:constparams handle constructorsNoel Grandin2017-07-281-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-14/+25
* Resolves: tdf#104186 spaces between function name and ( not allowed in OOXMLEike Rathke2017-07-171-6/+22
* Set error on more than max params (255) per functionEike Rathke2017-07-041-2/+6
* formula: remove indirection and use unique_ptrJochen Nitschke2017-06-221-32/+25
* Drop another friend declarationTor Lillqvist2017-06-191-5/+5
* Drop one friend declaration and instead add some useful member functionsTor Lillqvist2017-06-191-9/+5
* Get rid of the index inside FormulaTokenArrayTor Lillqvist2017-06-161-19/+39
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-051-2/+2
* loplugin:stringcopy: formulaStephan Bergmann2017-05-191-1/+1
* Resolves: tdf#96426 more whitespace intersection operator in Excel syntaxEike Rathke2017-05-171-7/+16
* inherit ReferenceOrForceArray only if nested not Reference, tdf#107724 prepEike Rathke2017-05-101-3/+18
* Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke2017-05-101-5/+5
* Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke2017-05-101-5/+9
* split out the non-translatable stringsCaolán McNamara2017-05-031-0/+1
* loplugin:unusedmethodsNoel Grandin2017-04-201-1/+0
* loplugin:inlinefields in formula::FormulaCompilerNoel Grandin2017-04-101-9/+7
* remove hack for non DBG_UTIL buildsJochen Nitschke2017-04-031-1/+1
* remove redundant OpCode castsJochen Nitschke2017-04-011-2/+2
* convert FormulaCompiler::SeparatorType to scoped enumNoel Grandin2017-02-171-24/+9
* replace localresource of strings and keys with StringArrayCaolán McNamara2017-02-091-10/+9
* check length of string as this can be called untokenized, tdf#105024 relatedEike Rathke2017-01-061-2/+3
* check "#ERRxxx!" constants for accepted error values, tdf#105024 follow-upEike Rathke2017-01-051-1/+1
* Resolves: tdf#105024 generate and parse detailed "#ERRxxx!" error constantsEike Rathke2017-01-051-1/+20
* convert formula error codes to scoped enumNoel Grandin2016-09-231-54/+54
* handle overwriting of symbols/opcodes in symbol map for known casesEike Rathke2016-08-261-7/+84
* rename ocConvert to ocConvertOOo and relatedEike Rathke2016-08-031-1/+1
* InitSymbolsAPI() for FormulaLanguage::APIEike Rathke2016-08-031-11/+5
* introduce mxSymbolsAPI and InitSymbolsAPI()Eike Rathke2016-08-021-0/+21
* InitSymbolsPODF() from RID_STRLIST_FUNCTION_NAMES_ENGLISH_PODFEike Rathke2016-08-021-1/+1
* keep a broken expression as originally brokenEike Rathke2016-08-011-0/+1
* refine ISOWEEKNUM vs WEEKNUM_OOO detectionEike Rathke2016-08-011-1/+4
* loplugin:commaoperatorStephan Bergmann2016-07-151-1/+1
* strip second parameter from ISOWEEKNUM if literal double != 1.0Eike Rathke2016-07-141-11/+0
* rename *effective to *effect, tdf#100641 relatedEike Rathke2016-06-271-1/+1
* Fix ambiguous callsStephan Bergmann2016-06-091-3/+3
* assert on "forgot to add a jump" for OpCodeEike Rathke2016-06-081-3/+6
* check presence of token, tdf#96426 follow-upEike Rathke2016-05-021-0/+4
* Revert "crashtesting: fix ooo123540-1.xlsx etc"Eike Rathke2016-05-021-3/+0
* crashtesting: fix ooo123540-1.xlsx etcCaolán McNamara2016-04-301-0/+3
* clang-tidy modernize-loop-convert in f*Noel Grandin2016-04-271-3/+3
* first range can be anywhere before second at RPN end, tdf#96426 follow-upEike Rathke2016-04-241-1/+11
* more differentiated significant whitespace recognition, tdf#96426 follow-upEike Rathke2016-04-231-7/+30
* narrow down where a space could be an intersection, tdf#96426 follow-upEike Rathke2016-04-231-73/+72