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 59307b7367 Remove 'oldref' entries (work in progress) 59307b7367 is described below commit 59307b7367aa6597d1250bb632dbbb10d8ab6a40 Author: mseidel <msei...@apache.org> AuthorDate: Sun Feb 4 16:19:36 2024 +0100 Remove 'oldref' entries (work in progress) (cherry picked from commit 89ffcff7598a73f281c7bd4082f1eb25c572bad0) --- .../source/text/sbasic/shared/03030302.xhp | 21 ++++--- .../source/text/sbasic/shared/03102800.xhp | 17 +++--- .../source/text/sbasic/shared/03131300.xhp | 20 +++---- .../source/text/sbasic/shared/03131400.xhp | 20 +++---- .../helpcontent2/source/text/scalc/01/04060118.xhp | 38 +++++-------- .../helpcontent2/source/text/scalc/01/04060119.xhp | 41 ++++++-------- .../helpcontent2/source/text/scalc/01/05030400.xhp | 8 +-- .../helpcontent2/source/text/scalc/02/06080000.xhp | 8 +-- .../helpcontent2/source/text/scalc/02/10060000.xhp | 11 ++-- .../source/text/sdraw/guide/color_define.xhp | 2 +- .../source/text/shared/00/00000007.xhp | 16 +++--- .../source/text/shared/00/01000000.xhp | 18 +++--- .../source/text/shared/01/03010000.xhp | 42 +++++++------- .../source/text/shared/01/05070000.xhp | 6 +- .../source/text/shared/01/05210300.xhp | 64 ++++++++++------------ .../source/text/shared/01/06140000.xhp | 8 +-- .../source/text/shared/02/02010000.xhp | 6 +- .../source/text/shared/autopi/01170300.xhp | 12 ++-- .../source/text/shared/optionen/01090000.xhp | 6 +- .../source/text/simpress/01/03070000.xhp | 10 ++-- .../source/text/simpress/02/11060000.xhp | 8 +-- .../source/text/simpress/02/11100000.xhp | 6 +- .../source/text/simpress/02/13020000.xhp | 6 +- .../source/text/simpress/02/13040000.xhp | 6 +- .../source/text/swriter/01/03100000.xhp | 8 +-- .../source/text/swriter/01/05080000.xhp | 6 +- .../source/text/swriter/01/05150000.xhp | 6 +- .../source/text/swriter/02/18030300.xhp | 6 +- 28 files changed, 198 insertions(+), 228 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03030302.xhp b/main/helpcontent2/source/text/sbasic/shared/03030302.xhp index 46b2b91ede..01b90ae361 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03030302.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03030302.xhp @@ -33,17 +33,16 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3145090"> <bookmark_value>Time statement</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03030302.xhp">Time Statement [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3150984" xml-lang="en-US" l10n="U" oldref="2">This function returns the current system time as a string in the format "HH:MM:SS".</paragraph> +<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03030302.xhp">Time Statement [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3150984" xml-lang="en-US" l10n="U">This function returns the current system time as a string in the format "HH:MM:SS".</paragraph> </section> -<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U" oldref="4">Time</paragraph> -<paragraph role="heading" id="hd_id3150792" xml-lang="en-US" level="2" l10n="U" oldref="5">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3149656" xml-lang="en-US" l10n="U" oldref="6"> -<emph>Text:</emph> Any string expression that specifies the new time in the format "HH:MM:SS".</paragraph> -<paragraph role="heading" id="hd_id3145173" xml-lang="en-US" level="2" l10n="U" oldref="7">Example:</paragraph> -<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U" oldref="8">Sub ExampleTime</paragraph> -<paragraph role="paragraph" id="par_id3150870" xml-lang="en-US" l10n="U" oldref="9">MsgBox Time,0,"The time is"</paragraph> -<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U" oldref="10">end sub</paragraph> +<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U">Time</paragraph> +<paragraph role="heading" id="hd_id3150792" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3149656" xml-lang="en-US" l10n="U"><emph>Text:</emph> Any string expression that specifies the new time in the format "HH:MM:SS".</paragraph> +<paragraph role="heading" id="hd_id3145173" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U">Sub ExampleTime</paragraph> +<paragraph role="paragraph" id="par_id3150870" xml-lang="en-US" l10n="U">MsgBox Time,0,"The time is"</paragraph> +<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03102800.xhp b/main/helpcontent2/source/text/sbasic/shared/03102800.xhp index 0020b05888..8e979d5d86 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03102800.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03102800.xhp @@ -33,16 +33,15 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3149346"> <bookmark_value>IsObject function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3149346" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03102800.xhp" name="IsObject Function [Runtime]">IsObject Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3148538" xml-lang="en-US" l10n="U" oldref="2">Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False.</paragraph> +<paragraph role="heading" id="hd_id3149346" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03102800.xhp" name="IsObject Function [Runtime]">IsObject Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3148538" xml-lang="en-US" l10n="U">Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False.</paragraph> </section> -<paragraph role="heading" id="hd_id3149234" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3154285" xml-lang="en-US" l10n="U" oldref="4">IsObject (ObjectVar)</paragraph> -<paragraph role="heading" id="hd_id3148685" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3156024" xml-lang="en-US" l10n="U" oldref="6">Bool</paragraph> -<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US" l10n="U" oldref="8"> -<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True.</paragraph> +<paragraph role="heading" id="hd_id3149234" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3154285" xml-lang="en-US" l10n="U">IsObject (ObjectVar)</paragraph> +<paragraph role="heading" id="hd_id3148685" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3156024" xml-lang="en-US" l10n="U">Bool</paragraph> +<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US" l10n="U"><emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> </body> diff --git a/main/helpcontent2/source/text/sbasic/shared/03131300.xhp b/main/helpcontent2/source/text/sbasic/shared/03131300.xhp index 7c75228426..0afc3b6795 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03131300.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03131300.xhp @@ -33,16 +33,16 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153539"> <bookmark_value>TwipsPerPixelX function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3153539" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03131300.xhp" name="TwipsPerPixelX Function [Runtime]">TwipsPerPixelX Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" l10n="U" oldref="2">Returns the number of twips that represent the width of a pixel.</paragraph> +<paragraph role="heading" id="hd_id3153539" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03131300.xhp" name="TwipsPerPixelX Function [Runtime]">TwipsPerPixelX Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" l10n="U">Returns the number of twips that represent the width of a pixel.</paragraph> </section> -<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US" l10n="U" oldref="4">n = TwipsPerPixelX</paragraph> -<paragraph role="heading" id="hd_id3150669" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3150503" xml-lang="en-US" l10n="U" oldref="6">Integer</paragraph> -<paragraph role="heading" id="hd_id3159176" xml-lang="en-US" level="2" l10n="U" oldref="7">Example:</paragraph> -<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U" oldref="8">Sub ExamplePixelTwips</paragraph> -<paragraph role="paragraph" id="par_id3153061" xml-lang="en-US" l10n="U" oldref="9">MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"</paragraph> -<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U" oldref="10">End Sub</paragraph> +<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US" l10n="U">n = TwipsPerPixelX</paragraph> +<paragraph role="heading" id="hd_id3150669" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3150503" xml-lang="en-US" l10n="U">Integer</paragraph> +<paragraph role="heading" id="hd_id3159176" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U">Sub ExamplePixelTwips</paragraph> +<paragraph role="paragraph" id="par_id3153061" xml-lang="en-US" l10n="U">MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"</paragraph> +<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03131400.xhp b/main/helpcontent2/source/text/sbasic/shared/03131400.xhp index ed9a87ebfd..5330f48c76 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03131400.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03131400.xhp @@ -33,16 +33,16 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3150040"> <bookmark_value>TwipsPerPixelY function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03131400.xhp" name="TwipsPerPixelY Function [Runtime]">TwipsPerPixelY Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3154186" xml-lang="en-US" l10n="U" oldref="2">Returns the number of twips that represent the height of a pixel.</paragraph> +<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03131400.xhp" name="TwipsPerPixelY Function [Runtime]">TwipsPerPixelY Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3154186" xml-lang="en-US" l10n="U">Returns the number of twips that represent the height of a pixel.</paragraph> </section> -<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3153681" xml-lang="en-US" l10n="U" oldref="4">n = TwipsPerPixelY</paragraph> -<paragraph role="heading" id="hd_id3148473" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3154306" xml-lang="en-US" l10n="U" oldref="6">Integer</paragraph> -<paragraph role="heading" id="hd_id3149235" xml-lang="en-US" level="2" l10n="U" oldref="7">Example:</paragraph> -<paragraph role="paragraph" id="par_id3150503" xml-lang="en-US" l10n="U" oldref="8">Sub ExamplePixelTwips</paragraph> -<paragraph role="paragraph" id="par_id3154142" xml-lang="en-US" l10n="U" oldref="9">MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"</paragraph> -<paragraph role="paragraph" id="par_id3148944" xml-lang="en-US" l10n="U" oldref="10">End Sub</paragraph> +<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3153681" xml-lang="en-US" l10n="U">n = TwipsPerPixelY</paragraph> +<paragraph role="heading" id="hd_id3148473" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3154306" xml-lang="en-US" l10n="U">Integer</paragraph> +<paragraph role="heading" id="hd_id3149235" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3150503" xml-lang="en-US" l10n="U">Sub ExamplePixelTwips</paragraph> +<paragraph role="paragraph" id="par_id3154142" xml-lang="en-US" l10n="U">MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"</paragraph> +<paragraph role="paragraph" id="par_id3148944" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/01/04060118.xhp b/main/helpcontent2/source/text/scalc/01/04060118.xhp index 637f62a26e..b2f84cdc6a 100644 --- a/main/helpcontent2/source/text/scalc/01/04060118.xhp +++ b/main/helpcontent2/source/text/scalc/01/04060118.xhp @@ -29,7 +29,7 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3146780" xml-lang="en-US" level="1" l10n="U" oldref="1">Financial Functions Part Three</paragraph> +<paragraph role="heading" id="hd_id3146780" xml-lang="en-US" level="1" l10n="U">Financial Functions Part Three</paragraph> <sort> <section id="oddfprice"> <bookmark xml-lang="en-US" branch="index" id="bm_id3145112"> @@ -37,26 +37,18 @@ <bookmark_value>prices;securities with irregular first interest date</bookmark_value> </bookmark><comment>mw added one entry</comment> <bookmark xml-lang="en-US" branch="hid/SC_HID_AAI_FUNC_ODDFPRICE" id="bm_id3146107" localize="false"/> -<paragraph role="heading" id="hd_id3145112" xml-lang="en-US" level="2" oldref="71">ODDFPRICE</paragraph> -<paragraph role="paragraph" id="par_id3147250" xml-lang="en-US" l10n="U" oldref="72"><ahelp hid="HID_AAI_FUNC_ODDFPRICE">Calculates the price per 100 currency units par value of a security, if the first interest date falls irregularly.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3153074" xml-lang="en-US" level="3" l10n="U" oldref="73">Syntax</paragraph> -<paragraph role="code" id="par_id3146098" xml-lang="en-US" l10n="U" oldref="74">ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)</paragraph> -<paragraph role="paragraph" id="par_id3153337" xml-lang="en-US" l10n="U" oldref="75"> -<emph>Settlement</emph> is the date of purchase of the security.</paragraph> -<paragraph role="paragraph" id="par_id3149051" xml-lang="en-US" l10n="U" oldref="76"> -<emph>Maturity</emph> is the date on which the security matures (expires).</paragraph> -<paragraph role="paragraph" id="par_id3147297" xml-lang="en-US" l10n="U" oldref="77"> -<emph>Issue</emph> is the date of issue of the security.</paragraph> -<paragraph role="paragraph" id="par_id3150393" xml-lang="en-US" l10n="U" oldref="78"> -<emph>FirstCoupon</emph> is the first interest date of the security.</paragraph> -<paragraph role="paragraph" id="par_id3147402" xml-lang="en-US" l10n="U" oldref="79"> -<emph>Rate</emph> is the annual rate of interest.</paragraph> -<paragraph role="paragraph" id="par_id3151387" xml-lang="en-US" l10n="U" oldref="80"> -<emph>Yield</emph> is the annual yield of the security.</paragraph> -<paragraph role="paragraph" id="par_id3153023" xml-lang="en-US" l10n="U" oldref="81"> -<emph>Redemption</emph> is the redemption value per 100 currency units of par value.</paragraph> -<paragraph role="paragraph" id="par_id3150539" xml-lang="en-US" l10n="U" oldref="82"> -<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4).</paragraph> +<paragraph role="heading" id="hd_id3145112" xml-lang="en-US" level="2">ODDFPRICE</paragraph> +<paragraph role="paragraph" id="par_id3147250" xml-lang="en-US" l10n="U"><ahelp hid="HID_AAI_FUNC_ODDFPRICE">Calculates the price per 100 currency units par value of a security, if the first interest date falls irregularly.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153074" xml-lang="en-US" level="3" l10n="U">Syntax</paragraph> +<paragraph role="code" id="par_id3146098" xml-lang="en-US" l10n="U">ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)</paragraph> +<paragraph role="paragraph" id="par_id3153337" xml-lang="en-US" l10n="U"><emph>Settlement</emph> is the date of purchase of the security.</paragraph> +<paragraph role="paragraph" id="par_id3149051" xml-lang="en-US" l10n="U"><emph>Maturity</emph> is the date on which the security matures (expires).</paragraph> +<paragraph role="paragraph" id="par_id3147297" xml-lang="en-US" l10n="U"><emph>Issue</emph> is the date of issue of the security.</paragraph> +<paragraph role="paragraph" id="par_id3150393" xml-lang="en-US" l10n="U"><emph>FirstCoupon</emph> is the first interest date of the security.</paragraph> +<paragraph role="paragraph" id="par_id3147402" xml-lang="en-US" l10n="U"><emph>Rate</emph> is the annual rate of interest.</paragraph> +<paragraph role="paragraph" id="par_id3151387" xml-lang="en-US" l10n="U"><emph>Yield</emph> is the annual yield of the security.</paragraph> +<paragraph role="paragraph" id="par_id3153023" xml-lang="en-US" l10n="U"><emph>Redemption</emph> is the redemption value per 100 currency units of par value.</paragraph> +<paragraph role="paragraph" id="par_id3150539" xml-lang="en-US" l10n="U"><emph>Frequency</emph> is number of interest payments per year (1, 2 or 4).</paragraph> <embed href="text/scalc/01/func_yearfrac.xhp#basis"/> </section> <section id="oddfyield"> @@ -324,8 +316,8 @@ <paragraph role="heading" id="hd_id3148941" xml-lang="en-US" level="3" l10n="U" oldref="244">Example</paragraph> <paragraph role="paragraph" id="par_id3154212" xml-lang="en-US" l10n="U" oldref="245">For four periods (years) and a cash value of 7,500 currency units, the interest rate of the return is to be calculated if the future value is 10,000 currency units.</paragraph> <paragraph role="paragraph" id="par_id3150775" xml-lang="en-US" l10n="U" oldref="246"> -<item type="input">=RRI(4;7500;10000)</item> = 7.46 %</paragraph> -<paragraph role="paragraph" id="par_id3145413" xml-lang="en-US" l10n="U" oldref="247">The interest rate must be 7.46 % so that 7,500 currency units will become 10,000 currency units.</paragraph> +<item type="input">=RRI(4;7500;10000)</item> = 7.46%</paragraph> +<paragraph role="paragraph" id="par_id3145413" xml-lang="en-US" l10n="U" oldref="247">The interest rate must be 7.46% so that 7,500 currency units will become 10,000 currency units.</paragraph> </section> <section id="rate"> <bookmark xml-lang="en-US" branch="index" id="bm_id3154267"> diff --git a/main/helpcontent2/source/text/scalc/01/04060119.xhp b/main/helpcontent2/source/text/scalc/01/04060119.xhp index 22c7cf7bb5..7b5ed3c420 100644 --- a/main/helpcontent2/source/text/scalc/01/04060119.xhp +++ b/main/helpcontent2/source/text/scalc/01/04060119.xhp @@ -29,41 +29,34 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3149052" xml-lang="en-US" level="1" l10n="U" oldref="1">Financial Functions Part Two</paragraph> +<paragraph role="heading" id="hd_id3149052" xml-lang="en-US" level="1" l10n="U">Financial Functions Part Two</paragraph> <section id="howtoget"> <embed href="text/scalc/00/00000404.xhp#eikafi"/> </section> -<paragraph role="paragraph" id="par_id3148742" xml-lang="en-US" l10n="U" oldref="343"><link href="text/scalc/01/04060103.xhp" name="Back to Financial Functions Part One">Back to Financial Functions Part One</link></paragraph> -<paragraph role="paragraph" id="par_id3151341" xml-lang="en-US" l10n="U" oldref="344"><link href="text/scalc/01/04060118.xhp" name="Forward to Financial Functions Part Three">Forward to Financial Functions Part Three</link></paragraph> +<paragraph role="paragraph" id="par_id3148742" xml-lang="en-US" l10n="U"><link href="text/scalc/01/04060103.xhp" name="Back to Financial Functions Part One">Back to Financial Functions Part One</link></paragraph> +<paragraph role="paragraph" id="par_id3151341" xml-lang="en-US" l10n="U"><link href="text/scalc/01/04060118.xhp" name="Forward to Financial Functions Part Three">Forward to Financial Functions Part Three</link></paragraph> <sort order="asc"> <section id="ppmt"> <bookmark xml-lang="en-US" branch="index" id="bm_id3150026"> <bookmark_value>PPMT function</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_KAPZ" id="bm_id3145827" localize="false"/> -<paragraph role="heading" id="hd_id3150026" xml-lang="en-US" level="2" l10n="U" oldref="238">PPMT</paragraph> -<paragraph role="paragraph" id="par_id3146942" xml-lang="en-US" l10n="U" oldref="239"><ahelp hid="HID_FUNC_KAPZ">Returns for a given period the payment on the principal for an investment that is based on periodic and constant payments and a constant interest rate.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3150459" xml-lang="en-US" level="3" l10n="U" oldref="240">Syntax</paragraph> -<paragraph role="code" id="par_id3146878" xml-lang="en-US" l10n="U" oldref="241">PPMT(Rate; Period; NPer; PV; FV; Type)</paragraph> -<paragraph role="paragraph" id="par_id3151228" xml-lang="en-US" l10n="U" oldref="242"> -<emph>Rate</emph> is the periodic interest rate.</paragraph> -<paragraph role="paragraph" id="par_id3148887" xml-lang="en-US" l10n="U" oldref="243"> -<emph>Period</emph> is the amortizement period. P = 1 for the first and P = NPer for the last period.</paragraph> -<paragraph role="paragraph" id="par_id3148436" xml-lang="en-US" l10n="U" oldref="244"> -<emph>NPer</emph> is the total number of periods during which annuity is paid.</paragraph> -<paragraph role="paragraph" id="par_id3153035" xml-lang="en-US" l10n="U" oldref="245"> -<emph>PV</emph> is the present value in the sequence of payments.</paragraph> -<paragraph role="paragraph" id="par_id3147474" xml-lang="en-US" l10n="U" oldref="246"> -<emph>FV</emph> (optional) is the desired (future) value.</paragraph> -<paragraph role="paragraph" id="par_id3144744" xml-lang="en-US" l10n="U" oldref="247"> -<emph>Type</emph> (optional) defines the due date. F = 1 for payment at the beginning of a period and F = 0 for payment at the end of a period.</paragraph> +<paragraph role="heading" id="hd_id3150026" xml-lang="en-US" level="2" l10n="U">PPMT</paragraph> +<paragraph role="paragraph" id="par_id3146942" xml-lang="en-US" l10n="U"><ahelp hid="HID_FUNC_KAPZ">Returns for a given period the payment on the principal for an investment that is based on periodic and constant payments and a constant interest rate.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150459" xml-lang="en-US" level="3" l10n="U">Syntax</paragraph> +<paragraph role="code" id="par_id3146878" xml-lang="en-US" l10n="U">PPMT(Rate; Period; NPer; PV; FV; Type)</paragraph> +<paragraph role="paragraph" id="par_id3151228" xml-lang="en-US" l10n="U"><emph>Rate</emph> is the periodic interest rate.</paragraph> +<paragraph role="paragraph" id="par_id3148887" xml-lang="en-US" l10n="U"><emph>Period</emph> is the amortizement period. P = 1 for the first and P = NPer for the last period.</paragraph> +<paragraph role="paragraph" id="par_id3148436" xml-lang="en-US" l10n="U"><emph>NPer</emph> is the total number of periods during which annuity is paid.</paragraph> +<paragraph role="paragraph" id="par_id3153035" xml-lang="en-US" l10n="U"><emph>PV</emph> is the present value in the sequence of payments.</paragraph> +<paragraph role="paragraph" id="par_id3147474" xml-lang="en-US" l10n="U"><emph>FV</emph> (optional) is the desired (future) value.</paragraph> +<paragraph role="paragraph" id="par_id3144744" xml-lang="en-US" l10n="U"><emph>Type</emph> (optional) defines the due date. F = 1 for payment at the beginning of a period and F = 0 for payment at the end of a period.</paragraph> <paragraph role="paragraph" id="par_idN1067C" xml-lang="en-US" l10n="NEW"> <embedvar href="text/scalc/00/00000004.xhp#optional"/> </paragraph> -<paragraph role="heading" id="hd_id3148582" xml-lang="en-US" level="3" l10n="U" oldref="248">Example</paragraph> -<paragraph role="paragraph" id="par_id3154811" xml-lang="en-US" l10n="CHG" oldref="249">How high is the periodic monthly payment at an annual interest rate of 8.75% over a period of 3 years? The cash value is 5,000 currency units and is always paid at the beginning of a period. The future value is 8,000 currency units.</paragraph> -<paragraph role="paragraph" id="par_id3149246" xml-lang="en-US" l10n="U" oldref="250"> -<item type="input">=PPMT(8.75%/12;1;36;5000;8000;1)</item> = -350.99 currency units.</paragraph> +<paragraph role="heading" id="hd_id3148582" xml-lang="en-US" level="3" l10n="U">Example</paragraph> +<paragraph role="paragraph" id="par_id3154811" xml-lang="en-US" l10n="CHG">How high is the periodic monthly payment at an annual interest rate of 8.75% over a period of 3 years? The cash value is 5,000 currency units and is always paid at the beginning of a period. The future value is 8,000 currency units.</paragraph> +<paragraph role="paragraph" id="par_id3149246" xml-lang="en-US" l10n="U"><item type="input">=PPMT(8.75%/12;1;36;5000;8000;1)</item> = -350.99 currency units.</paragraph> </section> <section id="cumprinc"> <bookmark xml-lang="en-US" branch="index" id="bm_id3146139"> @@ -151,7 +144,7 @@ <paragraph role="paragraph" id="par_id3149777" xml-lang="en-US" l10n="U" oldref="275"> <emph>Type</emph> is the due date of the payment at the beginning or end of each period.</paragraph> <paragraph role="heading" id="hd_id3153723" xml-lang="en-US" level="3" l10n="U" oldref="276">Example</paragraph> -<paragraph role="paragraph" id="par_id3147478" xml-lang="en-US" l10n="U" oldref="277">What are the interest payments at a yearly interest rate of 5.5 %, a payment period of monthly payments for 2 years and a current cash value of 5,000 currency units? The start period is the 4th and the end period is the 6th period. The payment is due at the beginning of each period.</paragraph> +<paragraph role="paragraph" id="par_id3147478" xml-lang="en-US" l10n="U" oldref="277">What are the interest payments at a yearly interest rate of 5.5%, a payment period of monthly payments for 2 years and a current cash value of 5,000 currency units? The start period is the 4th and the end period is the 6th period. The payment is due at the beginning of each period.</paragraph> <paragraph role="paragraph" id="par_id3149819" xml-lang="en-US" l10n="U" oldref="278"> <item type="input">=CUMIPMT(5.5%/12;24;5000;4;6;1)</item> = -57.54 currency units. The interest payments for between the 4th and 6th period are 57.54 currency units.</paragraph> </section> diff --git a/main/helpcontent2/source/text/scalc/01/05030400.xhp b/main/helpcontent2/source/text/scalc/01/05030400.xhp index 91c1222cb8..eadf923ff5 100644 --- a/main/helpcontent2/source/text/scalc/01/05030400.xhp +++ b/main/helpcontent2/source/text/scalc/01/05030400.xhp @@ -39,13 +39,13 @@ <bookmark xml-lang="en-US" branch="hid/.uno:ShowRow" id="bm_id3154760" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ShowColumn" id="bm_id4036373" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:ShowColumn" id="bm_id3149456" localize="false"/> -<paragraph role="heading" id="hd_id3147264" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/01/05030400.xhp" name="Show">Show</link></paragraph> -<paragraph role="paragraph" id="par_id3150447" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:ShowColumn">Choose this command to show previously hidden rows or columns.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3147264" xml-lang="en-US" level="1" l10n="U"><link href="text/scalc/01/05030400.xhp" name="Show">Show</link></paragraph> +<paragraph role="paragraph" id="par_id3150447" xml-lang="en-US" l10n="U"><ahelp hid=".uno:ShowColumn">Choose this command to show previously hidden rows or columns.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/scalc/00/00000405.xhp#fozeiebl"/> </section> -<paragraph role="paragraph" id="par_id3155131" xml-lang="en-US" l10n="U" oldref="3">To show a column or row, select the range of rows or columns containing the hidden elements, then choose <emph>Format - Row - Show</emph> or <emph>Format - Column - Show</emph>.</paragraph> -<paragraph role="paragraph" id="par_id3145748" xml-lang="en-US" l10n="U" oldref="4">To show all hidden cells, first click in the field in the upper left corner. This selects all cells of the table.</paragraph> +<paragraph role="paragraph" id="par_id3155131" xml-lang="en-US" l10n="U">To show a column or row, select the range of rows or columns containing the hidden elements, then choose <emph>Format - Row - Show</emph> or <emph>Format - Column - Show</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3145748" xml-lang="en-US" l10n="U">To show all hidden cells, first click in the field in the upper left corner. This selects all cells of the table.</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/02/06080000.xhp b/main/helpcontent2/source/text/scalc/02/06080000.xhp index e350291664..aa4d5df3ef 100644 --- a/main/helpcontent2/source/text/scalc/02/06080000.xhp +++ b/main/helpcontent2/source/text/scalc/02/06080000.xhp @@ -31,8 +31,8 @@ <body> <bookmark xml-lang="en-US" branch="hid/.uno:ChooseDesign" id="bm_id5786643" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:ChooseDesign" id="bm_id3147335" localize="false"/> -<paragraph role="heading" id="hd_id3153087" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/02/06080000.xhp" name="Theme Selection">Theme Selection</link></paragraph> -<paragraph role="paragraph" id="par_id3154515" xml-lang="en-US" l10n="U" oldref="2"><variable id="thementext"><ahelp hid=".uno:ChooseDesign">Applies a formatting style to the selected cells.</ahelp> +<paragraph role="heading" id="hd_id3153087" xml-lang="en-US" level="1" l10n="U"><link href="text/scalc/02/06080000.xhp" name="Theme Selection">Theme Selection</link></paragraph> +<paragraph role="paragraph" id="par_id3154515" xml-lang="en-US" l10n="U"><variable id="thementext"><ahelp hid=".uno:ChooseDesign">Applies a formatting style to the selected cells.</ahelp> </variable> The styles include font, border, and background color information.</paragraph> <section id="sythemen"> <table id="tbl_id3153968"> @@ -43,13 +43,13 @@ </image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3153953" xml-lang="en-US" l10n="U" oldref="4">Choose Themes</paragraph> +<paragraph role="paragraph" id="par_id3153953" xml-lang="en-US" l10n="U">Choose Themes</paragraph> </tablecell> </tablerow> </table> </section> <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGSTYLES_LISTBOX" id="bm_id3153159" localize="false"/> -<paragraph role="paragraph" id="par_id3147127" xml-lang="en-US" l10n="U" oldref="5"><ahelp hid="HID_DLGSTYLES_LISTBOX">Click the formatting theme that you want to apply, and then click <emph>OK</emph>.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3147127" xml-lang="en-US" l10n="U"><ahelp hid="HID_DLGSTYLES_LISTBOX">Click the formatting theme that you want to apply, and then click <emph>OK</emph>.</ahelp></paragraph> <embed href="text/scalc/guide/design.xhp#design"/> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/02/10060000.xhp b/main/helpcontent2/source/text/scalc/02/10060000.xhp index b4d259944f..91165bcad6 100644 --- a/main/helpcontent2/source/text/scalc/02/10060000.xhp +++ b/main/helpcontent2/source/text/scalc/02/10060000.xhp @@ -36,20 +36,19 @@ </bookmark><comment>mw deleted "scaling;"</comment> <bookmark xml-lang="en-US" branch="hid/.uno:ZoomOut" id="bm_id5729287" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ZoomOut" id="bm_id3156329" localize="false"/> -<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/02/10060000.xhp" name="Zoom Out">Zoom Out</link></paragraph> -<paragraph role="paragraph" id="par_id3151246" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:ZoomOut">Reduces the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="1" l10n="U"><link href="text/scalc/02/10060000.xhp" name="Zoom Out">Zoom Out</link></paragraph> +<paragraph role="paragraph" id="par_id3151246" xml-lang="en-US" l10n="U"><ahelp hid=".uno:ZoomOut">Reduces the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U" oldref="4">The minimum zoom factor is 20%.</paragraph> +<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U">The minimum zoom factor is 20%.</paragraph> <section id="syklein"> <table id="tbl_id3125863"> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3153770" xml-lang="en-US" l10n="E"> -<image id="img_id3155131" src="res/commandimagelist/sc_zoomout.png" width="0.222inch" height="0.222inch"><alt id="alt_id3155131" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3155131" src="res/commandimagelist/sc_zoomout.png" width="0.222inch" height="0.222inch"><alt id="alt_id3155131" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US" l10n="U" oldref="3">Zooming Out</paragraph> +<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US" l10n="U">Zooming Out</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/sdraw/guide/color_define.xhp b/main/helpcontent2/source/text/sdraw/guide/color_define.xhp index b47cddfc5c..4990e1e618 100644 --- a/main/helpcontent2/source/text/sdraw/guide/color_define.xhp +++ b/main/helpcontent2/source/text/sdraw/guide/color_define.xhp @@ -49,7 +49,7 @@ <listitem> <paragraph xml-lang="en-US" id="par_id3152992" role="paragraph" l10n="U">Select the RGB or CMYK color model in the box below the preview boxes.</paragraph> <paragraph xml-lang="en-US" id="par_id4979705" role="paragraph" l10n="NEW">%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation.</paragraph> -<paragraph xml-lang="en-US" id="par_id3152987" role="paragraph" l10n="U">The RGB color model mixes red, green and blue light to create colors on a computer screen. In the RGB model, the three color components are additive and can have values ranging from 0 (black) to 255 (white). The CMYK color model combines Cyan (C), Magenta (M), Yellow (Y), and blacK (K, also used for "Key") to create colors for printing. The four colors of the CMYK models are subtractive and are defined as percentage [...] +<paragraph xml-lang="en-US" id="par_id3152987" role="paragraph" l10n="U">The RGB color model mixes red, green and blue light to create colors on a computer screen. In the RGB model, the three color components are additive and can have values ranging from 0 (black) to 255 (white). The CMYK color model combines Cyan (C), Magenta (M), Yellow (Y), and blacK (K, also used for "Key") to create colors for printing. The four colors of the CMYK models are subtractive and are defined as percentage [...] </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id3145386" role="paragraph" l10n="U">Enter a numeric value in the boxes next to the color components. The new color appears in the preview box directly above the color model box.</paragraph> diff --git a/main/helpcontent2/source/text/shared/00/00000007.xhp b/main/helpcontent2/source/text/shared/00/00000007.xhp index 55529ef1c2..0f8b5d7a53 100644 --- a/main/helpcontent2/source/text/shared/00/00000007.xhp +++ b/main/helpcontent2/source/text/shared/00/00000007.xhp @@ -29,21 +29,21 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3155620" xml-lang="en-US" level="1" l10n="U" oldref="1">Toolbars</paragraph> -<paragraph role="paragraph" id="par_id3152823" xml-lang="en-US" l10n="CHG" oldref="4"><variable id="werkzeugleiste">Icon on the Tools bar: +<paragraph role="heading" id="hd_id3155620" xml-lang="en-US" level="1" l10n="U">Toolbars</paragraph> +<paragraph role="paragraph" id="par_id3152823" xml-lang="en-US" l10n="CHG"><variable id="werkzeugleiste">Icon on the Tools bar: </variable></paragraph> -<paragraph role="paragraph" id="par_id3152352" xml-lang="en-US" l10n="CHG" oldref="5"><variable id="textobjektleiste">Icon on the Formatting Bar: +<paragraph role="paragraph" id="par_id3152352" xml-lang="en-US" l10n="CHG"><variable id="textobjektleiste">Icon on the Formatting Bar: </variable></paragraph> -<paragraph role="paragraph" id="par_id3151370" xml-lang="en-US" l10n="CHG" oldref="7"><variable id="objektleiste">Icon on the Formatting Bar: +<paragraph role="paragraph" id="par_id3151370" xml-lang="en-US" l10n="CHG"><variable id="objektleiste">Icon on the Formatting Bar: </variable></paragraph> -<paragraph role="paragraph" id="par_id3149748" xml-lang="en-US" l10n="CHG" oldref="9"><variable id="diaobjektleiste">Icon on the Slide View Bar: +<paragraph role="paragraph" id="par_id3149748" xml-lang="en-US" l10n="CHG"><variable id="diaobjektleiste">Icon on the Slide View Bar: </variable></paragraph> -<paragraph role="paragraph" id="par_id3156553" xml-lang="en-US" l10n="CHG" oldref="10"><variable id="symbolleistenneu">This overview describes the default toolbar configuration for $[officename]. +<paragraph role="paragraph" id="par_id3156553" xml-lang="en-US" l10n="CHG"><variable id="symbolleistenneu">This overview describes the default toolbar configuration for $[officename]. </variable></paragraph> <section id="asia"> -<paragraph role="heading" id="par_id3153551" xml-lang="en-US" level="2" l10n="U" oldref="11">Asian Language Support</paragraph> +<paragraph role="heading" id="par_id3153551" xml-lang="en-US" level="2" l10n="U">Asian Language Support</paragraph> <section id="asiahinweis"> -<paragraph role="paragraph" id="par_id3156326" xml-lang="en-US" l10n="U" oldref="12">These commands can only be accessed after you enable support for Asian languages in <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3156326" xml-lang="en-US" l10n="U">These commands can only be accessed after you enable support for Asian languages in <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>.</paragraph> </section> </section> </body> diff --git a/main/helpcontent2/source/text/shared/00/01000000.xhp b/main/helpcontent2/source/text/shared/00/01000000.xhp index 0ad625b37d..6c2ed89860 100644 --- a/main/helpcontent2/source/text/shared/00/01000000.xhp +++ b/main/helpcontent2/source/text/shared/00/01000000.xhp @@ -29,16 +29,16 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3085157" xml-lang="en-US" level="1" l10n="U" oldref="1">Showing and Hiding Docked Windows</paragraph> -<paragraph role="paragraph" id="par_id3149948" xml-lang="en-US" l10n="CHG" oldref="2">Every <link href="text/shared/00/00000005.xhp#andocken" name="docked">docked</link> window has an icon to control the display properties of the window.</paragraph> +<paragraph role="heading" id="hd_id3085157" xml-lang="en-US" level="1" l10n="U">Showing and Hiding Docked Windows</paragraph> +<paragraph role="paragraph" id="par_id3149948" xml-lang="en-US" l10n="CHG">Every <link href="text/shared/00/00000005.xhp#andocken" name="docked">docked</link> window has an icon to control the display properties of the window.</paragraph> <section id="floaticons"> -<paragraph role="paragraph" id="par_id3150502" xml-lang="en-US" l10n="U" oldref="3">To show or hide a docked window, click the icon.</paragraph> +<paragraph role="paragraph" id="par_id3150502" xml-lang="en-US" l10n="U">To show or hide a docked window, click the icon.</paragraph> </section> -<paragraph role="heading" id="hd_id3150465" xml-lang="en-US" level="2" l10n="U" oldref="13">AutoShow and AutoHide Docked Windows</paragraph> -<paragraph role="paragraph" id="par_id3155504" xml-lang="en-US" l10n="U" oldref="14">You can click the edge of a hidden docked window to open the window.</paragraph> -<paragraph role="paragraph" id="par_id3153257" xml-lang="en-US" l10n="U" oldref="15">The docked window closes automatically when you move the mouse pointer outside of the window.</paragraph> -<paragraph role="paragraph" id="par_id3154046" xml-lang="en-US" l10n="U" oldref="16">Multiple docked windows act as a single window in AutoShow/AutoHide mode.</paragraph> -<paragraph role="heading" id="hd_id3145416" xml-lang="en-US" level="3" l10n="U" oldref="18">Drag and Drop</paragraph> -<paragraph role="paragraph" id="par_id3149578" xml-lang="en-US" l10n="U" oldref="19">If you drag an object over the edge of a hidden docked window, the window opens in AutoShow mode.</paragraph> +<paragraph role="heading" id="hd_id3150465" xml-lang="en-US" level="2" l10n="U">AutoShow and AutoHide Docked Windows</paragraph> +<paragraph role="paragraph" id="par_id3155504" xml-lang="en-US" l10n="U">You can click the edge of a hidden docked window to open the window.</paragraph> +<paragraph role="paragraph" id="par_id3153257" xml-lang="en-US" l10n="U">The docked window closes automatically when you move the mouse pointer outside of the window.</paragraph> +<paragraph role="paragraph" id="par_id3154046" xml-lang="en-US" l10n="U">Multiple docked windows act as a single window in AutoShow/AutoHide mode.</paragraph> +<paragraph role="heading" id="hd_id3145416" xml-lang="en-US" level="3" l10n="U">Drag and Drop</paragraph> +<paragraph role="paragraph" id="par_id3149578" xml-lang="en-US" l10n="U">If you drag an object over the edge of a hidden docked window, the window opens in AutoShow mode.</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/01/03010000.xhp b/main/helpcontent2/source/text/shared/01/03010000.xhp index 9acb7c96dd..93b4207f35 100644 --- a/main/helpcontent2/source/text/shared/01/03010000.xhp +++ b/main/helpcontent2/source/text/shared/01/03010000.xhp @@ -38,61 +38,57 @@ </bookmark><comment>mw deleted "scaling;"</comment> <bookmark xml-lang="en-US" branch="hid/.uno:Zoom" id="bm_id2031101" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:Zoom" id="bm_id3153321" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3154682" role="heading" level="1" l10n="U" oldref="1"><link href="text/shared/01/03010000.xhp">Zoom & View Layout</link></paragraph> -<paragraph xml-lang="en-US" id="par_id3149578" role="paragraph" l10n="U" oldref="2"><variable id="massstabtext"><ahelp hid=".uno:Zoom">Reduces or enlarges the screen display of %PRODUCTNAME.</ahelp> +<paragraph xml-lang="en-US" id="hd_id3154682" role="heading" level="1" l10n="U"><link href="text/shared/01/03010000.xhp">Zoom & View Layout</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3149578" role="paragraph" l10n="U"><variable id="massstabtext"><ahelp hid=".uno:Zoom">Reduces or enlarges the screen display of %PRODUCTNAME.</ahelp> </variable> The current zoom factor is displayed as a percentage value on the <emph>Status</emph> bar.</paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000403.xhp#masstab"/> </section> -<paragraph xml-lang="en-US" id="par_id3149655" role="note" l10n="CHG" oldref="26">Zooming is handled differently on Unix, Linux, and Windows platforms. A document saved with a 100% zoom factor in Windows is displayed at a larger zoom factor on Unix/Linux platforms. To change the zoom factor, double-click or right-click the percentage value on the <emph>Status</emph> bar, and select the zoom factor that you want.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3149669" role="heading" level="2" l10n="U" oldref="3">Zoom factor</paragraph> -<paragraph xml-lang="en-US" id="par_id3154389" role="paragraph" l10n="CHG" oldref="4">Set the zoom factor at which to display the current document and all documents of the same type that you open thereafter.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149655" role="note" l10n="CHG">Zooming is handled differently on Unix, Linux, and Windows platforms. A document saved with a 100% zoom factor in Windows is displayed at a larger zoom factor on Unix/Linux platforms. To change the zoom factor, double-click or right-click the percentage value on the <emph>Status</emph> bar, and select the zoom factor that you want.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3149669" role="heading" level="2" l10n="U">Zoom factor</paragraph> +<paragraph xml-lang="en-US" id="par_id3154389" role="paragraph" l10n="CHG">Set the zoom factor at which to display the current document and all documents of the same type that you open thereafter.</paragraph> <bookmark xml-lang="en-US" branch="hid/cui:RadioButton:RID_SVXDLG_ZOOM:BTN_OPTIMAL" id="bm_id3145606" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SVX_HID_MNU_ZOOM_OPTIMAL" id="bm_id3150498" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3153351" role="heading" level="2" l10n="U" -oldref="20">Optimal</paragraph> -<paragraph xml-lang="en-US" id="par_id3144760" role="paragraph" l10n="U" oldref="21"><ahelp hid="HID_MNU_ZOOM_OPTIMAL"><switchinline select="appl"><caseinline select="CALC">Resizes the display to fit the width of the selected cell area at the moment the command is started. +<paragraph xml-lang="en-US" id="hd_id3153351" role="heading" level="2" l10n="U">Optimal</paragraph> +<paragraph xml-lang="en-US" id="par_id3144760" role="paragraph" l10n="U"><ahelp hid="HID_MNU_ZOOM_OPTIMAL"><switchinline select="appl"><caseinline select="CALC">Resizes the display to fit the width of the selected cell area at the moment the command is started. </caseinline><defaultinline>Resizes the display to fit the width of the text in the document at .</defaultinline></switchinline></ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:RadioButton:RID_SVXDLG_ZOOM:BTN_WHOLE_PAGE" id="bm_id3150359" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SVX_HID_MNU_ZOOM_WHOLE_PAGE" id="bm_id3150358" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3151210" role="heading" level="2" l10n="CHG" -oldref="22">Fit width and height</paragraph> -<paragraph xml-lang="en-US" id="par_id3150543" role="paragraph" l10n="U" oldref="25"><ahelp hid="HID_MNU_ZOOM_WHOLE_PAGE"><switchinline select="appl"><caseinline select="CALC">Resizes the display to fit the width and height of the selected cell area at the moment the command is started. +<paragraph xml-lang="en-US" id="hd_id3151210" role="heading" level="2" l10n="CHG">Fit width and height</paragraph> +<paragraph xml-lang="en-US" id="par_id3150543" role="paragraph" l10n="U"><ahelp hid="HID_MNU_ZOOM_WHOLE_PAGE"><switchinline select="appl"><caseinline select="CALC">Resizes the display to fit the width and height of the selected cell area at the moment the command is started. </caseinline><defaultinline>Displays the entire page on your screen.</defaultinline></switchinline></ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:RadioButton:RID_SVXDLG_ZOOM:BTN_PAGE_WIDTH" id="bm_id3148797" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SVX_HID_MNU_ZOOM_PAGE_WIDTH" id="bm_id3154140" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3152771" role="heading" level="2" l10n="CHG" -oldref="24">Fit width</paragraph> -<paragraph xml-lang="en-US" id="par_id3143231" role="paragraph" l10n="U" oldref="23"><ahelp hid="HID_MNU_ZOOM_PAGE_WIDTH">Displays the complete width of the document page. The top and bottom edges of the page may not be visible.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3152771" role="heading" level="2" l10n="CHG">Fit width</paragraph> +<paragraph xml-lang="en-US" id="par_id3143231" role="paragraph" l10n="U"><ahelp hid="HID_MNU_ZOOM_PAGE_WIDTH">Displays the complete width of the document page. The top and bottom edges of the page may not be visible.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/SVX_HID_MNU_ZOOM_200" id="bm_id3156280" localize="false"/> <!-- removed HID SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_200 --> <bookmark xml-lang="en-US" branch="hid/SID_VIEW200" id="bm_id4566280" localize="false"/> -<paragraph xml-lang="en-US" id="par_id3159151" role="paragraph" l10n="CHG" oldref="6"><ahelp hid="." visibility="hidden">Displays the document at two times its actual size.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3159151" role="paragraph" l10n="CHG"><ahelp hid="." visibility="hidden">Displays the document at two times its actual size.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/SVX_HID_MNU_ZOOM_150" id="bm_id3148676" localize="false"/> <!-- removed HID SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_150 --> -<paragraph xml-lang="en-US" id="par_id3145173" role="paragraph" l10n="CHG" oldref="8"><ahelp hid="." visibility="hidden">Displays the document at one and a half times its actual size.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3145173" role="paragraph" l10n="CHG"><ahelp hid="." visibility="hidden">Displays the document at one and a half times its actual size.</ahelp></paragraph> <section id="hdrt"> <bookmark xml-lang="en-US" branch="hid/SVX_HID_MNU_ZOOM_100" id="bm_id3149560" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:View100" id="bm_id3159252" localize="false"/> <bookmark xml-lang="en-US" branch="hid/cui:RadioButton:RID_SVXDLG_ZOOM:BTN_100" id="bm_id051420080349501" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3153106" role="heading" level="2" l10n="U" oldref="9">100 %</paragraph> -<paragraph xml-lang="en-US" id="par_id3147353" role="paragraph" l10n="U" oldref="10"><ahelp hid="SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_100">Displays the document at its actual size.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3153106" role="heading" level="2" l10n="U">100%</paragraph> +<paragraph xml-lang="en-US" id="par_id3147353" role="paragraph" l10n="U"><ahelp hid="SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_100">Displays the document at its actual size.</ahelp></paragraph> </section> <bookmark xml-lang="en-US" branch="hid/SVX_HID_MNU_ZOOM_75" id="bm_id3159199" localize="false"/> <!-- removed HID SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_75 --> -<paragraph xml-lang="en-US" id="par_id3152791" role="paragraph" l10n="CHG" oldref="12"><ahelp hid="." visibility="hidden">Displays the document at 75% of its actual size.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3152791" role="paragraph" l10n="CHG"><ahelp hid="." visibility="hidden">Displays the document at 75% of its actual size.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/SVX_HID_MNU_ZOOM_50" id="bm_id3150488" localize="false"/> <!-- removed HID SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_50 --> <bookmark xml-lang="en-US" branch="hid/SID_VIEW050" id="bm_id765488" localize="false"/> -<paragraph xml-lang="en-US" id="par_id3156005" role="paragraph" l10n="CHG" oldref="14"><ahelp hid="." visibility="hidden">Displays the document at half of its actual size.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3156005" role="paragraph" l10n="CHG"><ahelp hid="." visibility="hidden">Displays the document at half of its actual size.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:RadioButton:RID_SVXDLG_ZOOM:BTN_USER" id="bm_id3147478" localize="false"/> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXDLG_ZOOM:ED_USER" id="bm_id3151352" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SVX_METRICFIELD_RID_SVXDLG_ZOOM_ED_USER" id="bm_id1551561" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SVX_RADIOBUTTON_RID_SVXDLG_ZOOM_BTN_USER" id="bm_id2212897" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3153191" role="heading" level="2" l10n="U" -oldref="15">Variable</paragraph> -<paragraph xml-lang="en-US" id="par_id3159125" role="paragraph" l10n="CHG" oldref="16"><ahelp hid="SVX:METRICFIELD:RID_SVXDLG_ZOOM:ED_USER">Enter the zoom factor at which you want to display the document. Enter a percentage in the box.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3153191" role="heading" level="2" l10n="U">Variable</paragraph> +<paragraph xml-lang="en-US" id="par_id3159125" role="paragraph" l10n="CHG"><ahelp hid="SVX:METRICFIELD:RID_SVXDLG_ZOOM:ED_USER">Enter the zoom factor at which you want to display the document. Enter a percentage in the box.</ahelp></paragraph> <paragraph xml-lang="en-US" id="hd_id7319864" role="heading" level="2" l10n="NEW">View layout</paragraph> <paragraph xml-lang="en-US" id="par_id3423871" role="paragraph" l10n="NEW">For text documents, you can set the view layout. Reduce the zoom factor to see the effects of different view layout settings.<comment>for this doc or all docs? answer: it's the same as before for the zoom factor.</comment></paragraph> <bookmark xml-lang="en-US" branch="hid/SVX_RADIOBUTTON_RID_SVXDLG_ZOOM_BTN_AUTOMATIC" id="bm_id2504654" localize="false"/> diff --git a/main/helpcontent2/source/text/shared/01/05070000.xhp b/main/helpcontent2/source/text/shared/01/05070000.xhp index 5950a6db98..e0d6b0d052 100644 --- a/main/helpcontent2/source/text/shared/01/05070000.xhp +++ b/main/helpcontent2/source/text/shared/01/05070000.xhp @@ -36,10 +36,10 @@ <bookmark_value>ordering; objects</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:AlignFrameMenu" id="bm_id0801200803290113" localize="false"/> -<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/shared/01/05070000.xhp" name="Aligning (Objects)">Alignment (Objects)</link></paragraph> -<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".">Aligns selected objects with respect to one another.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="1" l10n="CHG"><link href="text/shared/01/05070000.xhp" name="Aligning (Objects)">Alignment (Objects)</link></paragraph> +<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US" l10n="U"><ahelp hid=".">Aligns selected objects with respect to one another.</ahelp></paragraph> </section> -<paragraph role="note" id="par_id3150144" xml-lang="en-US" l10n="U" oldref="4">If one of the selected objects is anchored as a character, some of the alignment options do not work.</paragraph> +<paragraph role="note" id="par_id3150144" xml-lang="en-US" l10n="U">If one of the selected objects is anchored as a character, some of the alignment options do not work.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00040501.xhp#ausrichtung"/> </section> diff --git a/main/helpcontent2/source/text/shared/01/05210300.xhp b/main/helpcontent2/source/text/shared/01/05210300.xhp index d9b34af0bb..fc30be0387 100644 --- a/main/helpcontent2/source/text/shared/01/05210300.xhp +++ b/main/helpcontent2/source/text/shared/01/05210300.xhp @@ -31,61 +31,53 @@ <body> <section id="farbverlaeufe"> <bookmark xml-lang="en-US" branch="hid/CUI_HID_AREA_GRADIENT" id="bm_id3149991" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3145356" role="heading" level="1" l10n="U" oldref="1"><link href="text/shared/01/05210300.xhp" name="Gradients">Gradients</link></paragraph> -<paragraph xml-lang="en-US" id="par_id3154812" role="paragraph" l10n="U" oldref="2"><ahelp hid="HID_AREA_GRADIENT">Set the properties of a gradient, or save and load gradient lists.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3145356" role="heading" level="1" l10n="U"><link href="text/shared/01/05210300.xhp" name="Gradients">Gradients</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3154812" role="paragraph" l10n="U"><ahelp hid="HID_AREA_GRADIENT">Set the properties of a gradient, or save and load gradient lists.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00040502.xhp#verlauf"/> </section> <bookmark xml-lang="en-US" branch="hid/cui:ListBox:RID_SVXPAGE_GRADIENT:LB_GRADIENT_TYPES" id="bm_id3153089" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3148983" role="heading" level="2" l10n="U" oldref="3">Type</paragraph> -<paragraph xml-lang="en-US" id="par_id3148440" role="paragraph" l10n="CHG" oldref="4"><ahelp hid="SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_GRADIENT_TYPES">Select the gradient that you want to apply.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3148983" role="heading" level="2" l10n="U">Type</paragraph> +<paragraph xml-lang="en-US" id="par_id3148440" role="paragraph" l10n="CHG"><ahelp hid="SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_GRADIENT_TYPES">Select the gradient that you want to apply.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRADIENT:MTR_CENTER_X" id="bm_id3154422" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3149511" role="heading" level="2" l10n="U" oldref="5">Center X</paragraph> -<paragraph xml-lang="en-US" id="par_id3153114" role="paragraph" l10n="U" oldref="6"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_CENTER_X">Enter the horizontal offset for the gradient, where 0% corresponds to the current horizontal location of the endpoint color in the gradient. The endpoint color is the color that is selected in the <emph>To</emph> box.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3149511" role="heading" level="2" l10n="U">Center X</paragraph> +<paragraph xml-lang="en-US" id="par_id3153114" role="paragraph" l10n="U"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_CENTER_X">Enter the horizontal offset for the gradient, where 0% corresponds to the current horizontal location of the endpoint color in the gradient. The endpoint color is the color that is selected in the <emph>To</emph> box.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRADIENT:MTR_CENTER_Y" id="bm_id3152801" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3157896" role="heading" level="2" l10n="U" oldref="7">Center Y</paragraph> -<paragraph xml-lang="en-US" id="par_id3154751" role="paragraph" l10n="U" oldref="8"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_CENTER_Y">Enter the vertical offset for the gradient, where 0% corresponds to the current vertical location of the endpoint color in the gradient. The endpoint color is the color that is selected in the <emph>To</emph> box.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3157896" role="heading" level="2" l10n="U">Center Y</paragraph> +<paragraph xml-lang="en-US" id="par_id3154751" role="paragraph" l10n="U"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_CENTER_Y">Enter the vertical offset for the gradient, where 0% corresponds to the current vertical location of the endpoint color in the gradient. The endpoint color is the color that is selected in the <emph>To</emph> box.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRADIENT:MTR_ANGLE" id="bm_id3147089" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3151226" role="heading" level="2" l10n="U" oldref="9">Angle</paragraph> -<paragraph xml-lang="en-US" id="par_id3149177" role="paragraph" l10n="U" oldref="10"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_ANGLE">Enter a rotation angle for the selected gradient.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3151226" role="heading" level="2" l10n="U">Angle</paragraph> +<paragraph xml-lang="en-US" id="par_id3149177" role="paragraph" l10n="U"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_ANGLE">Enter a rotation angle for the selected gradient.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRADIENT:MTR_BORDER" id="bm_id3148621" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3149827" role="heading" level="2" l10n="U" -oldref="11">Border</paragraph> -<paragraph xml-lang="en-US" id="par_id3155941" role="paragraph" l10n="U" oldref="12"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_BORDER">Enter the amount by which you want to adjust the area of the endpoint color on the gradient. The endpoint color is the color that is selected in the <emph>To</emph> box.</ahelp></paragraph> -<paragraph xml-lang="en-US" id="hd_id3152551" role="heading" level="2" l10n="U" -oldref="35">From</paragraph> +<paragraph xml-lang="en-US" id="hd_id3149827" role="heading" level="2" l10n="U">Border</paragraph> +<paragraph xml-lang="en-US" id="par_id3155941" role="paragraph" l10n="U"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_BORDER">Enter the amount by which you want to adjust the area of the endpoint color on the gradient. The endpoint color is the color that is selected in the <emph>To</emph> box.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3152551" role="heading" level="2" l10n="U">From</paragraph> <bookmark xml-lang="en-US" branch="hid/cui:ListBox:RID_SVXPAGE_GRADIENT:LB_COLOR_FROM" id="bm_id3145383" localize="false"/> -<paragraph xml-lang="en-US" id="par_id3153527" role="paragraph" l10n="U" oldref="23"><ahelp hid="SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_COLOR_FROM">Select a color for the beginning point of the gradient.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3153527" role="paragraph" l10n="U"><ahelp hid="SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_COLOR_FROM">Select a color for the beginning point of the gradient.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRADIENT:MTR_COLOR_FROM" id="bm_id3163803" localize="false"/> -<paragraph xml-lang="en-US" id="par_id3149398" role="paragraph" l10n="U" oldref="25"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_COLOR_FROM">Enter the intensity for the color in the <emph>From</emph> box, where 0% corresponds to black, and 100 % to the selected color.</ahelp></paragraph> -<paragraph xml-lang="en-US" id="hd_id3149903" role="heading" level="2" l10n="U" -oldref="36">To</paragraph> +<paragraph xml-lang="en-US" id="par_id3149398" role="paragraph" l10n="U"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_COLOR_FROM">Enter the intensity for the color in the <emph>From</emph> box, where 0% corresponds to black, and 100% to the selected color.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3149903" role="heading" level="2" l10n="U">To</paragraph> <bookmark xml-lang="en-US" branch="hid/cui:ListBox:RID_SVXPAGE_GRADIENT:LB_COLOR_TO" id="bm_id3150085" localize="false"/> -<paragraph xml-lang="en-US" id="par_id3159269" role="paragraph" l10n="U" oldref="27"><ahelp hid="SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_COLOR_TO">Select a color for the endpoint of the gradient.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3159269" role="paragraph" l10n="U"><ahelp hid="SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_COLOR_TO">Select a color for the endpoint of the gradient.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRADIENT:MTR_COLOR_TO" id="bm_id3153127" localize="false"/> -<paragraph xml-lang="en-US" id="par_id3154142" role="paragraph" l10n="U" oldref="29"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_COLOR_TO">Enter the intensity for the color in the <emph>To</emph> box, where 0% corresponds to black, and 100 % to the selected color.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3154142" role="paragraph" l10n="U"><ahelp hid="SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_COLOR_TO">Enter the intensity for the color in the <emph>To</emph> box, where 0% corresponds to black, and 100% to the selected color.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:ListBox:RID_SVXPAGE_GRADIENT:LB_GRADIENTS" id="bm_id3159116" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3155830" role="heading" level="2" l10n="U" -oldref="15">Gradients</paragraph> -<paragraph xml-lang="en-US" id="par_id3157909" role="paragraph" l10n="U" oldref="16"><ahelp hid="SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_GRADIENTS">Select the type of gradient that you want to apply or create.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3155830" role="heading" level="2" l10n="U">Gradients</paragraph> +<paragraph xml-lang="en-US" id="par_id3157909" role="paragraph" l10n="U"><ahelp hid="SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_GRADIENTS">Select the type of gradient that you want to apply or create.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:PushButton:RID_SVXPAGE_GRADIENT:BTN_ADD" id="bm_id3155180" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3150669" role="heading" level="2" l10n="U" -oldref="17">Add</paragraph> -<paragraph xml-lang="en-US" id="par_id3145416" role="paragraph" l10n="U" oldref="18"><ahelp hid="SVX:PUSHBUTTON:RID_SVXPAGE_GRADIENT:BTN_ADD">Adds a custom gradient to the current list. Specify the properties of your gradient, and then click this button</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3150669" role="heading" level="2" l10n="U">Add</paragraph> +<paragraph xml-lang="en-US" id="par_id3145416" role="paragraph" l10n="U"><ahelp hid="SVX:PUSHBUTTON:RID_SVXPAGE_GRADIENT:BTN_ADD">Adds a custom gradient to the current list. Specify the properties of your gradient, and then click this button</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:PushButton:RID_SVXPAGE_GRADIENT:BTN_MODIFY" id="bm_id3153543" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3150772" role="heading" level="2" l10n="U" -oldref="19">Modify</paragraph> -<paragraph xml-lang="en-US" id="par_id3147573" role="paragraph" l10n="U" oldref="20"><ahelp hid="SVX:PUSHBUTTON:RID_SVXPAGE_GRADIENT:BTN_MODIFY">Applies the current gradient properties to the selected gradient. If you want, you can save the gradient under a different name.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3150772" role="heading" level="2" l10n="U">Modify</paragraph> +<paragraph xml-lang="en-US" id="par_id3147573" role="paragraph" l10n="U"><ahelp hid="SVX:PUSHBUTTON:RID_SVXPAGE_GRADIENT:BTN_MODIFY">Applies the current gradient properties to the selected gradient. If you want, you can save the gradient under a different name.</ahelp></paragraph> <embed href="text/shared/00/00000001.xhp#loeschen"/> <embed href="text/shared/00/00000001.xhp#vorschau"/> <bookmark xml-lang="en-US" branch="hid/cui:ImageButton:RID_SVXPAGE_GRADIENT:BTN_LOAD" id="bm_id3146848" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3155341" role="heading" level="2" l10n="U" -oldref="31">Load Gradients List</paragraph> -<paragraph xml-lang="en-US" id="par_id3145085" role="paragraph" l10n="U" oldref="32"><ahelp hid="SVX:IMAGEBUTTON:RID_SVXPAGE_GRADIENT:BTN_LOAD">Load a different list of gradients.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3155341" role="heading" level="2" l10n="U">Load Gradients List</paragraph> +<paragraph xml-lang="en-US" id="par_id3145085" role="paragraph" l10n="U"><ahelp hid="SVX:IMAGEBUTTON:RID_SVXPAGE_GRADIENT:BTN_LOAD">Load a different list of gradients.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:ImageButton:RID_SVXPAGE_GRADIENT:BTN_SAVE" id="bm_id3145609" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3148943" role="heading" level="2" l10n="U" -oldref="33">Save Gradients List</paragraph> -<paragraph xml-lang="en-US" id="par_id3161459" role="paragraph" l10n="U" oldref="34"><ahelp hid="SVX:IMAGEBUTTON:RID_SVXPAGE_GRADIENT:BTN_SAVE">Saves the current list of gradients, so that you can load it later.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3148943" role="heading" level="2" l10n="U">Save Gradients List</paragraph> +<paragraph xml-lang="en-US" id="par_id3161459" role="paragraph" l10n="U"><ahelp hid="SVX:IMAGEBUTTON:RID_SVXPAGE_GRADIENT:BTN_SAVE">Saves the current list of gradients, so that you can load it later.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/01/06140000.xhp b/main/helpcontent2/source/text/shared/01/06140000.xhp index a15903d21a..d5d1e9b06c 100644 --- a/main/helpcontent2/source/text/shared/01/06140000.xhp +++ b/main/helpcontent2/source/text/shared/01/06140000.xhp @@ -33,14 +33,14 @@ <bookmark xml-lang="en-US" branch="hid/.uno:ConfigureDialog" id="bm_id3083278" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:LoadToolBox" id="bm_id2672962" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:LoadToolBox" id="bm_id3146856" localize="false"/> -<paragraph role="heading" id="hd_id3146946" xml-lang="en-US" level="1" l10n="CHG" oldref="1">Customize</paragraph> -<paragraph role="paragraph" id="par_id3155069" xml-lang="en-US" l10n="CHG" oldref="2"><variable id="anpassen"><ahelp hid=".uno:LoadToolBox">Customizes $[officename] menus, shortcut keys, toolbars, and macro assignments to events.</ahelp> +<paragraph role="heading" id="hd_id3146946" xml-lang="en-US" level="1" l10n="CHG">Customize</paragraph> +<paragraph role="paragraph" id="par_id3155069" xml-lang="en-US" l10n="CHG"><variable id="anpassen"><ahelp hid=".uno:LoadToolBox">Customizes $[officename] menus, shortcut keys, toolbars, and macro assignments to events.</ahelp> </variable></paragraph> <section id="howtoget"> <embed href="text/shared/00/00000406.xhp#anpassen"/> </section> -<paragraph role="paragraph" id="par_id3152821" xml-lang="en-US" l10n="U" oldref="7">You can customize shortcut keys and macro assignments for the current application, or for all $[officename] applications.</paragraph> -<paragraph role="paragraph" id="par_id3153303" xml-lang="en-US" l10n="U" oldref="4">You can also save and load individual menu, shortcut key, and toolbar custom settings.</paragraph> +<paragraph role="paragraph" id="par_id3152821" xml-lang="en-US" l10n="U">You can customize shortcut keys and macro assignments for the current application, or for all $[officename] applications.</paragraph> +<paragraph role="paragraph" id="par_id3153303" xml-lang="en-US" l10n="U">You can also save and load individual menu, shortcut key, and toolbar custom settings.</paragraph> <embed href="text/shared/01/06140100.xhp#menue"/> <embed href="text/shared/01/06140200.xhp#tastatur"/> <embed href="text/shared/01/06140400.xhp#symbolleisten"/> diff --git a/main/helpcontent2/source/text/shared/02/02010000.xhp b/main/helpcontent2/source/text/shared/02/02010000.xhp index 143db71cce..57e990d3e9 100644 --- a/main/helpcontent2/source/text/shared/02/02010000.xhp +++ b/main/helpcontent2/source/text/shared/02/02010000.xhp @@ -33,9 +33,9 @@ <bookmark xml-lang="en-US" branch="hid/.uno:StyleApplyState" id="bm_id3361219" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:StyleApply" id="bm_id3154863" localize="false"/> <section id="benvor"> -<paragraph xml-lang="en-US" id="hd_id3148520" role="heading" level="1" l10n="U" oldref="1"><link href="text/shared/02/02010000.xhp" name="Apply Style">Apply Style</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3148520" role="heading" level="1" l10n="U"><link href="text/shared/02/02010000.xhp" name="Apply Style">Apply Style</link></paragraph> <section id="benvortext"> -<paragraph xml-lang="en-US" id="par_id3155351" role="paragraph" l10n="CHG" oldref="2"><ahelp hid=".uno:StyleApply">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3155351" role="paragraph" l10n="CHG"><ahelp hid=".uno:StyleApply">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp></paragraph> </section> </section> <paragraph xml-lang="en-US" id="par_idN10621" role="paragraph" l10n="NEW">To reset the selected objects to the default paragraph style, select Clear formatting. Select More to open the Styles and Formatting window.</paragraph> @@ -48,7 +48,7 @@ </image></paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3145345" role="paragraph" l10n="U" oldref="3">Apply Style</paragraph> +<paragraph xml-lang="en-US" id="par_id3145345" role="paragraph" l10n="U">Apply Style</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/shared/autopi/01170300.xhp b/main/helpcontent2/source/text/shared/autopi/01170300.xhp index d515d3a989..f49ea1af64 100644 --- a/main/helpcontent2/source/text/shared/autopi/01170300.xhp +++ b/main/helpcontent2/source/text/shared/autopi/01170300.xhp @@ -30,16 +30,16 @@ </meta> <body> <section id="tabauswahl"> -<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/autopi/01170300.xhp" name="Select Table">Select Table</link></paragraph> -<paragraph role="paragraph" id="par_id3156211" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in $[officename].</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/autopi/01170300.xhp" name="Select Table">Select Table</link></paragraph> +<paragraph role="paragraph" id="par_id3156211" xml-lang="en-US" l10n="CHG"><ahelp hid=".">Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in $[officename].</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#addressimport3"/> </section> -<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US" l10n="U" oldref="3">All tables from the first user profile will be registered for this data source in $[officename]. You must specify one as the table that will be used in the $[officename] templates.</paragraph> +<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US" l10n="U">All tables from the first user profile will be registered for this data source in $[officename]. You must specify one as the table that will be used in the $[officename] templates.</paragraph> <bookmark xml-lang="en-US" branch="hid/extensions:ListBox:RID_PAGE_TABLESELECTION:LB_TABLELIST" id="bm_id3147399" localize="false"/> -<paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="2" l10n="U" oldref="4">List box</paragraph> -<paragraph role="paragraph" id="par_id3147043" xml-lang="en-US" l10n="U" oldref="5"><ahelp hid="extensions:ListBox:RID_PAGE_TABLESELECTION:LB_TABLELIST">Specifies the table that is to serve as the address book for the $[officename] templates.</ahelp></paragraph> -<paragraph role="tip" id="par_id3152801" xml-lang="en-US" l10n="U" oldref="6">You can make changes to the templates and documents at a later time by choosing <emph>Edit - Exchange Database</emph>.</paragraph> +<paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="2" l10n="U">List box</paragraph> +<paragraph role="paragraph" id="par_id3147043" xml-lang="en-US" l10n="U"><ahelp hid="extensions:ListBox:RID_PAGE_TABLESELECTION:LB_TABLELIST">Specifies the table that is to serve as the address book for the $[officename] templates.</ahelp></paragraph> +<paragraph role="tip" id="par_id3152801" xml-lang="en-US" l10n="U">You can make changes to the templates and documents at a later time by choosing <emph>Edit - Exchange Database</emph>.</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/optionen/01090000.xhp b/main/helpcontent2/source/text/shared/optionen/01090000.xhp index 73559e2c54..536144a294 100644 --- a/main/helpcontent2/source/text/shared/optionen/01090000.xhp +++ b/main/helpcontent2/source/text/shared/optionen/01090000.xhp @@ -31,13 +31,13 @@ <body> <bookmark xml-lang="en-US" branch="hid/.uno:SmEditOptions" id="bm_id1104917" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:SmEditOptions" id="bm_id3155338" localize="false"/> -<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="1" l10n="U" oldref="1">%PRODUCTNAME Math Options</paragraph> -<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US" l10n="CHG" oldref="2"><variable id="druckentext"><ahelp hid=".uno:SmEditOptions">Defines the print format and print options for all new formula documents. These options apply when you print a formula directly from <item type="productname">%PRODUCTNAME</item> Math.</ahelp> +<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="1" l10n="U">%PRODUCTNAME Math Options</paragraph> +<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US" l10n="CHG"><variable id="druckentext"><ahelp hid=".uno:SmEditOptions">Defines the print format and print options for all new formula documents. These options apply when you print a formula directly from <item type="productname">%PRODUCTNAME</item> Math.</ahelp> </variable> You can also call the dialog by clicking the <emph>Options</emph> button in the <emph>Print</emph> dialog. The settings you define in the <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph> dialog will be permanent settings, whereas the settings in the Print dialog are only valid for the current document.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00000406.xhp#etsodr"/> </section> -<paragraph role="heading" id="hd_id3154143" xml-lang="en-US" level="2" l10n="U" oldref="3"><link href="text/shared/optionen/01090100.xhp" name="Options">Options</link></paragraph> +<paragraph role="heading" id="hd_id3154143" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/optionen/01090100.xhp" name="Options">Options</link></paragraph> <embed href="text/shared/optionen/01090100.xhp#einst"/> <embed href="text/shared/00/00000001.xhp#zurueck"/> </body> diff --git a/main/helpcontent2/source/text/simpress/01/03070000.xhp b/main/helpcontent2/source/text/simpress/01/03070000.xhp index c7a06b7909..a667263c61 100644 --- a/main/helpcontent2/source/text/simpress/01/03070000.xhp +++ b/main/helpcontent2/source/text/simpress/01/03070000.xhp @@ -31,17 +31,17 @@ <body> <section id="praesentation"> <bookmark xml-lang="en-US" branch="hid/.uno:CommonTaskBarVisible" id="bm_id3154013" localize="false"/> -<paragraph role="heading" id="hd_id3153144" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/simpress/01/03070000.xhp" name="Presentation">Presentation</link></paragraph> -<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:CommonTaskBarVisible">Common commands for slides.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153144" xml-lang="en-US" level="1" l10n="CHG"><link href="text/simpress/01/03070000.xhp" name="Presentation">Presentation</link></paragraph> +<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US" l10n="U"><ahelp hid=".uno:CommonTaskBarVisible">Common commands for slides.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/simpress/00/00000403.xhp#praesentation"/> </section> -<paragraph role="heading" id="hd_id3154018" xml-lang="en-US" level="2" l10n="CHG" oldref="4"><link href="text/simpress/01/04010000.xhp" name="Slide">Slide</link></paragraph> +<paragraph role="heading" id="hd_id3154018" xml-lang="en-US" level="2" l10n="CHG"><link href="text/simpress/01/04010000.xhp" name="Slide">Slide</link></paragraph> <embed href="text/simpress/01/04010000.xhp#seitetext"/> -<paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="2" l10n="CHG" oldref="5"><link href="text/simpress/01/05130000.xhp" name="Slide Layout">Slide Layout</link></paragraph> +<paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="2" l10n="CHG"><link href="text/simpress/01/05130000.xhp" name="Slide Layout">Slide Layout</link></paragraph> <embed href="text/simpress/01/05130000.xhp#seite"/> -<paragraph role="heading" id="hd_id3155960" xml-lang="en-US" level="2" l10n="U" oldref="6"><link href="text/simpress/01/05120000.xhp" name="Slide Design">Slide Design</link></paragraph> +<paragraph role="heading" id="hd_id3155960" xml-lang="en-US" level="2" l10n="U"><link href="text/simpress/01/05120000.xhp" name="Slide Design">Slide Design</link></paragraph> <embed href="text/simpress/01/05120000.xhp#seitenvorlagetext"/> <embed href="text/simpress/01/04120000.xhp#seiteduplizieren"/> <embed href="text/simpress/01/04130000.xhp#seitegliederung"/> diff --git a/main/helpcontent2/source/text/simpress/02/11060000.xhp b/main/helpcontent2/source/text/simpress/02/11060000.xhp index 5d7a4cbcbb..bdab7f4994 100644 --- a/main/helpcontent2/source/text/simpress/02/11060000.xhp +++ b/main/helpcontent2/source/text/simpress/02/11060000.xhp @@ -36,17 +36,17 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:OutlineCollapseAll" id="bm_id3723406" localize="false"/><!-- HID added by script --> <bookmark branch="hid/.uno:OutlineCollapseAll" xml-lang="en-US" id="bm_id3153191"/> -<paragraph l10n="U" role="heading" level="1" id="hd_id3153142" oldref="1" xml-lang="en-US"><link href="text/simpress/02/11060000.xhp" name="First Level">First Level</link></paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3151076" xml-lang="en-US" oldref="2"><ahelp visibility="visible" hid=".uno:OutlineCollapseAll">Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the <link href="text/simpress/02/11070000.xhp" name="All Levels"><emph>All Levels</emph></link> icon.</ahelp></paragraph> +<paragraph l10n="U" role="heading" level="1" id="hd_id3153142" xml-lang="en-US"><link href="text/simpress/02/11060000.xhp" name="First Level">First Level</link></paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3151076" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:OutlineCollapseAll">Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the <link href="text/simpress/02/11070000.xhp" name="All Levels"><emph>All Levels</emph></link> icon.</ahelp></paragraph> </section> <section id="syersteebene"> <table id="tbl_id3155443"> <tablerow> <tablecell> -<paragraph l10n="E" role="paragraph" id="par_id3154702" xml-lang="en-US" oldref=""><image src="res/commandimagelist/sc_outlinecollapseall.png" id="img_id3155336"><alt xml-lang="en-US" id="alt_id3155336">Icon</alt></image></paragraph> +<paragraph l10n="E" role="paragraph" id="par_id3154702" xml-lang="en-US"><image src="res/commandimagelist/sc_outlinecollapseall.png" id="img_id3155336"><alt xml-lang="en-US" id="alt_id3155336">Icon</alt></image></paragraph> </tablecell> <tablecell> -<paragraph role="paragraph" id="par_id3150207" l10n="U" xml-lang="en-US" oldref="3">First Level</paragraph> +<paragraph role="paragraph" id="par_id3150207" l10n="U" xml-lang="en-US">First Level</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/simpress/02/11100000.xhp b/main/helpcontent2/source/text/simpress/02/11100000.xhp index 7dd9c58b11..1f41e0b7d7 100644 --- a/main/helpcontent2/source/text/simpress/02/11100000.xhp +++ b/main/helpcontent2/source/text/simpress/02/11100000.xhp @@ -35,8 +35,8 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:OutlineFormat" id="bm_id1073923" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:OutlineFormat" id="bm_id3149667" localize="false"/> -<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/simpress/02/11100000.xhp" name="Formatting On/Off">Formatting On/Off</link></paragraph> -<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".uno:OutlineFormat">Shows or hides the character formatting of the slide headings. To change the character formatting of a heading, open the <emph>Styles and Formatting</emph> window, right-click a style, and then choose <emph>Modify</emph>.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="1" l10n="U"><link href="text/simpress/02/11100000.xhp" name="Formatting On/Off">Formatting On/Off</link></paragraph> +<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US" l10n="CHG"><ahelp hid=".uno:OutlineFormat">Shows or hides the character formatting of the slide headings. To change the character formatting of a heading, open the <emph>Styles and Formatting</emph> window, right-click a style, and then choose <emph>Modify</emph>.</ahelp></paragraph> </section> <section id="syformatierung"> <table id="tbl_id3149121"> @@ -47,7 +47,7 @@ </image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3145789" xml-lang="en-US" l10n="U" oldref="3">Formatting On/Off</paragraph> +<paragraph role="paragraph" id="par_id3145789" xml-lang="en-US" l10n="U">Formatting On/Off</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/simpress/02/13020000.xhp b/main/helpcontent2/source/text/simpress/02/13020000.xhp index 0cf3ed4bf6..33817993da 100644 --- a/main/helpcontent2/source/text/simpress/02/13020000.xhp +++ b/main/helpcontent2/source/text/simpress/02/13020000.xhp @@ -35,8 +35,8 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:ClickChangeRotation" id="bm_id8924941" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:ClickChangeRotation" id="bm_id3153728" localize="false"/> -<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/simpress/02/13020000.xhp" name="Rotation Mode after Clicking Object">Rotation Mode after Clicking Object</link></paragraph> -<paragraph role="paragraph" id="par_id3154320" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:ClickChangeRotation">Changes the mouse-click behavior, so that rotation handles appear after you click an object, and then click it again.</ahelp> Drag a handle to rotate the object in the direction you want.</paragraph> +<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1" l10n="U"><link href="text/simpress/02/13020000.xhp" name="Rotation Mode after Clicking Object">Rotation Mode after Clicking Object</link></paragraph> +<paragraph role="paragraph" id="par_id3154320" xml-lang="en-US" l10n="U"><ahelp hid=".uno:ClickChangeRotation">Changes the mouse-click behavior, so that rotation handles appear after you click an object, and then click it again.</ahelp> Drag a handle to rotate the object in the direction you want.</paragraph> </section> <section id="sydreh"> <table id="tbl_id3149379"> @@ -47,7 +47,7 @@ </image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3149019" xml-lang="en-US" l10n="U" oldref="3">Rotation Mode after Clicking Object</paragraph> +<paragraph role="paragraph" id="par_id3149019" xml-lang="en-US" l10n="U">Rotation Mode after Clicking Object</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/simpress/02/13040000.xhp b/main/helpcontent2/source/text/simpress/02/13040000.xhp index 296f3dca9e..7d7a5d9c10 100644 --- a/main/helpcontent2/source/text/simpress/02/13040000.xhp +++ b/main/helpcontent2/source/text/simpress/02/13040000.xhp @@ -36,8 +36,8 @@ </bookmark> <!-- removed HID SID_ACTIONMODE --><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:ActionMode" id="bm_id3145297" localize="false"/> -<paragraph role="heading" id="hd_id3148386" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/simpress/02/13040000.xhp" name="Allow Interaction">Allow Interaction</link></paragraph> -<paragraph role="paragraph" id="par_id3150266" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:ActionMode">Runs a preview of the interaction that is assigned to an object, when you click the object in the slide. To select an object for editing, hold down the <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key when you click.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3148386" xml-lang="en-US" level="1" l10n="U"><link href="text/simpress/02/13040000.xhp" name="Allow Interaction">Allow Interaction</link></paragraph> +<paragraph role="paragraph" id="par_id3150266" xml-lang="en-US" l10n="U"><ahelp hid=".uno:ActionMode">Runs a preview of the interaction that is assigned to an object, when you click the object in the slide. To select an object for editing, hold down the <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key when you click.</ahelp></paragraph> </section> <section id="syinter"> <table id="tbl_id3155817"> @@ -48,7 +48,7 @@ </image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3156256" xml-lang="en-US" l10n="U" oldref="3">Allow Interaction</paragraph> +<paragraph role="paragraph" id="par_id3156256" xml-lang="en-US" l10n="U">Allow Interaction</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/swriter/01/03100000.xhp b/main/helpcontent2/source/text/swriter/01/03100000.xhp index 31f4385d3a..6c43ca3801 100644 --- a/main/helpcontent2/source/text/swriter/01/03100000.xhp +++ b/main/helpcontent2/source/text/swriter/01/03100000.xhp @@ -32,13 +32,13 @@ <section id="steuerzeichen"> <bookmark xml-lang="en-US" branch="hid/.uno:ControlCodes" id="bm_id9113552" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:ControlCodes" id="bm_id3145241" localize="false"/> -<paragraph role="heading" id="hd_id3154507" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/01/03100000.xhp" name="Nonprinting Characters">Nonprinting Characters</link></paragraph> -<paragraph role="paragraph" id="par_id3154646" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:ControlCodes">Shows nonprinting characters in your text, such as paragraph marks, line breaks, tab stops, and spaces.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154507" xml-lang="en-US" level="1" l10n="U"><link href="text/swriter/01/03100000.xhp" name="Nonprinting Characters">Nonprinting Characters</link></paragraph> +<paragraph role="paragraph" id="par_id3154646" xml-lang="en-US" l10n="U"><ahelp hid=".uno:ControlCodes">Shows nonprinting characters in your text, such as paragraph marks, line breaks, tab stops, and spaces.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/swriter/00/00000403.xhp#steuerzeichen"/> </section> -<paragraph role="paragraph" id="par_id3145410" xml-lang="en-US" l10n="U" oldref="5">When you delete a paragraph mark, the paragraph that is merged takes on the formatting of the paragraph that the cursor is in.</paragraph> -<paragraph role="paragraph" id="par_id3147511" xml-lang="en-US" l10n="U" oldref="6">To specify which nonprinting characters are displayed, choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040600.xhp" name="Writer - Formatting Aids">%PRODUCTNAME Writer - Formatting Aids</link></emph>, and then select the options that you want in the <emp [...] +<paragraph role="paragraph" id="par_id3145410" xml-lang="en-US" l10n="U">When you delete a paragraph mark, the paragraph that is merged takes on the formatting of the paragraph that the cursor is in.</paragraph> +<paragraph role="paragraph" id="par_id3147511" xml-lang="en-US" l10n="U">To specify which nonprinting characters are displayed, choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040600.xhp" name="Writer - Formatting Aids">%PRODUCTNAME Writer - Formatting Aids</link></emph>, and then select the options that you want in the <emph>Display o [...] </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/01/05080000.xhp b/main/helpcontent2/source/text/swriter/01/05080000.xhp index f1cb335b88..43c1393095 100644 --- a/main/helpcontent2/source/text/swriter/01/05080000.xhp +++ b/main/helpcontent2/source/text/swriter/01/05080000.xhp @@ -32,15 +32,15 @@ <bookmark xml-lang="en-US" branch="hid/.uno:FrameDialog" id="bm_id9776567" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:FrameDialog" id="bm_id3155626" localize="false"/> <paragraph role="paragraph" id="par_idN10594" xml-lang="en-US" l10n="NEW"><comment>Name is not related to UI, dialog is called by Format - Picture or Format - Frame, so name should be Frame / Picture or we need two files that are the same except for title</comment></paragraph> -<paragraph role="heading" id="hd_id3150536" xml-lang="en-US" level="1" l10n="U" oldref="1">Object</paragraph> -<paragraph role="paragraph" id="par_id3149352" xml-lang="en-US" l10n="U" oldref="2"><variable id="objekttext"><ahelp hid=".uno:FrameDialog">Opens a dialog where you can modify the properties of the selected object, for example, its size and name.</ahelp>. +<paragraph role="heading" id="hd_id3150536" xml-lang="en-US" level="1" l10n="U">Object</paragraph> +<paragraph role="paragraph" id="par_id3149352" xml-lang="en-US" l10n="U"><variable id="objekttext"><ahelp hid=".uno:FrameDialog">Opens a dialog where you can modify the properties of the selected object, for example, its size and name.</ahelp>. </variable></paragraph> <section id="howtoget"> <embed href="text/swriter/00/00000405.xhp#objektformat"/> </section> <embed href="text/swriter/01/05060100.xhp#typ"/> <embed href="text/swriter/01/05060900.xhp#zusaetze"/> -<paragraph role="heading" id="hd_id3145249" xml-lang="en-US" level="2" l10n="U" oldref="61"><link href="text/swriter/01/05060200.xhp" name="Wrap">Wrap</link></paragraph> +<paragraph role="heading" id="hd_id3145249" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/05060200.xhp" name="Wrap">Wrap</link></paragraph> <embed href="text/swriter/01/05060200.xhp#umlauftext"/> <embed href="text/swriter/01/05060800.xhp#hyperlink"/> <embed href="text/shared/01/05030500.xhp#umrandung"/> diff --git a/main/helpcontent2/source/text/swriter/01/05150000.xhp b/main/helpcontent2/source/text/swriter/01/05150000.xhp index a3f098d77b..461cd7d7f4 100644 --- a/main/helpcontent2/source/text/swriter/01/05150000.xhp +++ b/main/helpcontent2/source/text/swriter/01/05150000.xhp @@ -33,8 +33,8 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153925"> <bookmark_value>AutoCorrect function;text documents</bookmark_value> </bookmark><comment>MW changed AutoFormat to AutoCorrect</comment> -<paragraph xml-lang="en-US" id="hd_id3153925" role="heading" level="1" l10n="U" oldref="1"><link href="text/swriter/01/05150000.xhp" name="AutoFormat">AutoCorrect</link></paragraph> -<paragraph xml-lang="en-US" id="par_id3151182" role="paragraph" l10n="U" oldref="2">Automatically formats the file according to the options that you set under <link href="text/shared/01/06040000.xhp" name="Tools - AutoCorrect"><emph>Tools - AutoCorrect</emph> +<paragraph xml-lang="en-US" id="hd_id3153925" role="heading" level="1" l10n="U"><link href="text/swriter/01/05150000.xhp" name="AutoFormat">AutoCorrect</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3151182" role="paragraph" l10n="U">Automatically formats the file according to the options that you set under <link href="text/shared/01/06040000.xhp" name="Tools - AutoCorrect"><emph>Tools - AutoCorrect</emph> <emph>Options</emph></link>.</paragraph> </section> <section id="howtoget"> @@ -45,6 +45,6 @@ <embed href="text/swriter/01/05150300.xhp#ananbe"/> <paragraph xml-lang="en-US" id="hd_id1029200810080924" role="heading" level="2" l10n="NEW"><link href="text/shared/01/06040000.xhp">AutoCorrect Options</link></paragraph> <paragraph xml-lang="en-US" id="par_id1029200810080924" role="paragraph" l10n="NEW">Opens the AutoCorrect dialog.</paragraph> -<paragraph xml-lang="en-US" id="par_id3147570" role="paragraph" l10n="CHG" oldref="3">To open the <link href="text/swriter/01/05150101.xhp" name="AutoFormat for Tables">AutoFormat for Tables</link> dialog, click in a table cell, and then choose <emph>Table - AutoFormat</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147570" role="paragraph" l10n="CHG">To open the <link href="text/swriter/01/05150101.xhp" name="AutoFormat for Tables">AutoFormat for Tables</link> dialog, click in a table cell, and then choose <emph>Table - AutoFormat</emph>.</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/02/18030300.xhp b/main/helpcontent2/source/text/swriter/02/18030300.xhp index 3cb6d83876..1086cccd6b 100644 --- a/main/helpcontent2/source/text/swriter/02/18030300.xhp +++ b/main/helpcontent2/source/text/swriter/02/18030300.xhp @@ -32,12 +32,12 @@ <section id="seitennummer"> <bookmark xml-lang="en-US" branch="hid/.uno:InsertPageNumberField" id="bm_id2050004" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:InsertPageNumberField" id="bm_id3148769" localize="false"/> -<paragraph role="heading" id="hd_id3147173" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/02/18030300.xhp" name="Page Numbers">Page Numbers</link></paragraph> -<paragraph role="paragraph" id="par_id3150760" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:InsertPageNumberField">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is the Page Style format.</paragraph> +<paragraph role="heading" id="hd_id3147173" xml-lang="en-US" level="1" l10n="U"><link href="text/swriter/02/18030300.xhp" name="Page Numbers">Page Numbers</link></paragraph> +<paragraph role="paragraph" id="par_id3150760" xml-lang="en-US" l10n="U"><ahelp hid=".uno:InsertPageNumberField">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is the Page Style format.</paragraph> </section> <section id="howtoget"> <embed href="text/swriter/00/00000404.xhp#feldbefehlseitennummer"/> </section> -<paragraph role="paragraph" id="par_id3151175" xml-lang="en-US" l10n="U" oldref="3">If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Fields - Other</emph> and make the desired settings in the <link href="text/swriter/01/04090000.xhp" name="Fields"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Numbers</emph> command with <link href="text/swriter/01/02140000.xhp" name="Edit - F [...] +<paragraph role="paragraph" id="par_id3151175" xml-lang="en-US" l10n="U">If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Fields - Other</emph> and make the desired settings in the <link href="text/swriter/01/04090000.xhp" name="Fields"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Numbers</emph> command with <link href="text/swriter/01/02140000.xhp" name="Edit - Fields"><emp [...] </body> </helpdocument>