summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)AuthorFilesLines
2024-11-06tdf#162177 Adapt function EASTERSUNDAY to ODF 1.4Regina Henschel1-0/+5
2024-08-30Resolves: tdf#161599 Write Add-In CompatibilityName (if any) to OOXMLEike Rathke1-0/+1
2024-08-29Related: tdf#161599 Accept Add-In CompatibilityName when reading OOXMLEike Rathke1-0/+1
2024-07-27Related: tdf#159343 Handle TableRef separator in brackets for Function WizardEike Rathke2-1/+5
2024-07-25Resolves: tdf#162087 FormulaCompiler::OpCodeMap::maHashMap must be uppercaseEike Rathke1-1/+1
2024-06-09Related: tdf#137543 - fix LET function jump count numberBalazs Varga1-1/+0
2024-06-06Related: tdf#137543 - Add new LET function to CalcBalazs Varga1-1/+4
2024-06-06tdf#137543 - Add new LET function to CalcBalazs Varga4-0/+16
2024-05-15tdf#126573 Add Excel2021 array function UNIQUE to CalcBalazs Varga2-1/+4
2024-05-08tdf#126573 Add Excel2021 array function RANDARRAY to CalcBalazs Varga2-1/+4
2024-04-26tdf#126573 Add Excel2021 array function SEQUENCE to CalcBalazs Varga2-1/+4
2024-04-15Related: tdf#160056 FormulaResult may ref an initial interpreter FormulaTokenCaolán McNamara1-0/+1
2024-04-13Related: tdf#160056 rename/rework GetDoubleAsReference to SetDoubleCaolán McNamara1-3/+3
2024-04-13Related: tdf#160056 elide ref counting for initial tokensCaolán McNamara1-4/+37
2024-03-26loplugin:finalmethodsNoel Grandin1-6/+6
2024-03-26tdf#126573 Add Excel2021 array function SORTBY to CalcBalazs Varga2-1/+4
2024-03-25tdf#126573 Add Excel2021 array function SORT to CalcBalazs Varga2-1/+4
2024-03-13reduce symbol visibility in --enable-mergelibs=more modeNoel Grandin1-1/+2
2024-03-12GetNonEndOfPathToken can be privateCaolán McNamara1-1/+1
2024-03-01tdf#126573 Add Excel2021 array function FILTER to CalcBalazs Varga2-1/+4
2024-02-18tdf#128425 Add Excel2021 function XMATCH to CalcBalazs Varga2-1/+3
2024-01-31tdf#127293 Add Excel2021 function XLOOKUP to CalcWinfried Donkers2-1/+3
2023-09-23tdf#146619 Recheck include/[e-j]* with IWYUGabor Kelemen2-2/+0
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-02-27can use a reference instead of a pointerCaolán McNamara1-2/+2
2023-02-26no need to hold SvtSysLocale by std::unique_ptrNoel Grandin1-1/+1
2023-02-23Resolves: tdf#153767 Try harder to import OOXML bool shared formula resultEike Rathke1-0/+5
2023-01-01Resolves: tdf#151886 Use default locale with English function names againEike Rathke1-5/+11
2022-09-28use more string_view in formulaNoel Grandin1-4/+4
2022-09-01Related: tdf#142293 Introduce a protected FormulaCompiler::GetFinalOpCodeMap()Eike Rathke1-0/+23
2022-08-06Related: tdf#135993 Destroy temporary OpCodeMap when reading configEike Rathke1-7/+35
2022-06-23clang-tidy modernize-pass-by-value in formulaNoel Grandin1-6/+7
2022-06-18Related: tdf#142293 tdf#141495 Allow additional symbols in externals mapEike Rathke1-1/+2
2022-06-02Resolves: tdf#149378 Force array input if outer function returns array/matrixEike Rathke1-0/+1
2022-03-14new loplugin:trivialconstructorNoel Grandin1-4/+0
2022-01-20Fix typoAndrea Gelmini1-1/+1
2021-12-20Recheck include/[e-r]* with IWYUGabor Kelemen1-1/+1
2021-11-04use more DECL_DLLPRIVATE_LINKNoel Grandin1-10/+10
2021-10-11loplugin:moveparam in formulaNoel Grandin1-1/+1
2021-09-15loplugin:finalclassesNoel Grandin1-1/+1
2021-09-04store ScTokenArray by value in SharedFormulaBufferNoel Grandin1-0/+3
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke3-20/+43
2021-07-26Related: tdf#64086 Add FormulaGrammar::isRefConventionOOXML()Eike Rathke1-0/+13
2021-06-30Purge out rtl::math::setNanBaiXiaochun1-1/+3
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara1-1/+4
2021-04-09Recheck include/ with IWYUGabor Kelemen1-1/+0
2021-02-18move async focus-in/focus-out workaround to known client that needs itCaolán McNamara1-2/+11
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin1-4/+4
2021-01-14tdf#133858 reduce the double-ref range to data contentDennis Francis1-0/+2
2020-12-02tdf#138427 focus set to wrong input boxCaolán McNamara1-4/+1