This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 19d85c0512188dd6fa5133ade957a31b9062d942 Author: mseidel <msei...@apache.org> AuthorDate: Wed Jan 29 23:31:19 2025 +0100 Remove 'oldref' entries (work in progress) (cherry picked from commit 79fe79e2974bf8af1ac0843a16025414a97c757a) --- .../source/text/sbasic/shared/03080103.xhp | 51 ++++++++++---------- .../source/text/sbasic/shared/03090404.xhp | 54 +++++++++++----------- .../source/text/shared/01/01010203.xhp | 38 +++++++-------- .../source/text/swriter/01/05090201.xhp | 28 +++++------ .../source/text/swriter/guide/section_insert.xhp | 43 ++++++++--------- 5 files changed, 105 insertions(+), 109 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03080103.xhp b/main/helpcontent2/source/text/sbasic/shared/03080103.xhp index 4de1bcbd04..bf50915a39 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03080103.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03080103.xhp @@ -33,34 +33,33 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153896"> <bookmark_value>Sin function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3153896" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03080103.xhp" name="Sin Function [Runtime]">Sin Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3149456" xml-lang="en-US" l10n="U" oldref="2">Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1.</paragraph> +<paragraph role="heading" id="hd_id3153896" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03080103.xhp" name="Sin Function [Runtime]">Sin Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3149456" xml-lang="en-US" l10n="U">Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1.</paragraph> </section> -<paragraph role="paragraph" id="par_id3153379" xml-lang="en-US" l10n="U" oldref="3">Using the angle Alpha, the Sin Function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle.</paragraph> -<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US" l10n="U" oldref="4">Sin(Alpha) = side opposite the angle/hypotenuse</paragraph> -<paragraph role="heading" id="hd_id3147230" xml-lang="en-US" level="2" l10n="U" oldref="5">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3154909" xml-lang="en-US" l10n="U" oldref="6">Sin (Number)</paragraph> -<paragraph role="heading" id="hd_id3156214" xml-lang="en-US" level="2" l10n="U" oldref="7">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3150870" xml-lang="en-US" l10n="U" oldref="8">Double</paragraph> -<paragraph role="heading" id="hd_id3155132" xml-lang="en-US" level="2" l10n="U" oldref="9">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="U" oldref="10"> -<emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for.</paragraph> -<paragraph role="paragraph" id="par_id3155413" xml-lang="en-US" l10n="U" oldref="11">To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi.</paragraph> -<paragraph role="paragraph" id="par_id3149664" xml-lang="en-US" l10n="U" oldref="12">grad=(radiant*180)/pi</paragraph> -<paragraph role="paragraph" id="par_id3153143" xml-lang="en-US" l10n="U" oldref="13">radiant=(grad*pi)/180</paragraph> -<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="U" oldref="14">Pi is approximately 3.141593.</paragraph> +<paragraph role="paragraph" id="par_id3153379" xml-lang="en-US" l10n="U">Using the angle Alpha, the Sin Function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle.</paragraph> +<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US" l10n="U">Sin(Alpha) = side opposite the angle/hypotenuse</paragraph> +<paragraph role="heading" id="hd_id3147230" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3154909" xml-lang="en-US" l10n="U">Sin (Number)</paragraph> +<paragraph role="heading" id="hd_id3156214" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3150870" xml-lang="en-US" l10n="U">Double</paragraph> +<paragraph role="heading" id="hd_id3155132" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="U"><emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for.</paragraph> +<paragraph role="paragraph" id="par_id3155413" xml-lang="en-US" l10n="U">To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi.</paragraph> +<paragraph role="paragraph" id="par_id3149664" xml-lang="en-US" l10n="U">grad=(radiant*180)/pi</paragraph> +<paragraph role="paragraph" id="par_id3153143" xml-lang="en-US" l10n="U">radiant=(grad*pi)/180</paragraph> +<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="U">Pi is approximately 3.141593.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3163712" xml-lang="en-US" level="2" l10n="U" oldref="15">Example:</paragraph> -<paragraph role="paragraph" id="par_id3149482" xml-lang="en-US" l10n="U" oldref="16">REM In this example, the following entry is possible for a right-angled triangle:</paragraph> -<paragraph role="paragraph" id="par_id3148577" xml-lang="en-US" l10n="U" oldref="17">REM The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:</paragraph> -<paragraph role="paragraph" id="par_id3152941" xml-lang="en-US" l10n="U" oldref="18">Sub ExampleSine</paragraph> -<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US" l10n="U" oldref="19">REM Pi = 3.1415926 is a predefined variable</paragraph> -<paragraph role="paragraph" id="par_id3153159" xml-lang="en-US" l10n="U" oldref="20">Dim d1 as Double</paragraph> -<paragraph role="paragraph" id="par_id3154491" xml-lang="en-US" l10n="U" oldref="21">Dim dAlpha as Double</paragraph> -<paragraph role="paragraph" id="par_id3145251" xml-lang="en-US" l10n="U" oldref="22">d1 = InputBox$ ("Enter the length of the opposite side: ","Opposite Side")</paragraph> -<paragraph role="paragraph" id="par_id3148456" xml-lang="en-US" l10n="U" oldref="23">dAlpha = InputBox$ ("Enter the angle Alpha (in degrees): ","Alpha")</paragraph> -<paragraph role="paragraph" id="par_id3153877" xml-lang="en-US" l10n="U" oldref="24">Print "The length of the hypotenuse is"; (d1 / sin (dAlpha * Pi / 180))</paragraph> -<paragraph role="paragraph" id="par_id3150717" xml-lang="en-US" l10n="U" oldref="25">End Sub</paragraph> +<paragraph role="heading" id="hd_id3163712" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3149482" xml-lang="en-US" l10n="U">REM In this example, the following entry is possible for a right-angled triangle:</paragraph> +<paragraph role="paragraph" id="par_id3148577" xml-lang="en-US" l10n="U">REM The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:</paragraph> +<paragraph role="paragraph" id="par_id3152941" xml-lang="en-US" l10n="U">Sub ExampleSine</paragraph> +<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US" l10n="U">REM Pi = 3.1415926 is a predefined variable</paragraph> +<paragraph role="paragraph" id="par_id3153159" xml-lang="en-US" l10n="U">Dim d1 as Double</paragraph> +<paragraph role="paragraph" id="par_id3154491" xml-lang="en-US" l10n="U">Dim dAlpha as Double</paragraph> +<paragraph role="paragraph" id="par_id3145251" xml-lang="en-US" l10n="U">d1 = InputBox$ ("Enter the length of the opposite side: ","Opposite Side")</paragraph> +<paragraph role="paragraph" id="par_id3148456" xml-lang="en-US" l10n="U">dAlpha = InputBox$ ("Enter the angle Alpha (in degrees): ","Alpha")</paragraph> +<paragraph role="paragraph" id="par_id3153877" xml-lang="en-US" l10n="U">Print "The length of the hypotenuse is"; (d1 / sin (dAlpha * Pi / 180))</paragraph> +<paragraph role="paragraph" id="par_id3150717" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03090404.xhp b/main/helpcontent2/source/text/sbasic/shared/03090404.xhp index e2d0e4c101..ca7acb96e9 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03090404.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03090404.xhp @@ -33,33 +33,33 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3150771"> <bookmark_value>End statement</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3150771" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03090404.xhp" name="End Statement [Runtime]">End Statement [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" l10n="U" oldref="2">Ends a procedure or block.</paragraph> +<paragraph role="heading" id="hd_id3150771" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03090404.xhp" name="End Statement [Runtime]">End Statement [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" l10n="U">Ends a procedure or block.</paragraph> </section> -<paragraph role="heading" id="hd_id3147264" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US" l10n="U" oldref="4">End, End Function, End If, End Select, End Sub</paragraph> -<paragraph role="heading" id="hd_id3149456" xml-lang="en-US" level="2" l10n="U" oldref="5">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U" oldref="6">Use the End statement as follows:</paragraph> -<paragraph role="heading" id="hd_id3154366" xml-lang="en-US" level="2" l10n="U" oldref="7">Statement</paragraph> -<paragraph role="paragraph" id="par_id3151043" xml-lang="en-US" l10n="U" oldref="8">End: Is not required, but can be entered anywhere within a procedure to end the program execution.</paragraph> -<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US" l10n="U" oldref="9">End Function: Ends a <emph>Function</emph> statement.</paragraph> -<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" l10n="U" oldref="10">End If: Marks the end of a <emph>If...Then...Else</emph> block.</paragraph> -<paragraph role="paragraph" id="par_id3148451" xml-lang="en-US" l10n="U" oldref="11">End Select: Marks the end of a <emph>Select Case</emph> block.</paragraph> -<paragraph role="paragraph" id="par_id3155131" xml-lang="en-US" l10n="U" oldref="12">End Sub: Ends a <emph>Sub</emph> statement.</paragraph> -<paragraph role="heading" id="hd_id3146120" xml-lang="en-US" level="2" l10n="U" oldref="13">Example:</paragraph> -<paragraph role="paragraph" id="par_id3146985" xml-lang="en-US" l10n="U" oldref="14">Sub ExampleRandomSelect</paragraph> -<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US" l10n="U" oldref="15">Dim iVar As Integer</paragraph> -<paragraph role="paragraph" id="par_id3153727" xml-lang="en-US" l10n="U" oldref="16">iVar = Int((15 * Rnd) -2)</paragraph> -<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US" l10n="U" oldref="17">Select Case iVar</paragraph> -<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US" l10n="U" oldref="18">Case 1 To 5</paragraph> -<paragraph role="paragraph" id="par_id3152887" xml-lang="en-US" l10n="U" oldref="19">Print "Number from 1 to 5"</paragraph> -<paragraph role="paragraph" id="par_id3163713" xml-lang="en-US" l10n="U" oldref="20">Case 6, 7, 8</paragraph> -<paragraph role="paragraph" id="par_id3148618" xml-lang="en-US" l10n="U" oldref="21">Print "Number from 6 to 8"</paragraph> -<paragraph role="paragraph" id="par_id3153144" xml-lang="en-US" l10n="U" oldref="22">Case Is > 8 And iVar < 11</paragraph> -<paragraph role="paragraph" id="par_id3147436" xml-lang="en-US" l10n="U" oldref="23">Print "Greater than 8"</paragraph> -<paragraph role="paragraph" id="par_id3155418" xml-lang="en-US" l10n="U" oldref="24">Case Else</paragraph> -<paragraph role="paragraph" id="par_id3150418" xml-lang="en-US" l10n="U" oldref="25">Print "Outside range 1 to 10"</paragraph> -<paragraph role="paragraph" id="par_id3156285" xml-lang="en-US" l10n="U" oldref="26">End Select</paragraph> -<paragraph role="paragraph" id="par_id3149582" xml-lang="en-US" l10n="U" oldref="27">end sub</paragraph> +<paragraph role="heading" id="hd_id3147264" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US" l10n="U">End, End Function, End If, End Select, End Sub</paragraph> +<paragraph role="heading" id="hd_id3149456" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U">Use the End statement as follows:</paragraph> +<paragraph role="heading" id="hd_id3154366" xml-lang="en-US" level="2" l10n="U">Statement</paragraph> +<paragraph role="paragraph" id="par_id3151043" xml-lang="en-US" l10n="U">End: Is not required, but can be entered anywhere within a procedure to end the program execution.</paragraph> +<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US" l10n="U">End Function: Ends a <emph>Function</emph> statement.</paragraph> +<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" l10n="U">End If: Marks the end of a <emph>If...Then...Else</emph> block.</paragraph> +<paragraph role="paragraph" id="par_id3148451" xml-lang="en-US" l10n="U">End Select: Marks the end of a <emph>Select Case</emph> block.</paragraph> +<paragraph role="paragraph" id="par_id3155131" xml-lang="en-US" l10n="U">End Sub: Ends a <emph>Sub</emph> statement.</paragraph> +<paragraph role="heading" id="hd_id3146120" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3146985" xml-lang="en-US" l10n="U">Sub ExampleRandomSelect</paragraph> +<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US" l10n="U">Dim iVar As Integer</paragraph> +<paragraph role="paragraph" id="par_id3153727" xml-lang="en-US" l10n="U">iVar = Int((15 * Rnd) -2)</paragraph> +<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US" l10n="U">Select Case iVar</paragraph> +<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US" l10n="U">Case 1 To 5</paragraph> +<paragraph role="paragraph" id="par_id3152887" xml-lang="en-US" l10n="U">Print "Number from 1 to 5"</paragraph> +<paragraph role="paragraph" id="par_id3163713" xml-lang="en-US" l10n="U">Case 6, 7, 8</paragraph> +<paragraph role="paragraph" id="par_id3148618" xml-lang="en-US" l10n="U">Print "Number from 6 to 8"</paragraph> +<paragraph role="paragraph" id="par_id3153144" xml-lang="en-US" l10n="U">Case Is > 8 And iVar < 11</paragraph> +<paragraph role="paragraph" id="par_id3147436" xml-lang="en-US" l10n="U">Print "Greater than 8"</paragraph> +<paragraph role="paragraph" id="par_id3155418" xml-lang="en-US" l10n="U">Case Else</paragraph> +<paragraph role="paragraph" id="par_id3150418" xml-lang="en-US" l10n="U">Print "Outside range 1 to 10"</paragraph> +<paragraph role="paragraph" id="par_id3156285" xml-lang="en-US" l10n="U">End Select</paragraph> +<paragraph role="paragraph" id="par_id3149582" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/01/01010203.xhp b/main/helpcontent2/source/text/shared/01/01010203.xhp index 7078fd665d..c08590ccae 100644 --- a/main/helpcontent2/source/text/shared/01/01010203.xhp +++ b/main/helpcontent2/source/text/shared/01/01010203.xhp @@ -31,35 +31,35 @@ <body> <section id="drucker"> <bookmark branch="hid/SW_HID_LAB_PRT" xml-lang="en-US" id="bm_id3154894"/> -<paragraph id="hd_id3155599" role="heading" level="1" oldref="1" l10n="U" xml-lang="en-US"><link href="text/shared/01/01010203.xhp" name="Options">Options</link></paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3154497" xml-lang="en-US" oldref="2"><ahelp hid="HID_LAB_PRT" visibility="visible">Sets additional options for your labels or business cards, including text synchronization and printer settings.</ahelp></paragraph> +<paragraph id="hd_id3155599" role="heading" level="1" l10n="U" xml-lang="en-US"><link href="text/shared/01/01010203.xhp" name="Options">Options</link></paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3154497" xml-lang="en-US"><ahelp hid="HID_LAB_PRT" visibility="visible">Sets additional options for your labels or business cards, including text synchronization and printer settings.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#druckereti"/> </section> <bookmark branch="hid/sw:RadioButton:TP_LAB_PRT:BTN_PAGE" xml-lang="en-US" id="bm_id3159233"/> -<paragraph role="heading" level="2" id="hd_id3150713" l10n="U" xml-lang="en-US" oldref="3">Entire Page</paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3155355" xml-lang="en-US" oldref="4"><ahelp hid="SW:RADIOBUTTON:TP_LAB_PRT:BTN_PAGE" visibility="visible">Creates a full page of labels or business cards.</ahelp></paragraph> +<paragraph role="heading" level="2" id="hd_id3150713" l10n="U" xml-lang="en-US">Entire Page</paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3155355" xml-lang="en-US"><ahelp hid="SW:RADIOBUTTON:TP_LAB_PRT:BTN_PAGE" visibility="visible">Creates a full page of labels or business cards.</ahelp></paragraph> <bookmark branch="hid/sw:RadioButton:TP_LAB_PRT:BTN_SINGLE" xml-lang="en-US" id="bm_id3147089"/> -<paragraph role="heading" level="2" id="hd_id3146958" l10n="U" xml-lang="en-US" oldref="5">Single Label</paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3155535" xml-lang="en-US" oldref="6"><ahelp hid="SW:RADIOBUTTON:TP_LAB_PRT:BTN_SINGLE" visibility="visible">Prints a single label or business card on a page.</ahelp></paragraph> +<paragraph role="heading" level="2" id="hd_id3146958" l10n="U" xml-lang="en-US">Single Label</paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3155535" xml-lang="en-US"><ahelp hid="SW:RADIOBUTTON:TP_LAB_PRT:BTN_SINGLE" visibility="visible">Prints a single label or business card on a page.</ahelp></paragraph> <bookmark branch="hid/sw:NumericField:TP_LAB_PRT:FLD_COL" xml-lang="en-US" id="bm_id3155338"/> -<paragraph role="heading" level="2" id="hd_id3148621" l10n="U" xml-lang="en-US" oldref="7">Column</paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3145345" xml-lang="en-US" oldref="8"><ahelp hid="SW:NUMERICFIELD:TP_LAB_PRT:FLD_COL" visibility="visible">Enter the number of labels or business cards that you want to have in a row on your page.</ahelp></paragraph> +<paragraph role="heading" level="2" id="hd_id3148621" l10n="U" xml-lang="en-US">Column</paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3145345" xml-lang="en-US"><ahelp hid="SW:NUMERICFIELD:TP_LAB_PRT:FLD_COL" visibility="visible">Enter the number of labels or business cards that you want to have in a row on your page.</ahelp></paragraph> <bookmark branch="hid/sw:NumericField:TP_LAB_PRT:FLD_ROW" xml-lang="en-US" id="bm_id3150443"/> -<paragraph role="heading" level="2" id="hd_id3149398" l10n="U" xml-lang="en-US" oldref="9">Row</paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3166410" xml-lang="en-US" oldref="10"><ahelp hid="SW:NUMERICFIELD:TP_LAB_PRT:FLD_ROW" visibility="visible">Enter the number of rows of labels or business cards that you want to have on your page.</ahelp></paragraph> +<paragraph role="heading" level="2" id="hd_id3149398" l10n="U" xml-lang="en-US">Row</paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3166410" xml-lang="en-US"><ahelp hid="SW:NUMERICFIELD:TP_LAB_PRT:FLD_ROW" visibility="visible">Enter the number of rows of labels or business cards that you want to have on your page.</ahelp></paragraph> <bookmark branch="hid/sw:CheckBox:TP_LAB_PRT:CB_SYNCHRON" xml-lang="en-US" id="bm_id3159166"/> -<paragraph role="heading" level="2" id="hd_id3149237" l10n="U" xml-lang="en-US" oldref="15">Synchronize contents</paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3155342" xml-lang="en-US" oldref="16"><ahelp visibility="visible" hid="SW:CHECKBOX:TP_LAB_PRT:CB_SYNCHRON">Allows you to edit a single label or business card and updates the contents of the remaining labels or business cards on the page when you click the <emph>Synchronize Labels</emph> button.</ahelp></paragraph> +<paragraph role="heading" level="2" id="hd_id3149237" l10n="U" xml-lang="en-US">Synchronize contents</paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3155342" xml-lang="en-US"><ahelp visibility="visible" hid="SW:CHECKBOX:TP_LAB_PRT:CB_SYNCHRON">Allows you to edit a single label or business card and updates the contents of the remaining labels or business cards on the page when you click the <emph>Synchronize Labels</emph> button.</ahelp></paragraph> <bookmark branch="hid/sw:PushButton:DLG_SYNC_BTN:BTN_SYNC" xml-lang="en-US" id="bm_id3145119"/> -<paragraph role="heading" level="2" id="hd_id3149164" l10n="U" xml-lang="en-US" oldref="18">Synchronize Labels</paragraph> -<paragraph xml-lang="en-US" oldref="17" l10n="U" role="paragraph" id="par_id3148474">The <emph>Synchronize labels</emph> button only appears in your document if you selected the <emph>Synchronize contents</emph> on the <emph>Options tab</emph> when you created the labels or business cards.</paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3149762" xml-lang="en-US" oldref="19"><ahelp hid="SW:PUSHBUTTON:DLG_SYNC_BTN:BTN_SYNC" visibility="visible">Copies the contents of the top left label or business card to the remaining labels or business cards on the page.</ahelp></paragraph> -<paragraph role="heading" level="2" id="hd_id3150504" l10n="U" xml-lang="en-US" oldref="11">Printer</paragraph> -<paragraph role="paragraph" id="par_id3148990" l10n="U" xml-lang="en-US" oldref="12">Displays the name of the currently selected printer.</paragraph> +<paragraph role="heading" level="2" id="hd_id3149164" l10n="U" xml-lang="en-US">Synchronize Labels</paragraph> +<paragraph xml-lang="en-US" l10n="U" role="paragraph" id="par_id3148474">The <emph>Synchronize labels</emph> button only appears in your document if you selected the <emph>Synchronize contents</emph> on the <emph>Options tab</emph> when you created the labels or business cards.</paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3149762" xml-lang="en-US"><ahelp hid="SW:PUSHBUTTON:DLG_SYNC_BTN:BTN_SYNC" visibility="visible">Copies the contents of the top left label or business card to the remaining labels or business cards on the page.</ahelp></paragraph> +<paragraph role="heading" level="2" id="hd_id3150504" l10n="U" xml-lang="en-US">Printer</paragraph> +<paragraph role="paragraph" id="par_id3148990" l10n="U" xml-lang="en-US">Displays the name of the currently selected printer.</paragraph> <bookmark branch="hid/sw:PushButton:TP_LAB_PRT:BTN_PRTSETUP" xml-lang="en-US" id="bm_id3155180"/> -<paragraph role="heading" level="2" id="hd_id3153127" l10n="U" xml-lang="en-US" oldref="13">Setup</paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3144438" xml-lang="en-US" oldref="14"><ahelp visibility="visible" hid="SW:PUSHBUTTON:TP_LAB_PRT:BTN_PRTSETUP">Opens the <link href="text/shared/01/01140000.xhp" name="Printer Setup">Printer Setup</link> dialog.</ahelp></paragraph> +<paragraph role="heading" level="2" id="hd_id3153127" l10n="U" xml-lang="en-US">Setup</paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3144438" xml-lang="en-US"><ahelp visibility="visible" hid="SW:PUSHBUTTON:TP_LAB_PRT:BTN_PRTSETUP">Opens the <link href="text/shared/01/01140000.xhp" name="Printer Setup">Printer Setup</link> dialog.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/01/05090201.xhp b/main/helpcontent2/source/text/swriter/01/05090201.xhp index 5d6aa09709..888fb48068 100644 --- a/main/helpcontent2/source/text/swriter/01/05090201.xhp +++ b/main/helpcontent2/source/text/swriter/01/05090201.xhp @@ -32,41 +32,41 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3154506"> <bookmark_value>tables; editing with the keyboard</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3154506" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="tabelle_tastatur"><link href="text/swriter/01/05090201.xhp" name="Editing Tables Using the Keyboard">Editing Tables Using the Keyboard</link> +<paragraph role="heading" id="hd_id3154506" xml-lang="en-US" level="1" l10n="U"><variable id="tabelle_tastatur"><link href="text/swriter/01/05090201.xhp" name="Editing Tables Using the Keyboard">Editing Tables Using the Keyboard</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3145244" xml-lang="en-US" l10n="U" oldref="2">You can resize and delete table columns with the keyboard.</paragraph> -<paragraph role="heading" id="hd_id3150564" xml-lang="en-US" level="2" l10n="U" oldref="3">Resizing Columns and Rows</paragraph> +<paragraph role="paragraph" id="par_id3145244" xml-lang="en-US" l10n="U">You can resize and delete table columns with the keyboard.</paragraph> +<paragraph role="heading" id="hd_id3150564" xml-lang="en-US" level="2" l10n="U">Resizing Columns and Rows</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3153920" xml-lang="en-US" l10n="U" oldref="4">To resize a column, place the cursor in a table cell, hold down Alt, and then press the left or the right arrow. To resize the column without changing the width of the table, hold down <switchinline select="sys"><caseinline select="MAC">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>, and then press the left or the right arrows.</paragraph> +<paragraph role="listitem" id="par_id3153920" xml-lang="en-US" l10n="U">To resize a column, place the cursor in a table cell, hold down Alt, and then press the left or the right arrow. To resize the column without changing the width of the table, hold down <switchinline select="sys"><caseinline select="MAC">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>, and then press the left or the right arrows.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3147566" xml-lang="en-US" l10n="U" oldref="5">To increase the left indent of the table, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift, and then press the right arrow.</paragraph> +<paragraph role="listitem" id="par_id3147566" xml-lang="en-US" l10n="U">To increase the left indent of the table, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift, and then press the right arrow.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3150759" xml-lang="en-US" l10n="U" oldref="11">To resize a row, place the cursor in the row, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>, and then press the up or the down arrows.</paragraph> +<paragraph role="listitem" id="par_id3150759" xml-lang="en-US" l10n="U">To resize a row, place the cursor in the row, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>, and then press the up or the down arrows.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3149286" xml-lang="en-US" l10n="U" oldref="12">To move the table downwards on the page, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift, and then press the down arrow.</paragraph> +<paragraph role="listitem" id="par_id3149286" xml-lang="en-US" l10n="U">To move the table downwards on the page, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift, and then press the down arrow.</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3151176" xml-lang="en-US" level="2" l10n="U" oldref="8">Inserting and deleting columns or rows</paragraph> +<paragraph role="heading" id="hd_id3151176" xml-lang="en-US" level="2" l10n="U">Inserting and deleting columns or rows</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3147512" xml-lang="en-US" l10n="U" oldref="9">To insert a column, place the cursor in a table cell, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and press Insert, release, and then press the left or the right arrow.</paragraph> +<paragraph role="listitem" id="par_id3147512" xml-lang="en-US" l10n="U">To insert a column, place the cursor in a table cell, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and press Insert, release, and then press the left or the right arrow.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3152940" xml-lang="en-US" l10n="U" oldref="13">To delete a column, place the cursor in the column that you want to delete, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and press Delete, release, and then press the left or the right arrow.</paragraph> +<paragraph role="listitem" id="par_id3152940" xml-lang="en-US" l10n="U">To delete a column, place the cursor in the column that you want to delete, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and press Delete, release, and then press the left or the right arrow.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154105" xml-lang="en-US" l10n="U" oldref="14">To insert a row, place the cursor in a table cell, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and press Insert, release, and then press the up or the down arrow.</paragraph> +<paragraph role="listitem" id="par_id3154105" xml-lang="en-US" l10n="U">To insert a row, place the cursor in a table cell, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and press Insert, release, and then press the up or the down arrow.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3153531" xml-lang="en-US" l10n="U" oldref="15">To delete a row, place the cursor in the row that you want to delete, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and press Delete, release, and then press the up or the down arrow.</paragraph> +<paragraph role="listitem" id="par_id3153531" xml-lang="en-US" l10n="U">To delete a row, place the cursor in the row that you want to delete, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and press Delete, release, and then press the up or the down arrow.</paragraph> </listitem> </list> -<paragraph role="note" id="par_id3150983" xml-lang="en-US" l10n="U" oldref="10">To change the behavior of tables in a text document, choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040500.xhp" name="Text Document - Table">%PRODUCTNAME Writer - Table</link></emph>.</paragraph> +<paragraph role="note" id="par_id3150983" xml-lang="en-US" l10n="U">To change the behavior of tables in a text document, choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040500.xhp" name="Text Document - Table">%PRODUCTNAME Writer - Table</link></emph>.</paragraph> <embed href="text/shared/00/00000004.xhp#related"/> -<paragraph role="paragraph" id="par_id3154196" xml-lang="en-US" l10n="CHG" oldref="16"><link href="text/swriter/main0204.xhp" name="Table Bar">Table Bar</link></paragraph> +<paragraph role="paragraph" id="par_id3154196" xml-lang="en-US" l10n="CHG"><link href="text/swriter/main0204.xhp" name="Table Bar">Table Bar</link></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/guide/section_insert.xhp b/main/helpcontent2/source/text/swriter/guide/section_insert.xhp index 4a0dad0262..66ef7f0c33 100644 --- a/main/helpcontent2/source/text/swriter/guide/section_insert.xhp +++ b/main/helpcontent2/source/text/swriter/guide/section_insert.xhp @@ -36,57 +36,54 @@ <bookmark_value>updating;linked sections, manually</bookmark_value> <bookmark_value>links;inserting sections</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1" l10n="U" -oldref="16"><variable id="section_insert"><link href="text/swriter/guide/section_insert.xhp" name="Inserting Sections">Inserting Sections</link> +<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1" l10n="U"><variable id="section_insert"><link href="text/swriter/guide/section_insert.xhp" name="Inserting Sections">Inserting Sections</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3155917" role="paragraph" l10n="U" oldref="26">You can insert new sections, or links to sections in other documents into the current document. If you insert a section as a link, the content of the link changes when you modify the source document.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3155863" role="heading" level="2" l10n="U" -oldref="27">To Insert a New Section</paragraph> +<paragraph xml-lang="en-US" id="par_id3155917" role="paragraph" l10n="U">You can insert new sections, or links to sections in other documents into the current document. If you insert a section as a link, the content of the link changes when you modify the source document.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3155863" role="heading" level="2" l10n="U">To Insert a New Section</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3149843" role="listitem" l10n="U" oldref="23">Click in your document where you want to insert a new section, or select the text that you want to convert to a section.</paragraph> -<paragraph xml-lang="en-US" id="par_id3156103" role="listitem" l10n="U" oldref="28">If you select a text that occurs within a paragraph, the text is automatically converted into a new paragraph.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149843" role="listitem" l10n="U">Click in your document where you want to insert a new section, or select the text that you want to convert to a section.</paragraph> +<paragraph xml-lang="en-US" id="par_id3156103" role="listitem" l10n="U">If you select a text that occurs within a paragraph, the text is automatically converted into a new paragraph.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149281" role="listitem" l10n="U" oldref="24">Choose <emph>Insert - Section</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149281" role="listitem" l10n="U">Choose <emph>Insert - Section</emph>.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153404" role="listitem" l10n="U" oldref="29">In the <item type="menuitem">New Section</item> box, type a name for the section.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153404" role="listitem" l10n="U">In the <item type="menuitem">New Section</item> box, type a name for the section.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153127" role="listitem" l10n="U" oldref="25">Set the options for the section, and then click <emph>Insert</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153127" role="listitem" l10n="U">Set the options for the section, and then click <emph>Insert</emph>.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="hd_id3149635" role="heading" level="2" l10n="U" -oldref="30">To Insert a Section as a Link</paragraph> -<paragraph xml-lang="en-US" id="par_id3149648" role="paragraph" l10n="U" oldref="31">Before you can insert a section as link, you must first create sections in the source document.</paragraph> -<paragraph xml-lang="en-US" id="par_id3149611" role="paragraph" l10n="U" oldref="18">When you open a document that contains linked sections, $[officename] prompts you to update the contents of the sections. To manually update a link, choose <emph>Tools - Update - Links</emph>.</paragraph> -<paragraph xml-lang="en-US" id="par_id3149860" role="paragraph" l10n="U" oldref="22">You can also insert linked sections in HTML documents. When you view the page in a web browser, the content of the sections corresponds to the content of the sections at the time the HTML document was last saved.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3149635" role="heading" level="2" l10n="U">To Insert a Section as a Link</paragraph> +<paragraph xml-lang="en-US" id="par_id3149648" role="paragraph" l10n="U">Before you can insert a section as link, you must first create sections in the source document.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149611" role="paragraph" l10n="U">When you open a document that contains linked sections, $[officename] prompts you to update the contents of the sections. To manually update a link, choose <emph>Tools - Update - Links</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149860" role="paragraph" l10n="U">You can also insert linked sections in HTML documents. When you view the page in a web browser, the content of the sections corresponds to the content of the sections at the time the HTML document was last saved.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3145104" role="listitem" l10n="U" oldref="32">Click in your document where you want to insert the linked section.</paragraph> +<paragraph xml-lang="en-US" id="par_id3145104" role="listitem" l10n="U">Click in your document where you want to insert the linked section.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3156241" role="listitem" l10n="U" oldref="33">Choose <emph>Insert - Section</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3156241" role="listitem" l10n="U">Choose <emph>Insert - Section</emph>.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153363" role="listitem" l10n="U" oldref="34">In the <item type="menuitem">New Section</item> box, type a name for the section.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153363" role="listitem" l10n="U">In the <item type="menuitem">New Section</item> box, type a name for the section.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153387" role="listitem" l10n="U" oldref="35">In the <item type="menuitem">Link</item> area, select the <item type="menuitem">Link</item> check box. <switchinline select="sys"><caseinline select="WIN">Under Windows, you can also select the <item type="menuitem">DDE</item> check box to automatically update the contents of the section when the section in the source document is changed. +<paragraph xml-lang="en-US" id="par_id3153387" role="listitem" l10n="U">In the <item type="menuitem">Link</item> area, select the <item type="menuitem">Link</item> check box. <switchinline select="sys"><caseinline select="WIN">Under Windows, you can also select the <item type="menuitem">DDE</item> check box to automatically update the contents of the section when the section in the source document is changed. </caseinline></switchinline></paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3154852" role="listitem" l10n="U" oldref="36">Click the browse button (<item type="menuitem">...</item>) next to the <item type="menuitem">File name</item> box.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154852" role="listitem" l10n="U">Click the browse button (<item type="menuitem">...</item>) next to the <item type="menuitem">File name</item> box.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155882" role="listitem" l10n="U" oldref="37">Locate the document containing the section that you want to link to, and then click <emph>Insert</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155882" role="listitem" l10n="U">Locate the document containing the section that you want to link to, and then click <emph>Insert</emph>.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149978" role="listitem" l10n="U" oldref="38">In the <item type="menuitem">Section</item> box, select the section that you want to insert.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149978" role="listitem" l10n="U">In the <item type="menuitem">Section</item> box, select the section that you want to insert.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3150003" role="listitem" l10n="U" oldref="39">Click <emph>Insert</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150003" role="listitem" l10n="U">Click <emph>Insert</emph>.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/>