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
The following commit(s) were added to refs/heads/AOO42X by this push: new e29d5dd56f Remove 'oldref' entries (work in progress) e29d5dd56f is described below commit e29d5dd56f87e83cbce06dd7375713f7a477d431 Author: mseidel <msei...@apache.org> AuthorDate: Tue Jan 14 16:50:15 2025 +0100 Remove 'oldref' entries (work in progress) (cherry picked from commit 5fc772444d1ca43c498be6e8a55b1413a98f7002) --- .../source/text/sbasic/shared/03020414.xhp | 55 ++++++++++------------ .../source/text/sbasic/shared/03080104.xhp | 51 ++++++++++---------- .../helpcontent2/source/text/scalc/01/12080500.xhp | 42 ++++++++--------- .../source/text/scalc/guide/currency_format.xhp | 17 ++++--- .../text/scalc/guide/integer_leading_zero.xhp | 28 +++++------ .../source/text/scalc/guide/rounding_numbers.xhp | 30 ++++++------ .../source/text/shared/01/01010304.xhp | 34 ++++++------- .../source/text/shared/02/02020000.xhp | 23 +++++---- .../source/text/shared/05/00000120.xhp | 21 ++++----- .../source/text/shared/autopi/01020300.xhp | 6 +-- .../text/shared/explorer/database/05040100.xhp | 46 +++++++++--------- .../source/text/shared/guide/hyperlink_insert.xhp | 23 +++++---- .../source/text/shared/guide/space_hyphen.xhp | 22 ++++----- .../source/text/swriter/01/04060100.xhp | 20 ++++---- .../source/text/swriter/guide/auto_spellcheck.xhp | 27 +++++------ 15 files changed, 216 insertions(+), 229 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03020414.xhp b/main/helpcontent2/source/text/sbasic/shared/03020414.xhp index 4e0f625c27..77820f1cf7 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03020414.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03020414.xhp @@ -33,39 +33,36 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3147559"> <bookmark_value>SetAttr statement</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3147559" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03020414.xhp" name="SetAttr Statement [Runtime]">SetAttr Statement [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="U" oldref="2">Sets the attribute information for a specified file.</paragraph> +<paragraph role="heading" id="hd_id3147559" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03020414.xhp" name="SetAttr Statement [Runtime]">SetAttr Statement [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="U">Sets the attribute information for a specified file.</paragraph> </section> -<paragraph role="heading" id="hd_id3150359" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="code" id="par_id3154365" xml-lang="en-US" l10n="U" oldref="4">SetAttr FileName As String, Attribute As Integer</paragraph> -<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="2" l10n="U" oldref="5">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3154909" xml-lang="en-US" l10n="U" oldref="6">FileName: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, <emph>SetAttr</emph> searches for the file in the current directory. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph> -<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" l10n="U" oldref="7"> -<emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:</paragraph> -<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Value</emph> -</paragraph> -<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US" l10n="U" oldref="9">0 : Normal files.</paragraph> -<paragraph role="paragraph" id="par_id3149262" xml-lang="en-US" l10n="U" oldref="10">1 : Read-only files.</paragraph> -<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" l10n="U" oldref="13">32 : File was changed since last backup (Archive bit).</paragraph> -<paragraph role="paragraph" id="par_id3153093" xml-lang="en-US" l10n="U" oldref="14">You can set multiple attributes by combining the respective values with a logic OR statement.</paragraph> +<paragraph role="heading" id="hd_id3150359" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="code" id="par_id3154365" xml-lang="en-US" l10n="U">SetAttr FileName As String, Attribute As Integer</paragraph> +<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3154909" xml-lang="en-US" l10n="U">FileName: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, <emph>SetAttr</emph> searches for the file in the current directory. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph> +<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" l10n="U"><emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:</paragraph> +<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="U"><emph>Value</emph></paragraph> +<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US" l10n="U">0 : Normal files.</paragraph> +<paragraph role="paragraph" id="par_id3149262" xml-lang="en-US" l10n="U">1 : Read-only files.</paragraph> +<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" l10n="U">32 : File was changed since last backup (Archive bit).</paragraph> +<paragraph role="paragraph" id="par_id3153093" xml-lang="en-US" l10n="U">You can set multiple attributes by combining the respective values with a logic OR statement.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> <embed href="text/sbasic/shared/00000003.xhp#err53"/> <embed href="text/sbasic/shared/00000003.xhp#err70"/> -<paragraph role="heading" id="hd_id3147434" xml-lang="en-US" level="2" l10n="U" oldref="15">Example:</paragraph> -<paragraph role="code" id="par_id3154012" xml-lang="en-US" l10n="U" oldref="16">Sub ExampleSetGetAttr</paragraph> -<paragraph role="code" id="par_id3148645" xml-lang="en-US" l10n="U" oldref="17">On Error Goto ErrorHandler REM Define target for error-handler</paragraph> -<paragraph role="code" id="par_id3145647" xml-lang="en-US" l10n="U" oldref="18">If Dir("C:\test",16)="" Then MkDir "C:\test"</paragraph> -<paragraph role="code" id="par_id3147126" xml-lang="en-US" l10n="U" oldref="19">If Dir("C:\test\autoexec.sav")="" THEN Filecopy "c:\autoexec.bat", "c:\test\autoexec.sav"</paragraph> -<paragraph role="code" id="par_id3151074" xml-lang="en-US" l10n="U" oldref="20">SetAttr "c:\test\autoexec.sav" ,0</paragraph> -<paragraph role="code" id="par_id3153158" xml-lang="en-US" l10n="U" oldref="21">Filecopy "c:\autoexec.bat", "c:\test\autoexec.sav"</paragraph> -<paragraph role="code" id="par_id3149378" xml-lang="en-US" l10n="U" oldref="22">SetAttr "c:\test\autoexec.sav" ,1</paragraph> -<paragraph role="code" id="par_id3150716" xml-lang="en-US" l10n="U" oldref="23">print GetAttr( "c:\test\autoexec.sav" )</paragraph> -<paragraph role="code" id="par_id3154018" xml-lang="en-US" l10n="U" oldref="24">end</paragraph> -<paragraph role="code" id="par_id3149121" xml-lang="en-US" l10n="U" oldref="25">ErrorHandler:</paragraph> -<paragraph role="code" id="par_id3156275" xml-lang="en-US" l10n="U" oldref="26">Print Error</paragraph> -<paragraph role="code" id="par_id3153707" xml-lang="en-US" l10n="U" oldref="27">end</paragraph> -<paragraph role="code" id="par_id3145640" xml-lang="en-US" l10n="U" oldref="28">end sub</paragraph> +<paragraph role="heading" id="hd_id3147434" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="code" id="par_id3154012" xml-lang="en-US" l10n="U">Sub ExampleSetGetAttr</paragraph> +<paragraph role="code" id="par_id3148645" xml-lang="en-US" l10n="U">On Error Goto ErrorHandler REM Define target for error-handler</paragraph> +<paragraph role="code" id="par_id3145647" xml-lang="en-US" l10n="U">If Dir("C:\test",16)="" Then MkDir "C:\test"</paragraph> +<paragraph role="code" id="par_id3147126" xml-lang="en-US" l10n="U">If Dir("C:\test\autoexec.sav")="" THEN Filecopy "c:\autoexec.bat", "c:\test\autoexec.sav"</paragraph> +<paragraph role="code" id="par_id3151074" xml-lang="en-US" l10n="U">SetAttr "c:\test\autoexec.sav" ,0</paragraph> +<paragraph role="code" id="par_id3153158" xml-lang="en-US" l10n="U">Filecopy "c:\autoexec.bat", "c:\test\autoexec.sav"</paragraph> +<paragraph role="code" id="par_id3149378" xml-lang="en-US" l10n="U">SetAttr "c:\test\autoexec.sav" ,1</paragraph> +<paragraph role="code" id="par_id3150716" xml-lang="en-US" l10n="U">print GetAttr( "c:\test\autoexec.sav" )</paragraph> +<paragraph role="code" id="par_id3154018" xml-lang="en-US" l10n="U">end</paragraph> +<paragraph role="code" id="par_id3149121" xml-lang="en-US" l10n="U">ErrorHandler:</paragraph> +<paragraph role="code" id="par_id3156275" xml-lang="en-US" l10n="U">Print Error</paragraph> +<paragraph role="code" id="par_id3153707" xml-lang="en-US" l10n="U">end</paragraph> +<paragraph role="code" id="par_id3145640" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03080104.xhp b/main/helpcontent2/source/text/sbasic/shared/03080104.xhp index 5d009e6e70..3b06906316 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03080104.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03080104.xhp @@ -33,34 +33,33 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3148550"> <bookmark_value>Tan function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3148550" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03080104.xhp" name="Tan Function [Runtime]">Tan Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US" l10n="CHG" oldref="2">Determines the tangent of an angle. The angle is specified in radians.<comment>i71396</comment></paragraph> +<paragraph role="heading" id="hd_id3148550" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03080104.xhp" name="Tan Function [Runtime]">Tan Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US" l10n="CHG">Determines the tangent of an angle. The angle is specified in radians.<comment>i71396</comment></paragraph> </section> -<paragraph role="paragraph" id="par_id3153379" xml-lang="en-US" l10n="U" oldref="3">Using the angle Alpha, the Tan Function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle.</paragraph> -<paragraph role="paragraph" id="par_id3154366" xml-lang="en-US" l10n="U" oldref="4">Tan(Alpha) = side opposite the angle/side adjacent to angle</paragraph> -<paragraph role="heading" id="hd_id3145174" xml-lang="en-US" level="2" l10n="U" oldref="5">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3151042" xml-lang="en-US" l10n="U" oldref="6">Tan (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_id3156281" 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> Any numeric expression that you want to calculate the tangent for (in radians).</paragraph> -<paragraph role="paragraph" id="par_id3153728" xml-lang="en-US" l10n="U" oldref="11">To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi.</paragraph> -<paragraph role="paragraph" id="par_id3155414" xml-lang="en-US" l10n="CHG" oldref="12">degrees=(radiant*180)/Pi</paragraph> -<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US" l10n="CHG" oldref="13">radiant=(degrees*Pi)/180</paragraph> -<paragraph role="paragraph" id="par_id3147434" 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 Tan Function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle.</paragraph> +<paragraph role="paragraph" id="par_id3154366" xml-lang="en-US" l10n="U">Tan(Alpha) = side opposite the angle/side adjacent to angle</paragraph> +<paragraph role="heading" id="hd_id3145174" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3151042" xml-lang="en-US" l10n="U">Tan (Number)</paragraph> +<paragraph role="heading" id="hd_id3156214" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3156281" 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> Any numeric expression that you want to calculate the tangent for (in radians).</paragraph> +<paragraph role="paragraph" id="par_id3153728" xml-lang="en-US" l10n="U">To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi.</paragraph> +<paragraph role="paragraph" id="par_id3155414" xml-lang="en-US" l10n="CHG">degrees=(radiant*180)/Pi</paragraph> +<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US" l10n="CHG">radiant=(degrees*Pi)/180</paragraph> +<paragraph role="paragraph" id="par_id3147434" 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_id3149483" xml-lang="en-US" level="2" l10n="U" oldref="15">Example:</paragraph> -<paragraph role="paragraph" id="par_id3148646" 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_id3150012" 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 side adjacent to the angle:</paragraph> -<paragraph role="paragraph" id="par_id3151115" xml-lang="en-US" l10n="U" oldref="18">Sub ExampleTangens</paragraph> -<paragraph role="paragraph" id="par_id3153158" xml-lang="en-US" l10n="U" oldref="19">REM Pi = 3.1415926 is a pre-defined variable</paragraph> -<paragraph role="paragraph" id="par_id3145800" xml-lang="en-US" l10n="U" oldref="20">Dim d1 as Double</paragraph> -<paragraph role="paragraph" id="par_id3150417" xml-lang="en-US" l10n="U" oldref="21">Dim dAlpha as Double</paragraph> -<paragraph role="paragraph" id="par_id3145252" xml-lang="en-US" l10n="U" oldref="22">d1 = InputBox$ ("Enter the length of the side opposite the angle: ","opposite")</paragraph> -<paragraph role="paragraph" id="par_id3149582" xml-lang="en-US" l10n="U" oldref="23">dAlpha = InputBox$ ("Enter the Alpha angle (in degrees): ","Alpha")</paragraph> -<paragraph role="paragraph" id="par_id3154016" xml-lang="en-US" l10n="U" oldref="24">Print "the length of the side adjacent the angle is"; (d1 / tan (dAlpha * Pi / 180))</paragraph> -<paragraph role="paragraph" id="par_id3154731" xml-lang="en-US" l10n="U" oldref="25">End Sub</paragraph> +<paragraph role="heading" id="hd_id3149483" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3148646" 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_id3150012" xml-lang="en-US" l10n="U">REM The side opposite the angle and the angle (in degrees) to calculate the length of the side adjacent to the angle:</paragraph> +<paragraph role="paragraph" id="par_id3151115" xml-lang="en-US" l10n="U">Sub ExampleTangens</paragraph> +<paragraph role="paragraph" id="par_id3153158" xml-lang="en-US" l10n="U">REM Pi = 3.1415926 is a pre-defined variable</paragraph> +<paragraph role="paragraph" id="par_id3145800" xml-lang="en-US" l10n="U">Dim d1 as Double</paragraph> +<paragraph role="paragraph" id="par_id3150417" xml-lang="en-US" l10n="U">Dim dAlpha as Double</paragraph> +<paragraph role="paragraph" id="par_id3145252" xml-lang="en-US" l10n="U">d1 = InputBox$ ("Enter the length of the side opposite the angle: ","opposite")</paragraph> +<paragraph role="paragraph" id="par_id3149582" xml-lang="en-US" l10n="U">dAlpha = InputBox$ ("Enter the Alpha angle (in degrees): ","Alpha")</paragraph> +<paragraph role="paragraph" id="par_id3154016" xml-lang="en-US" l10n="U">Print "the length of the side adjacent the angle is"; (d1 / tan (dAlpha * Pi / 180))</paragraph> +<paragraph role="paragraph" id="par_id3154731" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/01/12080500.xhp b/main/helpcontent2/source/text/scalc/01/12080500.xhp index c27875e9e5..fb66b3c467 100644 --- a/main/helpcontent2/source/text/scalc/01/12080500.xhp +++ b/main/helpcontent2/source/text/scalc/01/12080500.xhp @@ -32,66 +32,66 @@ <section id="autogliederung"> <bookmark xml-lang="en-US" branch="hid/.uno:AutoOutline" id="bm_id1815805" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:AutoOutline" id="bm_id3153561" localize="false"/> -<paragraph role="heading" id="hd_id3150275" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/01/12080500.xhp" name="AutoOutline">AutoOutline</link></paragraph> -<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:AutoOutline">If the selected cell range contains formulas or references, $[officename] automatically outlines the selection.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150275" xml-lang="en-US" level="1" l10n="U"><link href="text/scalc/01/12080500.xhp" name="AutoOutline">AutoOutline</link></paragraph> +<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U"><ahelp hid=".uno:AutoOutline">If the selected cell range contains formulas or references, $[officename] automatically outlines the selection.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3150791" xml-lang="en-US" l10n="E" localize="false"><link href="text/scalc/00/00000412.xhp#dnglagl"><embedvar href="text/scalc/00/00000004.xhp#wie"/></link></paragraph> -<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US" l10n="U" oldref="10">For example, consider the following table:</paragraph> +<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US" l10n="U">For example, consider the following table:</paragraph> <table id="tbl_id3125865"> <tablerow> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U" oldref="11">January</paragraph> +<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U">January</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3154011" xml-lang="en-US" l10n="U" oldref="12">February</paragraph> +<paragraph role="paragraph" id="par_id3154011" xml-lang="en-US" l10n="U">February</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3152460" xml-lang="en-US" l10n="U" oldref="13">March</paragraph> +<paragraph role="paragraph" id="par_id3152460" xml-lang="en-US" l10n="U">March</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" l10n="U" oldref="14">1st Quarter</paragraph> +<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" l10n="U">1st Quarter</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3155854" xml-lang="en-US" l10n="U" oldref="15">April</paragraph> +<paragraph role="paragraph" id="par_id3155854" xml-lang="en-US" l10n="U">April</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3148575" xml-lang="en-US" l10n="U" oldref="16">May</paragraph> +<paragraph role="paragraph" id="par_id3148575" xml-lang="en-US" l10n="U">May</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3145271" xml-lang="en-US" l10n="U" oldref="17">June</paragraph> +<paragraph role="paragraph" id="par_id3145271" xml-lang="en-US" l10n="U">June</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3145648" xml-lang="en-US" l10n="U" oldref="18">2nd Quarter</paragraph> +<paragraph role="paragraph" id="par_id3145648" xml-lang="en-US" l10n="U">2nd Quarter</paragraph> </tablecell> </tablerow> <tablerow> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3153876" xml-lang="en-US" l10n="U" oldref="19">100</paragraph> +<paragraph role="paragraph" id="par_id3153876" xml-lang="en-US" l10n="U">100</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3145251" xml-lang="en-US" l10n="U" oldref="20">120</paragraph> +<paragraph role="paragraph" id="par_id3145251" xml-lang="en-US" l10n="U">120</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3149400" xml-lang="en-US" l10n="U" oldref="21">130</paragraph> +<paragraph role="paragraph" id="par_id3149400" xml-lang="en-US" l10n="U">130</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3150328" xml-lang="en-US" l10n="U" oldref="22">350</paragraph> +<paragraph role="paragraph" id="par_id3150328" xml-lang="en-US" l10n="U">350</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3155443" xml-lang="en-US" l10n="U" oldref="23">100</paragraph> +<paragraph role="paragraph" id="par_id3155443" xml-lang="en-US" l10n="U">100</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3153713" xml-lang="en-US" l10n="U" oldref="24">100</paragraph> +<paragraph role="paragraph" id="par_id3153713" xml-lang="en-US" l10n="U">100</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3156385" xml-lang="en-US" l10n="U" oldref="25">200</paragraph> +<paragraph role="paragraph" id="par_id3156385" xml-lang="en-US" l10n="U">200</paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3145230" xml-lang="en-US" l10n="U" oldref="26">400</paragraph> +<paragraph role="paragraph" id="par_id3145230" xml-lang="en-US" l10n="U">400</paragraph> </tablecell> </tablerow> </table> -<paragraph role="paragraph" id="par_id3147363" xml-lang="en-US" l10n="U" oldref="27">The cells for the 1st and 2nd quarters each contain a sum formula for the three cells to their left. If you apply the <emph>AutoOutline</emph> command, the table is grouped into two quarters.</paragraph> -<paragraph role="paragraph" id="par_id3146918" xml-lang="en-US" l10n="CHG" oldref="9">To remove the outline, select the table, and then choose <link href="text/scalc/01/12080600.xhp" name="Data - Group and Outline - Remove">Data - Group and Outline - Remove</link>.</paragraph> +<paragraph role="paragraph" id="par_id3147363" xml-lang="en-US" l10n="U">The cells for the 1st and 2nd quarters each contain a sum formula for the three cells to their left. If you apply the <emph>AutoOutline</emph> command, the table is grouped into two quarters.</paragraph> +<paragraph role="paragraph" id="par_id3146918" xml-lang="en-US" l10n="CHG">To remove the outline, select the table, and then choose <link href="text/scalc/01/12080600.xhp" name="Data - Group and Outline - Remove">Data - Group and Outline - Remove</link>.</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/guide/currency_format.xhp b/main/helpcontent2/source/text/scalc/guide/currency_format.xhp index defbf4d22d..b0002cf648 100644 --- a/main/helpcontent2/source/text/scalc/guide/currency_format.xhp +++ b/main/helpcontent2/source/text/scalc/guide/currency_format.xhp @@ -38,26 +38,25 @@ <bookmark_value>defaults;currency formats</bookmark_value> <bookmark_value>changing;currency formats</bookmark_value> </bookmark><comment>mw changed one index entry</comment> -<paragraph xml-lang="en-US" id="hd_id3156329" role="heading" level="1" l10n="U" -oldref="46"><variable id="currency_format"><link href="text/scalc/guide/currency_format.xhp" name="Cells in Currency Format">Cells in Currency Format</link> +<paragraph xml-lang="en-US" id="hd_id3156329" role="heading" level="1" l10n="U"><variable id="currency_format"><link href="text/scalc/guide/currency_format.xhp" name="Cells in Currency Format">Cells in Currency Format</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3153968" role="paragraph" l10n="CHG" oldref="47">In <item type="productname">%PRODUCTNAME</item> Calc you can give numbers any currency format. When you click the <item type="menuitem">Currency</item> icon +<paragraph xml-lang="en-US" id="par_id3153968" role="paragraph" l10n="CHG">In <item type="productname">%PRODUCTNAME</item> Calc you can give numbers any currency format. When you click the <item type="menuitem">Currency</item> icon <image id="img_id3150791" src="res/commandimagelist/sc_currencyfield.png" width="0.1665in" height="0.1665in"><alt xml-lang="en-US" id="alt_id3150791">Icon</alt> </image> in the <item type="menuitem">Formatting</item> bar to format a number, the cell is given the default currency format set under <item type="menuitem"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item>.</paragraph> -<paragraph xml-lang="en-US" id="par_id3150010" role="note" l10n="CHG" oldref="48">Exchanging of <item type="productname">%PRODUCTNAME</item> Calc documents can lead to misunderstandings, if your <item type="productname">%PRODUCTNAME</item> Calc document is loaded by a user who uses a different default currency format.</paragraph> -<paragraph xml-lang="en-US" id="par_id3156442" role="paragraph" l10n="U" oldref="52">In <item type="productname">%PRODUCTNAME</item> Calc you can define that a number that you have formatted as "1,234.50 €", still remains in euros in another country and does not become dollars.</paragraph> -<paragraph xml-lang="en-US" id="par_id3151075" role="paragraph" l10n="CHG" oldref="49">You can change the currency format in the <item type="menuitem">Format Cells</item> dialog (choose <item type="menuitem">Format - Cells - Numbers</item> tab) by two country settings. In the <item type="menuitem">Language</item> combo box select the basic setting for decimal and thousands separators. In the <item type="menuitem">Format</item> list box you can select the currency symbol and its position. [...] +<paragraph xml-lang="en-US" id="par_id3150010" role="note" l10n="CHG">Exchanging of <item type="productname">%PRODUCTNAME</item> Calc documents can lead to misunderstandings, if your <item type="productname">%PRODUCTNAME</item> Calc document is loaded by a user who uses a different default currency format.</paragraph> +<paragraph xml-lang="en-US" id="par_id3156442" role="paragraph" l10n="U">In <item type="productname">%PRODUCTNAME</item> Calc you can define that a number that you have formatted as "1,234.50 €", still remains in euros in another country and does not become dollars.</paragraph> +<paragraph xml-lang="en-US" id="par_id3151075" role="paragraph" l10n="CHG">You can change the currency format in the <item type="menuitem">Format Cells</item> dialog (choose <item type="menuitem">Format - Cells - Numbers</item> tab) by two country settings. In the <item type="menuitem">Language</item> combo box select the basic setting for decimal and thousands separators. In the <item type="menuitem">Format</item> list box you can select the currency symbol and its position.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3150749" role="listitem" l10n="U" oldref="50">For example, if the language is set to "Default" and you are using a German locale setting, the currency format will be "1.234,00 €". A point is used before the thousand digits and a comma before the decimal places. If you now select the subordinate currency format "$ English (US)" from the <item type="menuitem">Format</item> list box, you will get the following format: "$ 1.234,00". As you can see, the s [...] +<paragraph xml-lang="en-US" id="par_id3150749" role="listitem" l10n="U">For example, if the language is set to "Default" and you are using a German locale setting, the currency format will be "1.234,00 €". A point is used before the thousand digits and a comma before the decimal places. If you now select the subordinate currency format "$ English (US)" from the <item type="menuitem">Format</item> list box, you will get the following format: "$ 1.234,00". As you can see, the separators ha [...] </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3145640" role="listitem" l10n="U" oldref="51">If, under <item type="menuitem">Language</item>, you convert the cells to "English (US)", the English-language locale setting is also transferred and the default currency format is now "$ 1,234.00".</paragraph> +<paragraph xml-lang="en-US" id="par_id3145640" role="listitem" l10n="U">If, under <item type="menuitem">Language</item>, you convert the cells to "English (US)", the English-language locale setting is also transferred and the default currency format is now "$ 1,234.00".</paragraph> </listitem> </list> <section id="relatedtopics"> <embed href="text/scalc/guide/text_numbers.xhp#text_numbers"/> -<paragraph xml-lang="en-US" id="par_id3154255" role="paragraph" l10n="U" oldref="53"><link href="text/shared/01/05020300.xhp" name="Format - Cells - Numbers">Format - Cells - Numbers</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3154255" role="paragraph" l10n="U"><link href="text/shared/01/05020300.xhp" name="Format - Cells - Numbers">Format - Cells - Numbers</link></paragraph> </section> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp b/main/helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp index 869c865a12..95287c1a8c 100644 --- a/main/helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp +++ b/main/helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp @@ -39,48 +39,46 @@ <bookmark_value>text in cells; changing to numbers</bookmark_value> <bookmark_value>converting;text with leading zeros, into numbers</bookmark_value> </bookmark><comment>UFI: inserted "converting;text to numbers"</comment><comment>mw changed "converting;" and deleted "numbers,changing..."</comment> -<paragraph xml-lang="en-US" id="hd_id3147560" role="heading" level="1" l10n="U" -oldref="67"><variable id="integer_leading_zero"><link href="text/scalc/guide/integer_leading_zero.xhp" name="Entering a Number with Leading Zeros">Entering a Number with Leading Zeros</link> +<paragraph xml-lang="en-US" id="hd_id3147560" role="heading" level="1" l10n="U"><variable id="integer_leading_zero"><link href="text/scalc/guide/integer_leading_zero.xhp" name="Entering a Number with Leading Zeros">Entering a Number with Leading Zeros</link> </variable></paragraph> <section id="inttext"> -<paragraph xml-lang="en-US" id="par_id3153194" role="paragraph" l10n="U" oldref="55">There are various ways to enter integers starting with a zero:</paragraph> +<paragraph xml-lang="en-US" id="par_id3153194" role="paragraph" l10n="U">There are various ways to enter integers starting with a zero:</paragraph> <list type="unordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3146119" role="listitem" l10n="U" oldref="56">Enter the number as text. The easiest way is to enter the number starting with an apostrophe (for example, <item type="input">'0987</item>). The apostrophe will not appear in the cell, and the number will be formatted as text. Because it is in text format, however, you cannot calculate with this number.</paragraph> +<paragraph xml-lang="en-US" id="par_id3146119" role="listitem" l10n="U">Enter the number as text. The easiest way is to enter the number starting with an apostrophe (for example, <item type="input">'0987</item>). The apostrophe will not appear in the cell, and the number will be formatted as text. Because it is in text format, however, you cannot calculate with this number.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3154013" role="listitem" l10n="U" oldref="57">Format a cell with a number format such as <item type="input">\0000</item>. This format can be assigned in the <emph>Format code</emph> field under the <emph>Format - Cells - Numbers</emph> tab, and defines the cell display as "always put a zero first and then the integer, having at least three places, and filled with zeros at the left if less than three digits".</paragraph> +<paragraph xml-lang="en-US" id="par_id3154013" role="listitem" l10n="U">Format a cell with a number format such as <item type="input">\0000</item>. This format can be assigned in the <emph>Format code</emph> field under the <emph>Format - Cells - Numbers</emph> tab, and defines the cell display as "always put a zero first and then the integer, having at least three places, and filled with zeros at the left if less than three digits".</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="par_id3150011" role="paragraph" l10n="E" oldref="66" -localize="false"/> -<paragraph xml-lang="en-US" id="par_id3153158" role="paragraph" l10n="U" oldref="58">If you want to apply a numerical format to a column of numbers in text format (for example, text "000123" becomes number "123"), do the following:</paragraph> +<paragraph xml-lang="en-US" id="par_id3150011" role="paragraph" l10n="E" localize="false"/> +<paragraph xml-lang="en-US" id="par_id3153158" role="paragraph" l10n="U">If you want to apply a numerical format to a column of numbers in text format (for example, text "000123" becomes number "123"), do the following:</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3149377" role="listitem" l10n="U" oldref="59">Select the column in which the digits are found in text format. Set the cell format in that column as "Number".</paragraph> +<paragraph xml-lang="en-US" id="par_id3149377" role="listitem" l10n="U">Select the column in which the digits are found in text format. Set the cell format in that column as "Number".</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3154944" role="listitem" l10n="U" oldref="60">Choose <emph>Edit - Find & Replace</emph> +<paragraph xml-lang="en-US" id="par_id3154944" role="listitem" l10n="U">Choose <emph>Edit - Find & Replace</emph> </paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3154510" role="listitem" l10n="U" oldref="61">In the <emph>Search for</emph> box, enter <item type="input">^[0-9]</item> +<paragraph xml-lang="en-US" id="par_id3154510" role="listitem" l10n="U">In the <emph>Search for</emph> box, enter <item type="input">^[0-9]</item> </paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155068" role="listitem" l10n="U" oldref="62">In the <emph>Replace with</emph> box, enter <item type="input">&</item> +<paragraph xml-lang="en-US" id="par_id3155068" role="listitem" l10n="U">In the <emph>Replace with</emph> box, enter <item type="input">&</item> </paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149018" role="listitem" l10n="U" oldref="63">Check <emph>Regular expressions</emph> +<paragraph xml-lang="en-US" id="par_id3149018" role="listitem" l10n="U">Check <emph>Regular expressions</emph> </paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3156382" role="listitem" l10n="U" oldref="64">Check <emph>Current selection only</emph> +<paragraph xml-lang="en-US" id="par_id3156382" role="listitem" l10n="U">Check <emph>Current selection only</emph> </paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3146916" role="listitem" l10n="U" oldref="65">Click <emph>Replace All</emph> +<paragraph xml-lang="en-US" id="par_id3146916" role="listitem" l10n="U">Click <emph>Replace All</emph> </paragraph> </listitem> </list> diff --git a/main/helpcontent2/source/text/scalc/guide/rounding_numbers.xhp b/main/helpcontent2/source/text/scalc/guide/rounding_numbers.xhp index 965ef22426..0447275c5a 100644 --- a/main/helpcontent2/source/text/scalc/guide/rounding_numbers.xhp +++ b/main/helpcontent2/source/text/scalc/guide/rounding_numbers.xhp @@ -42,43 +42,43 @@ <bookmark_value>rounding precision</bookmark_value> <bookmark_value>spreadsheets; values as shown</bookmark_value> </bookmark><comment>mw reduced "tables in spreadsheets;" to "tables;"</comment> -<paragraph role="paragraph" id="par_id3153361" xml-lang="en-US" l10n="E" oldref="1" localize="false"/> -<paragraph role="heading" id="hd_id3156422" xml-lang="en-US" level="1" l10n="U" oldref="2"><variable id="rounding_numbers"><link href="text/scalc/guide/rounding_numbers.xhp" name="Using Rounded Off Numbers">Using Rounded Off Numbers</link> +<paragraph role="paragraph" id="par_id3153361" xml-lang="en-US" l10n="E" localize="false"/> +<paragraph role="heading" id="hd_id3156422" xml-lang="en-US" level="1" l10n="U"><variable id="rounding_numbers"><link href="text/scalc/guide/rounding_numbers.xhp" name="Using Rounded Off Numbers">Using Rounded Off Numbers</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US" l10n="U" oldref="3">In $[officename] Calc, all decimal numbers are displayed rounded off to two decimal places.</paragraph> -<paragraph role="heading" id="hd_id3152596" xml-lang="en-US" level="3" l10n="U" oldref="4">To change this for selected cells</paragraph> +<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US" l10n="U">In $[officename] Calc, all decimal numbers are displayed rounded off to two decimal places.</paragraph> +<paragraph role="heading" id="hd_id3152596" xml-lang="en-US" level="3" l10n="U">To change this for selected cells</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3154321" xml-lang="en-US" l10n="U" oldref="5">Mark all the cells you want to modify.</paragraph> +<paragraph role="listitem" id="par_id3154321" xml-lang="en-US" l10n="U">Mark all the cells you want to modify.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3147428" xml-lang="en-US" l10n="U" oldref="6">Choose <emph>Format - Cells</emph> and go to the <emph>Numbers</emph> tab page.</paragraph> +<paragraph role="listitem" id="par_id3147428" xml-lang="en-US" l10n="U">Choose <emph>Format - Cells</emph> and go to the <emph>Numbers</emph> tab page.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3153876" xml-lang="en-US" l10n="U" oldref="7">In the <emph>Category</emph> field, select <emph>Number</emph>. Under <emph>Options</emph>, change the number of <emph>Decimal places</emph> and exit the dialog with OK.</paragraph> +<paragraph role="listitem" id="par_id3153876" xml-lang="en-US" l10n="U">In the <emph>Category</emph> field, select <emph>Number</emph>. Under <emph>Options</emph>, change the number of <emph>Decimal places</emph> and exit the dialog with OK.</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3155415" xml-lang="en-US" level="3" l10n="U" oldref="8">To change this everywhere</paragraph> +<paragraph role="heading" id="hd_id3155415" xml-lang="en-US" level="3" l10n="U">To change this everywhere</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3150715" xml-lang="en-US" l10n="CHG" oldref="9">Choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>.</paragraph> +<paragraph role="listitem" id="par_id3150715" xml-lang="en-US" l10n="CHG">Choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3153707" xml-lang="en-US" l10n="U" oldref="10">Go to the <emph>Calculate</emph> page. Modify the number of <emph>Decimal places</emph> and exit the dialog with OK.</paragraph> +<paragraph role="listitem" id="par_id3153707" xml-lang="en-US" l10n="U">Go to the <emph>Calculate</emph> page. Modify the number of <emph>Decimal places</emph> and exit the dialog with OK.</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3154755" xml-lang="en-US" level="3" l10n="U" oldref="11">To calculate with the rounded off numbers instead of the internal exact values</paragraph> +<paragraph role="heading" id="hd_id3154755" xml-lang="en-US" level="3" l10n="U">To calculate with the rounded off numbers instead of the internal exact values</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3150045" xml-lang="en-US" l10n="CHG" oldref="12">Choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>.</paragraph> +<paragraph role="listitem" id="par_id3150045" xml-lang="en-US" l10n="CHG">Choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3146920" xml-lang="en-US" l10n="U" oldref="13">Go to the <emph>Calculate</emph> page. Mark the <emph>Precision as shown</emph> field and exit the dialog with OK.</paragraph> +<paragraph role="listitem" id="par_id3146920" xml-lang="en-US" l10n="U">Go to the <emph>Calculate</emph> page. Mark the <emph>Precision as shown</emph> field and exit the dialog with OK.</paragraph> </listitem> </list> <section id="relatedtopics"> -<paragraph role="paragraph" id="par_id3145790" xml-lang="en-US" l10n="U" oldref="14"><link href="text/shared/01/05020300.xhp" name="Numbers">Numbers</link></paragraph> -<paragraph role="paragraph" id="par_id3147005" xml-lang="en-US" l10n="U" oldref="15"><link href="text/shared/optionen/01060500.xhp" name="Calculate">Calculate</link></paragraph> +<paragraph role="paragraph" id="par_id3145790" xml-lang="en-US" l10n="U"><link href="text/shared/01/05020300.xhp" name="Numbers">Numbers</link></paragraph> +<paragraph role="paragraph" id="par_id3147005" xml-lang="en-US" l10n="U"><link href="text/shared/optionen/01060500.xhp" name="Calculate">Calculate</link></paragraph> </section> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/01/01010304.xhp b/main/helpcontent2/source/text/shared/01/01010304.xhp index 2e1bf321a7..2dd345dd3b 100644 --- a/main/helpcontent2/source/text/shared/01/01010304.xhp +++ b/main/helpcontent2/source/text/shared/01/01010304.xhp @@ -30,37 +30,37 @@ </meta> <body> <section id="geschaeft"> -<paragraph role="heading" id="hd_id3152942" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/01/01010304.xhp" name="Business">Business</link></paragraph> -<paragraph role="paragraph" id="par_id3151097" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid="">Contains contact information for business cards that use a layout from a 'Business Card, Work' category. Business card layouts are selected on the <emph>Business Cards</emph> tab.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3152942" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/01/01010304.xhp" name="Business">Business</link></paragraph> +<paragraph role="paragraph" id="par_id3151097" xml-lang="en-US" l10n="U"><ahelp hid="">Contains contact information for business cards that use a layout from a 'Business Card, Work' category. Business card layouts are selected on the <emph>Business Cards</emph> tab.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#viskartgesch"/> </section> -<paragraph role="heading" id="hd_id3149549" xml-lang="en-US" level="2" l10n="U" oldref="3">Business data</paragraph> -<paragraph role="paragraph" id="par_id3156027" xml-lang="en-US" l10n="U" oldref="4">Enter the contact information that you want to include on your business card.</paragraph> -<paragraph role="note" id="par_id3155892" xml-lang="en-US" l10n="U" oldref="17">If you want to include your name on a business card, enter your name on the <emph>Private</emph> tab. Then choose a layout on the <emph>Business Cards</emph> tab that includes a name placeholder.</paragraph> +<paragraph role="heading" id="hd_id3149549" xml-lang="en-US" level="2" l10n="U">Business data</paragraph> +<paragraph role="paragraph" id="par_id3156027" xml-lang="en-US" l10n="U">Enter the contact information that you want to include on your business card.</paragraph> +<paragraph role="note" id="par_id3155892" xml-lang="en-US" l10n="U">If you want to include your name on a business card, enter your name on the <emph>Private</emph> tab. Then choose a layout on the <emph>Business Cards</emph> tab that includes a name placeholder.</paragraph> <embed href="text/shared/optionen/01010100.xhp#datenf"/> <bookmark xml-lang="en-US" branch="hid/sw:Edit:TP_BUSINESS_DATA:ED_COMP_EXT" id="bm_id3147653" localize="false"/> -<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="3" l10n="U" oldref="5">Company 2nd line</paragraph> -<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_COMP_EXT">Enter additional company details.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="3" l10n="U">Company 2nd line</paragraph> +<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US" l10n="U"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_COMP_EXT">Enter additional company details.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:Edit:TP_BUSINESS_DATA:ED_SLOGAN" id="bm_id3149955" localize="false"/> -<paragraph role="heading" id="hd_id3150771" xml-lang="en-US" level="3" l10n="U" oldref="7">Slogan</paragraph> -<paragraph role="paragraph" id="par_id3156327" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_SLOGAN">Enter the slogan of your company.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150771" xml-lang="en-US" level="3" l10n="U">Slogan</paragraph> +<paragraph role="paragraph" id="par_id3156327" xml-lang="en-US" l10n="U"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_SLOGAN">Enter the slogan of your company.</ahelp></paragraph> <embed href="text/shared/optionen/01010100.xhp#strplzort"/> <bookmark xml-lang="en-US" branch="hid/sw:Edit:TP_BUSINESS_DATA:ED_STATE" id="bm_id3145416" localize="false"/> -<paragraph role="heading" id="hd_id3153146" xml-lang="en-US" level="3" l10n="U" oldref="9">Country</paragraph> -<paragraph role="paragraph" id="par_id3155449" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_STATE">Enter the name of the country where your business is located.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153146" xml-lang="en-US" level="3" l10n="U">Country</paragraph> +<paragraph role="paragraph" id="par_id3155449" xml-lang="en-US" l10n="U"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_STATE">Enter the name of the country where your business is located.</ahelp></paragraph> <embed href="text/shared/optionen/01010100.xhp#dateng"/> <bookmark xml-lang="en-US" branch="hid/sw:Edit:TP_BUSINESS_DATA:ED_PHONE" id="bm_id3156152" localize="false"/> -<paragraph role="heading" id="hd_id3154380" xml-lang="en-US" level="3" l10n="U" oldref="11">Phone</paragraph> -<paragraph role="paragraph" id="par_id3154046" xml-lang="en-US" l10n="U" oldref="12"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_PHONE">Enter your business telephone number.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154380" xml-lang="en-US" level="3" l10n="U">Phone</paragraph> +<paragraph role="paragraph" id="par_id3154046" xml-lang="en-US" l10n="U"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_PHONE">Enter your business telephone number.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:Edit:TP_BUSINESS_DATA:ED_MOBILE" id="bm_id3148990" localize="false"/> -<paragraph role="heading" id="hd_id3158430" xml-lang="en-US" level="3" l10n="U" oldref="13">Mobile</paragraph> -<paragraph role="paragraph" id="par_id3156329" xml-lang="en-US" l10n="U" oldref="14"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_MOBILE">Enter your mobile telephone number.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3158430" xml-lang="en-US" level="3" l10n="U">Mobile</paragraph> +<paragraph role="paragraph" id="par_id3156329" xml-lang="en-US" l10n="U"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_MOBILE">Enter your mobile telephone number.</ahelp></paragraph> <embed href="text/shared/optionen/01010100.xhp#datend"/> <bookmark xml-lang="en-US" branch="hid/sw:Edit:TP_BUSINESS_DATA:ED_WWW" id="bm_id3153665" localize="false"/> -<paragraph role="heading" id="hd_id3154306" xml-lang="en-US" level="3" l10n="U" oldref="15">Homepage</paragraph> -<paragraph role="paragraph" id="par_id3148563" xml-lang="en-US" l10n="U" oldref="16"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_WWW">Enter the address of your company's internet homepage.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154306" xml-lang="en-US" level="3" l10n="U">Homepage</paragraph> +<paragraph role="paragraph" id="par_id3148563" xml-lang="en-US" l10n="U"><ahelp hid="SW:EDIT:TP_BUSINESS_DATA:ED_WWW">Enter the address of your company's internet homepage.</ahelp></paragraph> <embed href="text/shared/optionen/01010100.xhp#datene"/> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/02/02020000.xhp b/main/helpcontent2/source/text/shared/02/02020000.xhp index 945194a087..b61e2ca65c 100644 --- a/main/helpcontent2/source/text/shared/02/02020000.xhp +++ b/main/helpcontent2/source/text/shared/02/02020000.xhp @@ -35,34 +35,33 @@ <bookmark_value>alternative fonts</bookmark_value> <bookmark_value>characters; alternative fonts</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="par_id3148983" role="paragraph" l10n="E" oldref="9" localize="false"/> +<paragraph xml-lang="en-US" id="par_id3148983" role="paragraph" l10n="E" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:CharFontName" id="bm_id4814517" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:CharFontName" id="bm_id3150789" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3150808" role="heading" level="1" l10n="U" oldref="1"><link href="text/shared/02/02020000.xhp" name="Font Name">Font Name</link></paragraph> -<paragraph xml-lang="en-US" id="par_id3156414" role="paragraph" l10n="U" oldref="2"><variable id="schriftarttext"><ahelp hid=".uno:CharFontName">Allows you to select a font name from the list or enter a font name directly.</ahelp></variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3153750" role="paragraph" l10n="U" oldref="10">You can enter several fonts, separated by semicolons. $[officename] uses each named font in succession if the previous fonts are not available.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3150808" role="heading" level="1" l10n="U"><link href="text/shared/02/02020000.xhp" name="Font Name">Font Name</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3156414" role="paragraph" l10n="U"><variable id="schriftarttext"><ahelp hid=".uno:CharFontName">Allows you to select a font name from the list or enter a font name directly.</ahelp></variable></paragraph> +<paragraph xml-lang="en-US" id="par_id3153750" role="paragraph" l10n="U">You can enter several fonts, separated by semicolons. $[officename] uses each named font in succession if the previous fonts are not available.</paragraph> </section> -<paragraph xml-lang="en-US" id="par_id3153394" role="paragraph" l10n="U" oldref="11">Any font changes apply to the selected text or word in which the cursor is positioned. If no text has been selected, the font applies to text typed afterwards.</paragraph> -<paragraph xml-lang="en-US" id="par_id3155941" role="paragraph" l10n="U" oldref="8">The last five font names that have been selected are shown in the top part of the combo box, if you have marked the <emph>Font history</emph> field in <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - View</emph>. As soon as you close your document, the normal alphabetic numbering [...] +<paragraph xml-lang="en-US" id="par_id3153394" role="paragraph" l10n="U">Any font changes apply to the selected text or word in which the cursor is positioned. If no text has been selected, the font applies to text typed afterwards.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155941" role="paragraph" l10n="U">The last five font names that have been selected are shown in the top part of the combo box, if you have marked the <emph>Font history</emph> field in <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - View</emph>. As soon as you close your document, the normal alphabetic numbering of the ins [...] <section id="syschriftart"> <table id="tbl_id3159399"> <tablerow> <tablecell> <paragraph xml-lang="en-US" id="par_id3145315" role="paragraph" l10n="E"> -<image id="img_id3154810" src="res/helpimg/swh00055.png" width="2.028in" height="0.292in"><alt xml-lang="en-US" id="alt_id3154810">Icon</alt> -</image></paragraph> +<image id="img_id3154810" src="res/helpimg/swh00055.png" width="2.028in" height="0.292in"><alt xml-lang="en-US" id="alt_id3154810">Icon</alt></image></paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3150085" role="paragraph" l10n="U" oldref="3">Font Name</paragraph> +<paragraph xml-lang="en-US" id="par_id3150085" role="paragraph" l10n="U">Font Name</paragraph> </tablecell> </tablerow> </table> </section> -<paragraph xml-lang="en-US" id="par_id3156024" role="note" l10n="U" oldref="4">In $[officename] you see the available fonts only if a printer is installed as the default printer in your system. <switchinline select="sys"><caseinline select="UNIX">With the <link href="text/shared/guide/spadmin.xhp" name="spadmin">spadmin</link> program you can define a printer as the default printer. </caseinline><defaultinline>In order to install a printer as the default printer please refer to your oper [...] -<paragraph xml-lang="en-US" id="par_id3148550" role="paragraph" l10n="U" oldref="7"><variable id="vorschautext">You can see the name of the fonts formatted in their respective font if you mark the <emph>Preview in fonts lists</emph> field in <link href="text/shared/optionen/01010800.xhp" name="$[officename] - View">$[officename] - View</link> in the Options dialog box.</variable></paragraph> +<paragraph xml-lang="en-US" id="par_id3156024" role="note" l10n="U">In $[officename] you see the available fonts only if a printer is installed as the default printer in your system. <switchinline select="sys"><caseinline select="UNIX">With the <link href="text/shared/guide/spadmin.xhp" name="spadmin">spadmin</link> program you can define a printer as the default printer. </caseinline><defaultinline>In order to install a printer as the default printer please refer to your operating syste [...] +<paragraph xml-lang="en-US" id="par_id3148550" role="paragraph" l10n="U"><variable id="vorschautext">You can see the name of the fonts formatted in their respective font if you mark the <emph>Preview in fonts lists</emph> field in <link href="text/shared/optionen/01010800.xhp" name="$[officename] - View">$[officename] - View</link> in the Options dialog box.</variable></paragraph> <switch select="sys"> <case select="WIN"> -<paragraph xml-lang="en-US" id="par_id3154125" role="warning" l10n="U" oldref="6">If you receive an error message that states that certain fonts have not been found, you can install them with <emph>$[officename] Setup</emph> in the <emph>Repair</emph> mode if it is a $[officename] font.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154125" role="warning" l10n="U">If you receive an error message that states that certain fonts have not been found, you can install them with <emph>$[officename] Setup</emph> in the <emph>Repair</emph> mode if it is a $[officename] font.</paragraph> </case> </switch> </body> diff --git a/main/helpcontent2/source/text/shared/05/00000120.xhp b/main/helpcontent2/source/text/shared/05/00000120.xhp index d5e288859f..2439cb7422 100644 --- a/main/helpcontent2/source/text/shared/05/00000120.xhp +++ b/main/helpcontent2/source/text/shared/05/00000120.xhp @@ -35,23 +35,22 @@ <bookmark_value>Help Agent; help</bookmark_value> <bookmark_value>Clippy, see Help Agent</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="par_id3150672" role="paragraph" l10n="E" oldref="11" -localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3155599" role="heading" level="1" l10n="U" oldref="1"><variable id="00000120"><link href="text/shared/05/00000120.xhp" name="Help Agent, Tips and Extended Tips">Help Agent, Tips and Extended Tips</link> +<paragraph xml-lang="en-US" id="par_id3150672" role="paragraph" l10n="E" localize="false"/> +<paragraph xml-lang="en-US" id="hd_id3155599" role="heading" level="1" l10n="U"><variable id="00000120"><link href="text/shared/05/00000120.xhp" name="Help Agent, Tips and Extended Tips">Help Agent, Tips and Extended Tips</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3148520" role="paragraph" l10n="CHG" oldref="2">The Help Agent, Tips, and Extended Tips provide help while you work.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3147285" role="heading" level="2" l10n="U" oldref="7">The Help Agent</paragraph> -<paragraph xml-lang="en-US" id="par_id3149716" role="paragraph" l10n="U" oldref="8">The <link href="text/shared/optionen/01010600.xhp" name="Help Agent">Help Agent</link> starts automatically when you are performing a task that might require some assistance. The Help Agent appears in a small window in a corner of the document. To view the help for the task, click inside the Help Agent window.</paragraph> +<paragraph xml-lang="en-US" id="par_id3148520" role="paragraph" l10n="CHG">The Help Agent, Tips, and Extended Tips provide help while you work.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3147285" role="heading" level="2" l10n="U">The Help Agent</paragraph> +<paragraph xml-lang="en-US" id="par_id3149716" role="paragraph" l10n="U">The <link href="text/shared/optionen/01010600.xhp" name="Help Agent">Help Agent</link> starts automatically when you are performing a task that might require some assistance. The Help Agent appears in a small window in a corner of the document. To view the help for the task, click inside the Help Agent window.</paragraph> <paragraph xml-lang="en-US" id="par_idN10634" role="tip" l10n="CHG">The Help Agent automatically closes after a short delay. If you ignore or close the Help Agent three times you perform a certain task, the Help Agent no longer opens for that task. To disable the Help Agent choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>.</paragraph> <embed href="text/shared/00/00000004.xhp#agentoff"/> -<paragraph xml-lang="en-US" id="hd_id3149140" role="heading" level="2" l10n="U" oldref="3">Tips</paragraph> -<paragraph xml-lang="en-US" id="par_id3157896" role="paragraph" l10n="U" oldref="4">Tips provide you with the names of toolbar buttons. To display a tip, rest the pointer over a toolbar button until the name of the button appears.</paragraph> -<paragraph xml-lang="en-US" id="par_id3153910" role="paragraph" l10n="U" oldref="9">Tips are also displayed for some elements in a document, such as chapter names when you scroll through a long document.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3149140" role="heading" level="2" l10n="U">Tips</paragraph> +<paragraph xml-lang="en-US" id="par_id3157896" role="paragraph" l10n="U">Tips provide you with the names of toolbar buttons. To display a tip, rest the pointer over a toolbar button until the name of the button appears.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153910" role="paragraph" l10n="U">Tips are also displayed for some elements in a document, such as chapter names when you scroll through a long document.</paragraph> <paragraph xml-lang="en-US" id="par_id992156" role="tip" l10n="NEW">Enable or disable the tips on <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3147571" role="heading" level="2" l10n="U" oldref="5">Extended Tips</paragraph> -<paragraph xml-lang="en-US" id="par_id3149346" role="paragraph" l10n="CHG" oldref="6">Extended tips provide a brief description about buttons and commands. To display an extended tip, press Shift+F1, then point to a button or command.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3147571" role="heading" level="2" l10n="U">Extended Tips</paragraph> +<paragraph xml-lang="en-US" id="par_id3149346" role="paragraph" l10n="CHG">Extended tips provide a brief description about buttons and commands. To display an extended tip, press Shift+F1, then point to a button or command.</paragraph> <paragraph xml-lang="en-US" id="par_idN10666" role="tip" l10n="NEW">If you always want extended tips instead of tips, enable the extended tips on <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>.</paragraph> <section id="relatedtopics"> diff --git a/main/helpcontent2/source/text/shared/autopi/01020300.xhp b/main/helpcontent2/source/text/shared/autopi/01020300.xhp index 3d1a674948..74012b223d 100644 --- a/main/helpcontent2/source/text/shared/autopi/01020300.xhp +++ b/main/helpcontent2/source/text/shared/autopi/01020300.xhp @@ -32,8 +32,8 @@ <body> <section id="seite3"> <bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE3" id="bm_id3147102" localize="false"/> -<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/shared/autopi/01020300.xhp" name="Fax Wizard - Sender and Recipient">Fax Wizard - Sender and Recipient</link></paragraph> -<paragraph role="paragraph" id="par_id3150808" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid="HID_FAX_PAGE3">Specifies the receiver and sender information for the fax.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1" l10n="CHG"><link href="text/shared/autopi/01020300.xhp" name="Fax Wizard - Sender and Recipient">Fax Wizard - Sender and Recipient</link></paragraph> +<paragraph role="paragraph" id="par_id3150808" xml-lang="en-US" l10n="CHG"><ahelp hid="HID_FAX_PAGE3">Specifies the receiver and sender information for the fax.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#autopilotfax3"/> @@ -58,6 +58,6 @@ <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_FILETEMPLATEPATH" id="bm_id6142765" localize="false"/> <paragraph role="heading" id="par_idN10600" xml-lang="en-US" level="3" l10n="NEW">Use address database for mail merge</paragraph> <paragraph role="paragraph" id="par_idN10604" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Inserts database fields for a later mail merge with the fax document.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US" l10n="CHG" oldref="21"><link href="text/shared/autopi/01020400.xhp" name="Go to Fax Wizard - Footer">Go to Fax Wizard - Footer</link></paragraph> +<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US" l10n="CHG"><link href="text/shared/autopi/01020400.xhp" name="Go to Fax Wizard - Footer">Go to Fax Wizard - Footer</link></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/explorer/database/05040100.xhp b/main/helpcontent2/source/text/shared/explorer/database/05040100.xhp index 5b53833f40..10dfc8bc94 100644 --- a/main/helpcontent2/source/text/shared/explorer/database/05040100.xhp +++ b/main/helpcontent2/source/text/shared/explorer/database/05040100.xhp @@ -30,33 +30,33 @@ </meta> <body> <section id="allgemein"> -<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1" l10n="U" oldref="25"><link href="text/shared/explorer/database/05040100.xhp" name="General">General</link></paragraph> -<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US" l10n="U" oldref="11">When you create a database table as an administrator, you can use this tab to determine user access, and to edit the data or the table structure.</paragraph> +<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/explorer/database/05040100.xhp" name="General">General</link></paragraph> +<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US" l10n="U">When you create a database table as an administrator, you can use this tab to determine user access, and to edit the data or the table structure.</paragraph> </section> <bookmark xml-lang="en-US" branch="index" id="bm_id3152594"> <bookmark_value>access rights for database tables (Base)</bookmark_value> <bookmark_value>tables in databases; access rights to (Base)</bookmark_value> </bookmark><comment>mw added "(Base)" to all entries</comment> -<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US" l10n="U" oldref="12">If you are not the administrator, you can use the <emph>General</emph> tab to view your access rights for the selected table.</paragraph> -<paragraph role="heading" id="hd_id3145669" xml-lang="en-US" level="2" l10n="U" oldref="3">Table name</paragraph> -<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US" l10n="U" oldref="13">Displays the name of the selected database table.</paragraph> -<paragraph role="heading" id="hd_id3156426" xml-lang="en-US" level="2" l10n="U" oldref="14">Type</paragraph> -<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" l10n="U" oldref="15">Displays the type of database.</paragraph> -<paragraph role="heading" id="hd_id3149095" xml-lang="en-US" level="2" l10n="U" oldref="16">Location</paragraph> -<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" l10n="U" oldref="17">Displays the complete path of the database table.</paragraph> -<paragraph role="heading" id="hd_id3153528" xml-lang="en-US" level="2" l10n="U" oldref="4">Read data</paragraph> -<paragraph role="paragraph" id="par_id3163802" xml-lang="en-US" l10n="U" oldref="18"><ahelp hid=".">Allows a user to read the data.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="2" l10n="U" oldref="5">Insert data</paragraph> -<paragraph role="paragraph" id="par_id3149398" xml-lang="en-US" l10n="U" oldref="19"><ahelp hid=".">Allows a user to insert new data.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3155420" xml-lang="en-US" level="2" l10n="U" oldref="6">Change data</paragraph> -<paragraph role="paragraph" id="par_id3158430" xml-lang="en-US" l10n="U" oldref="20"><ahelp hid=".">Allows a user to change data.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3149516" xml-lang="en-US" level="2" l10n="U" oldref="7">Delete data</paragraph> -<paragraph role="paragraph" id="par_id3155449" xml-lang="en-US" l10n="U" oldref="21"><ahelp hid=".">Allows a user to delete data.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3145674" xml-lang="en-US" level="2" l10n="U" oldref="8">Change table structure</paragraph> -<paragraph role="paragraph" id="par_id3153146" xml-lang="en-US" l10n="U" oldref="22"><ahelp hid=".">Allows a user to change the table structure.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3143270" xml-lang="en-US" level="2" l10n="U" oldref="9">Definition</paragraph> -<paragraph role="paragraph" id="par_id3154897" xml-lang="en-US" l10n="U" oldref="23"><ahelp hid=".">Allows the user to delete the table structure.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3153126" xml-lang="en-US" level="2" l10n="U" oldref="10">Modify references</paragraph> -<paragraph role="paragraph" id="par_id3159399" xml-lang="en-US" l10n="U" oldref="24"><ahelp hid=".">Allows the user to modify the defined references, for example, to enter new relations for the table or to delete existing relations.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US" l10n="U">If you are not the administrator, you can use the <emph>General</emph> tab to view your access rights for the selected table.</paragraph> +<paragraph role="heading" id="hd_id3145669" xml-lang="en-US" level="2" l10n="U">Table name</paragraph> +<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US" l10n="U">Displays the name of the selected database table.</paragraph> +<paragraph role="heading" id="hd_id3156426" xml-lang="en-US" level="2" l10n="U">Type</paragraph> +<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" l10n="U">Displays the type of database.</paragraph> +<paragraph role="heading" id="hd_id3149095" xml-lang="en-US" level="2" l10n="U">Location</paragraph> +<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" l10n="U">Displays the complete path of the database table.</paragraph> +<paragraph role="heading" id="hd_id3153528" xml-lang="en-US" level="2" l10n="U">Read data</paragraph> +<paragraph role="paragraph" id="par_id3163802" xml-lang="en-US" l10n="U"><ahelp hid=".">Allows a user to read the data.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="2" l10n="U">Insert data</paragraph> +<paragraph role="paragraph" id="par_id3149398" xml-lang="en-US" l10n="U"><ahelp hid=".">Allows a user to insert new data.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155420" xml-lang="en-US" level="2" l10n="U">Change data</paragraph> +<paragraph role="paragraph" id="par_id3158430" xml-lang="en-US" l10n="U"><ahelp hid=".">Allows a user to change data.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149516" xml-lang="en-US" level="2" l10n="U">Delete data</paragraph> +<paragraph role="paragraph" id="par_id3155449" xml-lang="en-US" l10n="U"><ahelp hid=".">Allows a user to delete data.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3145674" xml-lang="en-US" level="2" l10n="U">Change table structure</paragraph> +<paragraph role="paragraph" id="par_id3153146" xml-lang="en-US" l10n="U"><ahelp hid=".">Allows a user to change the table structure.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3143270" xml-lang="en-US" level="2" l10n="U">Definition</paragraph> +<paragraph role="paragraph" id="par_id3154897" xml-lang="en-US" l10n="U"><ahelp hid=".">Allows the user to delete the table structure.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153126" xml-lang="en-US" level="2" l10n="U">Modify references</paragraph> +<paragraph role="paragraph" id="par_id3159399" xml-lang="en-US" l10n="U"><ahelp hid=".">Allows the user to modify the defined references, for example, to enter new relations for the table or to delete existing relations.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/guide/hyperlink_insert.xhp b/main/helpcontent2/source/text/shared/guide/hyperlink_insert.xhp index abbb36a8c6..62c125fe33 100644 --- a/main/helpcontent2/source/text/shared/guide/hyperlink_insert.xhp +++ b/main/helpcontent2/source/text/shared/guide/hyperlink_insert.xhp @@ -34,43 +34,42 @@ <bookmark_value>links; inserting</bookmark_value> <bookmark_value>inserting; hyperlinks</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3150789" xml-lang="en-US" level="1" l10n="U" oldref="4"><variable id="hyperlink_insert"><link href="text/shared/guide/hyperlink_insert.xhp" name="Inserting Hyperlinks">Inserting Hyperlinks</link> +<paragraph role="heading" id="hd_id3150789" xml-lang="en-US" level="1" l10n="U"><variable id="hyperlink_insert"><link href="text/shared/guide/hyperlink_insert.xhp" name="Inserting Hyperlinks">Inserting Hyperlinks</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US" l10n="U" oldref="5">You can insert hyperlinks in two ways: as text or as a button. In both cases, the visible text can be different from the URL.</paragraph> +<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US" l10n="U">You can insert hyperlinks in two ways: as text or as a button. In both cases, the visible text can be different from the URL.</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3153527" xml-lang="en-US" l10n="U" oldref="7">Display the <emph>Hyperlink Bar</emph> by choosing <emph>View - Toolbars - Hyperlink Bar</emph>. Type the visible text in the left field and the full URL in the right field, including http:// or file://.</paragraph> +<paragraph role="listitem" id="par_id3153527" xml-lang="en-US" l10n="U">Display the <emph>Hyperlink Bar</emph> by choosing <emph>View - Toolbars - Hyperlink Bar</emph>. Type the visible text in the left field and the full URL in the right field, including http:// or file://.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3149811" xml-lang="en-US" l10n="U" oldref="8">Place the text cursor in the document at the point where you want to insert the hyperlink. Click the <emph>Hyperlink</emph> icon on the <emph>Hyperlink Bar</emph>. The hyperlink is inserted as text.</paragraph> +<paragraph role="listitem" id="par_id3149811" xml-lang="en-US" l10n="U">Place the text cursor in the document at the point where you want to insert the hyperlink. Click the <emph>Hyperlink</emph> icon on the <emph>Hyperlink Bar</emph>. The hyperlink is inserted as text.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3155421" xml-lang="en-US" l10n="U" oldref="31">If you want to insert the hyperlink as a button, click and hold the <emph>Hyperlink</emph> icon and select <emph>As Button</emph> from the sub-menu.</paragraph> +<paragraph role="listitem" id="par_id3155421" xml-lang="en-US" l10n="U">If you want to insert the hyperlink as a button, click and hold the <emph>Hyperlink</emph> icon and select <emph>As Button</emph> from the sub-menu.</paragraph> </listitem> </list> <table id="tbl_id3154306"> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3150275" xml-lang="en-US" l10n="E"> -<image id="img_id3149763" src="res/commandimagelist/sc_hyperlinkdialog.png" width="0.222inch" height="0.222inch"><alt id="alt_id3149763" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3149763" src="res/commandimagelist/sc_hyperlinkdialog.png" width="0.222inch" height="0.222inch"><alt id="alt_id3149763" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3151385" xml-lang="en-US" l10n="CHG" oldref="30">To use the <link href="text/shared/02/09070000.xhp" name="Hyperlink dialog">Hyperlink dialog</link> instead of the <emph>Hyperlink Bar</emph> to define the hyperlink, click the icon on the <emph>Standard</emph> bar.</paragraph> +<paragraph role="paragraph" id="par_id3151385" xml-lang="en-US" l10n="CHG">To use the <link href="text/shared/02/09070000.xhp" name="Hyperlink dialog">Hyperlink dialog</link> instead of the <emph>Hyperlink Bar</emph> to define the hyperlink, click the icon on the <emph>Standard</emph> bar.</paragraph> </tablecell> </tablerow> </table> <list type="unordered"> <listitem> -<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US" l10n="CHG" oldref="23">To jump to a specific line in a text document, first enter a bookmark at that position (<emph>Insert - Bookmark</emph>).</paragraph> +<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US" l10n="CHG">To jump to a specific line in a text document, first enter a bookmark at that position (<emph>Insert - Bookmark</emph>).</paragraph> </listitem> <listitem> <paragraph role="paragraph" id="par_idN1076D" xml-lang="en-US" l10n="NEW">To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>).</paragraph> </listitem> </list> -<paragraph role="tip" id="par_id3144432" xml-lang="en-US" l10n="U" oldref="32">In the <emph>URL</emph> combo box, enter only the short form of the URL when jumping within the same document: If the bookmark is called <emph>Target</emph>, enter <emph>Target</emph>. To jump to another document, enter the complete URL.</paragraph> -<paragraph role="tip" id="par_id3152887" xml-lang="en-US" l10n="U" oldref="24">Hyperlinks can also be inserted by drag-and-drop from the Navigator. Hyperlinks can refer to references, headings, graphics, tables, objects, directories or bookmarks.</paragraph> -<paragraph role="tip" id="par_id3146975" xml-lang="en-US" l10n="U" oldref="34">If you wish to insert in a text a hyperlink that refers to Table 1, drag the entry Table 1 from the Navigator and drop it in the text. To do this, the <emph>Insert as Hyperlink</emph> drag mode must be selected in the Navigator.</paragraph> +<paragraph role="tip" id="par_id3144432" xml-lang="en-US" l10n="U">In the <emph>URL</emph> combo box, enter only the short form of the URL when jumping within the same document: If the bookmark is called <emph>Target</emph>, enter <emph>Target</emph>. To jump to another document, enter the complete URL.</paragraph> +<paragraph role="tip" id="par_id3152887" xml-lang="en-US" l10n="U">Hyperlinks can also be inserted by drag-and-drop from the Navigator. Hyperlinks can refer to references, headings, graphics, tables, objects, directories or bookmarks.</paragraph> +<paragraph role="tip" id="par_id3146975" xml-lang="en-US" l10n="U">If you wish to insert in a text a hyperlink that refers to Table 1, drag the entry Table 1 from the Navigator and drop it in the text. To do this, the <emph>Insert as Hyperlink</emph> drag mode must be selected in the Navigator.</paragraph> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/shared/guide/hyperlink_rel_abs.xhp#hyperlink_rel_abs"/> <switch select="appl"> diff --git a/main/helpcontent2/source/text/shared/guide/space_hyphen.xhp b/main/helpcontent2/source/text/shared/guide/space_hyphen.xhp index 595dcef1d3..d20b45bc2b 100644 --- a/main/helpcontent2/source/text/shared/guide/space_hyphen.xhp +++ b/main/helpcontent2/source/text/shared/guide/space_hyphen.xhp @@ -41,22 +41,22 @@ <bookmark_value>protected dashes</bookmark_value> <bookmark_value>exchanging, see also replacing</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3155364" xml-lang="en-US" level="1" l10n="U" oldref="30"><variable id="space_hyphen"><link href="text/shared/guide/space_hyphen.xhp" name="Inserting Protected Spaces, Hyphens and Conditional Separators">Inserting Protected Spaces, Hyphens and Conditional Separators</link> +<paragraph role="heading" id="hd_id3155364" xml-lang="en-US" level="1" l10n="U"><variable id="space_hyphen"><link href="text/shared/guide/space_hyphen.xhp" name="Inserting Protected Spaces, Hyphens and Conditional Separators">Inserting Protected Spaces, Hyphens and Conditional Separators</link> </variable></paragraph> -<paragraph role="heading" id="hd_id3156136" xml-lang="en-US" level="2" l10n="U" oldref="61">Non-breaking spaces</paragraph> -<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US" l10n="U" oldref="31">To prevent two words from being separated at the end of a line, hold down the <switchinline select="sys"><caseinline select="MAC">Command key +<paragraph role="heading" id="hd_id3156136" xml-lang="en-US" level="2" l10n="U">Non-breaking spaces</paragraph> +<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US" l10n="U">To prevent two words from being separated at the end of a line, hold down the <switchinline select="sys"><caseinline select="MAC">Command key </caseinline><defaultinline>Ctrl key</defaultinline></switchinline> and the Shift key when you type a space between the words.</paragraph> <paragraph role="note" id="par_id5749687" xml-lang="en-US" l10n="NEW">In Calc, you cannot insert non-breaking spaces.</paragraph> -<paragraph role="heading" id="hd_id3146957" xml-lang="en-US" level="2" l10n="U" oldref="62">Non-breaking dash</paragraph> -<paragraph role="paragraph" id="par_id3148538" xml-lang="en-US" l10n="U" oldref="32">An example of a non-breaking dash is a company name such as A-Z. Obviously you would not want A- to appear at the end of a line and Z at the beginning of the next line. To solve this problem, press Shift+Ctrl+ minus sign. In other words, hold down the Shift and Ctrl keys and press the minus key.</paragraph> -<paragraph role="heading" id="hd_id3163802" xml-lang="en-US" level="2" l10n="U" oldref="65">Hyphen, dash</paragraph> -<paragraph role="paragraph" id="par_id3154749" xml-lang="en-US" l10n="CHG" oldref="66">In order to enter longer dashes, you can find under <emph>Tools - AutoCorrect Options - Options</emph> the <emph>Replace dashes</emph> option. This option replaces one or two minus signs under certain conditions with an en-dash or an em-dash (see <link href="text/shared/01/06040100.xhp" name="$[officename] Help">$[officename] Help</link>).</paragraph> -<paragraph role="paragraph" id="par_id3153561" xml-lang="en-US" l10n="U" oldref="67">For additional replacements see the replacements table under <emph>Tools - AutoCorrect Options - </emph><link href="text/shared/01/06040200.xhp" name="Replace"><emph>Replace</emph></link>. Here you can, among other things, replace a shortcut automatically by a dash, even in another font.</paragraph> -<paragraph role="heading" id="hd_id3153825" xml-lang="en-US" level="2" l10n="U" oldref="63">Definite separator</paragraph> -<paragraph role="paragraph" id="par_id3154306" xml-lang="en-US" l10n="U" oldref="60">To support automatic hyphenation by entering a separator inside a word yourself, use the keys <switchinline select="sys"><caseinline select="MAC">Command +<paragraph role="heading" id="hd_id3146957" xml-lang="en-US" level="2" l10n="U">Non-breaking dash</paragraph> +<paragraph role="paragraph" id="par_id3148538" xml-lang="en-US" l10n="U">An example of a non-breaking dash is a company name such as A-Z. Obviously you would not want A- to appear at the end of a line and Z at the beginning of the next line. To solve this problem, press Shift+Ctrl+ minus sign. In other words, hold down the Shift and Ctrl keys and press the minus key.</paragraph> +<paragraph role="heading" id="hd_id3163802" xml-lang="en-US" level="2" l10n="U">Hyphen, dash</paragraph> +<paragraph role="paragraph" id="par_id3154749" xml-lang="en-US" l10n="CHG">In order to enter longer dashes, you can find under <emph>Tools - AutoCorrect Options - Options</emph> the <emph>Replace dashes</emph> option. This option replaces one or two minus signs under certain conditions with an en-dash or an em-dash (see <link href="text/shared/01/06040100.xhp" name="$[officename] Help">$[officename] Help</link>).</paragraph> +<paragraph role="paragraph" id="par_id3153561" xml-lang="en-US" l10n="U">For additional replacements see the replacements table under <emph>Tools - AutoCorrect Options - </emph><link href="text/shared/01/06040200.xhp" name="Replace"><emph>Replace</emph></link>. Here you can, among other things, replace a shortcut automatically by a dash, even in another font.</paragraph> +<paragraph role="heading" id="hd_id3153825" xml-lang="en-US" level="2" l10n="U">Definite separator</paragraph> +<paragraph role="paragraph" id="par_id3154306" xml-lang="en-US" l10n="U">To support automatic hyphenation by entering a separator inside a word yourself, use the keys <switchinline select="sys"><caseinline select="MAC">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+minus sign. The word is separated at this position when it is at the end of the line, even if automatic hyphenation for this paragraph is switched off.</paragraph> <embed href="text/shared/00/00000004.xhp#related"/> -<paragraph role="paragraph" id="par_id3151245" xml-lang="en-US" l10n="U" oldref="64"><link href="text/shared/01/04100000.xhp" name="Special characters">Special characters</link></paragraph> +<paragraph role="paragraph" id="par_id3151245" xml-lang="en-US" l10n="U"><link href="text/shared/01/04100000.xhp" name="Special characters">Special characters</link></paragraph> <embed href="text/shared/01/formatting_mark.xhp#formattingmark"/> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/01/04060100.xhp b/main/helpcontent2/source/text/swriter/01/04060100.xhp index 575d4122bc..1d740d1994 100644 --- a/main/helpcontent2/source/text/swriter/01/04060100.xhp +++ b/main/helpcontent2/source/text/swriter/01/04060100.xhp @@ -31,28 +31,28 @@ </meta> <body> <bookmark xml-lang="en-US" branch="hid/sw:PushButton:DLG_CAPTION:BTN_OPTION" id="bm_id3151170" localize="false"/> -<paragraph role="heading" id="hd_id3149287" xml-lang="en-US" level="1" l10n="CHG" oldref="1">Options</paragraph> -<paragraph role="paragraph" id="par_id3151177" xml-lang="en-US" l10n="U" oldref="2"><variable id="optionentext"><ahelp hid="SW:PUSHBUTTON:DLG_CAPTION:BTN_OPTION">Adds the chapter number to the caption label. To use this feature, you must first assign an <link href="text/swriter/guide/chapter_numbering.xhp" name="outline level">outline level</link> to a paragraph style, and then apply the style to the chapter headings in your document.</ahelp> +<paragraph role="heading" id="hd_id3149287" xml-lang="en-US" level="1" l10n="CHG">Options</paragraph> +<paragraph role="paragraph" id="par_id3151177" xml-lang="en-US" l10n="U"><variable id="optionentext"><ahelp hid="SW:PUSHBUTTON:DLG_CAPTION:BTN_OPTION">Adds the chapter number to the caption label. To use this feature, you must first assign an <link href="text/swriter/guide/chapter_numbering.xhp" name="outline level">outline level</link> to a paragraph style, and then apply the style to the chapter headings in your document.</ahelp> </variable></paragraph> <section id="howtoget"> <embed href="text/swriter/00/00000404.xhp#nummernkreisoptionen"/> </section> -<paragraph role="heading" id="hd_id3149805" xml-lang="en-US" level="2" l10n="U" oldref="3">Numbering by chapter</paragraph> -<paragraph role="paragraph" id="par_id3153532" xml-lang="en-US" l10n="U" oldref="4">When you add chapter numbers to caption labels, the caption numbering is reset when a chapter heading is encountered. For example, if the last figure in chapter 1 is "Figure 1.12", the first figure in the next chapter would be "Figure 2.1".</paragraph> +<paragraph role="heading" id="hd_id3149805" xml-lang="en-US" level="2" l10n="U">Numbering by chapter</paragraph> +<paragraph role="paragraph" id="par_id3153532" xml-lang="en-US" l10n="U">When you add chapter numbers to caption labels, the caption numbering is reset when a chapter heading is encountered. For example, if the last figure in chapter 1 is "Figure 1.12", the first figure in the next chapter would be "Figure 2.1".</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:ListBox:DLG_SEQUENCE_OPTION:LB_LEVEL" id="bm_id3154479" localize="false"/> -<paragraph role="heading" id="hd_id3154574" xml-lang="en-US" level="3" l10n="U" oldref="5">Level</paragraph> -<paragraph role="paragraph" id="par_id3152954" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SW:LISTBOX:DLG_SEQUENCE_OPTION:LB_LEVEL">Select the number of outline levels from the top of the chapter hierarchy down to include in the caption label.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154574" xml-lang="en-US" level="3" l10n="U">Level</paragraph> +<paragraph role="paragraph" id="par_id3152954" xml-lang="en-US" l10n="U"><ahelp hid="SW:LISTBOX:DLG_SEQUENCE_OPTION:LB_LEVEL">Select the number of outline levels from the top of the chapter hierarchy down to include in the caption label.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:Edit:DLG_SEQUENCE_OPTION:ED_SEPARATOR" id="bm_id3153672" localize="false"/> -<paragraph role="heading" id="hd_id3151316" xml-lang="en-US" level="3" l10n="U" oldref="7">Separator</paragraph> -<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SW:EDIT:DLG_SEQUENCE_OPTION:ED_SEPARATOR">Enter the character that you want to insert between the chapter number and the caption number.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3151316" xml-lang="en-US" level="3" l10n="U">Separator</paragraph> +<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U"><ahelp hid="SW:EDIT:DLG_SEQUENCE_OPTION:ED_SEPARATOR">Enter the character that you want to insert between the chapter number and the caption number.</ahelp></paragraph> <paragraph role="heading" id="par_idN10633" xml-lang="en-US" level="2" l10n="NEW">Category and frame format</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:ListBox:DLG_SEQUENCE_OPTION:LB_CHARSTYLE" id="bm_id8001037" localize="false"/> <paragraph role="heading" id="par_idN10639" xml-lang="en-US" level="3" l10n="NEW">Character style</paragraph> <paragraph role="paragraph" id="par_idN1063F" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Specifies the character style.</ahelp></paragraph> <!-- removed HID SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR --> <bookmark xml-lang="en-US" branch="hid/sw:CheckBox:DLG_SEQUENCE_OPTION:CB_APPLYBAS" id="bm_id2826013" localize="false"/> -<paragraph role="heading" id="hd_id3143280" xml-lang="en-US" level="3" l10n="U" oldref="43">Apply border and shadow</paragraph> -<paragraph role="paragraph" id="par_id3149826" xml-lang="en-US" l10n="CHG" oldref="44"><ahelp hid="SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR">Applies the border and shadow of the object to the caption frame.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3143280" xml-lang="en-US" level="3" l10n="U">Apply border and shadow</paragraph> +<paragraph role="paragraph" id="par_id3149826" xml-lang="en-US" l10n="CHG"><ahelp hid="SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR">Applies the border and shadow of the object to the caption frame.</ahelp></paragraph> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/swriter/guide/captions_numbers.xhp#captions_numbers"/> <embed href="text/swriter/guide/captions.xhp#captions"/> diff --git a/main/helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp b/main/helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp index 3cf5ec4b3c..ed1db22e9b 100644 --- a/main/helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp +++ b/main/helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp @@ -35,37 +35,34 @@ <bookmark_value>checking spelling;while typing</bookmark_value> <bookmark_value>words;disabling spellcheck</bookmark_value> </bookmark><comment>MW deleted "text;"</comment> -<paragraph xml-lang="en-US" id="hd_id3154265" role="heading" level="1" l10n="U" -oldref="31"><variable id="auto_spellcheck"><link href="text/swriter/guide/auto_spellcheck.xhp" name="Automatically Check Spelling">Automatically Check Spelling</link> +<paragraph xml-lang="en-US" id="hd_id3154265" role="heading" level="1" l10n="U"><variable id="auto_spellcheck"><link href="text/swriter/guide/auto_spellcheck.xhp" name="Automatically Check Spelling">Automatically Check Spelling</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3154664" role="paragraph" l10n="U" oldref="5">You can have $[officename] automatically check spelling while you type and underline possible misspelt words with a red wavy line.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3154678" role="heading" level="2" l10n="U" -oldref="41">To Check Spelling Automatically While You Type</paragraph> +<paragraph xml-lang="en-US" id="par_id3154664" role="paragraph" l10n="U">You can have $[officename] automatically check spelling while you type and underline possible misspelt words with a red wavy line.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3154678" role="heading" level="2" l10n="U">To Check Spelling Automatically While You Type</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3155531" role="listitem" l10n="CHG" oldref="42">Activate the <emph>AutoSpellcheck</emph> icon on the Standard bar.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155531" role="listitem" l10n="CHG">Activate the <emph>AutoSpellcheck</emph> icon on the Standard bar.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155569" role="listitem" l10n="U" oldref="33">Right-click a word with a red wavy underline, and then choose a suggested replacement word from the list, or from the <emph>AutoCorrect</emph> submenu.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155569" role="listitem" l10n="U">Right-click a word with a red wavy underline, and then choose a suggested replacement word from the list, or from the <emph>AutoCorrect</emph> submenu.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="par_id3147759" role="paragraph" l10n="U" oldref="6">If you choose a word from the <item type="menuitem">AutoCorrect</item> submenu, the underlined word and the replacement word are automatically added to the AutoCorrect list for the current language. To view the AutoCorrect list, choose <item type="menuitem">Tools - AutoCorrect Options</item>, and then click the <item type="menuitem">Replace</item> tab.</paragraph> -<paragraph xml-lang="en-US" id="par_id3147819" role="paragraph" l10n="U" oldref="7">You can also add the underlined word to your custom dictionary by choosing <emph>Add</emph>.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3147220" role="heading" level="2" l10n="U" -oldref="32">To Exclude Words From the Spellcheck</paragraph> +<paragraph xml-lang="en-US" id="par_id3147759" role="paragraph" l10n="U">If you choose a word from the <item type="menuitem">AutoCorrect</item> submenu, the underlined word and the replacement word are automatically added to the AutoCorrect list for the current language. To view the AutoCorrect list, choose <item type="menuitem">Tools - AutoCorrect Options</item>, and then click the <item type="menuitem">Replace</item> tab.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147819" role="paragraph" l10n="U">You can also add the underlined word to your custom dictionary by choosing <emph>Add</emph>.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3147220" role="heading" level="2" l10n="U">To Exclude Words From the Spellcheck</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3147263" role="listitem" l10n="U" oldref="35">Select the words that you want to exclude.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147263" role="listitem" l10n="U">Select the words that you want to exclude.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147282" role="listitem" l10n="CHG" oldref="36">Click the Language control on the Status bar to open a menu.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147282" role="listitem" l10n="CHG">Click the Language control on the Status bar to open a menu.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3145602" role="listitem" l10n="CHG" oldref="38">Choose “None (Do not check spelling)”.</paragraph> +<paragraph xml-lang="en-US" id="par_id3145602" role="listitem" l10n="CHG">Choose “None (Do not check spelling)”.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> -<paragraph xml-lang="en-US" id="par_id3145648" role="paragraph" l10n="U" oldref="40"><link href="text/shared/optionen/01010401.xhp" name="Creating a new dictionary.">Creating a new dictionary.</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3145648" role="paragraph" l10n="U"><link href="text/shared/optionen/01010401.xhp" name="Creating a new dictionary.">Creating a new dictionary.</link></paragraph> <embed href="text/swriter/guide/autocorr_except.xhp#autocorr_except"/> <embed href="text/swriter/guide/spellcheck_dialog.xhp#spellcheck_dialog"/> </body>