summaryrefslogtreecommitdiff
path: root/formula/source/core
AgeCommit message (Expand)Author
2017-02-09replace localresource of strings and keys with StringArrayCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-17new loplugin: useuniqueptr: forms..frameworkNoel Grandin
2017-01-06check length of string as this can be called untokenized, tdf#105024 relatedEike Rathke
2017-01-05check "#ERRxxx!" constants for accepted error values, tdf#105024 follow-upEike Rathke
2017-01-05Resolves: tdf#105024 generate and parse detailed "#ERRxxx!" error constantsEike Rathke
2016-10-26tdf#103088, improve interoperability with Excel for LOGNORMDIST().Winfried Donkers
2016-10-24tdf#103186, make LOGINV ODFF1.2 compliant.Winfried Donkers
2016-10-18tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida
2016-10-14tdf#102948 Make HYPGEOMDIST ODFF1.2 compliant.Winfried Donkers
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-08-26handle overwriting of symbols/opcodes in symbol map for known casesEike Rathke
2016-08-03Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERTEike Rathke
2016-08-03rename ocConvert to ocConvertOOo and relatedEike Rathke
2016-08-03UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 relatedEike Rathke
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke
2016-08-03use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke
2016-08-03InitSymbolsAPI() for FormulaLanguage::APIEike Rathke
2016-08-03introduce formula::FormulaGrammar::Grammar::GRAM_APIEike Rathke
2016-08-02introduce mxSymbolsAPI and InitSymbolsAPI()Eike Rathke
2016-08-02InitSymbolsPODF() from RID_STRLIST_FUNCTION_NAMES_ENGLISH_PODFEike Rathke
2016-08-02prepare to disentangle RID_STRLIST_FUNCTION_NAMES_ENGLISHEike Rathke
2016-08-01keep a broken expression as originally brokenEike Rathke
2016-08-01refine ISOWEEKNUM vs WEEKNUM_OOO detectionEike Rathke
2016-07-15loplugin:commaoperatorStephan Bergmann
2016-07-14strip second parameter from ISOWEEKNUM if literal double != 1.0Eike Rathke
2016-07-14store WEEKNUM_OOO as ORG.LIBREOFFICE.WEEKNUM_OOOEike Rathke
2016-07-14let FormulaTokenArray::RemoveToken() return the actual count of tokens removedEike Rathke
2016-07-14re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml..Eike Rathke
2016-07-14yet more functions to save with prefix and namespace to OOXMLEike Rathke
2016-07-14save ERRORTYPE as _xlfn.ORG.OPENOFFICE.ERRORTYPE to OOXMLEike Rathke
2016-06-27add an isPODF() block to ScCompiler::IsOpCode(), tdf#100641 relatedEike Rathke
2016-06-27rename *effective to *effect, tdf#100641 relatedEike Rathke
2016-06-27tdf#100641 change UI name of EFFECTIVE to EFFECTEike Rathke
2016-06-27correct OOXML function name is EFFECT instead of EFFECTIVEEike Rathke
2016-06-21tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke
2016-06-10assert on FormulaToken::GetDouble() virtual dummyEike Rathke
2016-06-10check for svDouble when stripping DCOUNT/A argument, tdf#70806 follow-upEike Rathke
2016-06-09Fix ambiguous callsStephan Bergmann
2016-06-08assert on "forgot to add a jump" for OpCodeEike Rathke
2016-06-08introduce FormulaTypedDoubleToken to carry type information of a doubleEike Rathke
2016-05-30cid#1362174, 1362177: USE_AFTER_FREE+resource leak due to copypastaJulien Nabet
2016-05-27strip 0 argument only if not part of an expression, tdf#70806Eike Rathke
2016-05-27omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806Eike Rathke
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers