summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-26loplugin:unusedmethodsNoel Grandin1-51/+0
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara3-96/+30
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+1
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin2-18/+1
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers1-0/+14
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers1-0/+14
2016-05-02check presence of token, tdf#96426 follow-upEike Rathke1-0/+4
2016-05-02Revert "crashtesting: fix ooo123540-1.xlsx etc"Eike Rathke1-3/+0
2016-04-30crashtesting: fix ooo123540-1.xlsx etcCaolán McNamara1-0/+3
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara1-0/+2
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin1-3/+3
2016-04-26tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers1-0/+14
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-24first range can be anywhere before second at RPN end, tdf#96426 follow-upEike Rathke1-1/+11
2016-04-23more differentiated significant whitespace recognition, tdf#96426 follow-upEike Rathke1-7/+30
2016-04-23narrow down where a space could be an intersection, tdf#96426 follow-upEike Rathke1-73/+72
2016-04-23fully check for adjacent RPN end, tdf#96426 follow-upEike Rathke1-5/+13
2016-04-23use FormulaToken::DeleteIfZeroRef() instead of Delete() at some placesEike Rathke1-2/+2
2016-04-23Resolves: tdf#96426 significant whitespace as intersection in Excel syntaxEike Rathke2-4/+124
2016-04-23simplify the ReplaceToken() offset logic to absolute offsetsEike Rathke1-4/+1
2016-04-23newline shortageEike Rathke1-0/+1
2016-04-23change multiple ifs to switch caseEike Rathke1-17/+19