summaryrefslogtreecommitdiff
path: root/formula/source
AgeCommit message (Expand)AuthorFilesLines
2024-09-03tdf#161543 Enhance the searching functionality in FD & FWAhmedHamed2-18/+55
2024-08-30Resolves: tdf#161599 Write Add-In CompatibilityName (if any) to OOXMLEike Rathke1-4/+18
2024-08-29Related: tdf#161599 Accept Add-In CompatibilityName when reading OOXMLEike Rathke1-0/+9
2024-08-19cid#1557694 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-29Resolves: tdf#159343 Implement TableRef API token conversionEike Rathke2-4/+2
2024-07-27Related: tdf#159343 Handle TableRef separator in brackets for Function WizardEike Rathke1-2/+50
2024-07-25Resolves: tdf#162087 FormulaCompiler::OpCodeMap::maHashMap must be uppercaseEike Rathke1-5/+12
2024-07-19tdf#161296 Convert functions list in FD & FW into collapsible sectionsAhmedHamed3-20/+69
2024-07-12tdf#161534 Add a Help button in FD & FW to open respective Help documentationAhmedHamed2-0/+25
2024-06-09Related: tdf#137543 - fix LET function jump count numberBalazs Varga2-6/+6
2024-06-06tdf#137543 - Add new LET function to CalcBalazs Varga3-5/+55
2024-05-26Resolves: tdf#160371 Relax significant whitespace intersection pre-checkEike Rathke1-2/+2
2024-05-21Fix typo in codeAndrea Gelmini1-9/+9
2024-05-21lok: translate formula bar functions to each localeJaume Pujantell1-15/+46
2024-05-15tdf#126573 Add Excel2021 array function UNIQUE to CalcBalazs Varga1-0/+1
2024-05-08tdf#126573 Add Excel2021 array function RANDARRAY to CalcBalazs Varga1-0/+3
2024-05-08loplugin:ostr in formulaNoel Grandin6-76/+76
2024-04-26tdf#126573 Add Excel2021 array function SEQUENCE to CalcBalazs Varga1-0/+1
2024-04-13Related: tdf#160056 rename/rework GetDoubleAsReference to SetDoubleCaolán McNamara1-7/+1
2024-04-13Related: tdf#160056 elide ref counting for initial tokensCaolán McNamara1-2/+2
2024-03-26tdf#126573 Add Excel2021 array function SORTBY to CalcBalazs Varga1-0/+1
2024-03-25tdf#126573 Add Excel2021 array function SORT to CalcBalazs Varga1-0/+1
2024-03-15Related: tdf#126573 Add Excel2021 array function FILTER to CalcBalazs Varga1-0/+1
2023-12-27Use emplace_back instead of push_back (Formula)Julien Nabet1-2/+2
2023-09-04tdf#147021 use std::size instead of SAL_N_ELEMENTSAdam Seskunas1-1/+1
2023-05-09tdf#104487 - Function wizard: remember last used function categoryAndreas Heinisch3-2/+17
2023-04-18formula: fix crash in FormulaDlg_Impl::UpdateSelectionXisco Fauli1-3/+11
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski5-7/+7
2023-03-23jsdialog: enable function wizardSzymon Kłos1-10/+10
2023-03-07no need to allocate these separatelyNoel Grandin1-8/+8
2023-02-27can use a reference instead of a pointerCaolán McNamara2-7/+7
2023-02-26no need to hold SvtSysLocale by std::unique_ptrNoel Grandin1-3/+2
2023-02-17Obtain actual 0-parameter count for OR(), AND() and 1-parameter functionsEike Rathke1-8/+5
2023-02-14osl::Mutex->std::mutex in OpCodeMapDataNoel Grandin1-10/+9
2023-01-01Resolves: tdf#151886 Use default locale with English function names againEike Rathke1-2/+12
2022-12-15crashtesting: assert seen on loading forum-mso-en4-573860.xlsxEike Rathke1-0/+14
2022-09-28use more string_view in formulaNoel Grandin1-8/+8
2022-09-19small opt in FormulaTokenIteratorNoel Grandin1-1/+1
2022-09-06A ColRowName (label) is a QuotedLabel is a SingleQuotedEike Rathke1-1/+1
2022-09-01Resolves: tdf#142293 Implement the temporariness of GetOpCodeMap()Eike Rathke1-1/+5
2022-09-01Related: tdf#142293 Introduce a protected FormulaCompiler::GetFinalOpCodeMap()Eike Rathke1-0/+5
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock1-2/+2
2022-08-22cid#1509296 silence Use after freeCaolán McNamara1-0/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-06Related: tdf#135993 Use ScCompiler to create English OpCodeMap with AddInsEike Rathke1-1/+10
2022-08-06Related: tdf#135993 Destroy temporary OpCodeMap when reading configEike Rathke1-24/+119
2022-08-04Add known but not in AddInMap English names for GRAM_API, tdf#150253 follow-upEike Rathke1-3/+11
2022-08-04Resolves: tdf#150253 Add English names for GRAM_API AddIn functionsEike Rathke1-2/+1
2022-07-09tdf#146781 - Function wizard: search desired function also in the descriptionAndreas Heinisch1-1/+3
2022-06-23clang-tidy modernize-pass-by-value in formulaNoel Grandin1-4/+5