diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-08-18 15:09:52 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-08-18 15:22:57 +0200 |
commit | 01eaa54adbab405db6aad6c2d476bd4ee775e61f (patch) | |
tree | cb23567eab89031c7593b210a6f2b34382c83482 /source | |
parent | ebdeebb9b004df574ec90ead903ffa9c9b1f3235 (diff) |
Mute l10n on string
Change-Id: I7c4eddb32ca0551f0683d380c202946ea754d0de
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155777
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/04060112.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/scalc/01/04060112.xhp b/source/text/scalc/01/04060112.xhp index 42cfa5ec52..20c7f3f71e 100644 --- a/source/text/scalc/01/04060112.xhp +++ b/source/text/scalc/01/04060112.xhp @@ -116,7 +116,7 @@ <paragraph role="paragraph" id="par_id3157876" xml-lang="en-US" localize="false"><literal>void CALLTYPE fn(out, in1, in2, ...)</literal></paragraph> <paragraph role="paragraph" id="par_id3147616" xml-lang="en-US"><emph>Output</emph>: Resulting value</paragraph> <paragraph role="paragraph" id="par_id3159119" xml-lang="en-US"><emph>Input</emph>: Any number of types (double&, char*, double*, char**, Cell area), where the <link href="text/scalc/01/04060112.xhp">Cell area</link> is an array of types double array, string array, or cell array.</paragraph> -<h3 id="hd_id3150653">GetFunctionCount()</h3> +<h3 id="hd_id3150653" localize="false">GetFunctionCount()</h3> <paragraph role="paragraph" id="par_id3152981" xml-lang="en-US">Returns the number of functions without the management functions of the reference parameter. Each function has a unique number between 0 and nCount-1. This number will be needed for the <link href="text/scalc/01/04060112.xhp">GetFunctionData</link> and <link href="text/scalc/01/04060112.xhp">GetParameterDescription</link> functions later.</paragraph> <paragraph role="paragraph" id="par_id3150742" xml-lang="en-US"> <emph>Syntax</emph> @@ -127,7 +127,7 @@ </paragraph> <paragraph role="paragraph" id="par_id3146940" xml-lang="en-US" localize="false"><literal>USHORT &nCount</literal>:</paragraph> <paragraph role="paragraph" id="par_id3149893" xml-lang="en-US"><emph>Output</emph>: Reference to a variable, which is supposed to contain the number of Add-In functions. For example: If the Add-In provides 5 functions for $[officename] Calc, then nCount=5.</paragraph> -<h3 id="hd_id3147476">GetFunctionData()</h3> +<h3 id="hd_id3147476" localize="false">GetFunctionData()</h3> <paragraph role="paragraph" id="par_id3154841" xml-lang="en-US">Determines all the important information about an Add-In function.</paragraph> <paragraph role="paragraph" id="par_id3148888" xml-lang="en-US"> <emph>Syntax</emph> @@ -148,7 +148,7 @@ <paragraph role="paragraph" id="par_id3153078" xml-lang="en-US" localize="false"><literal>char* pInternalName</literal>:</paragraph> <paragraph role="paragraph" id="par_id3155261" xml-lang="en-US"><emph>Output</emph>: Function name as seen by the user, as it appears in the <emph>Function Wizard</emph>. May contain umlauts.</paragraph> <paragraph role="paragraph" id="par_id3153327" xml-lang="en-US">The pFuncName and pInternalName parameters are char arrays, which are implemented with size 256 in $[officename] Calc.</paragraph> -<h3 id="hd_id3148567">GetParameterDescription()</h3> +<h3 id="hd_id3148567" localize="false">GetParameterDescription()</h3> <paragraph role="paragraph" id="par_id3153000" xml-lang="en-US">Provides a brief description of the Add-In function and its parameters. As an option, this function can be used to show a function and parameter description in the <emph>Function Wizard</emph>.</paragraph> <paragraph role="paragraph" id="par_id3154501" xml-lang="en-US"> <emph>Syntax</emph> |