summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2016-10-06I can't see any evidence of any remaining magenta mask using image resourcesCaolán McNamara2-19/+8
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara4-4/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin3-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann9-47/+47
2016-09-23convert formula error codes to scoped enumNoel Grandin2-61/+63
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-6/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-5/+5
2016-08-26handle overwriting of symbols/opcodes in symbol map for known casesEike Rathke1-7/+84
2016-08-18screenshots: add new global make targetArmin Le Grand1-1/+2
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand1-74/+2
2016-08-18screenshots: add dialog test cases for formulaArmin Le Grand4-0/+255
2016-08-05loplugin:countusersofdefaultparams in editeng..fpickerNoel Grandin1-4/+4
2016-08-03Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERTEike Rathke1-4/+4
2016-08-03rename ocConvert to ocConvertOOo and relatedEike Rathke2-7/+7
2016-08-03UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 relatedEike Rathke1-4/+4
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke1-6/+6
2016-08-03use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke1-1/+1
2016-08-03InitSymbolsAPI() for FormulaLanguage::APIEike Rathke1-11/+5
2016-08-03introduce formula::FormulaGrammar::Grammar::GRAM_APIEike Rathke1-0/+1
2016-08-02introduce mxSymbolsAPI and InitSymbolsAPI()Eike Rathke1-0/+21
2016-08-02InitSymbolsPODF() from RID_STRLIST_FUNCTION_NAMES_ENGLISH_PODFEike Rathke1-1/+1
2016-08-02prepare to disentangle RID_STRLIST_FUNCTION_NAMES_ENGLISHEike Rathke2-7/+901
2016-08-01keep a broken expression as originally brokenEike Rathke1-0/+1
2016-08-01refine ISOWEEKNUM vs WEEKNUM_OOO detectionEike Rathke1-1/+4
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-07-15loplugin:commaoperatorStephan Bergmann1-1/+1
2016-07-14strip second parameter from ISOWEEKNUM if literal double != 1.0Eike Rathke1-11/+0
2016-07-14store WEEKNUM_OOO as ORG.LIBREOFFICE.WEEKNUM_OOOEike Rathke2-19/+0
2016-07-14let FormulaTokenArray::RemoveToken() return the actual count of tokens removedEike Rathke1-1/+3
2016-07-14re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml..Eike Rathke1-0/+54
2016-07-14yet more functions to save with prefix and namespace to OOXMLEike Rathke1-5/+5
2016-07-14save ERRORTYPE as _xlfn.ORG.OPENOFFICE.ERRORTYPE to OOXMLEike Rathke1-1/+1
2016-07-04remove comphelper::string::removeNoel Grandin1-1/+1
2016-06-27add an isPODF() block to ScCompiler::IsOpCode(), tdf#100641 relatedEike Rathke1-0/+3
2016-06-27rename *effective to *effect, tdf#100641 relatedEike Rathke2-5/+5
2016-06-27tdf#100641 change UI name of EFFECTIVE to EFFECTEike Rathke1-1/+1
2016-06-27correct OOXML function name is EFFECT instead of EFFECTIVEEike Rathke1-1/+1
2016-06-22remove unnecessary whitespaceMarkus Mohrhard1-1/+1
2016-06-21tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas5-0/+6
2016-06-15Move accessibility relations to .ui files, Part 9: tdf#87026Muhammet Kara2-6/+10
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke1-2/+2
2016-06-10assert on FormulaToken::GetDouble() virtual dummyEike Rathke1-1/+2
2016-06-10check for svDouble when stripping DCOUNT/A argument, tdf#70806 follow-upEike Rathke1-1/+2
2016-06-09Fix ambiguous callsStephan Bergmann1-3/+3
2016-06-08assert on "forgot to add a jump" for OpCodeEike Rathke1-3/+6
2016-06-08introduce FormulaTypedDoubleToken to carry type information of a doubleEike Rathke1-0/+26
2016-06-06remove unused constants in HRC filesNoel Grandin6-37/+0
2016-05-30cid#1362174, 1362177: USE_AFTER_FREE+resource leak due to copypastaJulien Nabet1-1/+1
2016-05-27strip 0 argument only if not part of an expression, tdf#70806Eike Rathke1-1/+10
2016-05-27omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806Eike Rathke1-6/+44