summaryrefslogtreecommitdiff
path: root/formula/source/core
AgeCommit message (Expand)AuthorFilesLines
11 daysRelated: tdf#160056 rename/rework GetDoubleAsReference to SetDoubleCaolán McNamara1-7/+1
12 daysRelated: 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-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-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-22cid#1509296 silence Use after freeCaolán McNamara1-0/+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-06-23clang-tidy modernize-pass-by-value in formulaNoel Grandin1-4/+5
2022-06-22crashtesting: assert seen with forum-mso-de-53682Caolán McNamara1-2/+6
2022-06-18Related: tdf#142293 tdf#141495 Allow additional symbols in externals mapEike Rathke1-2/+7
2022-06-03Add binary operators to ForceArrayReturn handling, tdf#149378 follow-upEike Rathke2-13/+55
2022-06-03Propagate ForceArrayReturn only for Value parameters, tdf#149378 follow-upEike Rathke1-2/+2
2022-06-03Propagate inline array only for Value parameters, tdf#149378 follow-upEike Rathke1-1/+4
2022-06-02Resolves: tdf#149378 Force array input if outer function returns array/matrixEike Rathke1-0/+7
2022-04-26add o3tl::toUInt32Noel Grandin1-1/+2
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen1-1/+0
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin1-82/+82
2021-12-20Recheck include/[e-r]* with IWYUGabor Kelemen1-0/+1
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-5/+5
2021-10-11loplugin:moveparam in formulaNoel Grandin1-3/+3
2021-09-04store ScTokenArray by value in SharedFormulaBufferNoel Grandin1-0/+29
2021-08-06cid#1489780 Explicit null dereferencedCaolán McNamara1-1/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin2-19/+67
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke2-16/+52
2021-07-28ODFF: eliminate spaces between function name and initial opening parenthesisEike Rathke1-1/+8
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-2/+2
2021-06-17use string_view in the Translate APINoel Grandin1-1/+1
2021-06-02Merging an unsupported formula grammar is worth a real assert()Eike Rathke1-1/+2
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-1/+1
2021-02-11ofz#30812 protect NextToken calling NextToken with RecurseGuardCaolán McNamara1-1/+4
2021-02-11merge the two identical nRecursionMax expressionsCaolán McNamara1-2/+1
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin1-5/+7
2021-01-14tdf#133858 reduce the double-ref range to data contentDennis Francis1-0/+7
2020-11-13tdf#123936 Formatting files in module formula with clang-formatPhilipp Hofer1-4/+1
2020-11-10new loplugin:reducevarscopeNoel Grandin2-3/+2
2020-10-14Derive FormulaExternalToken from FormulaByteToken, tdf#133260 follow-upEike Rathke1-4/+1
2020-10-13Resolves: tdf#133260 Propagate ForceArrayReturn from inline arraysEike Rathke1-9/+45
2020-09-29Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke1-4/+15
2020-09-09Resolves: tdf#136364 treat svSep type with ocUnion as range typeEike Rathke1-1/+6