summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* tdf#102948 Make HYPGEOMDIST ODFF1.2 compliant.Winfried Donkers2016-10-141-0/+16
* I can't see any evidence of any remaining magenta mask using image resourcesCaolán McNamara2016-10-062-19/+8
* convert the last two lonely FixedInfos to FixedTextCaolán McNamara2016-10-054-4/+1
* convert MapUnit to scoped enumNoel Grandin2016-10-053-3/+3
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-059-47/+47
* convert formula error codes to scoped enumNoel Grandin2016-09-232-61/+63
* loplogin:singlevalfields in include/Noel Grandin2016-09-161-6/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-5/+5
* handle overwriting of symbols/opcodes in symbol map for known casesEike Rathke2016-08-261-7/+84
* screenshots: add new global make targetArmin Le Grand2016-08-181-1/+2
* screenshots: unify dumping of dialog test batch fileArmin Le Grand2016-08-181-74/+2
* screenshots: add dialog test cases for formulaArmin Le Grand2016-08-184-0/+255
* loplugin:countusersofdefaultparams in editeng..fpickerNoel Grandin2016-08-051-4/+4
* Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERTEike Rathke2016-08-031-4/+4
* rename ocConvert to ocConvertOOo and relatedEike Rathke2016-08-032-7/+7
* UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 relatedEike Rathke2016-08-031-4/+4
* rename ocDuration to ocPDuration and relatedEike Rathke2016-08-031-6/+6
* use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke2016-08-031-1/+1
* InitSymbolsAPI() for FormulaLanguage::APIEike Rathke2016-08-031-11/+5
* introduce formula::FormulaGrammar::Grammar::GRAM_APIEike Rathke2016-08-031-0/+1
* introduce mxSymbolsAPI and InitSymbolsAPI()Eike Rathke2016-08-021-0/+21
* InitSymbolsPODF() from RID_STRLIST_FUNCTION_NAMES_ENGLISH_PODFEike Rathke2016-08-021-1/+1
* prepare to disentangle RID_STRLIST_FUNCTION_NAMES_ENGLISHEike Rathke2016-08-022-7/+901
* keep a broken expression as originally brokenEike Rathke2016-08-011-0/+1
* refine ISOWEEKNUM vs WEEKNUM_OOO detectionEike Rathke2016-08-011-1/+4
* improve passstuffbyref return analysisNoel Grandin2016-07-271-2/+2
* loplugin:commaoperatorStephan Bergmann2016-07-151-1/+1
* strip second parameter from ISOWEEKNUM if literal double != 1.0Eike Rathke2016-07-141-11/+0
* store WEEKNUM_OOO as ORG.LIBREOFFICE.WEEKNUM_OOOEike Rathke2016-07-142-19/+0
* let FormulaTokenArray::RemoveToken() return the actual count of tokens removedEike Rathke2016-07-141-1/+3
* re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml..Eike Rathke2016-07-141-0/+54
* yet more functions to save with prefix and namespace to OOXMLEike Rathke2016-07-141-5/+5
* save ERRORTYPE as _xlfn.ORG.OPENOFFICE.ERRORTYPE to OOXMLEike Rathke2016-07-141-1/+1
* remove comphelper::string::removeNoel Grandin2016-07-041-1/+1
* add an isPODF() block to ScCompiler::IsOpCode(), tdf#100641 relatedEike Rathke2016-06-271-0/+3
* rename *effective to *effect, tdf#100641 relatedEike Rathke2016-06-272-5/+5
* tdf#100641 change UI name of EFFECTIVE to EFFECTEike Rathke2016-06-271-1/+1
* correct OOXML function name is EFFECT instead of EFFECTIVEEike Rathke2016-06-271-1/+1
* remove unnecessary whitespaceMarkus Mohrhard2016-06-221-1/+1
* tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas2016-06-215-0/+6
* Move accessibility relations to .ui files, Part 9: tdf#87026Muhammet Kara2016-06-152-6/+10
* explicit svl::SharedString(const OUString&) ctorEike Rathke2016-06-141-2/+2
* assert on FormulaToken::GetDouble() virtual dummyEike Rathke2016-06-101-1/+2
* check for svDouble when stripping DCOUNT/A argument, tdf#70806 follow-upEike Rathke2016-06-101-1/+2
* Fix ambiguous callsStephan Bergmann2016-06-091-3/+3
* assert on "forgot to add a jump" for OpCodeEike Rathke2016-06-081-3/+6
* introduce FormulaTypedDoubleToken to carry type information of a doubleEike Rathke2016-06-081-0/+26
* remove unused constants in HRC filesNoel Grandin2016-06-066-37/+0
* cid#1362174, 1362177: USE_AFTER_FREE+resource leak due to copypastaJulien Nabet2016-05-301-1/+1
* strip 0 argument only if not part of an expression, tdf#70806Eike Rathke2016-05-271-1/+10