summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-02move the callbacks to be privateCaolán McNamara1-1/+1
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer3-9/+8
2020-10-14Derive FormulaExternalToken from FormulaByteToken, tdf#133260 follow-upEike Rathke1-12/+8
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen1-1/+0
2020-07-07formula: create instances with uno constructorsNoel Grandin1-5/+1
2020-05-29Related: tdf#131423 CHOOSE() supports only 30 jump targets, limit in dialogEike Rathke1-0/+1
2020-05-29improve pahole script and pack a few classesNoel Grandin1-1/+1
2020-05-03use more compact namespace syntax in /includeNoel Grandin4-8/+8
2020-04-28Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatileEike Rathke2-2/+8
2020-04-23Related tdf#131169: avoid magic numbersJulien Nabet1-0/+2
2020-03-31Resolves: tdf#131372 Write "error cell" formula to OOXMLEike Rathke1-2/+1
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi1-1/+1
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-1/+1
2019-11-20loplugin:unusedmethodsNoel Grandin1-1/+0
2019-11-19up/down in ArgEdit doesn't do anythingCaolán McNamara1-2/+4
2019-10-29loplugin:finalclasses filter..frameworkNoel Grandin3-13/+12
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis1-0/+4
2019-09-04loplugin:constmethod in formulaNoel Grandin1-3/+3
2019-06-02drop some unneeded includesCaolán McNamara2-7/+0
2019-05-13drop some more unneeded includesCaolán McNamara1-5/+0
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara3-95/+24
2019-05-09loplugin:unusedmethodsNoel Grandin1-10/+0
2019-05-07weld FormulaDialogCaolán McNamara3-24/+16
2019-05-06tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen8-14/+6
2019-04-18weld ScOptSolverDlgCaolán McNamara1-1/+3
2019-04-17weld ScTPValidationValue and ScValidationDlgCaolán McNamara1-0/+2
2019-04-16weld ScFilterDlgCaolán McNamara1-0/+1
2019-04-12weld ScColRowNameRangesDlgCaolán McNamara1-0/+5
2019-04-12weld ScPrintAreasDlgCaolán McNamara1-0/+10
2019-04-11weld ScSimpleRefDlgCaolán McNamara1-0/+12
2019-04-10weld ScCorrelationDialogCaolán McNamara3-0/+110