Description: Basic function argument names can be used either by position either by name. Basic argument "name" should be 'charcode' instead of 'string' - VBA doc: https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/chr-function - libO Basic function signatures: https://opengrok.libreoffice.org/xref/core/basic/source/runtime/stdobj.cxx?r=fbaf865f#610]here[/url Steps to Reproduce: Print Chr(string:=34) Actual Results: It prints double quotes " sign Expected Results: Print Chr(charcode:=34) ' is the appropriate argument name Reproducible: Always User Profile Reset: No Additional Info: See https://bugs.documentfoundation.org/show_bug.cgi?id=141474 for more information.
line 203 and 206 of https://opengrok.libreoffice.org/xref/core/basic/source/runtime/stdobj.cxx should be updated from 'string' to 'charCode' plus any other impact source file.
Andreas Heinisch committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/260a2036d688afddc6e6e477764e1196cc915194 tdf#130426 - Rename file for tdf#145693 It will be available in 7.4.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.
Andreas Heinisch committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/35aa82ef1c8047087e7eb76fe5abccbe48fbac1e tdf#145693 - Argument name should be 'charcode' instead of 'string' It will be available in 7.4.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.
Andreas Heinisch committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/fc119ab0eebdfc7675f4664f4e9e204d06403a74 tdf#130426 - Rename file for tdf#145693 It will be available in 7.3.0.2. 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.
Andreas Heinisch committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/80570766400df268ed069f81f3793055962144f6 tdf#145693 - Argument name should be 'charcode' instead of 'string' It will be available in 7.3.0.2. 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.
Alain Romedenne committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/2f76d8e9280cbe1e726cfcf2d4a798c8cf418241 tdf#145693 tdf#141474 Chr ChrW method signatures