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 48d965d45a Remove 'oldref' entries (work in progress) 48d965d45a is described below commit 48d965d45ac46cba5ed600792687b9e11ad37683 Author: mseidel <msei...@apache.org> AuthorDate: Sat Dec 28 19:59:11 2024 +0100 Remove 'oldref' entries (work in progress) --- .../source/text/sbasic/shared/03080102.xhp | 49 +++++++++++----------- .../source/text/sbasic/shared/03101100.xhp | 46 ++++++++++---------- main/helpcontent2/source/text/scalc/main0205.xhp | 28 ++++++------- .../source/text/shared/02/03130000.xhp | 15 ++++--- .../text/shared/explorer/database/11080000.xhp | 32 +++++++------- .../source/text/shared/guide/activex.xhp | 32 +++++++------- .../source/text/swriter/01/05090200.xhp | 32 +++++++------- .../text/swriter/guide/conditional_text2.xhp | 20 ++++----- main/helpcontent2/source/text/swriter/main0104.xhp | 36 ++++++++-------- main/helpcontent2/source/text/swriter/main0503.xhp | 44 +++++++++---------- 10 files changed, 164 insertions(+), 170 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03080102.xhp b/main/helpcontent2/source/text/sbasic/shared/03080102.xhp index 44a779f061..30c761171e 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03080102.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03080102.xhp @@ -33,33 +33,32 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3154923"> <bookmark_value>Cos function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3154923" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03080102.xhp" name="Cos Function [Runtime]">Cos Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3159413" xml-lang="en-US" l10n="U" oldref="2">Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1.</paragraph> +<paragraph role="heading" id="hd_id3154923" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03080102.xhp" name="Cos Function [Runtime]">Cos Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3159413" xml-lang="en-US" l10n="U">Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1.</paragraph> </section> -<paragraph role="paragraph" id="par_id3150358" xml-lang="en-US" l10n="U" oldref="3">Using the angle Alpha, the Cos-Function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle.</paragraph> -<paragraph role="paragraph" id="par_id3154141" xml-lang="en-US" l10n="U" oldref="4">Cos(Alpha) = Adjacent/Hypotenuse</paragraph> -<paragraph role="heading" id="hd_id3154125" xml-lang="en-US" level="2" l10n="U" oldref="5">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3145172" xml-lang="en-US" l10n="U" oldref="6">Cos (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_id3150449" xml-lang="en-US" l10n="U" oldref="8">Double</paragraph> -<paragraph role="heading" id="hd_id3153969" xml-lang="en-US" level="2" l10n="U" oldref="9">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3153770" xml-lang="en-US" l10n="U" oldref="10"> -<emph>Number:</emph> Numeric expression that specifies an angle in radians that you want to calculate the cosine for.</paragraph> -<paragraph role="paragraph" id="par_id3145749" xml-lang="en-US" l10n="U" oldref="11">To convert degrees to radians, multiply degrees by pi/180. 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">degree=(radian*180)/pi</paragraph> -<paragraph role="paragraph" id="par_id3146985" xml-lang="en-US" l10n="U" oldref="13">radian=(degree*pi)/180</paragraph> -<paragraph role="paragraph" id="par_id3152885" xml-lang="en-US" l10n="U" oldref="14">Pi is here the fixed circle constant with the rounded value 3.14159...</paragraph> +<paragraph role="paragraph" id="par_id3150358" xml-lang="en-US" l10n="U">Using the angle Alpha, the Cos-Function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle.</paragraph> +<paragraph role="paragraph" id="par_id3154141" xml-lang="en-US" l10n="U">Cos(Alpha) = Adjacent/Hypotenuse</paragraph> +<paragraph role="heading" id="hd_id3154125" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3145172" xml-lang="en-US" l10n="U">Cos (Number)</paragraph> +<paragraph role="heading" id="hd_id3156214" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3150449" xml-lang="en-US" l10n="U">Double</paragraph> +<paragraph role="heading" id="hd_id3153969" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3153770" xml-lang="en-US" l10n="U"><emph>Number:</emph> Numeric expression that specifies an angle in radians that you want to calculate the cosine for.</paragraph> +<paragraph role="paragraph" id="par_id3145749" xml-lang="en-US" l10n="U">To convert degrees to radians, multiply degrees by pi/180. To convert radians to degrees, multiply radians by 180/pi.</paragraph> +<paragraph role="paragraph" id="par_id3149664" xml-lang="en-US" l10n="U">degree=(radian*180)/pi</paragraph> +<paragraph role="paragraph" id="par_id3146985" xml-lang="en-US" l10n="U">radian=(degree*pi)/180</paragraph> +<paragraph role="paragraph" id="par_id3152885" xml-lang="en-US" l10n="U">Pi is here the fixed circle constant with the rounded value 3.14159...</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3153951" xml-lang="en-US" level="2" l10n="U" oldref="15">Example:</paragraph> -<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US" l10n="U" oldref="16">REM The following example allows for a right-angled triangle the input of</paragraph> -<paragraph role="paragraph" id="par_id3149484" xml-lang="en-US" l10n="U" oldref="17">REM secant and angle (in degrees) and calculates the length of the hypotenuse:</paragraph> -<paragraph role="paragraph" id="par_id3147428" xml-lang="en-US" l10n="U" oldref="18">Sub ExampleCosinus</paragraph> -<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" l10n="U" oldref="19">REM rounded Pi = 3.14159</paragraph> -<paragraph role="paragraph" id="par_id3149959" xml-lang="en-US" l10n="U" oldref="20">Dim d1 as Double, dAngle as Double</paragraph> -<paragraph role="paragraph" id="par_id3144764" xml-lang="en-US" l10n="U" oldref="21">d1 = InputBox$ (""Enter the length of the adjacent side: ","Adjacent")</paragraph> -<paragraph role="paragraph" id="par_id3154491" xml-lang="en-US" l10n="U" oldref="22">dAngle = InputBox$ ("Enter the angle Alpha (in degrees): ","Alpha")</paragraph> -<paragraph role="paragraph" id="par_id3151074" xml-lang="en-US" l10n="U" oldref="23">Print "The length of the hypothenuse is"; (d1 / cos (dAngle * Pi / 180))</paragraph> -<paragraph role="paragraph" id="par_id3149583" xml-lang="en-US" l10n="U" oldref="24">End Sub</paragraph> +<paragraph role="heading" id="hd_id3153951" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US" l10n="U">REM The following example allows for a right-angled triangle the input of</paragraph> +<paragraph role="paragraph" id="par_id3149484" xml-lang="en-US" l10n="U">REM secant and angle (in degrees) and calculates the length of the hypotenuse:</paragraph> +<paragraph role="paragraph" id="par_id3147428" xml-lang="en-US" l10n="U">Sub ExampleCosinus</paragraph> +<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" l10n="U">REM rounded Pi = 3.14159</paragraph> +<paragraph role="paragraph" id="par_id3149959" xml-lang="en-US" l10n="U">Dim d1 as Double, dAngle as Double</paragraph> +<paragraph role="paragraph" id="par_id3144764" xml-lang="en-US" l10n="U">d1 = InputBox$ (""Enter the length of the adjacent side: ","Adjacent")</paragraph> +<paragraph role="paragraph" id="par_id3154491" xml-lang="en-US" l10n="U">dAngle = InputBox$ ("Enter the angle Alpha (in degrees): ","Alpha")</paragraph> +<paragraph role="paragraph" id="par_id3151074" xml-lang="en-US" l10n="U">Print "The length of the hypothenuse is"; (d1 / cos (dAngle * Pi / 180))</paragraph> +<paragraph role="paragraph" id="par_id3149583" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03101100.xhp b/main/helpcontent2/source/text/sbasic/shared/03101100.xhp index bf8bde241f..13d96b8b3b 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03101100.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03101100.xhp @@ -33,31 +33,27 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3145759"> <bookmark_value>DefBool statement</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3145759" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03101100.xhp" name="DefBool Statement [Runtime]">DefBool Statement [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US" l10n="U" oldref="2">If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range.</paragraph> +<paragraph role="heading" id="hd_id3145759" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03101100.xhp" name="DefBool Statement [Runtime]">DefBool Statement [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US" l10n="U">If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range.</paragraph> </section> -<paragraph role="heading" id="hd_id3149495" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3150682" xml-lang="en-US" l10n="U" oldref="4">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph> -<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="2" l10n="U" oldref="5">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US" l10n="U" oldref="6"> -<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for.</paragraph> -<paragraph role="paragraph" id="par_id3149178" xml-lang="en-US" l10n="U" oldref="7"> -<emph>xxx:</emph> Keyword that defines the default variable type:</paragraph> -<paragraph role="paragraph" id="par_id3150669" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Keyword:</emph> Default variable type</paragraph> -<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="U" oldref="9"> -<emph>DefBool:</emph> Boolean</paragraph> -<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph> -<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U" oldref="12">REM Prefix definition for variable types:</paragraph> -<paragraph role="paragraph" id="par_id3153627" xml-lang="en-US" l10n="U" oldref="13">DefBool b</paragraph> -<paragraph role="paragraph" id="par_id3145610" xml-lang="en-US" l10n="U" oldref="14">DefDate t</paragraph> -<paragraph role="paragraph" id="par_id3154760" xml-lang="en-US" l10n="U" oldref="15">DefDbL d</paragraph> -<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US" l10n="U" oldref="16">DefInt i</paragraph> -<paragraph role="paragraph" id="par_id3152812" xml-lang="en-US" l10n="U" oldref="17">DefLng l</paragraph> -<paragraph role="paragraph" id="par_id3153524" xml-lang="en-US" l10n="U" oldref="18">DefObj o</paragraph> -<paragraph role="paragraph" id="par_id3150541" xml-lang="en-US" l10n="U" oldref="19">DefVar v</paragraph> -<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U" oldref="21">Sub ExampleDefBool</paragraph> -<paragraph role="paragraph" id="par_id3151381" xml-lang="en-US" l10n="U" oldref="22">bOK=TRUE REM bOK is an implicit Boolean variable</paragraph> -<paragraph role="paragraph" id="par_id3145421" xml-lang="en-US" l10n="U" oldref="23">end sub</paragraph> +<paragraph role="heading" id="hd_id3149495" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3150682" xml-lang="en-US" l10n="U">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph> +<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US" l10n="U"><emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for.</paragraph> +<paragraph role="paragraph" id="par_id3149178" xml-lang="en-US" l10n="U"><emph>xxx:</emph> Keyword that defines the default variable type:</paragraph> +<paragraph role="paragraph" id="par_id3150669" xml-lang="en-US" l10n="U"><emph>Keyword:</emph> Default variable type</paragraph> +<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="U"><emph>DefBool:</emph> Boolean</paragraph> +<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U">REM Prefix definition for variable types:</paragraph> +<paragraph role="paragraph" id="par_id3153627" xml-lang="en-US" l10n="U">DefBool b</paragraph> +<paragraph role="paragraph" id="par_id3145610" xml-lang="en-US" l10n="U">DefDate t</paragraph> +<paragraph role="paragraph" id="par_id3154760" xml-lang="en-US" l10n="U">DefDbL d</paragraph> +<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US" l10n="U">DefInt i</paragraph> +<paragraph role="paragraph" id="par_id3152812" xml-lang="en-US" l10n="U">DefLng l</paragraph> +<paragraph role="paragraph" id="par_id3153524" xml-lang="en-US" l10n="U">DefObj o</paragraph> +<paragraph role="paragraph" id="par_id3150541" xml-lang="en-US" l10n="U">DefVar v</paragraph> +<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U">Sub ExampleDefBool</paragraph> +<paragraph role="paragraph" id="par_id3151381" xml-lang="en-US" l10n="U">bOK=TRUE REM bOK is an implicit Boolean variable</paragraph> +<paragraph role="paragraph" id="par_id3145421" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/main0205.xhp b/main/helpcontent2/source/text/scalc/main0205.xhp index d33891dec0..bf716330f2 100644 --- a/main/helpcontent2/source/text/scalc/main0205.xhp +++ b/main/helpcontent2/source/text/scalc/main0205.xhp @@ -31,8 +31,8 @@ <body> <section id="beitextcursorinobjekt"> <bookmark xml-lang="en-US" branch="hid/HID_SC_TOOLBOX_DRTEXT" id="bm_id3147265" localize="false"/> -<paragraph role="heading" id="hd_id3156330" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/scalc/main0205.xhp" name="Text Formatting Bar">Text Formatting Bar</link></paragraph> -<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid="HID_SC_TOOLBOX_DRTEXT">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text frame or a drawing object, contains formatting and alignment commands.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3156330" xml-lang="en-US" level="1" l10n="CHG"><link href="text/scalc/main0205.xhp" name="Text Formatting Bar">Text Formatting Bar</link></paragraph> +<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="CHG"><ahelp hid="HID_SC_TOOLBOX_DRTEXT">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text frame or a drawing object, contains formatting and alignment commands.</ahelp></paragraph> </section> <embed href="text/shared/02/02020000.xhp#schriftart"/> <embed href="text/shared/02/02020000.xhp#syschriftart"/> @@ -44,40 +44,40 @@ <embed href="text/shared/00/00040502.xhp#sykursiv"/> <embed href="text/shared/01/05110300.xhp#unter"/> <embed href="text/shared/00/00040502.xhp#syunterstreichen"/> -<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="2" l10n="U" oldref="7"><link href="text/shared/01/05020200.xhp" name="Font Color">Font Color</link></paragraph> +<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05020200.xhp" name="Font Color">Font Color</link></paragraph> <embed href="text/shared/01/05020200.xhp#textfarbe"/> <embed href="text/shared/00/00000004.xhp#sytextfarbe"/> -<paragraph role="heading" id="hd_id3154944" xml-lang="en-US" level="2" l10n="U" oldref="8"><link href="text/shared/01/05030100.xhp" name="Line Spacing: 1">Line Spacing: 1</link></paragraph> +<paragraph role="heading" id="hd_id3154944" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05030100.xhp" name="Line Spacing: 1">Line Spacing: 1</link></paragraph> <embed href="text/shared/01/05030100.xhp#einzeiligtext"/> <embed href="text/shared/00/00000004.xhp#syeinzeilig"/> -<paragraph role="heading" id="hd_id3146969" xml-lang="en-US" level="2" l10n="U" oldref="9"><link href="text/shared/01/05030100.xhp" name="Line Spacing: 1.5">Line Spacing: 1.5</link></paragraph> +<paragraph role="heading" id="hd_id3146969" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05030100.xhp" name="Line Spacing: 1.5">Line Spacing: 1.5</link></paragraph> <embed href="text/shared/01/05030100.xhp#eineinhalbzeiligtext"/> <embed href="text/shared/00/00000004.xhp#syeineinhalbzeilig"/> -<paragraph role="heading" id="hd_id3153711" xml-lang="en-US" level="2" l10n="U" oldref="10"><link href="text/shared/01/05030100.xhp" name="Line Spacing: 2">Line Spacing: 2</link></paragraph> +<paragraph role="heading" id="hd_id3153711" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05030100.xhp" name="Line Spacing: 2">Line Spacing: 2</link></paragraph> <embed href="text/shared/01/05030100.xhp#zweizeiligtext"/> <embed href="text/shared/00/00000004.xhp#syzweizeilig"/> -<paragraph role="heading" id="hd_id3147345" xml-lang="en-US" level="2" l10n="U" oldref="11"><link href="text/shared/01/05030700.xhp" name="Align Left">Align Left</link></paragraph> +<paragraph role="heading" id="hd_id3147345" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05030700.xhp" name="Align Left">Align Left</link></paragraph> <embed href="text/shared/01/05030700.xhp#linkstext"/> <embed href="text/shared/00/00040502.xhp#sylinksbuendig"/> -<paragraph role="heading" id="hd_id3155337" xml-lang="en-US" level="2" l10n="U" oldref="12"><link href="text/shared/01/05030700.xhp" name="Centered">Centered</link></paragraph> +<paragraph role="heading" id="hd_id3155337" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05030700.xhp" name="Centered">Centered</link></paragraph> <embed href="text/shared/01/05030700.xhp#zentrierttext"/> <embed href="text/shared/00/00040502.xhp#syzentriert"/> -<paragraph role="heading" id="hd_id3147001" xml-lang="en-US" level="2" l10n="U" oldref="13"><link href="text/shared/01/05030700.xhp" name="Align Right">Align Right</link></paragraph> +<paragraph role="heading" id="hd_id3147001" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05030700.xhp" name="Align Right">Align Right</link></paragraph> <embed href="text/shared/01/05030700.xhp#rechtstext"/> <embed href="text/shared/00/00040502.xhp#syrechtsbuendig"/> -<paragraph role="heading" id="hd_id3155115" xml-lang="en-US" level="2" l10n="U" oldref="14"><link href="text/shared/01/05030700.xhp" name="Justify">Justify</link></paragraph> +<paragraph role="heading" id="hd_id3155115" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05030700.xhp" name="Justify">Justify</link></paragraph> <embed href="text/shared/01/05030700.xhp#blocksatztext"/> <embed href="text/shared/00/00040502.xhp#syblocksatz"/> -<paragraph role="heading" id="hd_id3150202" xml-lang="en-US" level="2" l10n="U" oldref="15"><link href="text/shared/01/05020500.xhp" name="Superscript">Superscript</link></paragraph> +<paragraph role="heading" id="hd_id3150202" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05020500.xhp" name="Superscript">Superscript</link></paragraph> <embed href="text/shared/01/05020500.xhp#hochtext"/> <embed href="text/shared/00/00000004.xhp#syhochstellen"/> -<paragraph role="heading" id="hd_id3155531" xml-lang="en-US" level="2" l10n="U" oldref="16"><link href="text/shared/01/05020500.xhp" name="Subscript">Subscript</link></paragraph> +<paragraph role="heading" id="hd_id3155531" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05020500.xhp" name="Subscript">Subscript</link></paragraph> <embed href="text/shared/01/05020500.xhp#tieftext"/> <embed href="text/shared/00/00000004.xhp#sytiefstellen"/> -<paragraph role="heading" id="hd_id3145387" xml-lang="en-US" level="2" l10n="CHG" oldref="17"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></paragraph> +<paragraph role="heading" id="hd_id3145387" xml-lang="en-US" level="2" l10n="CHG"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></paragraph> <embed href="text/shared/01/05020000.xhp#zeichentext"/> <embed href="text/shared/00/00040500.xhp#syzeich"/> -<paragraph role="heading" id="hd_id3153067" xml-lang="en-US" level="2" l10n="CHG" oldref="18"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></paragraph> +<paragraph role="heading" id="hd_id3153067" xml-lang="en-US" level="2" l10n="CHG"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></paragraph> <embed href="text/shared/01/05030000.xhp#absatztext"/> <embed href="text/shared/00/00040500.xhp#syabsatz"/> <embed href="text/shared/00/00000007.xhp#asia"/> diff --git a/main/helpcontent2/source/text/shared/02/03130000.xhp b/main/helpcontent2/source/text/shared/02/03130000.xhp index b9419afe67..a724546cd5 100644 --- a/main/helpcontent2/source/text/shared/02/03130000.xhp +++ b/main/helpcontent2/source/text/shared/02/03130000.xhp @@ -32,28 +32,27 @@ <section id="umrandung"> <bookmark xml-lang="en-US" branch="hid/.uno:SetBorderStyle" id="bm_id5165835" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:SetBorderStyle" id="bm_id3154228" localize="false"/> -<paragraph role="heading" id="hd_id3143284" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/02/03130000.xhp" name="Borders">Borders</link></paragraph> -<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".uno:SetBorderStyle">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3143284" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/02/03130000.xhp" name="Borders">Borders</link></paragraph> +<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US" l10n="CHG"><ahelp hid=".uno:SetBorderStyle">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3147261" xml-lang="en-US" l10n="CHG" oldref="3"><switchinline select="appl"><caseinline select="CALC"> +<paragraph role="paragraph" id="par_id3147261" xml-lang="en-US" l10n="CHG"><switchinline select="appl"><caseinline select="CALC"> </caseinline><defaultinline>This object can be the border of a text frame, a graphic or a table. The icon will only be visible if a graphic, table, object or frame has been selected.</defaultinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US" l10n="U" oldref="6"><switchinline select="appl"><caseinline select="CALC">To apply a particular type of border to a single cell, position the cursor in the cell, open the <emph>Border</emph> toolbar and select a border. +<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US" l10n="U"><switchinline select="appl"><caseinline select="CALC">To apply a particular type of border to a single cell, position the cursor in the cell, open the <emph>Border</emph> toolbar and select a border. </caseinline><defaultinline>Whenever you insert graphics or tables, they already have a complete border. To remove that border, select the graphic object or the entire table and click the "no border" icon on the <emph>Border</emph> toolbar.</defaultinline></switchinline></paragraph> <section id="syumrandung"> <table id="tbl_id3147088"> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="E"> -<image id="img_id3149095" src="res/commandimagelist/sc_setborderstyle.png" width="0.222inch" height="0.222inch"><alt id="alt_id3149095" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3149095" src="res/commandimagelist/sc_setborderstyle.png" width="0.222inch" height="0.222inch"><alt id="alt_id3149095" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3152780" xml-lang="en-US" l10n="U" oldref="4">Borders</paragraph> +<paragraph role="paragraph" id="par_id3152780" xml-lang="en-US" l10n="U">Borders</paragraph> </tablecell> </tablerow> </table> </section> -<paragraph role="paragraph" id="par_id3148990" xml-lang="en-US" l10n="U" oldref="5">Further information can be found in the Help in <link href="text/shared/01/05030500.xhp" name="Borders"><emph>Borders</emph></link>. You can also find information on how to <link href="text/shared/guide/border_table.xhp" name="format a text table">format a text table</link> with the <emph>Borders</emph> icon.</paragraph> +<paragraph role="paragraph" id="par_id3148990" xml-lang="en-US" l10n="U">Further information can be found in the Help in <link href="text/shared/01/05030500.xhp" name="Borders"><emph>Borders</emph></link>. You can also find information on how to <link href="text/shared/guide/border_table.xhp" name="format a text table">format a text table</link> with the <emph>Borders</emph> icon.</paragraph> <section id="relatedtopics"> <switch select="appl"> <case select="WRITER"><embed href="text/swriter/guide/border_object.xhp#border_object"/><comment>UFI: moved border_object into Writer switch</comment><embed href="text/swriter/guide/border_page.xhp#border_page"/> diff --git a/main/helpcontent2/source/text/shared/explorer/database/11080000.xhp b/main/helpcontent2/source/text/shared/explorer/database/11080000.xhp index 705864e905..5430c543ed 100644 --- a/main/helpcontent2/source/text/shared/explorer/database/11080000.xhp +++ b/main/helpcontent2/source/text/shared/explorer/database/11080000.xhp @@ -33,31 +33,31 @@ <bookmark_value>SQL; executing SQL statements (Base)</bookmark_value> <bookmark_value>databases; administration through SQL (Base)</bookmark_value> </bookmark><comment>mw added "(Base)" to all entries</comment> -<paragraph role="paragraph" id="par_id3148983" xml-lang="en-US" l10n="E" oldref="22" localize="false"/> -<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/explorer/database/11080000.xhp" name="Execute SQL statement">Execute SQL statement</link></paragraph> -<paragraph role="paragraph" id="par_id3154288" xml-lang="en-US" l10n="CHG" oldref="2"><variable id="sqltext"><ahelp hid=".">Opens a dialog where you can enter an SQL command for administering a database.</ahelp> +<paragraph role="paragraph" id="par_id3148983" xml-lang="en-US" l10n="E" localize="false"/> +<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/explorer/database/11080000.xhp" name="Execute SQL statement">Execute SQL statement</link></paragraph> +<paragraph role="paragraph" id="par_id3154288" xml-lang="en-US" l10n="CHG"><variable id="sqltext"><ahelp hid=".">Opens a dialog where you can enter an SQL command for administering a database.</ahelp> </variable></paragraph> <section id="howtoget"> <embed href="text/shared/00/00000450.xhp#SQLStatement"/> </section> <embed href="text/shared/guide/data_enter_sql.xhp#data_enter_sql"/> -<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US" l10n="U" oldref="23">You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here.</paragraph> -<paragraph role="note" id="par_id3154860" xml-lang="en-US" l10n="U" oldref="10">To run an SQL query for filtering data in the database, use the <link href="text/shared/explorer/database/02010100.xhp" name="Query Design">Query Design View</link>.</paragraph> +<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US" l10n="U">You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here.</paragraph> +<paragraph role="note" id="par_id3154860" xml-lang="en-US" l10n="U">To run an SQL query for filtering data in the database, use the <link href="text/shared/explorer/database/02010100.xhp" name="Query Design">Query Design View</link>.</paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:MultiLineEdit:DLG_DIRECTSQL:ME_SQL" id="bm_id3150772" localize="false"/> -<paragraph role="heading" id="hd_id3149514" xml-lang="en-US" level="2" l10n="U" oldref="3">Command to execute</paragraph> -<paragraph role="paragraph" id="par_id3147618" xml-lang="en-US" l10n="U" oldref="4"><ahelp hid="DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_SQL">Enter the SQL administration command that you want to run.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id3153087" xml-lang="en-US" l10n="U" oldref="24">For example, for a "Bibliography" data source, you can enter the following SQL command:</paragraph> -<paragraph role="paragraph" id="par_id3145673" xml-lang="en-US" l10n="U" oldref="25">SELECT "Address" FROM "biblio" "biblio"</paragraph> -<paragraph role="paragraph" id="par_id3145611" xml-lang="en-US" l10n="U" oldref="21">For more information on SQL commands, please consult the documentation that came with the database.</paragraph> +<paragraph role="heading" id="hd_id3149514" xml-lang="en-US" level="2" l10n="U">Command to execute</paragraph> +<paragraph role="paragraph" id="par_id3147618" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_SQL">Enter the SQL administration command that you want to run.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3153087" xml-lang="en-US" l10n="U">For example, for a "Bibliography" data source, you can enter the following SQL command:</paragraph> +<paragraph role="paragraph" id="par_id3145673" xml-lang="en-US" l10n="U">SELECT "Address" FROM "biblio" "biblio"</paragraph> +<paragraph role="paragraph" id="par_id3145611" xml-lang="en-US" l10n="U">For more information on SQL commands, please consult the documentation that came with the database.</paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:ListBox:DLG_DIRECTSQL:LB_HISTORY" id="bm_id3154923" localize="false"/> -<paragraph role="heading" id="hd_id3156024" xml-lang="en-US" level="2" l10n="U" oldref="26">Previous commands</paragraph> -<paragraph role="paragraph" id="par_id3149045" xml-lang="en-US" l10n="U" oldref="27"><ahelp hid="DBACCESS_LISTBOX_DLG_DIRECTSQL_LB_HISTORY">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Run</emph>.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3156024" xml-lang="en-US" level="2" l10n="U">Previous commands</paragraph> +<paragraph role="paragraph" id="par_id3149045" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_LISTBOX_DLG_DIRECTSQL_LB_HISTORY">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Run</emph>.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:MultiLineEdit:DLG_DIRECTSQL:ME_STATUS" id="bm_id3161656" localize="false"/> -<paragraph role="heading" id="hd_id3154348" xml-lang="en-US" level="2" l10n="U" oldref="5">Status</paragraph> -<paragraph role="paragraph" id="par_id3151054" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_STATUS">Displays the results, including errors, of the SQL command that you ran.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154348" xml-lang="en-US" level="2" l10n="U">Status</paragraph> +<paragraph role="paragraph" id="par_id3151054" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_STATUS">Displays the results, including errors, of the SQL command that you ran.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:PushButton:DLG_DIRECTSQL:PB_EXECUTE" id="bm_id3148798" localize="false"/> -<paragraph role="heading" id="hd_id3154071" xml-lang="en-US" level="2" l10n="U" oldref="7">Run</paragraph> -<paragraph role="paragraph" id="par_id3151210" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="DBACCESS_PUSHBUTTON_DLG_DIRECTSQL_PB_EXECUTE">Runs the command that you entered in the <emph>Command to execute</emph> box.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154071" xml-lang="en-US" level="2" l10n="U">Run</paragraph> +<paragraph role="paragraph" id="par_id3151210" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_PUSHBUTTON_DLG_DIRECTSQL_PB_EXECUTE">Runs the command that you entered in the <emph>Command to execute</emph> box.</ahelp></paragraph> <embed href="text/shared/00/00000001.xhp#schliessen2"/> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/guide/activex.xhp b/main/helpcontent2/source/text/shared/guide/activex.xhp index 9cf54d52b1..af5b1eedc0 100644 --- a/main/helpcontent2/source/text/shared/guide/activex.xhp +++ b/main/helpcontent2/source/text/shared/guide/activex.xhp @@ -37,51 +37,51 @@ <bookmark_value>viewing;%PRODUCTNAME documents in Internet Explorer</bookmark_value> <bookmark_value>editing;%PRODUCTNAME documents in Internet Explorer</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3143267" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="activex"><link href="text/shared/guide/activex.xhp" name="ActiveX Control to Display Documents in Internet Explorer">ActiveX Control to Display Documents in Internet Explorer</link> +<paragraph role="heading" id="hd_id3143267" xml-lang="en-US" level="1" l10n="U"><variable id="activex"><link href="text/shared/guide/activex.xhp" name="ActiveX Control to Display Documents in Internet Explorer">ActiveX Control to Display Documents in Internet Explorer</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3166410" xml-lang="en-US" l10n="U" oldref="2">Under Windows only, you can view any $[officename] document in a window of the Microsoft Internet Explorer. Install the ActiveX control in the $[officename] Setup program.</paragraph> -<paragraph role="heading" id="hd_id3156346" xml-lang="en-US" level="2" l10n="U" oldref="3">Installing the ActiveX control</paragraph> +<paragraph role="paragraph" id="par_id3166410" xml-lang="en-US" l10n="U">Under Windows only, you can view any $[officename] document in a window of the Microsoft Internet Explorer. Install the ActiveX control in the $[officename] Setup program.</paragraph> +<paragraph role="heading" id="hd_id3156346" xml-lang="en-US" level="2" l10n="U">Installing the ActiveX control</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3153821" xml-lang="en-US" l10n="U" oldref="4">Close $[officename] and the Quickstarter.</paragraph> +<paragraph role="listitem" id="par_id3153821" xml-lang="en-US" l10n="U">Close $[officename] and the Quickstarter.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3150771" xml-lang="en-US" l10n="U" oldref="5">Click the Start button on the Windows taskbar. Choose <emph>Control Panel</emph>.</paragraph> +<paragraph role="listitem" id="par_id3150771" xml-lang="en-US" l10n="U">Click the Start button on the Windows taskbar. Choose <emph>Control Panel</emph>.</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_idN106E8" xml-lang="en-US" l10n="NEW">In the Control Panel, click <emph>Add or Remove Programs</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3156155" xml-lang="en-US" l10n="U" oldref="6">In the list, click %PRODUCTNAME, then click <emph>Change</emph>.</paragraph> +<paragraph role="listitem" id="par_id3156155" xml-lang="en-US" l10n="U">In the list, click %PRODUCTNAME, then click <emph>Change</emph>.</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_idN10706" xml-lang="en-US" l10n="NEW">In the Installation Wizard, select <emph>Modify</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3159399" xml-lang="en-US" l10n="CHG" oldref="7">Open the <emph>Optional Components</emph> entry and find the <emph>ActiveX Control</emph> entry. Open the sub menu of the icon and select to install the feature.</paragraph> +<paragraph role="listitem" id="par_id3159399" xml-lang="en-US" l10n="CHG">Open the <emph>Optional Components</emph> entry and find the <emph>ActiveX Control</emph> entry. Open the sub menu of the icon and select to install the feature.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3153561" xml-lang="en-US" l10n="CHG" oldref="8">Click <emph>Next</emph> and <emph>Install</emph>.</paragraph> +<paragraph role="listitem" id="par_id3153561" xml-lang="en-US" l10n="CHG">Click <emph>Next</emph> and <emph>Install</emph>.</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="2" l10n="U" oldref="9">Viewing $[officename] documents</paragraph> +<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="2" l10n="U">Viewing $[officename] documents</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3149669" xml-lang="en-US" l10n="CHG" oldref="10">In Internet Explorer, browse to a web page that contains a link to a $[officename] Writer document, for example.</paragraph> +<paragraph role="listitem" id="par_id3149669" xml-lang="en-US" l10n="CHG">In Internet Explorer, browse to a web page that contains a link to a $[officename] Writer document, for example.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3148550" xml-lang="en-US" l10n="U" oldref="11">Click the link to view the document in the Internet Explorer window.</paragraph> -<paragraph role="listitem" id="par_id3154072" xml-lang="en-US" l10n="U" oldref="12">You may still right-click the link to save the file on your harddisk.</paragraph> +<paragraph role="listitem" id="par_id3148550" xml-lang="en-US" l10n="U">Click the link to view the document in the Internet Explorer window.</paragraph> +<paragraph role="listitem" id="par_id3154072" xml-lang="en-US" l10n="U">You may still right-click the link to save the file on your harddisk.</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3153361" xml-lang="en-US" level="2" l10n="U" oldref="13">Editing $[officename] documents</paragraph> -<paragraph role="paragraph" id="par_id3154367" xml-lang="en-US" l10n="U" oldref="14">The $[officename] document inside the Internet Explorer shows a set of read-only toolbar icons.</paragraph> +<paragraph role="heading" id="hd_id3153361" xml-lang="en-US" level="2" l10n="U">Editing $[officename] documents</paragraph> +<paragraph role="paragraph" id="par_id3154367" xml-lang="en-US" l10n="U">The $[officename] document inside the Internet Explorer shows a set of read-only toolbar icons.</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3148451" xml-lang="en-US" l10n="U" oldref="15">Click the <emph>Edit file</emph> icon in the document's toolbar to open a copy of the document in a new $[officename] window.</paragraph> +<paragraph role="listitem" id="par_id3148451" xml-lang="en-US" l10n="U">Click the <emph>Edit file</emph> icon in the document's toolbar to open a copy of the document in a new $[officename] window.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3144760" xml-lang="en-US" l10n="U" oldref="16">Edit the copy of the document.</paragraph> +<paragraph role="listitem" id="par_id3144760" xml-lang="en-US" l10n="U">Edit the copy of the document.</paragraph> </listitem> </list> <section id="relatedtopics"> diff --git a/main/helpcontent2/source/text/swriter/01/05090200.xhp b/main/helpcontent2/source/text/swriter/01/05090200.xhp index 8e6c7e7b21..a070803a88 100644 --- a/main/helpcontent2/source/text/swriter/01/05090200.xhp +++ b/main/helpcontent2/source/text/swriter/01/05090200.xhp @@ -30,37 +30,37 @@ </meta> <body> <section id="spalten"> -<paragraph role="heading" id="hd_id3150756" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/01/05090200.xhp" name="Columns">Columns</link></paragraph> -<paragraph role="paragraph" id="par_id3149294" xml-lang="en-US" l10n="U" oldref="2">Specify the column width properties.</paragraph> +<paragraph role="heading" id="hd_id3150756" xml-lang="en-US" level="1" l10n="U"><link href="text/swriter/01/05090200.xhp" name="Columns">Columns</link></paragraph> +<paragraph role="paragraph" id="par_id3149294" xml-lang="en-US" l10n="U">Specify the column width properties.</paragraph> </section> <section id="howtoget"> <embed href="text/swriter/00/00000405.xhp#spaltentab"/> </section> <bookmark xml-lang="en-US" branch="hid/sw:CheckBox:TP_TABLE_COLUMN:CB_MOD_TBL" id="bm_id3154273" localize="false"/> -<paragraph role="heading" id="hd_id3147510" xml-lang="en-US" level="2" l10n="U" oldref="3">Adapt table width</paragraph> -<paragraph role="paragraph" id="par_id3154280" xml-lang="en-US" l10n="U" oldref="4"><ahelp hid="SW:CHECKBOX:TP_TABLE_COLUMN:CB_MOD_TBL">Maintains the current width of the table when you change the width of a column.</ahelp> This option is not available if <emph>Automatic</emph> is selected in the <emph>Alignment</emph> area on the <emph>Table</emph> tab.</paragraph> +<paragraph role="heading" id="hd_id3147510" xml-lang="en-US" level="2" l10n="U">Adapt table width</paragraph> +<paragraph role="paragraph" id="par_id3154280" xml-lang="en-US" l10n="U"><ahelp hid="SW:CHECKBOX:TP_TABLE_COLUMN:CB_MOD_TBL">Maintains the current width of the table when you change the width of a column.</ahelp> This option is not available if <emph>Automatic</emph> is selected in the <emph>Alignment</emph> area on the <emph>Table</emph> tab.</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:CheckBox:TP_TABLE_COLUMN:CB_PROP" id="bm_id3149809" localize="false"/> -<paragraph role="heading" id="hd_id3145587" xml-lang="en-US" level="2" l10n="U" oldref="5">Adjust columns proportionally</paragraph> -<paragraph role="paragraph" id="par_id3153530" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SW:CHECKBOX:TP_TABLE_COLUMN:CB_PROP">Resizes the table width in relation to the column width that you enter.</ahelp> This option is not available if <emph>Automatic</emph> is selected in the <emph>Alignment</emph> area on the <emph>Table</emph> tab.</paragraph> +<paragraph role="heading" id="hd_id3145587" xml-lang="en-US" level="2" l10n="U">Adjust columns proportionally</paragraph> +<paragraph role="paragraph" id="par_id3153530" xml-lang="en-US" l10n="U"><ahelp hid="SW:CHECKBOX:TP_TABLE_COLUMN:CB_PROP">Resizes the table width in relation to the column width that you enter.</ahelp> This option is not available if <emph>Automatic</emph> is selected in the <emph>Alignment</emph> area on the <emph>Table</emph> tab.</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:MetricField:TP_TABLE_COLUMN:ED_SPACE" id="bm_id3154564" localize="false"/> -<paragraph role="heading" id="hd_id3150349" xml-lang="en-US" level="2" l10n="U" oldref="7">Remaining space</paragraph> -<paragraph role="paragraph" id="par_id3154571" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SW:METRICFIELD:TP_TABLE_COLUMN:ED_SPACE">Displays the amount of space that is available for adjusting the width of the columns. To set the width of the table, click the <emph>Table</emph> tab.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3154476" xml-lang="en-US" level="2" l10n="U" oldref="9">Column width</paragraph> -<paragraph role="paragraph" id="par_id3150976" xml-lang="en-US" l10n="U" oldref="10">Specify the column widths for the table.</paragraph> +<paragraph role="heading" id="hd_id3150349" xml-lang="en-US" level="2" l10n="U">Remaining space</paragraph> +<paragraph role="paragraph" id="par_id3154571" xml-lang="en-US" l10n="U"><ahelp hid="SW:METRICFIELD:TP_TABLE_COLUMN:ED_SPACE">Displays the amount of space that is available for adjusting the width of the columns. To set the width of the table, click the <emph>Table</emph> tab.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154476" xml-lang="en-US" level="2" l10n="U">Column width</paragraph> +<paragraph role="paragraph" id="par_id3150976" xml-lang="en-US" l10n="U">Specify the column widths for the table.</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:MetricField:TP_TABLE_COLUMN:COL_MF_1" id="bm_id3149690" localize="false"/> <bookmark xml-lang="en-US" branch="hid/sw:MetricField:TP_TABLE_COLUMN:COL_MF_2" id="bm_id3149694" localize="false"/> <bookmark xml-lang="en-US" branch="hid/sw:MetricField:TP_TABLE_COLUMN:COL_MF_3" id="bm_id3154188" localize="false"/> <bookmark xml-lang="en-US" branch="hid/sw:MetricField:TP_TABLE_COLUMN:COL_MF_4" id="bm_id3154193" localize="false"/> <bookmark xml-lang="en-US" branch="hid/sw:MetricField:TP_TABLE_COLUMN:COL_MF_5" id="bm_id3154197" localize="false"/> <bookmark xml-lang="en-US" branch="hid/sw:MetricField:TP_TABLE_COLUMN:COL_MF_6" id="bm_id3154202" localize="false"/> -<paragraph role="heading" id="hd_id3155899" xml-lang="en-US" level="3" l10n="U" oldref="11">Column widths</paragraph> -<paragraph role="paragraph" id="par_id3159193" xml-lang="en-US" l10n="U" oldref="12"><ahelp hid="SW:METRICFIELD:TP_TABLE_COLUMN:COL_MF_6">Enter the width that you want for the column.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155899" xml-lang="en-US" level="3" l10n="U">Column widths</paragraph> +<paragraph role="paragraph" id="par_id3159193" xml-lang="en-US" l10n="U"><ahelp hid="SW:METRICFIELD:TP_TABLE_COLUMN:COL_MF_6">Enter the width that you want for the column.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:ImageButton:TP_TABLE_COLUMN:COL_BTN_DOWN" id="bm_id3149487" localize="false"/> -<paragraph role="heading" id="hd_id3155182" xml-lang="en-US" level="3" l10n="U" oldref="13">Left Arrow</paragraph> -<paragraph role="paragraph" id="par_id3149494" xml-lang="en-US" l10n="U" oldref="14"><ahelp hid="SW:IMAGEBUTTON:TP_TABLE_COLUMN:COL_BTN_DOWN">Displays the table columns found to the left of the current column.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155182" xml-lang="en-US" level="3" l10n="U">Left Arrow</paragraph> +<paragraph role="paragraph" id="par_id3149494" xml-lang="en-US" l10n="U"><ahelp hid="SW:IMAGEBUTTON:TP_TABLE_COLUMN:COL_BTN_DOWN">Displays the table columns found to the left of the current column.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:ImageButton:TP_TABLE_COLUMN:COL_BTN_UP" id="bm_id3149826" localize="false"/> -<paragraph role="heading" id="hd_id3149814" xml-lang="en-US" level="3" l10n="U" oldref="15">Right Arrow</paragraph> -<paragraph role="paragraph" id="par_id3149099" xml-lang="en-US" l10n="U" oldref="16"><ahelp hid="SW:IMAGEBUTTON:TP_TABLE_COLUMN:COL_BTN_UP">Displays the table columns found to the right of the current column.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149814" xml-lang="en-US" level="3" l10n="U">Right Arrow</paragraph> +<paragraph role="paragraph" id="par_id3149099" xml-lang="en-US" l10n="U"><ahelp hid="SW:IMAGEBUTTON:TP_TABLE_COLUMN:COL_BTN_UP">Displays the table columns found to the right of the current column.</ahelp></paragraph> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/swriter/01/05090201.xhp#tabelle_tastatur"/> </body> diff --git a/main/helpcontent2/source/text/swriter/guide/conditional_text2.xhp b/main/helpcontent2/source/text/swriter/guide/conditional_text2.xhp index 6f2a531ccf..432d7f1cce 100644 --- a/main/helpcontent2/source/text/swriter/guide/conditional_text2.xhp +++ b/main/helpcontent2/source/text/swriter/guide/conditional_text2.xhp @@ -33,33 +33,33 @@ <bookmark_value>page counts</bookmark_value> <bookmark_value>conditional text;page counts</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3153108" role="heading" level="1" l10n="U" oldref="1"><variable id="conditional_text2"><link href="text/swriter/guide/conditional_text2.xhp" name="Conditional Text for Page Counts">Conditional Text for Page Counts</link> +<paragraph xml-lang="en-US" id="hd_id3153108" role="heading" level="1" l10n="U"><variable id="conditional_text2"><link href="text/swriter/guide/conditional_text2.xhp" name="Conditional Text for Page Counts">Conditional Text for Page Counts</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3156228" role="paragraph" l10n="U" oldref="3">You can create a conditional text field that displays the word "pages" instead of "page" in conjunction with a page count field if your document contains more than one page.</paragraph> +<paragraph xml-lang="en-US" id="par_id3156228" role="paragraph" l10n="U">You can create a conditional text field that displays the word "pages" instead of "page" in conjunction with a page count field if your document contains more than one page.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3156257" role="listitem" l10n="U" oldref="4">Place the cursor in your document where you want to insert the page count.</paragraph> +<paragraph xml-lang="en-US" id="par_id3156257" role="listitem" l10n="U">Place the cursor in your document where you want to insert the page count.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3150513" role="listitem" l10n="U" oldref="5">Choose <item type="menuitem">Insert - Fields - Page Count</item>, and then enter a space.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150513" role="listitem" l10n="U">Choose <item type="menuitem">Insert - Fields - Page Count</item>, and then enter a space.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3150537" role="listitem" l10n="U" oldref="6">Choose <item type="menuitem">Insert - Fields - Other</item>, and then click the <item type="menuitem">Functions</item> tab.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150537" role="listitem" l10n="U">Choose <item type="menuitem">Insert - Fields - Other</item>, and then click the <item type="menuitem">Functions</item> tab.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153166" role="listitem" l10n="U" oldref="9">Click "Conditional text" in the <item type="menuitem">Type</item> list.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153166" role="listitem" l10n="U">Click "Conditional text" in the <item type="menuitem">Type</item> list.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3145256" role="listitem" l10n="U" oldref="7">Type <item type="literal">Page > 1</item> in the <item type="menuitem">Condition</item> box.</paragraph> +<paragraph xml-lang="en-US" id="par_id3145256" role="listitem" l10n="U">Type <item type="literal">Page > 1</item> in the <item type="menuitem">Condition</item> box.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3145280" role="listitem" l10n="U" oldref="10">Type <item type="literal">Pages</item> in the <item type="menuitem">Then</item> box.</paragraph> +<paragraph xml-lang="en-US" id="par_id3145280" role="listitem" l10n="U">Type <item type="literal">Pages</item> in the <item type="menuitem">Then</item> box.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3145305" role="listitem" l10n="U" oldref="11">Type <item type="literal">Page</item> in the <item type="menuitem">Else</item> box.</paragraph> +<paragraph xml-lang="en-US" id="par_id3145305" role="listitem" l10n="U">Type <item type="literal">Page</item> in the <item type="menuitem">Else</item> box.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155535" role="listitem" l10n="U" oldref="8">Click <emph>Insert</emph>, and then click <emph>Close</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155535" role="listitem" l10n="U">Click <emph>Insert</emph>, and then click <emph>Close</emph>.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> diff --git a/main/helpcontent2/source/text/swriter/main0104.xhp b/main/helpcontent2/source/text/swriter/main0104.xhp index 74b3d5de6c..2532a28010 100644 --- a/main/helpcontent2/source/text/swriter/main0104.xhp +++ b/main/helpcontent2/source/text/swriter/main0104.xhp @@ -31,48 +31,48 @@ <body> <section id="einfuegen"> <bookmark xml-lang="en-US" branch="hid/.uno:InsertMenu" id="bm_id2305978" localize="false"/> -<paragraph role="heading" id="hd_id3155341" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/main0104.xhp" name="Insert">Insert</link></paragraph> -<paragraph role="paragraph" id="par_id3155358" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">The Insert menu contains commands for inserting new elements in your document. This includes sections, footnotes, comments, special characters, graphics, and objects from other applications.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155341" xml-lang="en-US" level="1" l10n="U"><link href="text/swriter/main0104.xhp" name="Insert">Insert</link></paragraph> +<paragraph role="paragraph" id="par_id3155358" xml-lang="en-US" l10n="CHG"><ahelp hid=".">The Insert menu contains commands for inserting new elements in your document. This includes sections, footnotes, comments, special characters, graphics, and objects from other applications.</ahelp></paragraph> </section> -<paragraph role="heading" id="hd_id3155376" xml-lang="en-US" level="2" l10n="U" oldref="3"><link href="text/swriter/01/04010000.xhp" name="Manual Break">Manual Break</link></paragraph> +<paragraph role="heading" id="hd_id3155376" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04010000.xhp" name="Manual Break">Manual Break</link></paragraph> <embed href="text/swriter/01/04010000.xhp#umbruch"/> <embed href="text/swriter/01/04990000.xhp#feldbefehl"/> -<paragraph role="heading" id="hd_id3147762" xml-lang="en-US" level="2" l10n="U" oldref="12"><link href="text/shared/01/04100000.xhp" name="Special Character">Special Character</link></paragraph> +<paragraph role="heading" id="hd_id3147762" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/04100000.xhp" name="Special Character">Special Character</link></paragraph> <embed href="text/shared/01/04100000.xhp#sonder"/> <embed href="text/shared/01/formatting_mark.xhp#formatting_mark"/> -<paragraph role="heading" id="hd_id3147788" xml-lang="en-US" level="2" l10n="U" oldref="4"><link href="text/swriter/01/04020000.xhp" name="Section">Section</link></paragraph> +<paragraph role="heading" id="hd_id3147788" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04020000.xhp" name="Section">Section</link></paragraph> <embed href="text/swriter/01/04020000.xhp#bereich"/> -<paragraph role="heading" id="hd_id3147812" xml-lang="en-US" level="2" l10n="U" oldref="17"><link href="text/shared/02/09070000.xhp" name="Hyperlink">Hyperlink</link></paragraph> +<paragraph role="heading" id="hd_id3147812" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/02/09070000.xhp" name="Hyperlink">Hyperlink</link></paragraph> <embed href="text/shared/02/09070000.xhp#hyperdiatext"/> <embed href="text/swriter/01/04220000.xhp#kopfzeile"/> <embed href="text/swriter/01/04230000.xhp#fusszeile"/> -<paragraph role="heading" id="hd_id3147231" xml-lang="en-US" level="2" l10n="U" oldref="5"><link href="text/swriter/01/04030000.xhp" name="Footnote">Footnote/Endnote</link></paragraph> +<paragraph role="heading" id="hd_id3147231" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04030000.xhp" name="Footnote">Footnote/Endnote</link></paragraph> <embed href="text/swriter/01/04030000.xhp#fussnoteein"/> -<paragraph role="heading" id="hd_id3147256" xml-lang="en-US" level="2" l10n="U" oldref="8"><link href="text/swriter/01/04060000.xhp" name="Caption">Caption</link></paragraph> +<paragraph role="heading" id="hd_id3147256" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04060000.xhp" name="Caption">Caption</link></paragraph> <embed href="text/swriter/01/04060000.xhp#beschrifttext"/> -<paragraph role="heading" id="hd_id3147281" xml-lang="en-US" level="2" l10n="U" oldref="6"><link href="text/swriter/01/04040000.xhp" name="Bookmark">Bookmark</link></paragraph> +<paragraph role="heading" id="hd_id3147281" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04040000.xhp" name="Bookmark">Bookmark</link></paragraph> <embed href="text/swriter/01/04040000.xhp#textmarkeein"/> -<paragraph role="heading" id="hd_id3147543" xml-lang="en-US" level="2" l10n="U" oldref="25"><link href="text/swriter/01/04090002.xhp" name="Cross-reference">Cross-reference</link></paragraph> +<paragraph role="heading" id="hd_id3147543" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04090002.xhp" name="Cross-reference">Cross-reference</link></paragraph> <embed href="text/swriter/01/04090002.xhp#reftext"/> -<paragraph role="heading" id="hd_id3147569" xml-lang="en-US" level="2" l10n="U" oldref="7"><link href="text/shared/01/04050000.xhp" name="Comment">Comment</link></paragraph> +<paragraph role="heading" id="hd_id3147569" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/04050000.xhp" name="Comment">Comment</link></paragraph> <embed href="text/shared/01/04050000.xhp#notizbearbeitentext"/> -<paragraph role="heading" id="hd_id3147595" xml-lang="en-US" level="2" l10n="U" oldref="24"><link href="text/swriter/01/04200000.xhp" name="Script">Script</link></paragraph> +<paragraph role="heading" id="hd_id3147595" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04200000.xhp" name="Script">Script</link></paragraph> <embed href="text/swriter/01/04200000.xhp#scripttext"/> <embed href="text/swriter/01/04120000.xhp#verzeichnisse"/> -<paragraph role="heading" id="hd_id3149865" xml-lang="en-US" level="2" l10n="U" oldref="9"><link href="text/swriter/01/04070000.xhp" name="Envelope">Envelope</link></paragraph> +<paragraph role="heading" id="hd_id3149865" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04070000.xhp" name="Envelope">Envelope</link></paragraph> <embed href="text/swriter/01/04070000.xhp#briefum"/> -<paragraph role="heading" id="hd_id3149891" xml-lang="en-US" level="2" l10n="U" oldref="13"><link href="text/swriter/01/04130000.xhp" name="Frame">Frame</link></paragraph> +<paragraph role="heading" id="hd_id3149891" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04130000.xhp" name="Frame">Frame</link></paragraph> <embed href="text/swriter/01/04130000.xhp#rahm"/> -<paragraph role="heading" id="hd_id3149917" xml-lang="en-US" level="2" l10n="U" oldref="15"><link href="text/swriter/01/04150000.xhp" name="Table">Table</link></paragraph> +<paragraph role="heading" id="hd_id3149917" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04150000.xhp" name="Table">Table</link></paragraph> <embed href="text/swriter/01/04150000.xhp#tabelletext"/> -<paragraph role="heading" id="hd_id3149944" xml-lang="en-US" level="2" l10n="U" oldref="22"><link href="text/swriter/01/04210000.xhp" name="Horizontal Rule">Horizontal Rule</link></paragraph> +<paragraph role="heading" id="hd_id3149944" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04210000.xhp" name="Horizontal Rule">Horizontal Rule</link></paragraph> <embed href="text/swriter/01/04210000.xhp#horizontaltext"/> <embed href="text/shared/01/04990000.xhp#grafik"/> <embed href="text/shared/01/04150000.xhp#objekt"/> -<paragraph role="heading" id="hd_id3150951" xml-lang="en-US" level="2" l10n="U" oldref="20"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></paragraph> +<paragraph role="heading" id="hd_id3150951" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></paragraph> <embed href="text/shared/01/04160500.xhp#frameeinfuegentext"/> <embed href="text/shared/01/moviesound.xhp#moviesound"/> -<paragraph role="heading" id="hd_id3149428" xml-lang="en-US" level="2" l10n="U" oldref="16"><link href="text/swriter/01/04190000.xhp" name="File">File</link></paragraph> +<paragraph role="heading" id="hd_id3149428" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04190000.xhp" name="File">File</link></paragraph> <embed href="text/swriter/01/04190000.xhp#datei"/> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/main0503.xhp b/main/helpcontent2/source/text/swriter/main0503.xhp index 4cdd9ff854..c8f0a2b129 100644 --- a/main/helpcontent2/source/text/swriter/main0503.xhp +++ b/main/helpcontent2/source/text/swriter/main0503.xhp @@ -30,29 +30,29 @@ </meta> <body> <section id="waskann"> -<paragraph role="heading" id="hd_id3154243" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="main0503"><link href="text/swriter/main0503.xhp" name="$[officename] Writer Features">$[officename] Writer Features</link> +<paragraph role="heading" id="hd_id3154243" xml-lang="en-US" level="1" l10n="U"><variable id="main0503"><link href="text/swriter/main0503.xhp" name="$[officename] Writer Features">$[officename] Writer Features</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3154263" xml-lang="en-US" l10n="CHG" oldref="2">$[officename] Writer lets you design and produce text documents that can include graphics, tables, or charts. You can then save the documents in a variety of formats, including the standardized OpenDocument format (ODF), Microsoft Word .doc format, or HTML. And you can easily export your document to the Portable Document Format (PDF).</paragraph> +<paragraph role="paragraph" id="par_id3154263" xml-lang="en-US" l10n="CHG">$[officename] Writer lets you design and produce text documents that can include graphics, tables, or charts. You can then save the documents in a variety of formats, including the standardized OpenDocument format (ODF), Microsoft Word .doc format, or HTML. And you can easily export your document to the Portable Document Format (PDF).</paragraph> </section> -<paragraph role="heading" id="hd_id3147755" xml-lang="en-US" level="2" l10n="U" oldref="4">Writing</paragraph> -<paragraph role="paragraph" id="par_id3147768" xml-lang="en-US" l10n="U" oldref="5">$[officename] Writer lets you create both basic documents, such as memos, <link href="text/shared/guide/fax.xhp" name="faxes">faxes</link>, letters, resumes and <link href="text/swriter/01/01150000.xhp" name="merge documents">merge documents</link>, as well as long and complex or multi-part documents, complete with bibliographies, reference tables and indexes.</paragraph> -<paragraph role="paragraph" id="par_id3147797" xml-lang="en-US" l10n="U" oldref="29">$[officename] Writer also includes such useful features as a <link href="text/shared/01/06010000.xhp" name="spellchecker">spellchecker</link>, a <link href="text/swriter/guide/using_thesaurus.xhp" name="thesaurus">thesaurus</link>, <link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link>, and <link href="text/swriter/01/06030000.xhp" name="Hyphenation">hyphenation</link> as well as [...] -<paragraph role="heading" id="hd_id3147225" xml-lang="en-US" level="2" l10n="U" oldref="9">Designing and Structuring</paragraph> -<paragraph role="paragraph" id="par_id3147239" xml-lang="en-US" l10n="U" oldref="10">$[officename] offers a wide variety of options to design documents. Use the <link href="text/swriter/01/05140000.xhp" name="Styles">Styles and Formatting window</link> to create, assign and modify styles for paragraphs, individual characters, frames and pages. In addition, the <link href="text/swriter/01/02110000.xhp" name="Navigator">Navigator</link> helps you to quickly move around inside your document [...] -<paragraph role="paragraph" id="par_id3147272" xml-lang="en-US" l10n="U" oldref="12">You can also create various <link href="text/swriter/01/04120000.xhp" name="indexes and tables">indexes and tables</link> in text documents. You can define the structure and appearance of the indexes and tables according to your individual needs. Live hyperlinks and bookmarks let you jump directly to the corresponding items in the text.</paragraph> -<paragraph role="heading" id="hd_id3145596" xml-lang="en-US" level="2" l10n="U" oldref="30">Desktop Publishing with $[officename] Writer</paragraph> -<paragraph role="paragraph" id="par_id3145610" xml-lang="en-US" l10n="U" oldref="31">$[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creating professionally styled documents, such as brochures, newsletters and invitations. You can format your documents with multi-column layouts, <link href="text/swriter/guide/text_frame.xhp" name="text frames">text frames</link>, <link href="text/swriter/guide/insert_graphic.xhp" name="graphics">graphics</link [...] -<paragraph role="heading" id="hd_id3145649" xml-lang="en-US" level="2" l10n="U" oldref="13">Calculations</paragraph> -<paragraph role="paragraph" id="par_id3145663" xml-lang="en-US" l10n="U" oldref="14">Text documents in $[officename] have an integrated <link href="text/swriter/main0214.xhp" name="calculation function">calculation function</link> that helps you execute sophisticated calculations or logical links. You can easily create a table in a text document in order to perform calculations.</paragraph> -<paragraph role="heading" id="hd_id3151192" xml-lang="en-US" level="2" l10n="U" oldref="15">Creating Drawings</paragraph> -<paragraph role="paragraph" id="par_id3151206" xml-lang="en-US" l10n="U" oldref="16">The $[officename] Writer <link href="text/shared/02/01140000.xhp" name="drawing tool">drawing tool</link> lets you create drawings, graphics, legends, and other types of drawings directly in text documents.</paragraph> -<paragraph role="heading" id="hd_id3151229" xml-lang="en-US" level="2" l10n="U" oldref="17">Inserting Graphics</paragraph> -<paragraph role="paragraph" id="par_id3151243" xml-lang="en-US" l10n="CHG" oldref="18">You can insert pictures with <link href="text/shared/00/00000020.xhp" name="different formats">different formats</link> into a text document, including graphics with a JPG or GIF format. In addition, the <link href="text/shared/01/gallery.xhp" name="Gallery">Gallery</link> provides a collection of clipart graphics, and the <link href="text/shared/guide/fontwork.xhp">Fontwork Gallery</link> creates stun [...] -<paragraph role="heading" id="hd_id3155084" xml-lang="en-US" level="2" l10n="U" oldref="21">Flexible Application Interface</paragraph> -<paragraph role="paragraph" id="par_id3155098" xml-lang="en-US" l10n="U" oldref="22">The program interface is designed so that you can configure it according to your preferences, including customizing icons and menus. You can position various program windows, such as the Styles and Formatting window or the Navigator as floating windows anywhere on the screen. You can also <link href="text/shared/guide/autohide.xhp" name="dock">dock</link> some windows to the edge of the workspace.</paragraph> -<paragraph role="heading" id="hd_id3155123" xml-lang="en-US" level="2" l10n="U" oldref="23">Drag&Drop</paragraph> -<paragraph role="paragraph" id="par_id3155137" xml-lang="en-US" l10n="U" oldref="24">The <link href="text/shared/guide/dragdrop.xhp" name="drag-and-drop">drag-and-drop</link> feature enables you to work quickly and efficiently with text documents in $[officename]. For example, you can drag-and-drop objects, such as graphics from the Gallery, from one location to another in the same document, or between open $[officename] documents.</paragraph> -<paragraph role="heading" id="hd_id3155162" xml-lang="en-US" level="2" l10n="CHG" oldref="27">Help Functions</paragraph> -<paragraph role="paragraph" id="par_id3145675" xml-lang="en-US" l10n="CHG" oldref="28">You can use the <link href="text/shared/05/00000110.xhp" name="Help system">Help system</link> as a complete reference for $[officename] applications, including <link href="text/swriter/guide/main.xhp" name="instructions">instructions</link> for simple and complex tasks.</paragraph> +<paragraph role="heading" id="hd_id3147755" xml-lang="en-US" level="2" l10n="U">Writing</paragraph> +<paragraph role="paragraph" id="par_id3147768" xml-lang="en-US" l10n="U">$[officename] Writer lets you create both basic documents, such as memos, <link href="text/shared/guide/fax.xhp" name="faxes">faxes</link>, letters, resumes and <link href="text/swriter/01/01150000.xhp" name="merge documents">merge documents</link>, as well as long and complex or multi-part documents, complete with bibliographies, reference tables and indexes.</paragraph> +<paragraph role="paragraph" id="par_id3147797" xml-lang="en-US" l10n="U">$[officename] Writer also includes such useful features as a <link href="text/shared/01/06010000.xhp" name="spellchecker">spellchecker</link>, a <link href="text/swriter/guide/using_thesaurus.xhp" name="thesaurus">thesaurus</link>, <link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link>, and <link href="text/swriter/01/06030000.xhp" name="Hyphenation">hyphenation</link> as well as a variety of [...] +<paragraph role="heading" id="hd_id3147225" xml-lang="en-US" level="2" l10n="U">Designing and Structuring</paragraph> +<paragraph role="paragraph" id="par_id3147239" xml-lang="en-US" l10n="U">$[officename] offers a wide variety of options to design documents. Use the <link href="text/swriter/01/05140000.xhp" name="Styles">Styles and Formatting window</link> to create, assign and modify styles for paragraphs, individual characters, frames and pages. In addition, the <link href="text/swriter/01/02110000.xhp" name="Navigator">Navigator</link> helps you to quickly move around inside your documents, lets you [...] +<paragraph role="paragraph" id="par_id3147272" xml-lang="en-US" l10n="U">You can also create various <link href="text/swriter/01/04120000.xhp" name="indexes and tables">indexes and tables</link> in text documents. You can define the structure and appearance of the indexes and tables according to your individual needs. Live hyperlinks and bookmarks let you jump directly to the corresponding items in the text.</paragraph> +<paragraph role="heading" id="hd_id3145596" xml-lang="en-US" level="2" l10n="U">Desktop Publishing with $[officename] Writer</paragraph> +<paragraph role="paragraph" id="par_id3145610" xml-lang="en-US" l10n="U">$[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creating professionally styled documents, such as brochures, newsletters and invitations. You can format your documents with multi-column layouts, <link href="text/swriter/guide/text_frame.xhp" name="text frames">text frames</link>, <link href="text/swriter/guide/insert_graphic.xhp" name="graphics">graphics</link>, <link hre [...] +<paragraph role="heading" id="hd_id3145649" xml-lang="en-US" level="2" l10n="U">Calculations</paragraph> +<paragraph role="paragraph" id="par_id3145663" xml-lang="en-US" l10n="U">Text documents in $[officename] have an integrated <link href="text/swriter/main0214.xhp" name="calculation function">calculation function</link> that helps you execute sophisticated calculations or logical links. You can easily create a table in a text document in order to perform calculations.</paragraph> +<paragraph role="heading" id="hd_id3151192" xml-lang="en-US" level="2" l10n="U">Creating Drawings</paragraph> +<paragraph role="paragraph" id="par_id3151206" xml-lang="en-US" l10n="U">The $[officename] Writer <link href="text/shared/02/01140000.xhp" name="drawing tool">drawing tool</link> lets you create drawings, graphics, legends, and other types of drawings directly in text documents.</paragraph> +<paragraph role="heading" id="hd_id3151229" xml-lang="en-US" level="2" l10n="U">Inserting Graphics</paragraph> +<paragraph role="paragraph" id="par_id3151243" xml-lang="en-US" l10n="CHG">You can insert pictures with <link href="text/shared/00/00000020.xhp" name="different formats">different formats</link> into a text document, including graphics with a JPG or GIF format. In addition, the <link href="text/shared/01/gallery.xhp" name="Gallery">Gallery</link> provides a collection of clipart graphics, and the <link href="text/shared/guide/fontwork.xhp">Fontwork Gallery</link> creates stunning font ef [...] +<paragraph role="heading" id="hd_id3155084" xml-lang="en-US" level="2" l10n="U">Flexible Application Interface</paragraph> +<paragraph role="paragraph" id="par_id3155098" xml-lang="en-US" l10n="U">The program interface is designed so that you can configure it according to your preferences, including customizing icons and menus. You can position various program windows, such as the Styles and Formatting window or the Navigator as floating windows anywhere on the screen. You can also <link href="text/shared/guide/autohide.xhp" name="dock">dock</link> some windows to the edge of the workspace.</paragraph> +<paragraph role="heading" id="hd_id3155123" xml-lang="en-US" level="2" l10n="U">Drag&Drop</paragraph> +<paragraph role="paragraph" id="par_id3155137" xml-lang="en-US" l10n="U">The <link href="text/shared/guide/dragdrop.xhp" name="drag-and-drop">drag-and-drop</link> feature enables you to work quickly and efficiently with text documents in $[officename]. For example, you can drag-and-drop objects, such as graphics from the Gallery, from one location to another in the same document, or between open $[officename] documents.</paragraph> +<paragraph role="heading" id="hd_id3155162" xml-lang="en-US" level="2" l10n="CHG">Help Functions</paragraph> +<paragraph role="paragraph" id="par_id3145675" xml-lang="en-US" l10n="CHG">You can use the <link href="text/shared/05/00000110.xhp" name="Help system">Help system</link> as a complete reference for $[officename] applications, including <link href="text/swriter/guide/main.xhp" name="instructions">instructions</link> for simple and complex tasks.</paragraph> </body> </helpdocument>