Bug 172823 - Add UI strings for SCAN function to Calc
Summary: Add UI strings for SCAN function to Calc
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Ben Urban
URL: https://support.microsoft.com/en-us/o...
Whiteboard: target:27.2.0
Keywords:
Depends on: 161428
Blocks: Missed-Excel-Functions
  Show dependency treegraph
 
Reported: 2026-07-15 22:37 UTC by Olivier Hallot
Modified: 2026-07-28 01:17 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Hallot 2026-07-15 22:37:24 UTC
+++ This bug was initially created as a clone of Bug #161428 +++

In sc/inc/scfuncs.hrc

// -=*# Resources for function SCAN #*=-
const TranslateId ocSCAN_ARY[] =
{
    NC_("ocSCAN", "Progressively applies a LAMBDA function to each element in an array and returns an array of all intermediate values."),
    NC_("ocSCAN", "Initial value"),
    NC_("ocSCAN", "Optional initial value of the accumulator."),
    NC_("ocSCAN", "Array"),
    NC_("ocSCAN", "The array to be scanned."),
    NC_("ocSCAN", "Formula"),
    NC_("ocSCAN", "A LAMBDA function that will be called on each cell of the array.")
};
Comment 1 Commit Notification 2026-07-22 13:43:52 UTC
Ben Urban committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/e5386e95c8f9f1f622e87b0302c92b42f69e22cc

tdf#172823: Add UI strings for SCAN function to Calc

It will be available in 27.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.