summaryrefslogtreecommitdiffstats
path: root/include/formula
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#131372 Write "error cell" formula to OOXMLEike Rathke2020-04-071-2/+1
* up/down in ArgEdit doesn't do anythingCaolán McNamara2019-11-221-2/+4
* drop some unneeded includesCaolán McNamara2019-06-022-7/+0
* drop some more unneeded includesCaolán McNamara2019-05-131-5/+0
* remove unused RefEdit/RefButtonCaolán McNamara2019-05-113-95/+24
* loplugin:unusedmethodsNoel Grandin2019-05-091-10/+0
* weld FormulaDialogCaolán McNamara2019-05-073-24/+16
* tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen2019-05-068-14/+6
* weld ScOptSolverDlgCaolán McNamara2019-04-181-1/+3
* weld ScTPValidationValue and ScValidationDlgCaolán McNamara2019-04-171-0/+2
* weld ScFilterDlgCaolán McNamara2019-04-161-0/+1
* weld ScColRowNameRangesDlgCaolán McNamara2019-04-121-0/+5
* weld ScPrintAreasDlgCaolán McNamara2019-04-121-0/+10
* weld ScSimpleRefDlgCaolán McNamara2019-04-111-0/+12
* weld ScCorrelationDialogCaolán McNamara2019-04-103-0/+110
* zugeordnetes->associatedCaolán McNamara2019-04-091-1/+1
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-271-5/+3
* tdf#74664 : Adds FOURIER() formulaDennis Francis2019-02-192-1/+4
* Related: tdf#122301 FREQUENCY() with ForceArrayReturn on callerEike Rathke2019-01-161-1/+6
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-1/+1
* convert FormulaDlgMode to scoped enumNoel Grandin2018-11-232-4/+6
* Resolves: tdf#120895 new ParamClass::ReferenceOrRefArray, tdf#58874 relatedEike Rathke2018-11-091-0/+8
* Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke2018-10-252-1/+4
* add ScTokenArray::Finalize() to explicitly reduce memory usageLuboš Luňák2018-10-101-0/+5
* Remove unused ocIndirectXL and ocAddressXLEike Rathke2018-09-282-6/+2
* remove mempoolNoel Grandin2018-08-161-9/+0
* loplugin:returnconstant in forms..fpickerNoel Grandin2018-08-131-1/+1
* try to detect that a formula does not contain any implicit intersectionLuboš Luňák2018-07-311-4/+5
* Related: tdf#118735 introduce FormulaError::LinkFormulaNeedingCheck (Err:540)Eike Rathke2018-07-191-0/+4
* loplugin:mergeclasses merge IFormulaToken into FormulaTokenNoel Grandin2018-07-182-22/+2
* Resolves: tdf#94925 do not unset dirty if formula cell must be recalculatedEike Rathke2018-07-141-2/+6
* Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke2018-07-131-34/+30
* More Implicit intersection computationDennis Francis2018-06-261-3/+13
* Add "Unsupported inline array content." BadArrayContent message, tdf#117879Eike Rathke2018-06-051-0/+3
* disable also ocStyle for Calc's threadingLuboš Luňák2018-05-172-0/+6
* loplugin:useuniqueptr in FormulaTokenArrayNoel Grandin2018-05-141-3/+3
* tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf...Dennis Francis2018-04-281-1/+7
* Resolves: tdf#116215 fewer array of references cases, tdf#58874 relatedEike Rathke2018-03-061-2/+9
* Resolves: tdf#115879 treat NOT as the 1-parameter function that it isEike Rathke2018-02-203-8/+7
* More loplugin:cstylecast: formulaStephan Bergmann2018-01-151-1/+1
* loplugin:passstuffbyref improved return in variousNoel Grandin2017-12-291-1/+1
* Remove unused ocExternalRefEike Rathke2017-12-201-2/+0
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-192-10/+11
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-141-3/+3
* new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin2017-12-041-3/+3
* loplugin:unusedfieldsNoel Grandin2017-12-011-4/+2
* Add a debugging output OpCodeEnumToString() functionTor Lillqvist2017-11-251-0/+475
* Mention that the StackVarEnumToString should really be an operator<<Tor Lillqvist2017-11-241-0/+3
* cache FormulaToken for doublesDennis Francis2017-11-211-0/+2
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+2