This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new 51a0debc12 Remove 'oldref' entries (work in progress) 51a0debc12 is described below commit 51a0debc1298a807be4a514c55962b96eef5495e Author: mseidel <msei...@apache.org> AuthorDate: Thu Feb 13 15:37:04 2025 +0100 Remove 'oldref' entries (work in progress) --- .../source/text/sbasic/shared/03010304.xhp | 70 +++++++++++----------- .../source/text/sbasic/shared/03020405.xhp | 66 ++++++++++---------- .../helpcontent2/source/text/scalc/01/12120300.xhp | 34 +++++------ .../source/text/scalc/guide/mark_cells.xhp | 40 ++++++------- .../source/text/shared/autopi/01010000.xhp | 24 ++++---- .../source/text/shared/guide/hyperlink_edit.xhp | 20 +++---- .../source/text/shared/optionen/01010401.xhp | 36 +++++------ .../source/text/swriter/01/04120213.xhp | 43 +++++++------ .../source/text/swriter/01/04200000.xhp | 35 +++++------ .../source/text/swriter/01/05030400.xhp | 36 +++++------ 10 files changed, 197 insertions(+), 207 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03010304.xhp b/main/helpcontent2/source/text/sbasic/shared/03010304.xhp index 78817dd76e..6b7dd77730 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03010304.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03010304.xhp @@ -30,44 +30,42 @@ </meta> <body> <section id="qbcolor"> -<paragraph role="heading" id="hd_id3149670" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03010304.xhp" name="QBColor Function [Runtime]">QBColor Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3150359" xml-lang="en-US" l10n="U" oldref="2">Returns the <link href="text/sbasic/shared/03010305.xhp" name="RGB">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system.</paragraph> +<paragraph role="heading" id="hd_id3149670" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03010304.xhp" name="QBColor Function [Runtime]">QBColor Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3150359" xml-lang="en-US" l10n="U">Returns the <link href="text/sbasic/shared/03010305.xhp" name="RGB">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system.</paragraph> </section> -<paragraph role="heading" id="hd_id3154140" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="code" id="par_id3151042" xml-lang="en-US" l10n="U" oldref="4">QBColor (ColorNumber As Integer)</paragraph> -<paragraph role="heading" id="hd_id3145172" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US" l10n="U" oldref="6">Long</paragraph> -<paragraph role="heading" id="hd_id3156560" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameter:</paragraph> -<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" l10n="U" oldref="8"> -<emph>ColorNumber</emph>: Any integer expression that specifies the color value of the color passed from an older MS-DOS based programming system.</paragraph> -<paragraph role="paragraph" id="par_id3147318" xml-lang="en-US" l10n="U" oldref="9"> -<emph>ColorNumber</emph> can be assigned the following values:</paragraph> -<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" l10n="U" oldref="10">0 : Black</paragraph> -<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US" l10n="U" oldref="11">1 : Blue</paragraph> -<paragraph role="paragraph" id="par_id3151116" xml-lang="en-US" l10n="U" oldref="12">2 : Green</paragraph> -<paragraph role="paragraph" id="par_id3155412" xml-lang="en-US" l10n="U" oldref="13">3 : Cyan</paragraph> -<paragraph role="paragraph" id="par_id3155306" xml-lang="en-US" l10n="U" oldref="14">4 : Red</paragraph> -<paragraph role="paragraph" id="par_id3153364" xml-lang="en-US" l10n="U" oldref="15">5 : Magenta</paragraph> -<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" l10n="U" oldref="16">6 : Yellow</paragraph> -<paragraph role="paragraph" id="par_id3154730" xml-lang="en-US" l10n="U" oldref="17">7 : White</paragraph> -<paragraph role="paragraph" id="par_id3153877" xml-lang="en-US" l10n="U" oldref="18">8 : Gray</paragraph> -<paragraph role="paragraph" id="par_id3147124" xml-lang="en-US" l10n="U" oldref="19">9 : Light Blue</paragraph> -<paragraph role="paragraph" id="par_id3145646" xml-lang="en-US" l10n="U" oldref="20">10 : Light Green</paragraph> -<paragraph role="paragraph" id="par_id3149958" xml-lang="en-US" l10n="U" oldref="21">11 : Light Cyan</paragraph> -<paragraph role="paragraph" id="par_id3154943" xml-lang="en-US" l10n="U" oldref="22">12 : Light Red</paragraph> -<paragraph role="paragraph" id="par_id3150715" xml-lang="en-US" l10n="U" oldref="23">13 : Light Magenta</paragraph> -<paragraph role="paragraph" id="par_id3146970" xml-lang="en-US" l10n="U" oldref="24">14 : Light Yellow</paragraph> -<paragraph role="paragraph" id="par_id3150750" xml-lang="en-US" l10n="U" oldref="25">15 : Bright White</paragraph> -<paragraph role="paragraph" id="par_id3146914" xml-lang="en-US" l10n="U" oldref="26">This function is used only to convert from older MS-DOS based BASIC applications that use the above color codes. The function returns a long integer value indicating the color to be used in the $[officename] IDE.</paragraph> +<paragraph role="heading" id="hd_id3154140" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="code" id="par_id3151042" xml-lang="en-US" l10n="U">QBColor (ColorNumber As Integer)</paragraph> +<paragraph role="heading" id="hd_id3145172" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US" l10n="U">Long</paragraph> +<paragraph role="heading" id="hd_id3156560" xml-lang="en-US" level="2" l10n="U">Parameter:</paragraph> +<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" l10n="U"><emph>ColorNumber</emph>: Any integer expression that specifies the color value of the color passed from an older MS-DOS based programming system.</paragraph> +<paragraph role="paragraph" id="par_id3147318" xml-lang="en-US" l10n="U"><emph>ColorNumber</emph> can be assigned the following values:</paragraph> +<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" l10n="U">0 : Black</paragraph> +<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US" l10n="U">1 : Blue</paragraph> +<paragraph role="paragraph" id="par_id3151116" xml-lang="en-US" l10n="U">2 : Green</paragraph> +<paragraph role="paragraph" id="par_id3155412" xml-lang="en-US" l10n="U">3 : Cyan</paragraph> +<paragraph role="paragraph" id="par_id3155306" xml-lang="en-US" l10n="U">4 : Red</paragraph> +<paragraph role="paragraph" id="par_id3153364" xml-lang="en-US" l10n="U">5 : Magenta</paragraph> +<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" l10n="U">6 : Yellow</paragraph> +<paragraph role="paragraph" id="par_id3154730" xml-lang="en-US" l10n="U">7 : White</paragraph> +<paragraph role="paragraph" id="par_id3153877" xml-lang="en-US" l10n="U">8 : Gray</paragraph> +<paragraph role="paragraph" id="par_id3147124" xml-lang="en-US" l10n="U">9 : Light Blue</paragraph> +<paragraph role="paragraph" id="par_id3145646" xml-lang="en-US" l10n="U">10 : Light Green</paragraph> +<paragraph role="paragraph" id="par_id3149958" xml-lang="en-US" l10n="U">11 : Light Cyan</paragraph> +<paragraph role="paragraph" id="par_id3154943" xml-lang="en-US" l10n="U">12 : Light Red</paragraph> +<paragraph role="paragraph" id="par_id3150715" xml-lang="en-US" l10n="U">13 : Light Magenta</paragraph> +<paragraph role="paragraph" id="par_id3146970" xml-lang="en-US" l10n="U">14 : Light Yellow</paragraph> +<paragraph role="paragraph" id="par_id3150750" xml-lang="en-US" l10n="U">15 : Bright White</paragraph> +<paragraph role="paragraph" id="par_id3146914" xml-lang="en-US" l10n="U">This function is used only to convert from older MS-DOS based BASIC applications that use the above color codes. The function returns a long integer value indicating the color to be used in the $[officename] IDE.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3148406" xml-lang="en-US" level="2" l10n="U" oldref="27">Example:</paragraph> -<paragraph role="code" id="par_id3145642" xml-lang="en-US" l10n="U" oldref="28">Sub ExampleQBColor</paragraph> -<paragraph role="code" id="par_id3154256" xml-lang="en-US" l10n="U" oldref="29">Dim iColor As Integer</paragraph> -<paragraph role="code" id="par_id3147340" xml-lang="en-US" l10n="U" oldref="30">Dim sText As String</paragraph> -<paragraph role="code" id="par_id3155962" xml-lang="en-US" l10n="U" oldref="31">iColor = 7</paragraph> -<paragraph role="code" id="par_id3145230" xml-lang="en-US" l10n="U" oldref="32">sText = "RGB= " & Red(QBColor( iColor) ) & ":" & Blue(QBColor( iColor) ) & ":" & Green(QBColor( iColor) )</paragraph> -<paragraph role="code" id="par_id3149566" xml-lang="en-US" l10n="U" oldref="33">MsgBox stext,0,"Color " & iColor</paragraph> -<paragraph role="code" id="par_id3154705" xml-lang="en-US" l10n="U" oldref="34">End Sub</paragraph> +<paragraph role="heading" id="hd_id3148406" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="code" id="par_id3145642" xml-lang="en-US" l10n="U">Sub ExampleQBColor</paragraph> +<paragraph role="code" id="par_id3154256" xml-lang="en-US" l10n="U">Dim iColor As Integer</paragraph> +<paragraph role="code" id="par_id3147340" xml-lang="en-US" l10n="U">Dim sText As String</paragraph> +<paragraph role="code" id="par_id3155962" xml-lang="en-US" l10n="U">iColor = 7</paragraph> +<paragraph role="code" id="par_id3145230" xml-lang="en-US" l10n="U">sText = "RGB= " & Red(QBColor( iColor) ) & ":" & Blue(QBColor( iColor) ) & ":" & Green(QBColor( iColor) )</paragraph> +<paragraph role="code" id="par_id3149566" xml-lang="en-US" l10n="U">MsgBox stext,0,"Color " & iColor</paragraph> +<paragraph role="code" id="par_id3154705" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03020405.xhp b/main/helpcontent2/source/text/sbasic/shared/03020405.xhp index 9c76539d8c..de431568c0 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03020405.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03020405.xhp @@ -33,43 +33,41 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153380"> <bookmark_value>FileAttr function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3153380" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03020405.xhp" name="FileAttr-Function [Runtime]">FileAttr Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3154366" xml-lang="en-US" l10n="U" oldref="2">Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle).</paragraph> +<paragraph role="heading" id="hd_id3153380" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03020405.xhp" name="FileAttr-Function [Runtime]">FileAttr Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3154366" xml-lang="en-US" l10n="U">Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle).</paragraph> </section> -<paragraph role="note" id="par_id3153364" xml-lang="en-US" l10n="U" oldref="3">If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number.</paragraph> -<paragraph role="paragraph" id="par_id3163713" xml-lang="en-US" l10n="U" oldref="4">See also: <link href="text/sbasic/shared/03020103.xhp" name="Open">Open</link></paragraph> -<paragraph role="heading" id="hd_id3151116" xml-lang="en-US" level="2" l10n="U" oldref="5">Syntax:</paragraph> -<paragraph role="code" id="par_id3154012" xml-lang="en-US" l10n="U" oldref="6">FileAttr (FileNumber As Integer, Attribute As Integer)</paragraph> -<paragraph role="heading" id="hd_id3147349" xml-lang="en-US" level="2" l10n="U" oldref="7">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U" oldref="8">Integer</paragraph> -<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="2" l10n="U" oldref="9">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3151074" xml-lang="en-US" l10n="U" oldref="10"> -<emph>FileNumber:</emph> The number of the file that was opened with the Open statement.</paragraph> -<paragraph role="paragraph" id="par_id3144766" xml-lang="en-US" l10n="U" oldref="11"> -<emph>Attribute:</emph> Integer expression that indicates the type of file information that you want to return. The following values are possible:</paragraph> -<paragraph role="paragraph" id="par_id3147396" xml-lang="en-US" l10n="U" oldref="12">1: The FileAttr-Function indicates the access mode of the file.</paragraph> -<paragraph role="paragraph" id="par_id3149959" xml-lang="en-US" l10n="U" oldref="13">2: The FileAttr-Function returns the file access number of the operating system.</paragraph> -<paragraph role="paragraph" id="par_id3154018" xml-lang="en-US" l10n="U" oldref="14">If you specify a parameter attribute with a value of 1, the following return values apply:</paragraph> -<paragraph role="paragraph" id="par_id3149124" xml-lang="en-US" l10n="U" oldref="15">1 - INPUT (file open for input)</paragraph> -<paragraph role="paragraph" id="par_id3156275" xml-lang="en-US" l10n="U" oldref="16">2 - OUTPUT (file open for output)</paragraph> -<paragraph role="paragraph" id="par_id3155066" xml-lang="en-US" l10n="U" oldref="17">4 - RANDOM (file open for random access)</paragraph> -<paragraph role="paragraph" id="par_id3148406" xml-lang="en-US" l10n="U" oldref="18">8 - APPEND (file open for appending)</paragraph> -<paragraph role="paragraph" id="par_id3154757" xml-lang="en-US" l10n="U" oldref="19">32 - BINARY (file open in binary mode).</paragraph> +<paragraph role="note" id="par_id3153364" xml-lang="en-US" l10n="U">If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number.</paragraph> +<paragraph role="paragraph" id="par_id3163713" xml-lang="en-US" l10n="U">See also: <link href="text/sbasic/shared/03020103.xhp" name="Open">Open</link></paragraph> +<paragraph role="heading" id="hd_id3151116" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="code" id="par_id3154012" xml-lang="en-US" l10n="U">FileAttr (FileNumber As Integer, Attribute As Integer)</paragraph> +<paragraph role="heading" id="hd_id3147349" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U">Integer</paragraph> +<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3151074" xml-lang="en-US" l10n="U"><emph>FileNumber:</emph> The number of the file that was opened with the Open statement.</paragraph> +<paragraph role="paragraph" id="par_id3144766" xml-lang="en-US" l10n="U"><emph>Attribute:</emph> Integer expression that indicates the type of file information that you want to return. The following values are possible:</paragraph> +<paragraph role="paragraph" id="par_id3147396" xml-lang="en-US" l10n="U">1: The FileAttr-Function indicates the access mode of the file.</paragraph> +<paragraph role="paragraph" id="par_id3149959" xml-lang="en-US" l10n="U">2: The FileAttr-Function returns the file access number of the operating system.</paragraph> +<paragraph role="paragraph" id="par_id3154018" xml-lang="en-US" l10n="U">If you specify a parameter attribute with a value of 1, the following return values apply:</paragraph> +<paragraph role="paragraph" id="par_id3149124" xml-lang="en-US" l10n="U">1 - INPUT (file open for input)</paragraph> +<paragraph role="paragraph" id="par_id3156275" xml-lang="en-US" l10n="U">2 - OUTPUT (file open for output)</paragraph> +<paragraph role="paragraph" id="par_id3155066" xml-lang="en-US" l10n="U">4 - RANDOM (file open for random access)</paragraph> +<paragraph role="paragraph" id="par_id3148406" xml-lang="en-US" l10n="U">8 - APPEND (file open for appending)</paragraph> +<paragraph role="paragraph" id="par_id3154757" xml-lang="en-US" l10n="U">32 - BINARY (file open in binary mode).</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> <embed href="text/sbasic/shared/00000003.xhp#err52"/> -<paragraph role="heading" id="hd_id3147339" xml-lang="en-US" level="2" l10n="U" oldref="20">Example:</paragraph> -<paragraph role="code" id="par_id3155959" xml-lang="en-US" l10n="U" oldref="21">Sub ExampleFileAttr</paragraph> -<paragraph role="code" id="par_id3145147" xml-lang="en-US" l10n="U" oldref="22">Dim iNumber As Integer</paragraph> -<paragraph role="code" id="par_id3153966" xml-lang="en-US" l10n="U" oldref="23">Dim sLine As String</paragraph> -<paragraph role="code" id="par_id3155336" xml-lang="en-US" l10n="U" oldref="24">Dim aFile As String</paragraph> -<paragraph role="code" id="par_id3163807" xml-lang="en-US" l10n="U" oldref="25">aFile = "c:\data.txt"</paragraph> -<paragraph role="code" id="par_id3154021" xml-lang="en-US" l10n="U" oldref="27">iNumber = Freefile</paragraph> -<paragraph role="code" id="par_id3153786" xml-lang="en-US" l10n="U" oldref="28">Open aFile For Output As #iNumber</paragraph> -<paragraph role="code" id="par_id3155607" xml-lang="en-US" l10n="U" oldref="29">Print #iNumber, "This is a line of text"</paragraph> -<paragraph role="code" id="par_id3150361" xml-lang="en-US" l10n="U" oldref="30">MsgBox FileAttr(#iNumber, 1 ),0,"Access mode"</paragraph> -<paragraph role="code" id="par_id3149817" xml-lang="en-US" l10n="U" oldref="31">MsgBox FileAttr(#iNumber, 2 ),0,"File attribute"</paragraph> -<paragraph role="code" id="par_id3155115" xml-lang="en-US" l10n="U" oldref="32">Close #iNumber</paragraph> -<paragraph role="code" id="par_id3147130" xml-lang="en-US" l10n="U" oldref="33">End Sub</paragraph> +<paragraph role="heading" id="hd_id3147339" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="code" id="par_id3155959" xml-lang="en-US" l10n="U">Sub ExampleFileAttr</paragraph> +<paragraph role="code" id="par_id3145147" xml-lang="en-US" l10n="U">Dim iNumber As Integer</paragraph> +<paragraph role="code" id="par_id3153966" xml-lang="en-US" l10n="U">Dim sLine As String</paragraph> +<paragraph role="code" id="par_id3155336" xml-lang="en-US" l10n="U">Dim aFile As String</paragraph> +<paragraph role="code" id="par_id3163807" xml-lang="en-US" l10n="U">aFile = "c:\data.txt"</paragraph> +<paragraph role="code" id="par_id3154021" xml-lang="en-US" l10n="U">iNumber = Freefile</paragraph> +<paragraph role="code" id="par_id3153786" xml-lang="en-US" l10n="U">Open aFile For Output As #iNumber</paragraph> +<paragraph role="code" id="par_id3155607" xml-lang="en-US" l10n="U">Print #iNumber, "This is a line of text"</paragraph> +<paragraph role="code" id="par_id3150361" xml-lang="en-US" l10n="U">MsgBox FileAttr(#iNumber, 1 ),0,"Access mode"</paragraph> +<paragraph role="code" id="par_id3149817" xml-lang="en-US" l10n="U">MsgBox FileAttr(#iNumber, 2 ),0,"File attribute"</paragraph> +<paragraph role="code" id="par_id3155115" xml-lang="en-US" l10n="U">Close #iNumber</paragraph> +<paragraph role="code" id="par_id3147130" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/01/12120300.xhp b/main/helpcontent2/source/text/scalc/01/12120300.xhp index a36aaba9e8..e53c55f068 100644 --- a/main/helpcontent2/source/text/scalc/01/12120300.xhp +++ b/main/helpcontent2/source/text/scalc/01/12120300.xhp @@ -31,34 +31,32 @@ <body> <section id="fehlermeldung"> <bookmark xml-lang="en-US" branch="hid/sc:TabPage:TP_VALIDATION_ERROR" id="bm_id3156024" localize="false"/> -<paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/01/12120300.xhp" name="Error Alert">Error Alert</link></paragraph> -<paragraph role="paragraph" id="par_id3153379" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid="SC:TABPAGE:TP_VALIDATION_ERROR">Define the error message that is displayed when invalid data is entered in a cell.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="1" l10n="U"><link href="text/scalc/01/12120300.xhp" name="Error Alert">Error Alert</link></paragraph> +<paragraph role="paragraph" id="par_id3153379" xml-lang="en-US" l10n="U"><ahelp hid="SC:TABPAGE:TP_VALIDATION_ERROR">Define the error message that is displayed when invalid data is entered in a cell.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US" l10n="U" oldref="25">You can also start a macro with an error message. A sample macro is provided at the end of this page.</paragraph> +<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US" l10n="U">You can also start a macro with an error message. A sample macro is provided at the end of this page.</paragraph> <section id="howtoget"> <embed href="text/scalc/00/00000412.xhp#datengueltigfehler"/> </section> <bookmark xml-lang="en-US" branch="hid/sc:TriStateBox:TP_VALIDATION_ERROR:TSB_SHOW" id="bm_id3154908" localize="false"/> -<paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="2" l10n="U" oldref="3">Show error message when invalid values are entered.</paragraph> -<paragraph role="paragraph" id="par_id3150768" xml-lang="en-US" l10n="CHG" oldref="4"><ahelp hid=".">Displays the error message that you enter in the <emph>Contents</emph> area when invalid data is entered in a cell.</ahelp> If enabled, the message is displayed to prevent an invalid entry.</paragraph> -<paragraph role="paragraph" id="par_id3146984" xml-lang="en-US" l10n="U" oldref="5">In both cases, if you select "Stop", the invalid entry is deleted and the previous value is reentered in the cell. The same applies if you close the "Warning" and "Information" dialogs by clicking the <emph>Cancel</emph> button. If you close the dialogs with the <emph>OK</emph> button, the invalid entry is not deleted.</paragraph> -<paragraph role="heading" id="hd_id3152460" xml-lang="en-US" level="2" l10n="U" oldref="6">Contents</paragraph> +<paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="2" l10n="U">Show error message when invalid values are entered.</paragraph> +<paragraph role="paragraph" id="par_id3150768" xml-lang="en-US" l10n="CHG"><ahelp hid=".">Displays the error message that you enter in the <emph>Contents</emph> area when invalid data is entered in a cell.</ahelp> If enabled, the message is displayed to prevent an invalid entry.</paragraph> +<paragraph role="paragraph" id="par_id3146984" xml-lang="en-US" l10n="U">In both cases, if you select "Stop", the invalid entry is deleted and the previous value is reentered in the cell. The same applies if you close the "Warning" and "Information" dialogs by clicking the <emph>Cancel</emph> button. If you close the dialogs with the <emph>OK</emph> button, the invalid entry is not deleted.</paragraph> +<paragraph role="heading" id="hd_id3152460" xml-lang="en-US" level="2" l10n="U">Contents</paragraph> <bookmark xml-lang="en-US" branch="hid/sc:ListBox:TP_VALIDATION_ERROR:LB_ACTION" id="bm_id3154014" localize="false"/> -<paragraph role="heading" id="hd_id3148646" xml-lang="en-US" level="3" l10n="U" oldref="8">Action</paragraph> -<paragraph role="paragraph" id="par_id3151115" xml-lang="en-US" l10n="U" oldref="9"><ahelp hid="SC:LISTBOX:TP_VALIDATION_ERROR:LB_ACTION">Select the action that you want to occur when invalid data is entered in a cell.</ahelp> The "Stop" action rejects the invalid entry and displays a dialog that you have to close by clicking <emph>OK</emph>. The "Warning" and "Information" actions display a dialog that can be closed by clicking <emph>OK</emph> or <emph>Cancel</emph>. The invalid entry i [...] +<paragraph role="heading" id="hd_id3148646" xml-lang="en-US" level="3" l10n="U">Action</paragraph> +<paragraph role="paragraph" id="par_id3151115" xml-lang="en-US" l10n="U"><ahelp hid="SC:LISTBOX:TP_VALIDATION_ERROR:LB_ACTION">Select the action that you want to occur when invalid data is entered in a cell.</ahelp> The "Stop" action rejects the invalid entry and displays a dialog that you have to close by clicking <emph>OK</emph>. The "Warning" and "Information" actions display a dialog that can be closed by clicking <emph>OK</emph> or <emph>Cancel</emph>. The invalid entry is only reje [...] <bookmark xml-lang="en-US" branch="hid/sc:PushButton:TP_VALIDATION_ERROR:BTN_SEARCH" id="bm_id3154729" localize="false"/> -<paragraph role="heading" id="hd_id3156441" xml-lang="en-US" level="3" l10n="U" oldref="10">Browse</paragraph> -<paragraph role="paragraph" id="par_id3153160" xml-lang="en-US" l10n="U" oldref="11"><ahelp hid="SC:PUSHBUTTON:TP_VALIDATION_ERROR:BTN_SEARCH">Opens the <link href="text/shared/01/06130000.xhp" name="Macro">Macro</link> dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3156441" xml-lang="en-US" level="3" l10n="U">Browse</paragraph> +<paragraph role="paragraph" id="par_id3153160" xml-lang="en-US" l10n="U"><ahelp hid="SC:PUSHBUTTON:TP_VALIDATION_ERROR:BTN_SEARCH">Opens the <link href="text/shared/01/06130000.xhp" name="Macro">Macro</link> dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sc:Edit:TP_VALIDATION_ERROR:EDT_TITLE" id="bm_id3149958" localize="false"/> -<paragraph role="heading" id="hd_id3153876" xml-lang="en-US" level="3" l10n="U" oldref="12">Title</paragraph> -<paragraph role="paragraph" id="par_id3149410" xml-lang="en-US" l10n="U" oldref="13"><ahelp hid="SC:EDIT:TP_VALIDATION_ERROR:EDT_TITLE">Enter the title of the macro or the error message that you want to display when invalid data is entered in a cell.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153876" xml-lang="en-US" level="3" l10n="U">Title</paragraph> +<paragraph role="paragraph" id="par_id3149410" xml-lang="en-US" l10n="U"><ahelp hid="SC:EDIT:TP_VALIDATION_ERROR:EDT_TITLE">Enter the title of the macro or the error message that you want to display when invalid data is entered in a cell.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sc:MultiLineEdit:TP_VALIDATION_ERROR:EDT_ERROR" id="bm_id3153836" localize="false"/> -<paragraph role="heading" id="hd_id3154510" xml-lang="en-US" level="3" l10n="U" oldref="14">Error message</paragraph> -<paragraph role="paragraph" id="par_id3149122" xml-lang="en-US" l10n="U" oldref="15"><ahelp hid="SC:MULTILINEEDIT:TP_VALIDATION_ERROR:EDT_ERROR">Enter the message that you want to display when invalid data is entered in a cell.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154510" xml-lang="en-US" level="3" l10n="U">Error message</paragraph> +<paragraph role="paragraph" id="par_id3149122" xml-lang="en-US" l10n="U"><ahelp hid="SC:MULTILINEEDIT:TP_VALIDATION_ERROR:EDT_ERROR">Enter the message that you want to display when invalid data is entered in a cell.</ahelp></paragraph> <section id="examplemakro"> -<paragraph role="paragraph" id="par_id3150752" xml-lang="en-US" l10n="U" oldref="16"> -<emph>Sample macro:</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3150752" xml-lang="en-US" l10n="U"><emph>Sample macro:</emph></paragraph> <paragraph role="code" id="par_id5303635" xml-lang="en-US" l10n="NEW" localize="false">Function ExampleValidity(CellValue as String, TableCell as String)<br/>Dim msg as string<br/>msg = "Invalid value: " & "'" & CellValue & "'"<br/>msg = msg & " in table: " & "'" & TableCell & "'"<br/>MsgBox msg ,16,"Error message"<br/>End Function</paragraph> </section> </body> diff --git a/main/helpcontent2/source/text/scalc/guide/mark_cells.xhp b/main/helpcontent2/source/text/scalc/guide/mark_cells.xhp index 3f5a318a55..f930fb189a 100644 --- a/main/helpcontent2/source/text/scalc/guide/mark_cells.xhp +++ b/main/helpcontent2/source/text/scalc/guide/mark_cells.xhp @@ -37,70 +37,70 @@ <bookmark_value>selection modes in spreadsheets</bookmark_value> <bookmark_value>tables; selecting ranges</bookmark_value> </bookmark><comment>mw changed "selection modes..."</comment> -<paragraph xml-lang="en-US" id="hd_id3153361" role="heading" level="1" l10n="U" oldref="1"><variable id="mark_cells"><link href="text/scalc/guide/mark_cells.xhp" name="Selecting Multiple Cells">Selecting Multiple Cells</link> +<paragraph xml-lang="en-US" id="hd_id3153361" role="heading" level="1" l10n="U"><variable id="mark_cells"><link href="text/scalc/guide/mark_cells.xhp" name="Selecting Multiple Cells">Selecting Multiple Cells</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="hd_id3145272" role="heading" level="2" l10n="U" oldref="2">Select a rectangular range</paragraph> -<paragraph xml-lang="en-US" id="par_id3149261" role="paragraph" l10n="U" oldref="3">With the mouse button pressed, drag from one corner to the diagonally opposed corner of the range.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3151119" role="heading" level="2" l10n="U" oldref="4">Mark a single cell</paragraph> -<paragraph xml-lang="en-US" id="par_id3146975" role="paragraph" l10n="U" oldref="19">Do one of the following:</paragraph> +<paragraph xml-lang="en-US" id="hd_id3145272" role="heading" level="2" l10n="U">Select a rectangular range</paragraph> +<paragraph xml-lang="en-US" id="par_id3149261" role="paragraph" l10n="U">With the mouse button pressed, drag from one corner to the diagonally opposed corner of the range.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3151119" role="heading" level="2" l10n="U">Mark a single cell</paragraph> +<paragraph xml-lang="en-US" id="par_id3146975" role="paragraph" l10n="U">Do one of the following:</paragraph> <list type="unordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3163710" role="listitem" l10n="U" oldref="20">Click, then Shift-click the cell.</paragraph> +<paragraph xml-lang="en-US" id="par_id3163710" role="listitem" l10n="U">Click, then Shift-click the cell.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149959" role="listitem" l10n="CHG" oldref="5">Pressing the mouse button, drag a range across two cells, do not release the mouse button, and then drag back to the first cell. Release the mouse button. You can now move the individual cell by drag and drop.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149959" role="listitem" l10n="CHG">Pressing the mouse button, drag a range across two cells, do not release the mouse button, and then drag back to the first cell. Release the mouse button. You can now move the individual cell by drag and drop.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="hd_id3154942" role="heading" level="2" l10n="U" oldref="6">Select various dispersed cells</paragraph> +<paragraph xml-lang="en-US" id="hd_id3154942" role="heading" level="2" l10n="U">Select various dispersed cells</paragraph> <paragraph xml-lang="en-US" id="par_id1001200901072060" role="paragraph" l10n="NEW">Do one of the following:</paragraph> <list type="unordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3156284" role="paragraph" l10n="U" oldref="7">Mark at least one cell. Then while pressing <switchinline select="sys"><caseinline select="MAC">Command +<paragraph xml-lang="en-US" id="par_id3156284" role="paragraph" l10n="U">Mark at least one cell. Then while pressing <switchinline select="sys"><caseinline select="MAC">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>, click each of the additional cells.</paragraph> </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id1001200901072023" role="paragraph" l10n="NEW">Click the STD / EXT / ADD area in the status bar until it shows ADD. Now click all cells that you want to select.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="hd_id3146971" role="heading" level="2" l10n="U" oldref="8">Switch marking mode</paragraph> -<paragraph xml-lang="en-US" id="par_id3155064" role="paragraph" l10n="U" oldref="9">On the status bar, click the box with the legend STD / EXT / ADD to switch the marking mode:</paragraph> +<paragraph xml-lang="en-US" id="hd_id3146971" role="heading" level="2" l10n="U">Switch marking mode</paragraph> +<paragraph xml-lang="en-US" id="par_id3155064" role="paragraph" l10n="U">On the status bar, click the box with the legend STD / EXT / ADD to switch the marking mode:</paragraph> <table id="tbl_id3145643"> <tablerow> <tablecell> -<paragraph xml-lang="en-US" id="par_id3159264" role="paragraph" l10n="U" oldref="10">Field contents</paragraph> +<paragraph xml-lang="en-US" id="par_id3159264" role="paragraph" l10n="U">Field contents</paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3155337" role="paragraph" l10n="U" oldref="11">Effect of clicking the mouse</paragraph> +<paragraph xml-lang="en-US" id="par_id3155337" role="paragraph" l10n="U">Effect of clicking the mouse</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph xml-lang="en-US" id="par_id3149568" role="paragraph" l10n="U" oldref="12">STD</paragraph> +<paragraph xml-lang="en-US" id="par_id3149568" role="paragraph" l10n="U">STD</paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3148486" role="paragraph" l10n="U" oldref="13">A mouse click selects the cell you have clicked on. Unmarks all marked cells.</paragraph> +<paragraph xml-lang="en-US" id="par_id3148486" role="paragraph" l10n="U">A mouse click selects the cell you have clicked on. Unmarks all marked cells.</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph xml-lang="en-US" id="par_id3150090" role="paragraph" l10n="U" oldref="14">EXT</paragraph> +<paragraph xml-lang="en-US" id="par_id3150090" role="paragraph" l10n="U">EXT</paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3150305" role="paragraph" l10n="CHG" oldref="15">A mouse click marks a rectangular range from the current cell to the cell you clicked. Alternatively, Shift-click a cell.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150305" role="paragraph" l10n="CHG">A mouse click marks a rectangular range from the current cell to the cell you clicked. Alternatively, Shift-click a cell.</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph xml-lang="en-US" id="par_id3145587" role="paragraph" l10n="U" oldref="16">ADD</paragraph> +<paragraph xml-lang="en-US" id="par_id3145587" role="paragraph" l10n="U">ADD</paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3154368" role="paragraph" l10n="U" oldref="17">A mouse click in a cell adds it to the already marked cells. A mouse click in a marked cell unmarks it. Alternatively, <switchinline select="sys"><caseinline select="MAC">Command +<paragraph xml-lang="en-US" id="par_id3154368" role="paragraph" l10n="U">A mouse click in a cell adds it to the already marked cells. A mouse click in a marked cell unmarks it. Alternatively, <switchinline select="sys"><caseinline select="MAC">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click the cells.</paragraph> </tablecell> </tablerow> </table> <section id="relatedtopics"> -<paragraph xml-lang="en-US" id="par_id3154487" role="paragraph" l10n="U" oldref="18"><link href="text/scalc/main0208.xhp" name="Status bar">Status bar</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3154487" role="paragraph" l10n="U"><link href="text/scalc/main0208.xhp" name="Status bar">Status bar</link></paragraph> </section> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/autopi/01010000.xhp b/main/helpcontent2/source/text/shared/autopi/01010000.xhp index 3239bb2997..1cee9969cc 100644 --- a/main/helpcontent2/source/text/shared/autopi/01010000.xhp +++ b/main/helpcontent2/source/text/shared/autopi/01010000.xhp @@ -36,16 +36,16 @@ </bookmark><comment>mw made "letters;..." a one level entry</comment> <bookmark xml-lang="en-US" branch="hid/.uno:AutoPilotLetter" id="bm_id3157898" localize="false"/> <bookmark xml-lang="en-US" branch="hid/service:com.sun.star.wizards.letter.CallWizard?start" id="bm_id6131473" localize="false"/> -<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1" l10n="U" oldref="1">Letter Wizard</paragraph> -<paragraph role="paragraph" id="par_id3093440" xml-lang="en-US" l10n="U" oldref="2"><variable id="brief"><ahelp hid=".uno:AutoPilotLetter">Starts the wizard for a letter template.</ahelp> +<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1" l10n="U">Letter Wizard</paragraph> +<paragraph role="paragraph" id="par_id3093440" xml-lang="en-US" l10n="U"><variable id="brief"><ahelp hid=".uno:AutoPilotLetter">Starts the wizard for a letter template.</ahelp> </variable> You can use this template for both business and personal correspondence.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#autopilotbrief"/> </section> -<paragraph role="paragraph" id="par_id3149178" xml-lang="en-US" l10n="U" oldref="3">$[officename] comes with sample templates for personal or business letters, which you can customize to your own needs with the help of the wizard. The wizard leads you step-by-step in creating a document template and offers numerous layout and design options. The preview gives you an impression of how the finished letter will appear according to the settings you choose.</paragraph> -<paragraph role="paragraph" id="par_id3153748" xml-lang="en-US" l10n="U" oldref="4">Within the wizard, you can modify your entries and options at any time. You may also skip an entire page or even all the wizard pages, in which case the current (or default) settings will remain in effect.</paragraph> +<paragraph role="paragraph" id="par_id3149178" xml-lang="en-US" l10n="U">$[officename] comes with sample templates for personal or business letters, which you can customize to your own needs with the help of the wizard. The wizard leads you step-by-step in creating a document template and offers numerous layout and design options. The preview gives you an impression of how the finished letter will appear according to the settings you choose.</paragraph> +<paragraph role="paragraph" id="par_id3153748" xml-lang="en-US" l10n="U">Within the wizard, you can modify your entries and options at any time. You may also skip an entire page or even all the wizard pages, in which case the current (or default) settings will remain in effect.</paragraph> <embed href="text/shared/autopi/01010100.xhp#seite1"/> -<paragraph role="note" id="par_id3153824" xml-lang="en-US" l10n="U" oldref="5">If you are creating a business letter, you can select a variety of elements to include in your document, which usually do not apply to personal letters, such as a subject line. If you choose the <emph>Personal</emph> letter option, some pages which contain elements specific to business letters will not be included in the wizard dialog.</paragraph> +<paragraph role="note" id="par_id3153824" xml-lang="en-US" l10n="U">If you are creating a business letter, you can select a variety of elements to include in your document, which usually do not apply to personal letters, such as a subject line. If you choose the <emph>Personal</emph> letter option, some pages which contain elements specific to business letters will not be included in the wizard dialog.</paragraph> <embed href="text/shared/autopi/01010200.xhp#seite2"/> <embed href="text/shared/autopi/01010300.xhp#seite3"/> <embed href="text/shared/autopi/01010400.xhp#seite4"/> @@ -55,20 +55,20 @@ <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_LTRWIZARD_BACK" id="bm_id264595" localize="false"/> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_ABSPILOT_PREVIOUS" id="bm_id3156024" localize="false"/> <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGIMPORT_0_CMDPREV" id="bm_id3156347" localize="false"/> -<paragraph role="heading" id="hd_id3159176" xml-lang="en-US" level="2" l10n="U" oldref="6">Back</paragraph> -<paragraph role="paragraph" id="par_id3153543" xml-lang="en-US" l10n="CHG" oldref="7"><ahelp hid="HID_LTRWIZARD_BACK">Allows you to view the selections that you made on the previous steps.</ahelp> The current settings will be saved.</paragraph> +<paragraph role="heading" id="hd_id3159176" xml-lang="en-US" level="2" l10n="U">Back</paragraph> +<paragraph role="paragraph" id="par_id3153543" xml-lang="en-US" l10n="CHG"><ahelp hid="HID_LTRWIZARD_BACK">Allows you to view the selections that you made on the previous steps.</ahelp> The current settings will be saved.</paragraph> </section> <section id="weiter"> <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_LTRWIZARD_NEXT" id="bm_id6038392" localize="false"/> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_ABSPILOT_NEXT" id="bm_id3154346" localize="false"/> <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGIMPORT_0_CMDNEXT" id="bm_id3145382" localize="false"/> -<paragraph role="heading" id="hd_id3150254" xml-lang="en-US" level="2" l10n="U" oldref="8">Next</paragraph> -<paragraph role="paragraph" id="par_id3155923" xml-lang="en-US" l10n="CHG" oldref="9"><ahelp hid="HID_LTRWIZARD_NEXT">Saves the current settings and continues to the next page.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150254" xml-lang="en-US" level="2" l10n="U">Next</paragraph> +<paragraph role="paragraph" id="par_id3155923" xml-lang="en-US" l10n="CHG"><ahelp hid="HID_LTRWIZARD_NEXT">Saves the current settings and continues to the next page.</ahelp></paragraph> </section> <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_LTRWIZARD_CREATE" id="bm_id2346873" localize="false"/> -<paragraph role="heading" id="hd_id3148944" xml-lang="en-US" level="2" l10n="CHG" oldref="10">Finish</paragraph> -<paragraph role="paragraph" id="par_id3149669" xml-lang="en-US" l10n="U" oldref="11"><ahelp hid="HID_LTRWIZARD_CREATE">According to your selections, the wizard creates a new document template and saves it on your hard disk.</ahelp> $[officename] creates a new document based on the existing templates with the "Untitled X" name (X stands for the consecutive numbering) and displays it on the work area.</paragraph> -<paragraph role="note" id="par_id3144433" xml-lang="en-US" l10n="U" oldref="16">$[officename] saves the current settings in the wizard according to the chosen template. These settings are used as the default settings the next time you activate the wizard.</paragraph> +<paragraph role="heading" id="hd_id3148944" xml-lang="en-US" level="2" l10n="CHG">Finish</paragraph> +<paragraph role="paragraph" id="par_id3149669" xml-lang="en-US" l10n="U"><ahelp hid="HID_LTRWIZARD_CREATE">According to your selections, the wizard creates a new document template and saves it on your hard disk.</ahelp> $[officename] creates a new document based on the existing templates with the "Untitled X" name (X stands for the consecutive numbering) and displays it on the work area.</paragraph> +<paragraph role="note" id="par_id3144433" xml-lang="en-US" l10n="U">$[officename] saves the current settings in the wizard according to the chosen template. These settings are used as the default settings the next time you activate the wizard.</paragraph> <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_LTRWIZARD" id="bm_id9510177" localize="false"/> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/guide/hyperlink_edit.xhp b/main/helpcontent2/source/text/shared/guide/hyperlink_edit.xhp index 5e45a618f9..46e9f9a403 100644 --- a/main/helpcontent2/source/text/shared/guide/hyperlink_edit.xhp +++ b/main/helpcontent2/source/text/shared/guide/hyperlink_edit.xhp @@ -37,13 +37,13 @@ <bookmark_value>buttons;editing hyperlink buttons</bookmark_value> <bookmark_value>URL;changing hyperlink URLs</bookmark_value> </bookmark><comment>MW deleted "changing;"</comment> -<paragraph role="heading" id="hd_id3153910" xml-lang="en-US" level="1" l10n="U" oldref="11"><variable id="hyperlink_edit"><link href="text/shared/guide/hyperlink_edit.xhp" name="Editing Hyperlinks">Editing Hyperlinks</link> +<paragraph role="heading" id="hd_id3153910" xml-lang="en-US" level="1" l10n="U"><variable id="hyperlink_edit"><link href="text/shared/guide/hyperlink_edit.xhp" name="Editing Hyperlinks">Editing Hyperlinks</link> </variable></paragraph> <paragraph role="paragraph" id="par_id4124881" xml-lang="en-US" l10n="NEW">When you <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click a hyperlink in a Writer document, your web browser opens with the requested web address. If you don't use a mouse, position the cursor inside the hyperlink and open the context menu by Shift+F10, then choose Open Hyperlink.</paragraph> -<paragraph role="heading" id="hd_id3145071" xml-lang="en-US" level="2" l10n="U" oldref="26">Change the text of a hyperlink as follows</paragraph> +<paragraph role="heading" id="hd_id3145071" xml-lang="en-US" level="2" l10n="U">Change the text of a hyperlink as follows</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3166410" xml-lang="en-US" l10n="CHG" oldref="12">In Writer documents, you can click anywhere into a hyperlink and edit the visible text.</paragraph> +<paragraph role="listitem" id="par_id3166410" xml-lang="en-US" l10n="CHG">In Writer documents, you can click anywhere into a hyperlink and edit the visible text.</paragraph> </listitem> </list> <paragraph role="listitem" id="par_id2690511" xml-lang="en-US" l10n="NEW">If you leave the hyperlink by positioning the cursor somewhere else, only the visible text will be changed.</paragraph> @@ -53,21 +53,21 @@ <paragraph role="listitem" id="par_id333262" xml-lang="en-US" l10n="NEW">In all document types, you can open the Hyperlink dialog to edit a hyperlink. First set the cursor into the hyperlink or directly in front of the hyperlink, then click the Hyperlink icon on the Standard bar.</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3158432" xml-lang="en-US" level="2" l10n="U" oldref="30">Change the URL of a hyperlink as follows</paragraph> +<paragraph role="heading" id="hd_id3158432" xml-lang="en-US" level="2" l10n="U">Change the URL of a hyperlink as follows</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3150503" xml-lang="en-US" l10n="CHG" oldref="31">Option 1: As described above, open <link href="text/shared/02/09070000.xhp" name="Hyperlink Dialog">Hyperlink Dialog</link>.</paragraph> +<paragraph role="listitem" id="par_id3150503" xml-lang="en-US" l10n="CHG">Option 1: As described above, open <link href="text/shared/02/09070000.xhp" name="Hyperlink Dialog">Hyperlink Dialog</link>.</paragraph> </listitem> </list> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3145119" xml-lang="en-US" l10n="CHG" oldref="32">Option 2: Open <link href="text/shared/main0209.xhp" name="Hyperlink Bar">Hyperlink Bar</link> (<emph>View - Toolbars - Hyperlink Bar</emph>). Click on the hyperlink, do not release the mouse button and drag the hyperlink to the Hyperlink Bar. Edit the URL on the Hyperlink Bar and press the Return key.</paragraph> +<paragraph role="listitem" id="par_id3145119" xml-lang="en-US" l10n="CHG">Option 2: Open <link href="text/shared/main0209.xhp" name="Hyperlink Bar">Hyperlink Bar</link> (<emph>View - Toolbars - Hyperlink Bar</emph>). Click on the hyperlink, do not release the mouse button and drag the hyperlink to the Hyperlink Bar. Edit the URL on the Hyperlink Bar and press the Return key.</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3148686" xml-lang="en-US" level="2" l10n="U" oldref="33">Change the attribute of all hyperlinks</paragraph> +<paragraph role="heading" id="hd_id3148686" xml-lang="en-US" level="2" l10n="U">Change the attribute of all hyperlinks</paragraph> <list type="ordered"> <listitem> -<paragraph role="paragraph" id="par_id3148943" xml-lang="en-US" l10n="U" oldref="25">Open the Styles and Formatting window.</paragraph> +<paragraph role="paragraph" id="par_id3148943" xml-lang="en-US" l10n="U">Open the Styles and Formatting window.</paragraph> </listitem> <listitem> <paragraph role="paragraph" id="par_idN10826" xml-lang="en-US" l10n="NEW">Click the Character Styles icon.</paragraph> @@ -79,8 +79,8 @@ <paragraph role="paragraph" id="par_idN10834" xml-lang="en-US" l10n="NEW">In the dialog, select the new attributes, and click <emph>OK</emph>.</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3147530" xml-lang="en-US" level="2" l10n="U" oldref="34">Edit a hyperlink button</paragraph> -<paragraph role="paragraph" id="par_id3152361" xml-lang="en-US" l10n="U" oldref="13">If the hyperlink is a button, click on the border to select it, or press the <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while clicking. Open the <emph>Properties</emph> dialog through the context menu. You can edit the label text under "Caption," and modify the address in the "URL" field.</paragraph> +<paragraph role="heading" id="hd_id3147530" xml-lang="en-US" level="2" l10n="U">Edit a hyperlink button</paragraph> +<paragraph role="paragraph" id="par_id3152361" xml-lang="en-US" l10n="U">If the hyperlink is a button, click on the border to select it, or press the <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while clicking. Open the <emph>Properties</emph> dialog through the context menu. You can edit the label text under "Caption," and modify the address in the "URL" field.</paragraph> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/shared/guide/hyperlink_rel_abs.xhp#hyperlink_rel_abs"/> </body> diff --git a/main/helpcontent2/source/text/shared/optionen/01010401.xhp b/main/helpcontent2/source/text/shared/optionen/01010401.xhp index 2770f3b649..5c254f081c 100644 --- a/main/helpcontent2/source/text/shared/optionen/01010401.xhp +++ b/main/helpcontent2/source/text/shared/optionen/01010401.xhp @@ -37,44 +37,44 @@ <bookmark_value>dictionaries;creating</bookmark_value> <bookmark_value>user-defined dictionaries;creating</bookmark_value> </bookmark> -<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US" l10n="E" oldref="17" localize="false"/> +<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US" l10n="E" localize="false"/> <section id="module"> -<paragraph role="heading" id="hd_id3154046" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/optionen/01010401.xhp" name="Edit module">Edit module</link></paragraph> +<paragraph role="heading" id="hd_id3154046" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/optionen/01010401.xhp" name="Edit module">Edit module</link></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000406.xhp#linguistikmodule"/> </section> <bookmark xml-lang="en-US" branch="hid/CUI_HID_CLB_EDIT_MODULES_MODULES" id="bm_id3156329" localize="false"/> -<paragraph role="heading" id="hd_id3148685" xml-lang="en-US" level="2" l10n="U" oldref="3">Options</paragraph> -<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U" oldref="4"><ahelp hid="HID_CLB_EDIT_MODULES_MODULES">Specifies the language and the available spelling, hyphenation and Thesaurus sub-modules for the selected module.</ahelp> You can arrange the sub-modules by priority.</paragraph> +<paragraph role="heading" id="hd_id3148685" xml-lang="en-US" level="2" l10n="U">Options</paragraph> +<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U"><ahelp hid="HID_CLB_EDIT_MODULES_MODULES">Specifies the language and the available spelling, hyphenation and Thesaurus sub-modules for the selected module.</ahelp> You can arrange the sub-modules by priority.</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3155449" xml-lang="en-US" l10n="U" oldref="5">Select the language from the <emph>Language</emph> list.</paragraph> +<paragraph role="listitem" id="par_id3155449" xml-lang="en-US" l10n="U">Select the language from the <emph>Language</emph> list.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3144510" xml-lang="en-US" l10n="U" oldref="6">Mark all modules that are to be activated for this language under the headings Spelling, Hyphenation and Thesaurus.</paragraph> +<paragraph role="listitem" id="par_id3144510" xml-lang="en-US" l10n="U">Mark all modules that are to be activated for this language under the headings Spelling, Hyphenation and Thesaurus.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154923" xml-lang="en-US" l10n="U" oldref="7">As long as you have more than one sub-module available for one area, the sub-modules for spelling and the Thesaurus are processed in the sequence in which they are listed. You can change the sequence using the <emph>Move Up</emph> and <emph>Move Down</emph> buttons.</paragraph> +<paragraph role="listitem" id="par_id3154923" xml-lang="en-US" l10n="U">As long as you have more than one sub-module available for one area, the sub-modules for spelling and the Thesaurus are processed in the sequence in which they are listed. You can change the sequence using the <emph>Move Up</emph> and <emph>Move Down</emph> buttons.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3148663" xml-lang="en-US" l10n="U" oldref="8">Only one sub-module can be activated under Hyphenation.</paragraph> +<paragraph role="listitem" id="par_id3148663" xml-lang="en-US" l10n="U">Only one sub-module can be activated under Hyphenation.</paragraph> </listitem> </list> <bookmark xml-lang="en-US" branch="hid/cui:ListBox:RID_SVXDLG_EDIT_MODULES:LB_EDIT_MODULES_LANGUAGE" id="bm_id3148798" localize="false"/> -<paragraph role="heading" id="hd_id3150398" xml-lang="en-US" level="3" l10n="U" oldref="9">Language</paragraph> -<paragraph role="paragraph" id="par_id3152933" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="SVX_LISTBOX_RID_SVXDLG_EDIT_MODULES_LB_EDIT_MODULES_LANGUAGE">Specifies the language of the module.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id3156214" xml-lang="en-US" l10n="U" oldref="19">For all language selection fields in <item type="productname">%PRODUCTNAME</item>, the following applies:</paragraph> -<paragraph role="paragraph" id="par_id3148922" xml-lang="en-US" l10n="U" oldref="20"><variable id="sprachenfeld">A language entry has a check mark in front of it if the spellcheck is activated for this language. +<paragraph role="heading" id="hd_id3150398" xml-lang="en-US" level="3" l10n="U">Language</paragraph> +<paragraph role="paragraph" id="par_id3152933" xml-lang="en-US" l10n="U"><ahelp hid="SVX_LISTBOX_RID_SVXDLG_EDIT_MODULES_LB_EDIT_MODULES_LANGUAGE">Specifies the language of the module.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3156214" xml-lang="en-US" l10n="U">For all language selection fields in <item type="productname">%PRODUCTNAME</item>, the following applies:</paragraph> +<paragraph role="paragraph" id="par_id3148922" xml-lang="en-US" l10n="U"><variable id="sprachenfeld">A language entry has a check mark in front of it if the spellcheck is activated for this language. </variable></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:PushButton:RID_SVXDLG_EDIT_MODULES:PB_EDIT_MODULES_PRIO_UP" id="bm_id3154686" localize="false"/> -<paragraph role="heading" id="hd_id3145419" xml-lang="en-US" level="3" l10n="U" oldref="11">Move up</paragraph> -<paragraph role="paragraph" id="par_id3154216" xml-lang="en-US" l10n="U" oldref="12"><ahelp hid="SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_UP">Increases the priority of the module selected in the list box by one level.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3145419" xml-lang="en-US" level="3" l10n="U">Move up</paragraph> +<paragraph role="paragraph" id="par_id3154216" xml-lang="en-US" l10n="U"><ahelp hid="SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_UP">Increases the priority of the module selected in the list box by one level.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:PushButton:RID_SVXDLG_EDIT_MODULES:PB_EDIT_MODULES_PRIO_DOWN" id="bm_id3159255" localize="false"/> -<paragraph role="heading" id="hd_id3158407" xml-lang="en-US" level="3" l10n="U" oldref="13">Move down</paragraph> -<paragraph role="paragraph" id="par_id3155429" xml-lang="en-US" l10n="U" oldref="14"><ahelp hid="SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_DOWN">Decreases the priority of the module selected in the list box by one level.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3158407" xml-lang="en-US" level="3" l10n="U">Move down</paragraph> +<paragraph role="paragraph" id="par_id3155429" xml-lang="en-US" l10n="U"><ahelp hid="SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_DOWN">Decreases the priority of the module selected in the list box by one level.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:PushButton:RID_SVXDLG_EDIT_MODULES:PB_EDIT_MODULES_PRIO_BACK" id="bm_id3153574" localize="false"/> -<paragraph role="heading" id="hd_id3161832" xml-lang="en-US" level="3" l10n="U" oldref="15">Back</paragraph> -<paragraph role="paragraph" id="par_id3155307" xml-lang="en-US" l10n="U" oldref="16"><ahelp hid="SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_BACK">Click here to undo the current changes in the list box.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3161832" xml-lang="en-US" level="3" l10n="U">Back</paragraph> +<paragraph role="paragraph" id="par_id3155307" xml-lang="en-US" l10n="U"><ahelp hid="SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_BACK">Click here to undo the current changes in the list box.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/01/04120213.xhp b/main/helpcontent2/source/text/swriter/01/04120213.xhp index 64fcb498e3..4c8b68ad75 100644 --- a/main/helpcontent2/source/text/swriter/01/04120213.xhp +++ b/main/helpcontent2/source/text/swriter/01/04120213.xhp @@ -29,9 +29,8 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3147570" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/01/04120213.xhp" name="Index">Index</link></paragraph> -<paragraph role="paragraph" id="par_id3145415" xml-lang="en-US" l10n="U" oldref="2"> -<variable id="verzeichnis">The following options are available when you select the <emph>Illustration Index</emph> as the <link href="text/swriter/01/04120210.xhp" name="index">index</link> type. +<paragraph role="heading" id="hd_id3147570" xml-lang="en-US" level="1" l10n="U"><link href="text/swriter/01/04120213.xhp" name="Index">Index</link></paragraph> +<paragraph role="paragraph" id="par_id3145415" xml-lang="en-US" l10n="U"><variable id="verzeichnis">The following options are available when you select the <emph>Illustration Index</emph> as the <link href="text/swriter/01/04120210.xhp" name="index">index</link> type. </variable></paragraph> <section id="howtoget"> <embed href="text/swriter/00/00000404.xhp#verz23"/> @@ -39,55 +38,55 @@ <embed href="text/swriter/01/04120211.xhp#typtitel"/> <embed href="text/swriter/01/04120211.xhp#verzfuer"/> <section id="erzaus"> -<paragraph role="heading" id="hd_id3153534" xml-lang="en-US" level="2" l10n="U" oldref="3">Create from</paragraph> -<paragraph role="paragraph" id="par_id3151315" xml-lang="en-US" l10n="U" oldref="4">Specify the information to be combined to form an index.</paragraph> +<paragraph role="heading" id="hd_id3153534" xml-lang="en-US" level="2" l10n="U">Create from</paragraph> +<paragraph role="paragraph" id="par_id3151315" xml-lang="en-US" l10n="U">Specify the information to be combined to form an index.</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:RadioButton:TP_TOX_SELECT:RB_FROMCAPTIONS" id="bm_id3153671" localize="false"/> -<paragraph role="heading" id="hd_id3154478" xml-lang="en-US" level="3" l10n="U" oldref="5">Captions</paragraph> -<paragraph role="paragraph" id="par_id3153677" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SW:RADIOBUTTON:TP_TOX_SELECT:RB_FROMCAPTIONS">Creates index entries from object captions.</ahelp> To add a caption to an object, select the object, and then choose <emph>Insert - Caption</emph>.</paragraph> +<paragraph role="heading" id="hd_id3154478" xml-lang="en-US" level="3" l10n="U">Captions</paragraph> +<paragraph role="paragraph" id="par_id3153677" xml-lang="en-US" l10n="U"><ahelp hid="SW:RADIOBUTTON:TP_TOX_SELECT:RB_FROMCAPTIONS">Creates index entries from object captions.</ahelp> To add a caption to an object, select the object, and then choose <emph>Insert - Caption</emph>.</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_TOX_SELECT:LB_CAPTIONSEQUENCE" id="bm_id3155903" localize="false"/> -<paragraph role="heading" id="hd_id3154576" xml-lang="en-US" level="3" l10n="U" oldref="7">Category</paragraph> -<paragraph role="paragraph" id="par_id3149687" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SW:LISTBOX:TP_TOX_SELECT:LB_CAPTIONSEQUENCE">Select the caption category that you want to use for the index entries.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154576" xml-lang="en-US" level="3" l10n="U">Category</paragraph> +<paragraph role="paragraph" id="par_id3149687" xml-lang="en-US" l10n="U"><ahelp hid="SW:LISTBOX:TP_TOX_SELECT:LB_CAPTIONSEQUENCE">Select the caption category that you want to use for the index entries.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_TOX_SELECT:LB_DISPLAYTYPE" id="bm_id3155179" localize="false"/> -<paragraph role="heading" id="hd_id3154195" xml-lang="en-US" level="3" l10n="U" oldref="9">Display</paragraph> -<paragraph role="paragraph" id="par_id3155186" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="SW:LISTBOX:TP_TOX_SELECT:LB_DISPLAYTYPE">Select the part of the caption that you want to use for index entries.</ahelp> The following table lists the caption options that can be selected, based on the caption text "Illustration 24: The Sun", where "Illustration 24" was automatically generated, and "The Sun" was added by the user.</paragraph> +<paragraph role="heading" id="hd_id3154195" xml-lang="en-US" level="3" l10n="U">Display</paragraph> +<paragraph role="paragraph" id="par_id3155186" xml-lang="en-US" l10n="U"><ahelp hid="SW:LISTBOX:TP_TOX_SELECT:LB_DISPLAYTYPE">Select the part of the caption that you want to use for index entries.</ahelp> The following table lists the caption options that can be selected, based on the caption text "Illustration 24: The Sun", where "Illustration 24" was automatically generated, and "The Sun" was added by the user.</paragraph> <table id="tbl_id3149490" name="tbl_id3149490"> <tablerow> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3151260" xml-lang="en-US" l10n="U" oldref="11">Selections in the Display list box</paragraph> +<paragraph role="paragraph" id="par_id3151260" xml-lang="en-US" l10n="U">Selections in the Display list box</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3148972" xml-lang="en-US" l10n="U" oldref="12">Entry in the Index</paragraph> +<paragraph role="paragraph" id="par_id3148972" xml-lang="en-US" l10n="U">Entry in the Index</paragraph> </tablecell> </tablerow> <tablerow> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3147213" xml-lang="en-US" l10n="U" oldref="13">Reference Text</paragraph> +<paragraph role="paragraph" id="par_id3147213" xml-lang="en-US" l10n="U">Reference Text</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3153636" xml-lang="en-US" l10n="U" oldref="14">Illustration 24: The Sun</paragraph> +<paragraph role="paragraph" id="par_id3153636" xml-lang="en-US" l10n="U">Illustration 24: The Sun</paragraph> </tablecell> </tablerow> <tablerow> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3152768" xml-lang="en-US" l10n="U" oldref="15">Category and Number</paragraph> +<paragraph role="paragraph" id="par_id3152768" xml-lang="en-US" l10n="U">Category and Number</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3155145" xml-lang="en-US" l10n="U" oldref="16">Illustration 24</paragraph> +<paragraph role="paragraph" id="par_id3155145" xml-lang="en-US" l10n="U">Illustration 24</paragraph> </tablecell> </tablerow> <tablerow> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3149168" xml-lang="en-US" l10n="U" oldref="17">Caption</paragraph> +<paragraph role="paragraph" id="par_id3149168" xml-lang="en-US" l10n="U">Caption</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3145781" xml-lang="en-US" l10n="U" oldref="18">The Sun</paragraph> +<paragraph role="paragraph" id="par_id3145781" xml-lang="en-US" l10n="U">The Sun</paragraph> </tablecell> </tablerow> </table> -<paragraph role="paragraph" id="par_id3155915" xml-lang="en-US" l10n="U" oldref="19">If you select "Caption Text", the punctuation and the space at the beginning of the caption does not appear in the index entry.</paragraph> +<paragraph role="paragraph" id="par_id3155915" xml-lang="en-US" l10n="U">If you select "Caption Text", the punctuation and the space at the beginning of the caption does not appear in the index entry.</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:RadioButton:TP_TOX_SELECT:RB_FROMOBJECTNAMES" id="bm_id3155857" localize="false"/> -<paragraph role="heading" id="hd_id3151378" xml-lang="en-US" level="3" l10n="U" oldref="20">Object names</paragraph> -<paragraph role="paragraph" id="par_id3155863" xml-lang="en-US" l10n="U" oldref="21"><ahelp hid="SW:RADIOBUTTON:TP_TOX_SELECT:RB_FROMOBJECTNAMES">Creates index entries from object names.</ahelp> You can view object names in the Navigator, for example, and change them in the context menu.</paragraph> +<paragraph role="heading" id="hd_id3151378" xml-lang="en-US" level="3" l10n="U">Object names</paragraph> +<paragraph role="paragraph" id="par_id3155863" xml-lang="en-US" l10n="U"><ahelp hid="SW:RADIOBUTTON:TP_TOX_SELECT:RB_FROMOBJECTNAMES">Creates index entries from object names.</ahelp> You can view object names in the Navigator, for example, and change them in the context menu.</paragraph> </section> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/01/04200000.xhp b/main/helpcontent2/source/text/swriter/01/04200000.xhp index 00c59819b8..790c59f5bc 100644 --- a/main/helpcontent2/source/text/swriter/01/04200000.xhp +++ b/main/helpcontent2/source/text/swriter/01/04200000.xhp @@ -32,40 +32,37 @@ <bookmark xml-lang="en-US" branch="hid/sw:ModalDialog:DLG_JAVAEDIT" id="bm_id3083451" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:InsertScript" id="bm_id106266" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:InsertScript" id="bm_id3146320" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3147402" role="heading" level="1" l10n="U" oldref="1">Insert Script</paragraph> -<paragraph xml-lang="en-US" id="par_id3155620" role="paragraph" l10n="U" oldref="2"><variable id="scripttext"><ahelp hid=".uno:InsertScript">Inserts a script at the current cursor position in an HTML or text document.</ahelp> +<paragraph xml-lang="en-US" id="hd_id3147402" role="heading" level="1" l10n="U">Insert Script</paragraph> +<paragraph xml-lang="en-US" id="par_id3155620" role="paragraph" l10n="U"><variable id="scripttext"><ahelp hid=".uno:InsertScript">Inserts a script at the current cursor position in an HTML or text document.</ahelp> </variable></paragraph> <section id="howtoget"> <embed href="text/swriter/00/00000404.xhp#einfscript"/> </section> -<paragraph xml-lang="en-US" id="par_id3149880" role="paragraph" l10n="CHG" oldref="4">An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - <link href="text/shared/optionen/01040200.xhp" name="View">View</link></emph>, and select the <emph>Comments</emph> che [...] -<paragraph xml-lang="en-US" id="par_id3150572" role="paragraph" l10n="U" oldref="5">If your document contains more than one script, the <emph>Edit Script</emph> dialog contains previous and next buttons to jump from script to script.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149880" role="paragraph" l10n="CHG">An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - <link href="text/shared/optionen/01040200.xhp" name="View">View</link></emph>, and select the <emph>Comments</emph> check box. To [...] +<paragraph xml-lang="en-US" id="par_id3150572" role="paragraph" l10n="U">If your document contains more than one script, the <emph>Edit Script</emph> dialog contains previous and next buttons to jump from script to script.</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:ImageButton:DLG_JAVAEDIT:BTN_PREV" id="bm_id3149710" localize="false"/> <paragraph xml-lang="en-US" id="par_id0903200802541668" role="paragraph" l10n="NEW"><ahelp hid="." visibility="hidden">Jump to Previous Script.</ahelp></paragraph> <embed href="text/swriter/00/00000004.xhp#nopfli"/> <bookmark xml-lang="en-US" branch="hid/sw:ImageButton:DLG_JAVAEDIT:BTN_NEXT" id="bm_id3150761" localize="false"/> <paragraph xml-lang="en-US" id="par_id0903200802541770" role="paragraph" l10n="NEW"><ahelp hid="." visibility="hidden">Jump to Next Script.</ahelp></paragraph> <embed href="text/swriter/00/00000004.xhp#nopfre"/> -<paragraph xml-lang="en-US" id="hd_id3154644" role="heading" level="2" l10n="U" oldref="7">Contents</paragraph> +<paragraph xml-lang="en-US" id="hd_id3154644" role="heading" level="2" l10n="U">Contents</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:Edit:DLG_JAVAEDIT:ED_TYPE" id="bm_id3151177" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3149294" role="heading" level="2" l10n="U" oldref="9">Script Type</paragraph> -<paragraph xml-lang="en-US" id="par_id3145413" role="paragraph" l10n="U" oldref="10"><ahelp hid="SW:EDIT:DLG_JAVAEDIT:ED_TYPE">Enter the type of script that you want to insert.</ahelp> The script is identified in the HTML source code by the tag <SCRIPT LANGUAGE="JavaScript">.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3149294" role="heading" level="2" l10n="U">Script Type</paragraph> +<paragraph xml-lang="en-US" id="par_id3145413" role="paragraph" l10n="U"><ahelp hid="SW:EDIT:DLG_JAVAEDIT:ED_TYPE">Enter the type of script that you want to insert.</ahelp> The script is identified in the HTML source code by the tag <SCRIPT LANGUAGE="JavaScript">.</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:RadioButton:DLG_JAVAEDIT:RB_URL" id="bm_id3149800" localize="false"/> <bookmark xml-lang="en-US" branch="hid/sw:Edit:DLG_JAVAEDIT:ED_URL" id="bm_id3149803" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3154097" role="heading" level="2" l10n="U" -oldref="13">URL</paragraph> -<paragraph xml-lang="en-US" id="par_id3149810" role="paragraph" l10n="CHG" oldref="14"><ahelp hid="SW:EDIT:DLG_JAVAEDIT:ED_URL">Adds a link to a script file. Click the <emph>URL</emph> radio button, and then enter the link in the box. You can also click the browse button (<emph>...</emph>), locate the file, and then click <emph>Insert</emph>.</ahelp> The linked script file is identified in the HTML source code by the following tags:</paragraph> -<paragraph xml-lang="en-US" id="par_id3152963" role="paragraph" l10n="U" oldref="15"><SCRIPT LANGUAGE="JavaScript" SRC="url"></paragraph> -<paragraph xml-lang="en-US" id="par_id3153678" role="paragraph" l10n="U" oldref="16">/* ignore all text here */</paragraph> -<paragraph xml-lang="en-US" id="par_id3154574" role="paragraph" l10n="U" oldref="17"></SCRIPT></paragraph> +<paragraph xml-lang="en-US" id="hd_id3154097" role="heading" level="2" l10n="U">URL</paragraph> +<paragraph xml-lang="en-US" id="par_id3149810" role="paragraph" l10n="CHG"><ahelp hid="SW:EDIT:DLG_JAVAEDIT:ED_URL">Adds a link to a script file. Click the <emph>URL</emph> radio button, and then enter the link in the box. You can also click the browse button (<emph>...</emph>), locate the file, and then click <emph>Insert</emph>.</ahelp> The linked script file is identified in the HTML source code by the following tags:</paragraph> +<paragraph xml-lang="en-US" id="par_id3152963" role="paragraph" l10n="U"><SCRIPT LANGUAGE="JavaScript" SRC="url"></paragraph> +<paragraph xml-lang="en-US" id="par_id3153678" role="paragraph" l10n="U">/* ignore all text here */</paragraph> +<paragraph xml-lang="en-US" id="par_id3154574" role="paragraph" l10n="U"></SCRIPT></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:PushButton:DLG_JAVAEDIT:PB_URL" id="bm_id3149692" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3155903" role="heading" level="2" l10n="U" -oldref="19">...</paragraph> -<paragraph xml-lang="en-US" id="par_id3154188" role="paragraph" l10n="U" oldref="20"><ahelp hid="SW:PUSHBUTTON:DLG_JAVAEDIT:PB_URL">Locate the script file that you want to link to, and then click <emph>Insert</emph>.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3155903" role="heading" level="2" l10n="U">...</paragraph> +<paragraph xml-lang="en-US" id="par_id3154188" role="paragraph" l10n="U"><ahelp hid="SW:PUSHBUTTON:DLG_JAVAEDIT:PB_URL">Locate the script file that you want to link to, and then click <emph>Insert</emph>.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:MultiLineEdit:DLG_JAVAEDIT:ED_EDIT" id="bm_id3149489" localize="false"/> <bookmark xml-lang="en-US" branch="hid/sw:RadioButton:DLG_JAVAEDIT:RB_EDIT" id="bm_id3149493" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3155184" role="heading" level="2" l10n="U" -oldref="11">Text</paragraph> -<paragraph xml-lang="en-US" id="par_id3143272" role="paragraph" l10n="U" oldref="12"><ahelp hid="SW:RADIOBUTTON:DLG_JAVAEDIT:RB_EDIT">Enter the script code that you want to insert.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3155184" role="heading" level="2" l10n="U">Text</paragraph> +<paragraph xml-lang="en-US" id="par_id3143272" role="paragraph" l10n="U"><ahelp hid="SW:RADIOBUTTON:DLG_JAVAEDIT:RB_EDIT">Enter the script code that you want to insert.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/01/05030400.xhp b/main/helpcontent2/source/text/swriter/01/05030400.xhp index 77cbf2365c..d8d6bff0b0 100644 --- a/main/helpcontent2/source/text/swriter/01/05030400.xhp +++ b/main/helpcontent2/source/text/swriter/01/05030400.xhp @@ -37,35 +37,35 @@ <bookmark_value>drop caps insertion</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/SW_HID_DROPCAPS" id="bm_id3151239" localize="false"/> -<paragraph role="heading" id="hd_id3150252" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/01/05030400.xhp" name="Drop Caps">Drop Caps</link></paragraph> -<paragraph role="paragraph" id="par_id3154763" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid="HID_DROPCAPS">Formats the first letter of a paragraph with a large capital letter, that can span several lines. The paragraph must span at least as many lines as you specify in the Lines box.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150252" xml-lang="en-US" level="1" l10n="U"><link href="text/swriter/01/05030400.xhp" name="Drop Caps">Drop Caps</link></paragraph> +<paragraph role="paragraph" id="par_id3154763" xml-lang="en-US" l10n="CHG"><ahelp hid="HID_DROPCAPS">Formats the first letter of a paragraph with a large capital letter, that can span several lines. The paragraph must span at least as many lines as you specify in the Lines box.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/swriter/00/00000405.xhp#initialen"/> </section> -<paragraph role="heading" id="hd_id3151388" xml-lang="en-US" level="2" l10n="U" oldref="3">Settings</paragraph> +<paragraph role="heading" id="hd_id3151388" xml-lang="en-US" level="2" l10n="U">Settings</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:CheckBox:TP_DROPCAPS:CB_SWITCH" id="bm_id3146322" localize="false"/> -<paragraph role="heading" id="hd_id3147295" xml-lang="en-US" level="3" l10n="U" oldref="5">Show Drop Caps</paragraph> -<paragraph role="paragraph" id="par_id3150536" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SW_CHECKBOX_TP_DROPCAPS_CB_SWITCH">Applies the drop cap settings to the selected paragraph.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3147295" xml-lang="en-US" level="3" l10n="U">Show Drop Caps</paragraph> +<paragraph role="paragraph" id="par_id3150536" xml-lang="en-US" l10n="U"><ahelp hid="SW_CHECKBOX_TP_DROPCAPS_CB_SWITCH">Applies the drop cap settings to the selected paragraph.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:CheckBox:TP_DROPCAPS:CB_WORD" id="bm_id3145824" localize="false"/> -<paragraph role="heading" id="hd_id3155626" xml-lang="en-US" level="3" l10n="U" oldref="19">Whole word</paragraph> -<paragraph role="paragraph" id="par_id3154554" xml-lang="en-US" l10n="U" oldref="20"><ahelp hid="SW_CHECKBOX_TP_DROPCAPS_CB_WORD">Displays the first letter of the first word in the paragraph as a drop cap, and the remaining letters of the word as large type.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155626" xml-lang="en-US" level="3" l10n="U">Whole word</paragraph> +<paragraph role="paragraph" id="par_id3154554" xml-lang="en-US" l10n="U"><ahelp hid="SW_CHECKBOX_TP_DROPCAPS_CB_WORD">Displays the first letter of the first word in the paragraph as a drop cap, and the remaining letters of the word as large type.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:NumericField:TP_DROPCAPS:FLD_DROPCAPS" id="bm_id3150020" localize="false"/> -<paragraph role="heading" id="hd_id3154505" xml-lang="en-US" level="3" l10n="U" oldref="7">Number of characters</paragraph> -<paragraph role="paragraph" id="par_id3149881" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SW_NUMERICFIELD_TP_DROPCAPS_FLD_DROPCAPS">Enter the number of characters to convert to drop caps.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154505" xml-lang="en-US" level="3" l10n="U">Number of characters</paragraph> +<paragraph role="paragraph" id="par_id3149881" xml-lang="en-US" l10n="U"><ahelp hid="SW_NUMERICFIELD_TP_DROPCAPS_FLD_DROPCAPS">Enter the number of characters to convert to drop caps.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:NumericField:TP_DROPCAPS:FLD_LINES" id="bm_id3148775" localize="false"/> -<paragraph role="heading" id="hd_id3150932" xml-lang="en-US" level="3" l10n="U" oldref="9">Lines</paragraph> -<paragraph role="paragraph" id="par_id3148391" xml-lang="en-US" l10n="CHG" oldref="10"><ahelp hid="SW_NUMERICFIELD_TP_DROPCAPS_FLD_LINES">Enter the number of lines that you want the drop cap to extend downward from the first line of the paragraph. Shorter paragraphs will not get drop caps.</ahelp> The selection is limited to 2-9 lines.</paragraph> +<paragraph role="heading" id="hd_id3150932" xml-lang="en-US" level="3" l10n="U">Lines</paragraph> +<paragraph role="paragraph" id="par_id3148391" xml-lang="en-US" l10n="CHG"><ahelp hid="SW_NUMERICFIELD_TP_DROPCAPS_FLD_LINES">Enter the number of lines that you want the drop cap to extend downward from the first line of the paragraph. Shorter paragraphs will not get drop caps.</ahelp> The selection is limited to 2-9 lines.</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:MetricField:TP_DROPCAPS:FLD_DISTANCE" id="bm_id3153920" localize="false"/> -<paragraph role="heading" id="hd_id3149030" xml-lang="en-US" level="3" l10n="U" oldref="11">Distance from text</paragraph> -<paragraph role="paragraph" id="par_id3153926" xml-lang="en-US" l10n="U" oldref="12"><ahelp hid="SW_METRICFIELD_TP_DROPCAPS_FLD_DISTANCE">Enter the amount of space to leave between the drop caps and the rest of the text in the paragraph.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3153723" xml-lang="en-US" level="2" l10n="U" oldref="13">Contents</paragraph> +<paragraph role="heading" id="hd_id3149030" xml-lang="en-US" level="3" l10n="U">Distance from text</paragraph> +<paragraph role="paragraph" id="par_id3153926" xml-lang="en-US" l10n="U"><ahelp hid="SW_METRICFIELD_TP_DROPCAPS_FLD_DISTANCE">Enter the amount of space to leave between the drop caps and the rest of the text in the paragraph.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153723" xml-lang="en-US" level="2" l10n="U">Contents</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:Edit:TP_DROPCAPS:EDT_TEXT" id="bm_id3147564" localize="false"/> -<paragraph role="heading" id="hd_id3154638" xml-lang="en-US" level="3" l10n="U" oldref="15">Text</paragraph> -<paragraph role="paragraph" id="par_id3147569" xml-lang="en-US" l10n="U" oldref="16"><ahelp hid="SW_EDIT_TP_DROPCAPS_EDT_TEXT">Enter the text that you want to display as drop caps instead of the first letters of the paragraph.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154638" xml-lang="en-US" level="3" l10n="U">Text</paragraph> +<paragraph role="paragraph" id="par_id3147569" xml-lang="en-US" l10n="U"><ahelp hid="SW_EDIT_TP_DROPCAPS_EDT_TEXT">Enter the text that you want to display as drop caps instead of the first letters of the paragraph.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_DROPCAPS:BOX_TEMPLATE" id="bm_id3156321" localize="false"/> -<paragraph role="heading" id="hd_id3150763" xml-lang="en-US" level="3" l10n="U" oldref="17">Character Style</paragraph> -<paragraph role="paragraph" id="par_id3151181" xml-lang="en-US" l10n="U" oldref="18"><ahelp hid="SW_LISTBOX_TP_DROPCAPS_BOX_TEMPLATE">Select the formatting style that you want to apply to the drop caps.</ahelp> To use the formatting style of the current paragraph, select [None].</paragraph> +<paragraph role="heading" id="hd_id3150763" xml-lang="en-US" level="3" l10n="U">Character Style</paragraph> +<paragraph role="paragraph" id="par_id3151181" xml-lang="en-US" l10n="U"><ahelp hid="SW_LISTBOX_TP_DROPCAPS_BOX_TEMPLATE">Select the formatting style that you want to apply to the drop caps.</ahelp> To use the formatting style of the current paragraph, select [None].</paragraph> <embed href="text/shared/00/00000001.xhp#vorschau"/> </body> </helpdocument>