summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-09zugeordnetes->associatedCaolán McNamara1-1/+1
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-5/+3
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis2-1/+4
2019-01-16Related: tdf#122301 FREQUENCY() with ForceArrayReturn on callerEike Rathke1-1/+6
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-23convert FormulaDlgMode to scoped enumNoel Grandin2-4/+6
2018-11-09Resolves: tdf#120895 new ParamClass::ReferenceOrRefArray, tdf#58874 relatedEike Rathke1-0/+8
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke2-1/+4
2018-10-10add ScTokenArray::Finalize() to explicitly reduce memory usageLuboš Luňák1-0/+5
2018-09-28Remove unused ocIndirectXL and ocAddressXLEike Rathke2-6/+2
2018-08-16remove mempoolNoel Grandin1-9/+0
2018-08-13loplugin:returnconstant in forms..fpickerNoel Grandin1-1/+1
2018-07-31try to detect that a formula does not contain any implicit intersectionLuboš Luňák1-4/+5
2018-07-19Related: tdf#118735 introduce FormulaError::LinkFormulaNeedingCheck (Err:540)Eike Rathke1-0/+4
2018-07-18loplugin:mergeclasses merge IFormulaToken into FormulaTokenNoel Grandin2-22/+2
2018-07-14Resolves: tdf#94925 do not unset dirty if formula cell must be recalculatedEike Rathke1-2/+6
2018-07-13Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke1-34/+30
2018-06-26More Implicit intersection computationDennis Francis1-3/+13
2018-06-05Add "Unsupported inline array content." BadArrayContent message, tdf#117879Eike Rathke1-0/+3
2018-05-17disable also ocStyle for Calc's threadingLuboš Luňák2-0/+6
2018-05-14loplugin:useuniqueptr in FormulaTokenArrayNoel Grandin1-3/+3
2018-04-28tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf...Dennis Francis1-1/+7