This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new 503cdddfb9 Remove 'oldref' entries (work in progress) 503cdddfb9 is described below commit 503cdddfb973d7929412db28c4fe20fec044744f Author: mseidel <msei...@apache.org> AuthorDate: Sat Dec 14 18:25:12 2024 +0100 Remove 'oldref' entries (work in progress) --- .../source/text/sbasic/shared/03010305.xhp | 41 ++++---- .../source/text/sbasic/shared/03101300.xhp | 46 ++++----- .../source/text/sbasic/shared/03101600.xhp | 46 ++++----- .../source/text/shared/01/02100300.xhp | 12 +-- .../source/text/shared/02/06120000.xhp | 17 ++- .../text/shared/explorer/database/11030000.xhp | 18 ++-- .../text/shared/explorer/database/11150200.xhp | 28 ++--- .../source/text/shared/guide/edit_symbolbar.xhp | 18 ++-- .../text/shared/guide/viewing_file_properties.xhp | 18 ++-- .../source/text/simpress/00/00000403.xhp | 77 +++++--------- .../source/text/simpress/00/00000404.xhp | 52 +++++----- .../source/text/simpress/00/00000413.xhp | 114 +++++++++------------ .../source/text/swriter/guide/header_with_line.xhp | 15 ++- .../text/swriter/guide/join_numbered_lists.xhp | 21 ++-- .../source/text/swriter/guide/stylist_update.xhp | 15 ++- 15 files changed, 240 insertions(+), 298 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03010305.xhp b/main/helpcontent2/source/text/sbasic/shared/03010305.xhp index 15310fe9af..06c6568ad1 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03010305.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03010305.xhp @@ -30,30 +30,27 @@ </meta> <body> <section id="rgb"> -<paragraph role="heading" id="hd_id3150792" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03010305.xhp" name="RGB Function [Runtime]">RGB Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3150447" xml-lang="en-US" l10n="U" oldref="2">Returns a <link href="text/sbasic/shared/00000003.xhp#farbcodes" name="long integer color value">long integer color value</link> consisting of red, green, and blue components.</paragraph> +<paragraph role="heading" id="hd_id3150792" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03010305.xhp" name="RGB Function [Runtime]">RGB Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3150447" xml-lang="en-US" l10n="U">Returns a <link href="text/sbasic/shared/00000003.xhp#farbcodes" name="long integer color value">long integer color value</link> consisting of red, green, and blue components.</paragraph> </section> -<paragraph role="heading" id="hd_id3147229" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="code" id="par_id3155132" xml-lang="en-US" l10n="U" oldref="4">RGB (Red, Green, Blue)</paragraph> -<paragraph role="heading" id="hd_id3156442" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3159153" xml-lang="en-US" l10n="U" oldref="6">Long</paragraph> -<paragraph role="heading" id="hd_id3154013" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameter:</paragraph> -<paragraph role="paragraph" id="par_id3152597" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Red:</emph> Any integer expression that represents the red component (0-255) of the composite color.</paragraph> -<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U" oldref="9"> -<emph>Green:</emph> Any integer expression that represents the green component (0-255) of the composite color.</paragraph> -<paragraph role="paragraph" id="par_id3151113" xml-lang="en-US" l10n="U" oldref="10"> -<emph>Blue:</emph> Any integer expression that represents the blue component (0-255) of the composite color.</paragraph> +<paragraph role="heading" id="hd_id3147229" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="code" id="par_id3155132" xml-lang="en-US" l10n="U">RGB (Red, Green, Blue)</paragraph> +<paragraph role="heading" id="hd_id3156442" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3159153" xml-lang="en-US" l10n="U">Long</paragraph> +<paragraph role="heading" id="hd_id3154013" xml-lang="en-US" level="2" l10n="U">Parameter:</paragraph> +<paragraph role="paragraph" id="par_id3152597" xml-lang="en-US" l10n="U"><emph>Red:</emph> Any integer expression that represents the red component (0-255) of the composite color.</paragraph> +<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U"><emph>Green:</emph> Any integer expression that represents the green component (0-255) of the composite color.</paragraph> +<paragraph role="paragraph" id="par_id3151113" xml-lang="en-US" l10n="U"><emph>Blue:</emph> Any integer expression that represents the blue component (0-255) of the composite color.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3147435" xml-lang="en-US" level="2" l10n="U" oldref="11">Example:</paragraph> -<paragraph role="code" id="par_id3156283" xml-lang="en-US" l10n="U" oldref="12">Sub ExampleColor</paragraph> -<paragraph role="code" id="par_id3149582" xml-lang="en-US" l10n="U" oldref="13">Dim lVar As Long</paragraph> -<paragraph role="code" id="par_id3150417" xml-lang="en-US" l10n="U" oldref="14">lVar = rgb(128,0,200)</paragraph> -<paragraph role="code" id="par_id3145647" xml-lang="en-US" l10n="U" oldref="15">msgbox "The color " & lVar & " consists of:" & Chr(13) &_</paragraph> -<paragraph role="code" id="par_id3154491" xml-lang="en-US" l10n="U" oldref="16">"red= " & red(lVar) & Chr(13)&_</paragraph> -<paragraph role="code" id="par_id3149401" xml-lang="en-US" l10n="U" oldref="17">"green= " & green(lVar) & Chr(13)&_</paragraph> -<paragraph role="code" id="par_id3150716" xml-lang="en-US" l10n="U" oldref="18">"blue= " & blue(lVar) & Chr(13) , 64,"colors"</paragraph> -<paragraph role="code" id="par_id3150752" xml-lang="en-US" l10n="U" oldref="19">end sub</paragraph> +<paragraph role="heading" id="hd_id3147435" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="code" id="par_id3156283" xml-lang="en-US" l10n="U">Sub ExampleColor</paragraph> +<paragraph role="code" id="par_id3149582" xml-lang="en-US" l10n="U">Dim lVar As Long</paragraph> +<paragraph role="code" id="par_id3150417" xml-lang="en-US" l10n="U">lVar = rgb(128,0,200)</paragraph> +<paragraph role="code" id="par_id3145647" xml-lang="en-US" l10n="U">msgbox "The color " & lVar & " consists of:" & Chr(13) &_</paragraph> +<paragraph role="code" id="par_id3154491" xml-lang="en-US" l10n="U">"red= " & red(lVar) & Chr(13)&_</paragraph> +<paragraph role="code" id="par_id3149401" xml-lang="en-US" l10n="U">"green= " & green(lVar) & Chr(13)&_</paragraph> +<paragraph role="code" id="par_id3150716" xml-lang="en-US" l10n="U">"blue= " & blue(lVar) & Chr(13) , 64,"colors"</paragraph> +<paragraph role="code" id="par_id3150752" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03101300.xhp b/main/helpcontent2/source/text/sbasic/shared/03101300.xhp index 149c47386e..fa1c75d7a0 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03101300.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03101300.xhp @@ -33,31 +33,27 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3150504"> <bookmark_value>DefDate statement</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3150504" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03101300.xhp" name="DefDate Statement [Runtime]">DefDate Statement [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U" oldref="2">If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range.</paragraph> +<paragraph role="heading" id="hd_id3150504" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03101300.xhp" name="DefDate Statement [Runtime]">DefDate Statement [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U">If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range.</paragraph> </section> -<paragraph role="heading" id="hd_id3154758" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US" l10n="U" oldref="4">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph> -<paragraph role="heading" id="hd_id3150541" xml-lang="en-US" level="2" l10n="U" oldref="5">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3156709" xml-lang="en-US" l10n="U" oldref="6"> -<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for.</paragraph> -<paragraph role="paragraph" id="par_id3150869" xml-lang="en-US" l10n="U" oldref="7"> -<emph>xxx:</emph> Keyword that defines the default variable type:</paragraph> -<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Keyword:</emph> Default variable type</paragraph> -<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US" l10n="U" oldref="9"> -<emph>DefDate:</emph> Date</paragraph> -<paragraph role="heading" id="hd_id3153768" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph> -<paragraph role="paragraph" id="par_id3145785" xml-lang="en-US" l10n="U" oldref="12">REM Prefix definitions for variable types:</paragraph> -<paragraph role="paragraph" id="par_id3146923" xml-lang="en-US" l10n="U" oldref="13">DefBool b</paragraph> -<paragraph role="paragraph" id="par_id3155412" xml-lang="en-US" l10n="U" oldref="14">DefDate t</paragraph> -<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US" l10n="U" oldref="15">DefDbL d</paragraph> -<paragraph role="paragraph" id="par_id3147435" xml-lang="en-US" l10n="U" oldref="16">DefInt i</paragraph> -<paragraph role="paragraph" id="par_id3153188" xml-lang="en-US" l10n="U" oldref="17">DefLng l</paragraph> -<paragraph role="paragraph" id="par_id3153143" xml-lang="en-US" l10n="U" oldref="18">DefObj o</paragraph> -<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" l10n="U" oldref="19">DefVar v</paragraph> -<paragraph role="paragraph" id="par_id3149263" xml-lang="en-US" l10n="U" oldref="21">Sub ExampleDefDate</paragraph> -<paragraph role="paragraph" id="par_id3152462" xml-lang="en-US" l10n="U" oldref="22">tDate=Date REM tDate is an implicit date variable</paragraph> -<paragraph role="paragraph" id="par_id3149664" xml-lang="en-US" l10n="U" oldref="23">end sub</paragraph> +<paragraph role="heading" id="hd_id3154758" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US" l10n="U">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph> +<paragraph role="heading" id="hd_id3150541" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3156709" xml-lang="en-US" l10n="U"><emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for.</paragraph> +<paragraph role="paragraph" id="par_id3150869" xml-lang="en-US" l10n="U"><emph>xxx:</emph> Keyword that defines the default variable type:</paragraph> +<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US" l10n="U"><emph>Keyword:</emph> Default variable type</paragraph> +<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US" l10n="U"><emph>DefDate:</emph> Date</paragraph> +<paragraph role="heading" id="hd_id3153768" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3145785" xml-lang="en-US" l10n="U">REM Prefix definitions for variable types:</paragraph> +<paragraph role="paragraph" id="par_id3146923" xml-lang="en-US" l10n="U">DefBool b</paragraph> +<paragraph role="paragraph" id="par_id3155412" xml-lang="en-US" l10n="U">DefDate t</paragraph> +<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US" l10n="U">DefDbL d</paragraph> +<paragraph role="paragraph" id="par_id3147435" xml-lang="en-US" l10n="U">DefInt i</paragraph> +<paragraph role="paragraph" id="par_id3153188" xml-lang="en-US" l10n="U">DefLng l</paragraph> +<paragraph role="paragraph" id="par_id3153143" xml-lang="en-US" l10n="U">DefObj o</paragraph> +<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" l10n="U">DefVar v</paragraph> +<paragraph role="paragraph" id="par_id3149263" xml-lang="en-US" l10n="U">Sub ExampleDefDate</paragraph> +<paragraph role="paragraph" id="par_id3152462" xml-lang="en-US" l10n="U">tDate=Date REM tDate is an implicit date variable</paragraph> +<paragraph role="paragraph" id="par_id3149664" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03101600.xhp b/main/helpcontent2/source/text/sbasic/shared/03101600.xhp index 0e76f2289b..f9088ea6f8 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03101600.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03101600.xhp @@ -33,31 +33,27 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3148538"> <bookmark_value>DefLng statement</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3148538" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03101600.xhp" name="DefLng Statement [Runtime]">DefLng Statement [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3149514" xml-lang="en-US" l10n="U" oldref="2">Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.</paragraph> +<paragraph role="heading" id="hd_id3148538" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03101600.xhp" name="DefLng Statement [Runtime]">DefLng Statement [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3149514" xml-lang="en-US" l10n="U">Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.</paragraph> </section> -<paragraph role="heading" id="hd_id3150504" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U" oldref="4">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph> -<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2" l10n="U" oldref="5">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U" oldref="6"> -<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for.</paragraph> -<paragraph role="paragraph" id="par_id3150791" xml-lang="en-US" l10n="U" oldref="7"> -<emph>xxx:</emph> Keyword that defines the default variable type:</paragraph> -<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Keyword:</emph> Default variable type</paragraph> -<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U" oldref="9"> -<emph>DefLng:</emph> Long</paragraph> -<paragraph role="heading" id="hd_id3153192" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph> -<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US" l10n="U" oldref="12">REM Prefix definitions for variable types:</paragraph> -<paragraph role="paragraph" id="par_id3156424" xml-lang="en-US" l10n="U" oldref="13">DefBool b</paragraph> -<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US" l10n="U" oldref="14">DefDate t</paragraph> -<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" l10n="U" oldref="15">DefDbL d</paragraph> -<paragraph role="paragraph" id="par_id3153092" xml-lang="en-US" l10n="U" oldref="16">DefInt i</paragraph> -<paragraph role="paragraph" id="par_id3148616" xml-lang="en-US" l10n="U" oldref="17">DefLng l</paragraph> -<paragraph role="paragraph" id="par_id3153189" xml-lang="en-US" l10n="U" oldref="18">DefObj o</paragraph> -<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" l10n="U" oldref="19">DefVar v</paragraph> -<paragraph role="paragraph" id="par_id3146121" xml-lang="en-US" l10n="U" oldref="21">Sub ExampleDefLng</paragraph> -<paragraph role="paragraph" id="par_id3145273" xml-lang="en-US" l10n="U" oldref="22">lCount=123456789 REM lCount is an implicit long integer variable</paragraph> -<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US" l10n="U" oldref="23">end sub</paragraph> +<paragraph role="heading" id="hd_id3150504" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph> +<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U"><emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for.</paragraph> +<paragraph role="paragraph" id="par_id3150791" xml-lang="en-US" l10n="U"><emph>xxx:</emph> Keyword that defines the default variable type:</paragraph> +<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US" l10n="U"><emph>Keyword:</emph> Default variable type</paragraph> +<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U"><emph>DefLng:</emph> Long</paragraph> +<paragraph role="heading" id="hd_id3153192" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US" l10n="U">REM Prefix definitions for variable types:</paragraph> +<paragraph role="paragraph" id="par_id3156424" xml-lang="en-US" l10n="U">DefBool b</paragraph> +<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US" l10n="U">DefDate t</paragraph> +<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" l10n="U">DefDbL d</paragraph> +<paragraph role="paragraph" id="par_id3153092" xml-lang="en-US" l10n="U">DefInt i</paragraph> +<paragraph role="paragraph" id="par_id3148616" xml-lang="en-US" l10n="U">DefLng l</paragraph> +<paragraph role="paragraph" id="par_id3153189" xml-lang="en-US" l10n="U">DefObj o</paragraph> +<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" l10n="U">DefVar v</paragraph> +<paragraph role="paragraph" id="par_id3146121" xml-lang="en-US" l10n="U">Sub ExampleDefLng</paragraph> +<paragraph role="paragraph" id="par_id3145273" xml-lang="en-US" l10n="U">lCount=123456789 REM lCount is an implicit long integer variable</paragraph> +<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/01/02100300.xhp b/main/helpcontent2/source/text/shared/01/02100300.xhp index c0a60d23e5..e29bd8b1ce 100644 --- a/main/helpcontent2/source/text/shared/01/02100300.xhp +++ b/main/helpcontent2/source/text/shared/01/02100300.xhp @@ -31,16 +31,16 @@ <body> <switch select="appl"> <case select="WRITER"><comment>UFI: why is this switched? would look very poor for other contexts</comment><comment>mw transferred all 6 index entries to Writer guide "finding.xhp"</comment> -<paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1" l10n="U" oldref="130">Text Format (Search)</paragraph> -<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US" l10n="U" oldref="131"><variable id="formattext"><ahelp hid="SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_FORMAT">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</ahelp> +<paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1" l10n="U">Text Format (Search)</paragraph> +<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US" l10n="U"><variable id="formattext"><ahelp hid="SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_FORMAT">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</ahelp> </variable></paragraph> <section id="howtoget"> <embed href="text/shared/00/00000402.xhp#suchenformat"/> </section> -<paragraph role="paragraph" id="par_id3145383" xml-lang="en-US" l10n="U" oldref="192">The search criteria for attributes are listed below the <emph>Search for</emph> box.</paragraph> -<paragraph role="note" id="par_id3150466" xml-lang="en-US" l10n="U" oldref="132">You do not need to specify a search text in the <emph>Search for</emph> box when you search and replace formatting.</paragraph> -<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U" oldref="133">To define a replacement format, click in the <emph>Replace with</emph> box, and then click the <emph>Format</emph> button.</paragraph> -<paragraph role="paragraph" id="par_id3153821" xml-lang="en-US" l10n="U" oldref="157">Use the <emph>Text Format (Search)</emph> or the <emph>Text Format (Replace)</emph> to define your formatting search criteria. These dialogs contain the following tab pages:</paragraph> +<paragraph role="paragraph" id="par_id3145383" xml-lang="en-US" l10n="U">The search criteria for attributes are listed below the <emph>Search for</emph> box.</paragraph> +<paragraph role="note" id="par_id3150466" xml-lang="en-US" l10n="U">You do not need to specify a search text in the <emph>Search for</emph> box when you search and replace formatting.</paragraph> +<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U">To define a replacement format, click in the <emph>Replace with</emph> box, and then click the <emph>Format</emph> button.</paragraph> +<paragraph role="paragraph" id="par_id3153821" xml-lang="en-US" l10n="U">Use the <emph>Text Format (Search)</emph> or the <emph>Text Format (Replace)</emph> to define your formatting search criteria. These dialogs contain the following tab pages:</paragraph> <embed href="text/shared/01/05020100.xhp#zeichen"/> <embed href="text/shared/01/05020200.xhp#schrifteffekt"/> <embed href="text/shared/01/05030100.xhp#einzuege"/> diff --git a/main/helpcontent2/source/text/shared/02/06120000.xhp b/main/helpcontent2/source/text/shared/02/06120000.xhp index 63b99601dc..07ed75ed7e 100644 --- a/main/helpcontent2/source/text/shared/02/06120000.xhp +++ b/main/helpcontent2/source/text/shared/02/06120000.xhp @@ -32,27 +32,26 @@ <section id="aufzaehlung"> <bookmark xml-lang="en-US" branch="hid/.uno:DefaultBullet" id="bm_id5921827" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:DefaultBullet" id="bm_id3151100" localize="false"/> -<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/02/06120000.xhp" name="Bullets On/Off">Bullets On/Off</link></paragraph> -<paragraph role="paragraph" id="par_id3148520" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:DefaultBullet">Assigns bullet points to the selected paragraphs, or removes them from bulleted paragraphs.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/02/06120000.xhp" name="Bullets On/Off">Bullets On/Off</link></paragraph> +<paragraph role="paragraph" id="par_id3148520" xml-lang="en-US" l10n="U"><ahelp hid=".uno:DefaultBullet">Assigns bullet points to the selected paragraphs, or removes them from bulleted paragraphs.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US" l10n="CHG" oldref="6"><switchinline select="appl"><caseinline select="WRITER">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp" name="Bullets and Numbering"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <link href="text/swriter/main0206.xhp" name="Bullets and Numbering Bar">Bullets and Numberin [...] +<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US" l10n="CHG"><switchinline select="appl"><caseinline select="WRITER">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp" name="Bullets and Numbering"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <link href="text/swriter/main0206.xhp" name="Bullets and Numbering Bar">Bullets and Numbering Bar</link> </caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US" l10n="CHG" oldref="8"><switchinline select="appl"><caseinline select="IMPRESS">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp" name="Bullets and Numbering">Bullets and Numbering</link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <emph>Text Formatting</emph> Bar. +<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US" l10n="CHG"><switchinline select="appl"><caseinline select="IMPRESS">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp" name="Bullets and Numbering">Bullets and Numbering</link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <emph>Text Formatting</emph> Bar. </caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="CHG" oldref="3"><switchinline select="appl"><caseinline select="WRITER">In the <link href="text/swriter/01/03120000.xhp" name="Web Layout">Web Layout</link>, some numbering/bullet options are not available. +<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="CHG"><switchinline select="appl"><caseinline select="WRITER">In the <link href="text/swriter/01/03120000.xhp" name="Web Layout">Web Layout</link>, some numbering/bullet options are not available. </caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3154317" xml-lang="en-US" l10n="U" oldref="5"><switchinline select="appl"><caseinline select="IMPRESS">The distance between the text and the left text frame and the position of the bullets can be determined in the dialog under <link href="text/shared/01/05030100.xhp" name="Format - Paragraph"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent. +<paragraph role="paragraph" id="par_id3154317" xml-lang="en-US" l10n="U"><switchinline select="appl"><caseinline select="IMPRESS">The distance between the text and the left text frame and the position of the bullets can be determined in the dialog under <link href="text/shared/01/05030100.xhp" name="Format - Paragraph"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent. </caseinline></switchinline></paragraph> <section id="syaufzaehlung"> <table id="tbl_id3146798"> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3150355" xml-lang="en-US" l10n="E"> -<image id="img_id3157909" src="res/commandimagelist/sc_defaultbullet.png" width="0.222inch" height="0.222inch"><alt id="alt_id3157909" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3157909" src="res/commandimagelist/sc_defaultbullet.png" width="0.222inch" height="0.222inch"><alt id="alt_id3157909" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="U" oldref="4">Bullets On/Off</paragraph> +<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="U">Bullets On/Off</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/shared/explorer/database/11030000.xhp b/main/helpcontent2/source/text/shared/explorer/database/11030000.xhp index 462901d730..9407e36c41 100644 --- a/main/helpcontent2/source/text/shared/explorer/database/11030000.xhp +++ b/main/helpcontent2/source/text/shared/explorer/database/11030000.xhp @@ -30,25 +30,25 @@ </meta> <body> <section id="dbase"><comment>ufi: removed remaining two index entries</comment><comment>mw added "(Base)" to all 4 entries and transferred 2 entries to shared/explorer/database/dabawiz02dbase.xhp</comment> -<paragraph role="heading" id="hd_id3153539" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/explorer/database/11030000.xhp" name="dBase">dBASE</link><comment>still two Help IDs in this file. Else file can be removed</comment></paragraph> -<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid="">Specify the settings for a dBASE database.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153539" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/explorer/database/11030000.xhp" name="dBase">dBASE</link><comment>still two Help IDs in this file. Else file can be removed</comment></paragraph> +<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US" l10n="U"><ahelp hid="">Specify the settings for a dBASE database.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000450.xhp#dBase"/> </section> -<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US" l10n="U" oldref="18">To be able to define relations between tables, use JDBC or ODBC from within $[officename].</paragraph> +<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US" l10n="U">To be able to define relations between tables, use JDBC or ODBC from within $[officename].</paragraph> <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DSADMIN_SHOWDELETED" id="bm_id3154142" localize="false"/> -<paragraph role="heading" id="hd_id3149233" xml-lang="en-US" level="2" l10n="U" oldref="4">Display inactive records</paragraph> -<paragraph role="paragraph" id="par_id3153823" xml-lang="en-US" l10n="U" oldref="5"><ahelp hid="HID_DSADMIN_SHOWDELETED">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US" l10n="U" oldref="17">In dBASE format, deleted records remain in the file.</paragraph> -<paragraph role="paragraph" id="par_id3151384" xml-lang="en-US" l10n="U" oldref="15">To view any changes that you make to the database, close the connection to the database, and then reconnect the database.</paragraph> +<paragraph role="heading" id="hd_id3149233" xml-lang="en-US" level="2" l10n="U">Display inactive records</paragraph> +<paragraph role="paragraph" id="par_id3153823" xml-lang="en-US" l10n="U"><ahelp hid="HID_DSADMIN_SHOWDELETED">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US" l10n="U">In dBASE format, deleted records remain in the file.</paragraph> +<paragraph role="paragraph" id="par_id3151384" xml-lang="en-US" l10n="U">To view any changes that you make to the database, close the connection to the database, and then reconnect the database.</paragraph> <paragraph role="paragraph" id="par_id6051820" xml-lang="en-US" l10n="NEW"><comment>UFI: deleted note about case sensitivity. Should be not other than for all other files.</comment></paragraph> <!-- removed HID HID_DSADMIN_CHARSET_DBASE --> <paragraph role="paragraph" id="par_id0904200811094971" xml-lang="en-US" l10n="NEW"><ahelp hid="." visibility="hidden">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp></paragraph> <embed href="text/shared/explorer/database/11020000.xhp#zeichensatz"/> <embed href="text/shared/explorer/database/11020000.xhp#sql92"/> <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DSADMIN_DBASE_INDICIES" id="bm_id3151056" localize="false"/> -<paragraph role="heading" id="hd_id3149047" xml-lang="en-US" level="2" l10n="U" oldref="8">Indexes</paragraph> -<paragraph role="paragraph" id="par_id3161656" xml-lang="en-US" l10n="U" oldref="9"><ahelp hid="HID_DSADMIN_DBASE_INDICIES">Opens the <link href="text/shared/explorer/database/11030100.xhp" name="Indexes"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149047" xml-lang="en-US" level="2" l10n="U">Indexes</paragraph> +<paragraph role="paragraph" id="par_id3161656" xml-lang="en-US" l10n="U"><ahelp hid="HID_DSADMIN_DBASE_INDICIES">Opens the <link href="text/shared/explorer/database/11030100.xhp" name="Indexes"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/explorer/database/11150200.xhp b/main/helpcontent2/source/text/shared/explorer/database/11150200.xhp index 5f06ddd59c..ff600b6165 100644 --- a/main/helpcontent2/source/text/shared/explorer/database/11150200.xhp +++ b/main/helpcontent2/source/text/shared/explorer/database/11150200.xhp @@ -30,27 +30,27 @@ </meta> <body> <section id="adabasbenutzer"> -<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/explorer/database/11150200.xhp" name="User settings">User settings</link></paragraph> -<paragraph role="paragraph" id="par_id3153539" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".">Manages user data for accessing Adabas or ADO databases.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/explorer/database/11150200.xhp" name="User settings">User settings</link></paragraph> +<paragraph role="paragraph" id="par_id3153539" xml-lang="en-US" l10n="U"><ahelp hid=".">Manages user data for accessing Adabas or ADO databases.</ahelp></paragraph> </section> -<paragraph role="heading" id="hd_id3154751" xml-lang="en-US" level="2" l10n="U" oldref="4">User selection</paragraph> +<paragraph role="heading" id="hd_id3154751" xml-lang="en-US" level="2" l10n="U">User selection</paragraph> <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_TAB_PAGE_LBUSER" id="bm_id3145345" localize="false"/> -<paragraph role="heading" id="hd_id3153312" xml-lang="en-US" level="3" l10n="U" oldref="5">User</paragraph> -<paragraph role="paragraph" id="par_id3154288" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="HID_TAB_PAGE_LBUSER">Select the user whose settings you want to modify.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153312" xml-lang="en-US" level="3" l10n="U">User</paragraph> +<paragraph role="paragraph" id="par_id3154288" xml-lang="en-US" l10n="U"><ahelp hid="HID_TAB_PAGE_LBUSER">Select the user whose settings you want to modify.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_TAB_PAGE_PBUSER" id="bm_id3146957" localize="false"/> -<paragraph role="heading" id="hd_id3154824" xml-lang="en-US" level="3" l10n="U" oldref="7">Add user</paragraph> -<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="HID_TAB_PAGE_PBUSER">Adds a new user for accessing the selected database.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154824" xml-lang="en-US" level="3" l10n="U">Add user</paragraph> +<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US" l10n="U"><ahelp hid="HID_TAB_PAGE_PBUSER">Adds a new user for accessing the selected database.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_TAB_PAGE_PBCHGPWD" id="bm_id3166410" localize="false"/> -<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="3" l10n="U" oldref="9">Change password</paragraph> -<paragraph role="paragraph" id="par_id3147209" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="HID_TAB_PAGE_PBCHGPWD">Changes the current user password for accessing the database.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="3" l10n="U">Change password</paragraph> +<paragraph role="paragraph" id="par_id3147209" xml-lang="en-US" l10n="U"><ahelp hid="HID_TAB_PAGE_PBCHGPWD">Changes the current user password for accessing the database.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_TAB_PAGE_PBUSERDELETE" id="bm_id3149578" localize="false"/> -<paragraph role="heading" id="hd_id3163662" xml-lang="en-US" level="3" l10n="U" oldref="11">Delete user</paragraph> -<paragraph role="paragraph" id="par_id3156327" xml-lang="en-US" l10n="U" oldref="12"><ahelp hid="HID_TAB_PAGE_PBUSERDELETE">Removes the selected user.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3163662" xml-lang="en-US" level="3" l10n="U">Delete user</paragraph> +<paragraph role="paragraph" id="par_id3156327" xml-lang="en-US" l10n="U"><ahelp hid="HID_TAB_PAGE_PBUSERDELETE">Removes the selected user.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_TAB_PAGE_TBLGRANTS" id="bm_id3153561" localize="false"/> -<paragraph role="heading" id="hd_id3149166" xml-lang="en-US" level="2" l10n="U" oldref="13">Access rights for selected user.</paragraph> -<paragraph role="paragraph" id="par_id3155136" xml-lang="en-US" l10n="U" oldref="14"><ahelp hid="HID_TAB_PAGE_TBLGRANTS">Displays and lets you edit the database access rights for the selected user.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149166" xml-lang="en-US" level="2" l10n="U">Access rights for selected user.</paragraph> +<paragraph role="paragraph" id="par_id3155136" xml-lang="en-US" l10n="U"><ahelp hid="HID_TAB_PAGE_TBLGRANTS">Displays and lets you edit the database access rights for the selected user.</ahelp></paragraph> <section id="relatedtopics"> -<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US" l10n="U" oldref="3"><link href="text/shared/explorer/database/30000000.xhp" name="Adabas D database format">Adabas D database format</link></paragraph> +<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US" l10n="U"><link href="text/shared/explorer/database/30000000.xhp" name="Adabas D database format">Adabas D database format</link></paragraph> </section> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/guide/edit_symbolbar.xhp b/main/helpcontent2/source/text/shared/guide/edit_symbolbar.xhp index d051412e9f..cb4b3c7306 100644 --- a/main/helpcontent2/source/text/shared/guide/edit_symbolbar.xhp +++ b/main/helpcontent2/source/text/shared/guide/edit_symbolbar.xhp @@ -37,30 +37,30 @@ <bookmark_value>editing; toolbars</bookmark_value> <bookmark_value>inserting;buttons in toolbars</bookmark_value> </bookmark><comment>MW changed "adding;" to "inserting;"</comment> -<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="1" l10n="U" oldref="79"><variable id="edit_symbolbar"><link href="text/shared/guide/edit_symbolbar.xhp" name="Adding Buttons to Toolbars">Adding Buttons to Toolbars</link> +<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="1" l10n="U"><variable id="edit_symbolbar"><link href="text/shared/guide/edit_symbolbar.xhp" name="Adding Buttons to Toolbars">Adding Buttons to Toolbars</link> </variable></paragraph> <section id="edtext"> -<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="3" l10n="U" oldref="85">To add a button to a toolbar:</paragraph> -<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US" l10n="CHG" oldref="78">Click the arrow icon at the end of a toolbar and choose <emph>Visible Buttons</emph> and then select the button you want to display.</paragraph> +<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="3" l10n="U">To add a button to a toolbar:</paragraph> +<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US" l10n="CHG">Click the arrow icon at the end of a toolbar and choose <emph>Visible Buttons</emph> and then select the button you want to display.</paragraph> </section> <bookmark xml-lang="en-US" branch="hid/.uno:ConfigureToolboxVisible" id="bm_id3149517" localize="false"/> <paragraph role="paragraph" id="par_id2439039" xml-lang="en-US" l10n="NEW"><ahelp hid="." visibility="hidden">Opens a dialog where you can add, edit, and remove icons.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="3" l10n="U" oldref="86">To add a button to the list of Visible Buttons:</paragraph> +<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="3" l10n="U">To add a button to the list of Visible Buttons:</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3147264" xml-lang="en-US" l10n="CHG" oldref="87">Choose <emph>Tools - Customize</emph>, and click on the <emph>Toolbars</emph> tab.</paragraph> +<paragraph role="listitem" id="par_id3147264" xml-lang="en-US" l10n="CHG">Choose <emph>Tools - Customize</emph>, and click on the <emph>Toolbars</emph> tab.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154071" xml-lang="en-US" l10n="U" oldref="88">In the <emph>Toolbars</emph> box, select the toolbar you want to change.</paragraph> +<paragraph role="listitem" id="par_id3154071" xml-lang="en-US" l10n="U">In the <emph>Toolbars</emph> box, select the toolbar you want to change.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3148797" xml-lang="en-US" l10n="CHG" oldref="89">Click <emph>Add Commands</emph> , select the new command, then click <emph>Add</emph>.</paragraph> +<paragraph role="listitem" id="par_id3148797" xml-lang="en-US" l10n="CHG">Click <emph>Add Commands</emph> , select the new command, then click <emph>Add</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3152922" xml-lang="en-US" l10n="CHG" oldref="90">If you want, you can rearrange the <emph>Commands</emph> list by selecting a command name and clicking <emph>Move Up</emph> and <emph>Move Down</emph>.</paragraph> +<paragraph role="listitem" id="par_id3152922" xml-lang="en-US" l10n="CHG">If you want, you can rearrange the <emph>Commands</emph> list by selecting a command name and clicking <emph>Move Up</emph> and <emph>Move Down</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3145171" xml-lang="en-US" l10n="U" oldref="91">Click <emph>OK</emph>.</paragraph> +<paragraph role="listitem" id="par_id3145171" xml-lang="en-US" l10n="U">Click <emph>OK</emph>.</paragraph> </listitem> </list> <section id="relatedtopics"> diff --git a/main/helpcontent2/source/text/shared/guide/viewing_file_properties.xhp b/main/helpcontent2/source/text/shared/guide/viewing_file_properties.xhp index 05c8fc345c..3fb174b27a 100644 --- a/main/helpcontent2/source/text/shared/guide/viewing_file_properties.xhp +++ b/main/helpcontent2/source/text/shared/guide/viewing_file_properties.xhp @@ -35,29 +35,29 @@ <bookmark_value>files;properties</bookmark_value> <bookmark_value>viewing;file properties</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3152594" xml-lang="en-US" level="1" l10n="U" oldref="9"><variable id="viewing_file_properties"><variable id="viewing"><link href="text/shared/guide/viewing_file_properties.xhp" name="Viewing File Properties">Viewing File Properties</link> +<paragraph role="heading" id="hd_id3152594" xml-lang="en-US" level="1" l10n="U"><variable id="viewing_file_properties"><variable id="viewing"><link href="text/shared/guide/viewing_file_properties.xhp" name="Viewing File Properties">Viewing File Properties</link> </variable> </variable></paragraph> -<paragraph role="paragraph" id="par_id3147399" xml-lang="en-US" l10n="U" oldref="1">File properties, such as author name, subject, and keywords, help you manage and identify your documents. $[officename] also tracks file statistics, including the number of words and the number of pages in a document, and automatically adds the statistics as part of the file property.</paragraph> -<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US" l10n="U" oldref="2">You can view file properties for the current document<switchinline select="sys"><caseinline select="WIN"> or for a document in the Windows File Open dialog</caseinline></switchinline>.</paragraph> -<paragraph role="heading" id="hd_id3159233" xml-lang="en-US" level="3" l10n="U" oldref="3">To view file properties for the current document:</paragraph> +<paragraph role="paragraph" id="par_id3147399" xml-lang="en-US" l10n="U">File properties, such as author name, subject, and keywords, help you manage and identify your documents. $[officename] also tracks file statistics, including the number of words and the number of pages in a document, and automatically adds the statistics as part of the file property.</paragraph> +<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US" l10n="U">You can view file properties for the current document<switchinline select="sys"><caseinline select="WIN"> or for a document in the Windows File Open dialog</caseinline></switchinline>.</paragraph> +<paragraph role="heading" id="hd_id3159233" xml-lang="en-US" level="3" l10n="U">To view file properties for the current document:</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3153311" xml-lang="en-US" l10n="U" oldref="4">Choose <emph>File - Properties</emph>.</paragraph> +<paragraph role="listitem" id="par_id3153311" xml-lang="en-US" l10n="U">Choose <emph>File - Properties</emph>.</paragraph> </listitem> </list> <switch select="sys"> <case select="WIN"> -<paragraph role="heading" id="hd_id3150443" xml-lang="en-US" level="3" l10n="U" oldref="5">To view file properties for a document listed in the Windows File Open dialog</paragraph> +<paragraph role="heading" id="hd_id3150443" xml-lang="en-US" level="3" l10n="U">To view file properties for a document listed in the Windows File Open dialog</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3166460" xml-lang="en-US" l10n="U" oldref="6">Choose <emph>File - Open</emph>.</paragraph> +<paragraph role="listitem" id="par_id3166460" xml-lang="en-US" l10n="U">Choose <emph>File - Open</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154306" xml-lang="en-US" l10n="U" oldref="7">Select a file in the list.</paragraph> +<paragraph role="listitem" id="par_id3154306" xml-lang="en-US" l10n="U">Select a file in the list.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3145121" xml-lang="en-US" l10n="U" oldref="8">Right-click and choose <emph>Properties</emph>.</paragraph> +<paragraph role="listitem" id="par_id3145121" xml-lang="en-US" l10n="U">Right-click and choose <emph>Properties</emph>.</paragraph> </listitem> </list> </case> diff --git a/main/helpcontent2/source/text/simpress/00/00000403.xhp b/main/helpcontent2/source/text/simpress/00/00000403.xhp index ea8f0aa9fc..caa2c3cb7a 100644 --- a/main/helpcontent2/source/text/simpress/00/00000403.xhp +++ b/main/helpcontent2/source/text/simpress/00/00000403.xhp @@ -29,86 +29,63 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3150542" xml-lang="en-US" level="1" l10n="U" oldref="1">View Menu</paragraph> -<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US" l10n="U" oldref="2"><variable id="aslal">Choose <emph>View - Ruler</emph> -</variable></paragraph> -<paragraph role="paragraph" id="par_id3153771" xml-lang="en-US" l10n="CHG" oldref="3"><variable id="option">Choose <emph>View - Toolbars - Options</emph> -</variable></paragraph> +<paragraph role="heading" id="hd_id3150542" xml-lang="en-US" level="1" l10n="U">View Menu</paragraph> +<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US" l10n="U"><variable id="aslal">Choose <emph>View - Ruler</emph></variable></paragraph> +<paragraph role="paragraph" id="par_id3153771" xml-lang="en-US" l10n="CHG"><variable id="option">Choose <emph>View - Toolbars - Options</emph></variable></paragraph> <section id="praesentation"> -<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" l10n="U" oldref="4">Choose <emph>View - Toolbars - Presentation</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" l10n="U">Choose <emph>View - Toolbars - Presentation</emph></paragraph> </section> -<paragraph role="paragraph" id="par_id3146316" xml-lang="en-US" l10n="U" oldref="8"><variable id="quali">Choose <emph>View - Color/Grayscale</emph> -</variable></paragraph> -<paragraph role="paragraph" id="par_idN106A4" xml-lang="en-US" l10n="NEW"><variable id="sidebar">Choose <emph>View - Sidebar</emph> -</variable></paragraph> +<paragraph role="paragraph" id="par_id3146316" xml-lang="en-US" l10n="U"><variable id="quali">Choose <emph>View - Color/Grayscale</emph></variable></paragraph> +<paragraph role="paragraph" id="par_idN106A4" xml-lang="en-US" l10n="NEW"><variable id="sidebar">Choose <emph>View - Sidebar</emph></variable></paragraph> <section id="aszng"> -<paragraph role="paragraph" id="par_id3166426" xml-lang="en-US" l10n="U" oldref="10">Choose <emph>View - Normal</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3166426" xml-lang="en-US" l10n="U">Choose <emph>View - Normal</emph></paragraph> </section> <section id="asgld"> -<paragraph role="paragraph" id="par_id3157982" xml-lang="en-US" l10n="U" oldref="13">Choose <emph>View - Outline</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3157982" xml-lang="en-US" l10n="U">Choose <emph>View - Outline</emph></paragraph> </section> <section id="asdso"> -<paragraph role="paragraph" id="par_id3149875" xml-lang="en-US" l10n="U" oldref="16">Choose <emph>View - Slide Sorter</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3149875" xml-lang="en-US" l10n="U">Choose <emph>View - Slide Sorter</emph></paragraph> </section> <section id="asntz"> -<paragraph role="paragraph" id="par_id3149352" xml-lang="en-US" l10n="U" oldref="19">Choose <emph>View - Notes Page</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3149352" xml-lang="en-US" l10n="U">Choose <emph>View - Notes Page</emph></paragraph> </section> <section id="ashdz"> -<paragraph role="paragraph" id="par_id3155255" xml-lang="en-US" l10n="U" oldref="22">Choose <emph>View - Handout Page</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3155255" xml-lang="en-US" l10n="U">Choose <emph>View - Handout Page</emph></paragraph> </section> <section id="asbsp"> -<paragraph role="paragraph" id="par_id3154328" xml-lang="en-US" l10n="U" oldref="25">Choose <emph>Slide Show - Slide Show</emph> -</paragraph> -<paragraph role="paragraph" id="par_id3150134" xml-lang="en-US" l10n="CHG" oldref="44">F5</paragraph> -<paragraph role="paragraph" id="par_id3145244" xml-lang="en-US" l10n="CHG" oldref="26">On the <emph>Presentation</emph> toolbar, click</paragraph> +<paragraph role="paragraph" id="par_id3154328" xml-lang="en-US" l10n="U">Choose <emph>Slide Show - Slide Show</emph></paragraph> +<paragraph role="paragraph" id="par_id3150134" xml-lang="en-US" l10n="CHG">F5</paragraph> +<paragraph role="paragraph" id="par_id3145244" xml-lang="en-US" l10n="CHG">On the <emph>Presentation</emph> toolbar, click</paragraph> <section id="sypraesent"> <table id="tbl_id3157974"> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3148768" xml-lang="en-US" l10n="E"> -<image id="img_id3148774" src="res/commandimagelist/sc_presentation.png" width="0.222inch" height="0.222inch"><alt id="alt_id3148774" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3148774" src="res/commandimagelist/sc_presentation.png" width="0.222inch" height="0.222inch"><alt id="alt_id3148774" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3151016" xml-lang="en-US" l10n="U" oldref="27">Slide Show</paragraph> +<paragraph role="paragraph" id="par_id3151016" xml-lang="en-US" l10n="U">Slide Show</paragraph> </tablecell> </tablerow> </table> </section> </section> <section id="asste"> -<paragraph role="paragraph" id="par_id3153719" xml-lang="en-US" l10n="U" oldref="31">Choose <emph>View - Normal</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3153719" xml-lang="en-US" l10n="U">Choose <emph>View - Normal</emph></paragraph> </section> <section id="ashtgd"> -<paragraph role="paragraph" id="par_id3151264" xml-lang="en-US" l10n="U" oldref="34">Choose <emph>View - Master</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3151264" xml-lang="en-US" l10n="U">Choose <emph>View - Master</emph></paragraph> </section> -<paragraph role="paragraph" id="par_idN10AF7" xml-lang="en-US" l10n="CHG"><variable id="masterlayouts">Choose <emph>View - Master - Slide Master</emph> -</variable></paragraph> -<paragraph role="paragraph" id="par_idN10B19" xml-lang="en-US" l10n="NEW"><variable id="notesmaster">Choose <emph>View - Master - Notes Master</emph> -</variable></paragraph> -<paragraph role="paragraph" id="par_idN10B07" xml-lang="en-US" l10n="NEW"><variable id="master">Choose <emph>View - Master - Master Elements</emph> -</variable></paragraph> +<paragraph role="paragraph" id="par_idN10AF7" xml-lang="en-US" l10n="CHG"><variable id="masterlayouts">Choose <emph>View - Master - Slide Master</emph></variable></paragraph> +<paragraph role="paragraph" id="par_idN10B19" xml-lang="en-US" l10n="NEW"><variable id="notesmaster">Choose <emph>View - Master - Notes Master</emph></variable></paragraph> +<paragraph role="paragraph" id="par_idN10B07" xml-lang="en-US" l10n="NEW"><variable id="master">Choose <emph>View - Master - Master Elements</emph></variable></paragraph> <section id="headerandfooter"> -<paragraph role="paragraph" id="par_idN10B57" xml-lang="en-US" l10n="NEW">Choose <emph>View - Header and Footer</emph> -</paragraph> -<paragraph role="paragraph" id="par_idN10B6E" xml-lang="en-US" l10n="NEW">Choose <emph>Insert - Page number</emph> -</paragraph> -<paragraph role="paragraph" id="par_idN10B74" xml-lang="en-US" l10n="NEW">Choose <emph>Insert - Date and time</emph> -</paragraph> +<paragraph role="paragraph" id="par_idN10B57" xml-lang="en-US" l10n="NEW">Choose <emph>View - Header and Footer</emph></paragraph> +<paragraph role="paragraph" id="par_idN10B6E" xml-lang="en-US" l10n="NEW">Choose <emph>Insert - Page number</emph></paragraph> +<paragraph role="paragraph" id="par_idN10B74" xml-lang="en-US" l10n="NEW">Choose <emph>Insert - Date and time</emph></paragraph> </section> -<paragraph role="paragraph" id="par_id3149286" xml-lang="en-US" l10n="CHG" oldref="37"><variable id="hinterzeichnung">Choose <emph>View - Normal</emph> -</variable></paragraph> -<paragraph role="paragraph" id="par_id3153480" xml-lang="en-US" l10n="CHG" oldref="56"><variable id="master_drawing">Choose <emph>View - Master - Slide Master</emph> -</variable></paragraph> -<paragraph role="paragraph" id="par_id3147254" xml-lang="en-US" l10n="U" oldref="39"><variable id="hinternotizen">Choose <emph>View - Notes Page</emph> -</variable></paragraph> +<paragraph role="paragraph" id="par_id3149286" xml-lang="en-US" l10n="CHG"><variable id="hinterzeichnung">Choose <emph>View - Normal</emph></variable></paragraph> +<paragraph role="paragraph" id="par_id3153480" xml-lang="en-US" l10n="CHG"><variable id="master_drawing">Choose <emph>View - Master - Slide Master</emph></variable></paragraph> +<paragraph role="paragraph" id="par_id3147254" xml-lang="en-US" l10n="U"><variable id="hinternotizen">Choose <emph>View - Notes Page</emph></variable></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/simpress/00/00000404.xhp b/main/helpcontent2/source/text/simpress/00/00000404.xhp index 6c190a7bdb..babed84d73 100644 --- a/main/helpcontent2/source/text/simpress/00/00000404.xhp +++ b/main/helpcontent2/source/text/simpress/00/00000404.xhp @@ -29,10 +29,10 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3143219" xml-lang="en-US" level="1" l10n="U" oldref="1">Insert Menu</paragraph> +<paragraph role="heading" id="hd_id3143219" xml-lang="en-US" level="1" l10n="U">Insert Menu</paragraph> <section id="efgste"> -<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="CHG" oldref="2">Choose <emph>Insert - Slide</emph><comment>UFI: will be changed "SO later" to Page (for Draw)</comment></paragraph> -<paragraph role="paragraph" id="par_id3152597" xml-lang="en-US" l10n="CHG" oldref="3">On the <emph>Presentation</emph> bar, click</paragraph> +<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="CHG">Choose <emph>Insert - Slide</emph><comment>UFI: will be changed "SO later" to Page (for Draw)</comment></paragraph> +<paragraph role="paragraph" id="par_id3152597" xml-lang="en-US" l10n="CHG">On the <emph>Presentation</emph> bar, click</paragraph> <section id="syseiteeinf"> <table id="tbl_id3149664"> <tablerow> @@ -42,33 +42,33 @@ </image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3154512" xml-lang="en-US" l10n="CHG" oldref="4">Slide</paragraph> +<paragraph role="paragraph" id="par_id3154512" xml-lang="en-US" l10n="CHG">Slide</paragraph> </tablecell> </tablerow> </table> </section> </section> -<paragraph role="paragraph" id="par_id3155064" xml-lang="en-US" l10n="CHG" oldref="5"><variable id="seiteduplizieren">Choose <emph>Insert - Duplicate Slide</emph> +<paragraph role="paragraph" id="par_id3155064" xml-lang="en-US" l10n="CHG"><variable id="seiteduplizieren">Choose <emph>Insert - Duplicate Slide</emph> </variable><comment>UFI: will be changed "SO later" to Page (for Draw)</comment></paragraph> -<paragraph role="paragraph" id="par_id3153711" xml-lang="en-US" l10n="U" oldref="6"><variable id="seitegliederung">Choose <emph>Insert - Expand Slide</emph> +<paragraph role="paragraph" id="par_id3153711" xml-lang="en-US" l10n="U"><variable id="seitegliederung">Choose <emph>Insert - Expand Slide</emph> </variable></paragraph> -<paragraph role="paragraph" id="par_id3154254" xml-lang="en-US" l10n="U" oldref="7"><variable id="uebersicht">Choose <emph>Insert - Summary Slide</emph> +<paragraph role="paragraph" id="par_id3154254" xml-lang="en-US" l10n="U"><variable id="uebersicht">Choose <emph>Insert - Summary Slide</emph> </variable></paragraph> <section id="efgene"> -<paragraph role="paragraph" id="par_id3147002" xml-lang="en-US" l10n="CHG" oldref="8">Choose <emph>Insert - Layer</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3150363" xml-lang="en-US" l10n="CHG" oldref="27">Open context menu of layer tabs - choose <emph>Insert Layer</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3147002" xml-lang="en-US" l10n="CHG">Choose <emph>Insert - Layer</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3150363" xml-lang="en-US" l10n="CHG">Open context menu of layer tabs - choose <emph>Insert Layer</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> </section> <section id="efgflp"> -<paragraph role="paragraph" id="par_id3155376" xml-lang="en-US" l10n="CHG" oldref="9">Choose <emph>Insert - Insert Snap Point/Line</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3154372" xml-lang="en-US" l10n="CHG" oldref="28">Open a context menu and choose <emph>Insert Snap Point/Line</emph> +<paragraph role="paragraph" id="par_id3155376" xml-lang="en-US" l10n="CHG">Choose <emph>Insert - Insert Snap Point/Line</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3154372" xml-lang="en-US" l10n="CHG">Open a context menu and choose <emph>Insert Snap Point/Line</emph> </paragraph> </section> -<paragraph role="paragraph" id="par_id3145388" xml-lang="en-US" l10n="CHG" oldref="10"><variable id="efglbe">Select a snap point or line, open the context menu, and choose <emph>Edit Snap Point/Line</emph> +<paragraph role="paragraph" id="par_id3145388" xml-lang="en-US" l10n="CHG"><variable id="efglbe">Select a snap point or line, open the context menu, and choose <emph>Edit Snap Point/Line</emph> </variable></paragraph> <section id="efgosc"> -<paragraph role="paragraph" id="par_id3151239" xml-lang="en-US" l10n="U" oldref="11">Choose <emph>Insert - Spreadsheet</emph> +<paragraph role="paragraph" id="par_id3151239" xml-lang="en-US" l10n="U">Choose <emph>Insert - Spreadsheet</emph> </paragraph> -<paragraph role="paragraph" id="par_id3144769" xml-lang="en-US" l10n="CHG" oldref="12">On the <emph>Insert</emph> toolbar, click</paragraph> +<paragraph role="paragraph" id="par_id3144769" xml-lang="en-US" l10n="CHG">On the <emph>Insert</emph> toolbar, click</paragraph> <section id="sycalc"> <table id="tbl_id3159208"> <tablerow> @@ -78,16 +78,16 @@ </image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3146963" xml-lang="en-US" l10n="CHG" oldref="13">Spreadsheet</paragraph> +<paragraph role="paragraph" id="par_id3146963" xml-lang="en-US" l10n="CHG">Spreadsheet</paragraph> </tablecell> </tablerow> </table> </section> </section> <section id="efgdti"> -<paragraph role="paragraph" id="par_id3153075" xml-lang="en-US" l10n="U" oldref="14">Choose <emph>Insert - File</emph> +<paragraph role="paragraph" id="par_id3153075" xml-lang="en-US" l10n="U">Choose <emph>Insert - File</emph> </paragraph> -<paragraph role="paragraph" id="par_id3153958" xml-lang="en-US" l10n="CHG" oldref="15">On the <emph>Insert</emph> toolbar, click</paragraph> +<paragraph role="paragraph" id="par_id3153958" xml-lang="en-US" l10n="CHG">On the <emph>Insert</emph> toolbar, click</paragraph> <section id="syfile"> <table id="tbl_id3147295"> <tablerow> @@ -97,28 +97,28 @@ </image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3157900" xml-lang="en-US" l10n="U" oldref="16">File</paragraph> +<paragraph role="paragraph" id="par_id3157900" xml-lang="en-US" l10n="U">File</paragraph> </tablecell> </tablerow> </table> </section> </section> -<paragraph role="paragraph" id="par_id3149351" xml-lang="en-US" l10n="U" oldref="17"><variable id="feldbf">Choose <emph>Insert - Fields</emph> +<paragraph role="paragraph" id="par_id3149351" xml-lang="en-US" l10n="U"><variable id="feldbf">Choose <emph>Insert - Fields</emph> </variable></paragraph> -<paragraph role="paragraph" id="par_id3150477" xml-lang="en-US" l10n="U" oldref="22"><variable id="feldbf1">Choose <emph>Insert - Fields - Date (fixed)</emph> +<paragraph role="paragraph" id="par_id3150477" xml-lang="en-US" l10n="U"><variable id="feldbf1">Choose <emph>Insert - Fields - Date (fixed)</emph> </variable></paragraph> -<paragraph role="paragraph" id="par_id3146879" xml-lang="en-US" l10n="U" oldref="18"><variable id="feldbf2">Choose <emph>Insert - Fields - Date (variable)</emph> +<paragraph role="paragraph" id="par_id3146879" xml-lang="en-US" l10n="U"><variable id="feldbf2">Choose <emph>Insert - Fields - Date (variable)</emph> </variable></paragraph> -<paragraph role="paragraph" id="par_id3153036" xml-lang="en-US" l10n="U" oldref="19"><variable id="feldbf3">Choose <emph>Insert - Fields - Time (fixed)</emph> +<paragraph role="paragraph" id="par_id3153036" xml-lang="en-US" l10n="U"><variable id="feldbf3">Choose <emph>Insert - Fields - Time (fixed)</emph> </variable></paragraph> -<paragraph role="paragraph" id="par_id3145590" xml-lang="en-US" l10n="U" oldref="20"><variable id="feldbf4">Choose <emph>Insert - Fields - Time (variable)</emph> +<paragraph role="paragraph" id="par_id3145590" xml-lang="en-US" l10n="U"><variable id="feldbf4">Choose <emph>Insert - Fields - Time (variable)</emph> </variable></paragraph> -<paragraph role="paragraph" id="par_id3153935" xml-lang="en-US" l10n="CHG" oldref="21"><variable id="feldbf5">Choose Insert <switchinline select="appl"><caseinline select="DRAW">- Fields +<paragraph role="paragraph" id="par_id3153935" xml-lang="en-US" l10n="CHG"><variable id="feldbf5">Choose Insert <switchinline select="appl"><caseinline select="DRAW">- Fields </caseinline></switchinline>- Page Number </variable></paragraph> -<paragraph role="paragraph" id="par_id3148583" xml-lang="en-US" l10n="U" oldref="23"><variable id="feldbf6">Choose <emph>Insert - Fields - Author</emph> +<paragraph role="paragraph" id="par_id3148583" xml-lang="en-US" l10n="U"><variable id="feldbf6">Choose <emph>Insert - Fields - Author</emph> </variable></paragraph> -<paragraph role="paragraph" id="par_id3155951" xml-lang="en-US" l10n="U" oldref="24"><variable id="feldbf7">Choose <emph>Insert - Fields - File Name</emph> +<paragraph role="paragraph" id="par_id3155951" xml-lang="en-US" l10n="U"><variable id="feldbf7">Choose <emph>Insert - Fields - File Name</emph> </variable></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/simpress/00/00000413.xhp b/main/helpcontent2/source/text/simpress/00/00000413.xhp index d0ad1247b1..d939c22752 100644 --- a/main/helpcontent2/source/text/simpress/00/00000413.xhp +++ b/main/helpcontent2/source/text/simpress/00/00000413.xhp @@ -29,142 +29,124 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3152578" xml-lang="en-US" level="1" l10n="U" oldref="1">Modify Menu</paragraph> +<paragraph role="heading" id="hd_id3152578" xml-lang="en-US" level="1" l10n="U">Modify Menu</paragraph> <section id="adnuwd"> -<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US" l10n="U" oldref="2">Choose <emph>Modify - Convert</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3153415" xml-lang="en-US" l10n="U" oldref="46">Open the context menu of a selected object and choose <emph>Convert</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US" l10n="U">Choose <emph>Modify - Convert</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3153415" xml-lang="en-US" l10n="U">Open the context menu of a selected object and choose <emph>Convert</emph></paragraph> </section> <section id="adnikv"> -<paragraph role="paragraph" id="par_id3149124" xml-lang="en-US" l10n="U" oldref="3">Choose <emph>Modify - Convert - To Curve</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3149018" xml-lang="en-US" l10n="U" oldref="27">Open the context menu of a selected object and choose <emph>Convert - To Curve</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3149124" xml-lang="en-US" l10n="U">Choose <emph>Modify - Convert - To Curve</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3149018" xml-lang="en-US" l10n="U">Open the context menu of a selected object and choose <emph>Convert - To Curve</emph></paragraph> </section> <section id="adnipo"> -<paragraph role="paragraph" id="par_id3156384" xml-lang="en-US" l10n="U" oldref="4">Choose <emph>Modify - Convert - To Polygon</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3154702" xml-lang="en-US" l10n="U" oldref="26">Open the context menu of a selected object and choose <emph>Convert - To Polygon</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3156384" xml-lang="en-US" l10n="U">Choose <emph>Modify - Convert - To Polygon</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3154702" xml-lang="en-US" l10n="U">Open the context menu of a selected object and choose <emph>Convert - To Polygon</emph></paragraph> </section> <section id="adni3d"> -<paragraph role="paragraph" id="par_id3147001" xml-lang="en-US" l10n="U" oldref="5">Choose <emph>Modify - Convert - To 3D</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3155111" xml-lang="en-US" l10n="U" oldref="28">Open the context menu of a selected object and choose <emph>Convert - To 3D</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3147001" xml-lang="en-US" l10n="U">Choose <emph>Modify - Convert - To 3D</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3155111" xml-lang="en-US" l10n="U">Open the context menu of a selected object and choose <emph>Convert - To 3D</emph></paragraph> </section> <section id="adni3drot"> -<paragraph role="paragraph" id="par_id3150205" xml-lang="en-US" l10n="U" oldref="6">Choose <emph>Modify - Convert - To 3D Rotation Object</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3152992" xml-lang="en-US" l10n="U" oldref="29">Open the context menu of a selected object and choose <emph>Convert - To 3D Rotation Body</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3150205" xml-lang="en-US" l10n="U">Choose <emph>Modify - Convert - To 3D Rotation Object</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3152992" xml-lang="en-US" l10n="U">Open the context menu of a selected object and choose <emph>Convert - To 3D Rotation Body</emph></paragraph> </section> <section id="bitm"> -<paragraph role="paragraph" id="par_id3152986" xml-lang="en-US" l10n="U" oldref="33">Choose <emph>Modify - Convert - To Bitmap</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3149409" xml-lang="en-US" l10n="U" oldref="34">Open the context menu of a selected object and choose <emph>Convert - To Bitmap</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3152986" xml-lang="en-US" l10n="U">Choose <emph>Modify - Convert - To Bitmap</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3149409" xml-lang="en-US" l10n="U">Open the context menu of a selected object and choose <emph>Convert - To Bitmap</emph></paragraph> </section> <section id="meta"> -<paragraph role="paragraph" id="par_id3148870" xml-lang="en-US" l10n="U" oldref="35">Choose <emph>Modify - Convert - To Metafile</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3148608" xml-lang="en-US" l10n="U" oldref="36">Open the context menu of a selected object and choose <emph>Convert - To Metafile</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3148870" xml-lang="en-US" l10n="U">Choose <emph>Modify - Convert - To Metafile</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3148608" xml-lang="en-US" l10n="U">Open the context menu of a selected object and choose <emph>Convert - To Metafile</emph></paragraph> </section> <section id="kontur"> -<paragraph role="paragraph" id="par_id3153246" xml-lang="en-US" l10n="U" oldref="41">Choose <emph>Modify - Convert - To Contour</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3159231" xml-lang="en-US" l10n="U" oldref="42">Open the context menu of a selected object and choose <emph>Convert - To Contour</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3153246" xml-lang="en-US" l10n="U">Choose <emph>Modify - Convert - To Contour</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3159231" xml-lang="en-US" l10n="U">Open the context menu of a selected object and choose <emph>Convert - To Contour</emph></paragraph> </section> <section id="vordasobjekt"> -<paragraph role="paragraph" id="par_id3153008" xml-lang="en-US" l10n="U" oldref="7">Choose <emph>Modify - Arrange - In Front of Object</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3145117" xml-lang="en-US" l10n="U" oldref="30">Open the context menu of a selected object and choose <emph>Arrange - In Front of Object</emph> -</paragraph> -<paragraph role="paragraph" id="par_id3147249" xml-lang="en-US" l10n="CHG" oldref="8">On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:</paragraph> +<paragraph role="paragraph" id="par_id3153008" xml-lang="en-US" l10n="U">Choose <emph>Modify - Arrange - In Front of Object</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3145117" xml-lang="en-US" l10n="U">Open the context menu of a selected object and choose <emph>Arrange - In Front of Object</emph></paragraph> +<paragraph role="paragraph" id="par_id3147249" xml-lang="en-US" l10n="CHG">On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:</paragraph> <section id="syvordasobjekt"> <table id="tbl_id3151389"> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3150537" xml-lang="en-US" l10n="E"> -<image id="img_id3145233" src="res/commandimagelist/sc_beforeobject.png" width="0.222inch" height="0.222inch"><alt id="alt_id3145233" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3145233" src="res/commandimagelist/sc_beforeobject.png" width="0.222inch" height="0.222inch"><alt id="alt_id3145233" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3153121" xml-lang="en-US" l10n="U" oldref="9">In Front of Object</paragraph> +<paragraph role="paragraph" id="par_id3153121" xml-lang="en-US" l10n="U">In Front of Object</paragraph> </tablecell> </tablerow> </table> </section> </section> <section id="hinterdasobjekt"> -<paragraph role="paragraph" id="par_id3150654" xml-lang="en-US" l10n="U" oldref="10">Choose <emph>Modify - Arrange - Behind Object</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3150482" xml-lang="en-US" l10n="U" oldref="31">Open the context menu of a selected object and choose <emph>Arrange - Behind Object</emph> -</paragraph> -<paragraph role="paragraph" id="par_id3149886" xml-lang="en-US" l10n="CHG" oldref="11">On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:</paragraph> +<paragraph role="paragraph" id="par_id3150654" xml-lang="en-US" l10n="U">Choose <emph>Modify - Arrange - Behind Object</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3150482" xml-lang="en-US" l10n="U">Open the context menu of a selected object and choose <emph>Arrange - Behind Object</emph></paragraph> +<paragraph role="paragraph" id="par_id3149886" xml-lang="en-US" l10n="CHG">On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:</paragraph> <section id="syhinterdasobjekt"> <table id="tbl_id3149504"> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3150865" xml-lang="en-US" l10n="E"> -<image id="img_id3145597" src="res/commandimagelist/sc_behindobject.png" width="0.222inch" height="0.222inch"><alt id="alt_id3145597" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3145597" src="res/commandimagelist/sc_behindobject.png" width="0.222inch" height="0.222inch"><alt id="alt_id3145597" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3153110" xml-lang="en-US" l10n="U" oldref="12">Behind Object</paragraph> +<paragraph role="paragraph" id="par_id3153110" xml-lang="en-US" l10n="U">Behind Object</paragraph> </tablecell> </tablerow> </table> </section> </section> <section id="vertauschen"> -<paragraph role="paragraph" id="par_id3150002" xml-lang="en-US" l10n="U" oldref="13">Choose <emph>Modify - Arrange - Reverse</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3150339" xml-lang="en-US" l10n="U" oldref="32">Open the context menu of a selected object and choose <emph>Arrange - Reverse</emph> -</paragraph> -<paragraph role="paragraph" id="par_id3145164" xml-lang="en-US" l10n="CHG" oldref="14">On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:</paragraph> +<paragraph role="paragraph" id="par_id3150002" xml-lang="en-US" l10n="U">Choose <emph>Modify - Arrange - Reverse</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3150339" xml-lang="en-US" l10n="U">Open the context menu of a selected object and choose <emph>Arrange - Reverse</emph></paragraph> +<paragraph role="paragraph" id="par_id3145164" xml-lang="en-US" l10n="CHG">On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:</paragraph> <section id="syvertauschen"> <table id="tbl_id3153730"> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3154327" xml-lang="en-US" l10n="E"> -<image id="img_id3155439" src="res/commandimagelist/sc_reverseorder.png" width="0.222inch" height="0.222inch"><alt id="alt_id3155439" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3155439" src="res/commandimagelist/sc_reverseorder.png" width="0.222inch" height="0.222inch"><alt id="alt_id3155439" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3150272" xml-lang="en-US" l10n="U" oldref="15">Reverse</paragraph> +<paragraph role="paragraph" id="par_id3150272" xml-lang="en-US" l10n="U">Reverse</paragraph> </tablecell> </tablerow> </table> </section> </section> <section id="adnkbi"> -<paragraph role="paragraph" id="par_id3145298" xml-lang="en-US" l10n="U" oldref="21">Choose <emph>Modify - Combine</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3148386" xml-lang="en-US" l10n="U" oldref="47">Select two or more objects, open the context menu and choose <emph>Combine</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3145298" xml-lang="en-US" l10n="U">Choose <emph>Modify - Combine</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3148386" xml-lang="en-US" l10n="U">Select two or more objects, open the context menu and choose <emph>Combine</emph>.</paragraph> </section> <section id="adnkaf"> -<paragraph role="paragraph" id="par_id3150930" xml-lang="en-US" l10n="U" oldref="22">Choose <emph>Modify - Split</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3151022" xml-lang="en-US" l10n="U" oldref="48">Select a combined object, open the context menu and choose <emph>Split</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3150930" xml-lang="en-US" l10n="U">Choose <emph>Modify - Split</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3151022" xml-lang="en-US" l10n="U">Select a combined object, open the context menu and choose <emph>Split</emph>.</paragraph> </section> <section id="adnvbd"> -<paragraph role="paragraph" id="par_id3154872" xml-lang="en-US" l10n="U" oldref="23">Choose <emph>Modify - Connect</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3150470" xml-lang="en-US" l10n="U" oldref="49">Select two or more lines, open the context menu and choose <emph>Connect</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3154872" xml-lang="en-US" l10n="U">Choose <emph>Modify - Connect</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3150470" xml-lang="en-US" l10n="U">Select two or more lines, open the context menu and choose <emph>Connect</emph>.</paragraph> </section> <section id="adnabr"> -<paragraph role="paragraph" id="par_id3153920" xml-lang="en-US" l10n="U" oldref="24">Choose <emph>Modify - Break</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3148430" xml-lang="en-US" l10n="U" oldref="50">Select a line that was created by connecting two or more lines, open the context menu and choose <emph>Break</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3153920" xml-lang="en-US" l10n="U">Choose <emph>Modify - Break</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3148430" xml-lang="en-US" l10n="U">Select a line that was created by connecting two or more lines, open the context menu and choose <emph>Break</emph>.</paragraph> </section> <section id="formen"> -<paragraph role="paragraph" id="par_id3155408" xml-lang="en-US" l10n="U" oldref="37">Choose <emph>Modify - Shapes</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3145615" xml-lang="en-US" l10n="U" oldref="51">Select two or more objects, open the context menu and choose <emph>Shapes</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3155408" xml-lang="en-US" l10n="U">Choose <emph>Modify - Shapes</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3145615" xml-lang="en-US" l10n="U">Select two or more objects, open the context menu and choose <emph>Shapes</emph></paragraph> </section> <section id="verschm"> -<paragraph role="paragraph" id="par_id3163822" xml-lang="en-US" l10n="U" oldref="38">Choose <emph>Modify - Shapes - Merge</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3156309" xml-lang="en-US" l10n="U" oldref="43">Select two or more objects, open the context menu and choose <emph>Shapes - Merge</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3163822" xml-lang="en-US" l10n="U">Choose <emph>Modify - Shapes - Merge</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3156309" xml-lang="en-US" l10n="U">Select two or more objects, open the context menu and choose <emph>Shapes - Merge</emph></paragraph> </section> <section id="subtra"> -<paragraph role="paragraph" id="par_id3150874" xml-lang="en-US" l10n="U" oldref="39">Choose <emph>Modify - Shapes - Subtract</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3154643" xml-lang="en-US" l10n="U" oldref="44">Select two or more objects, open the context menu and choose <emph>Shapes - Subtract</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3150874" xml-lang="en-US" l10n="U">Choose <emph>Modify - Shapes - Subtract</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3154643" xml-lang="en-US" l10n="U">Select two or more objects, open the context menu and choose <emph>Shapes - Subtract</emph></paragraph> </section> <section id="schneid"> -<paragraph role="paragraph" id="par_id3145204" xml-lang="en-US" l10n="U" oldref="40">Choose <emph>Modify - Shapes - Intersect</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> -<paragraph role="paragraph" id="par_id3152931" xml-lang="en-US" l10n="U" oldref="45">Select two or more objects, open the context menu and choose <emph>Shapes - Intersect</emph> -</paragraph> +<paragraph role="paragraph" id="par_id3145204" xml-lang="en-US" l10n="U">Choose <emph>Modify - Shapes - Intersect</emph> (<item type="productname">%PRODUCTNAME</item> Draw only)</paragraph> +<paragraph role="paragraph" id="par_id3152931" xml-lang="en-US" l10n="U">Select two or more objects, open the context menu and choose <emph>Shapes - Intersect</emph></paragraph> </section> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/guide/header_with_line.xhp b/main/helpcontent2/source/text/swriter/guide/header_with_line.xhp index 5bdc54f630..c1425962f6 100644 --- a/main/helpcontent2/source/text/swriter/guide/header_with_line.xhp +++ b/main/helpcontent2/source/text/swriter/guide/header_with_line.xhp @@ -37,27 +37,26 @@ <bookmark_value>shadows;headers/footers</bookmark_value> <bookmark_value>borders;for headers/footers</bookmark_value> </bookmark><comment>MW changed "inserting;"</comment> -<paragraph xml-lang="en-US" id="hd_id3154866" role="heading" level="1" l10n="U" -oldref="20"><variable id="header_with_line"><link href="text/swriter/guide/header_with_line.xhp" name="Formatting Headers or Footers">Formatting Headers or Footers</link> +<paragraph xml-lang="en-US" id="hd_id3154866" role="heading" level="1" l10n="U"><variable id="header_with_line"><link href="text/swriter/guide/header_with_line.xhp" name="Formatting Headers or Footers">Formatting Headers or Footers</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3154243" role="paragraph" l10n="U" oldref="21">You can apply direct formatting to the text in a header or footer. You can also adjust the spacing of the text relative to the header or footer frame or apply a border to the header or footer.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154243" role="paragraph" l10n="U">You can apply direct formatting to the text in a header or footer. You can also adjust the spacing of the text relative to the header or footer frame or apply a border to the header or footer.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3155873" role="listitem" l10n="U" oldref="22">Choose <item type="menuitem">Format - Page</item> and select the <item type="menuitem">Header</item> or <item type="menuitem">Footer</item> tab.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155873" role="listitem" l10n="U">Choose <item type="menuitem">Format - Page</item> and select the <item type="menuitem">Header</item> or <item type="menuitem">Footer</item> tab.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147109" role="listitem" l10n="U" oldref="27">Set the spacing options that you want to use.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147109" role="listitem" l10n="U">Set the spacing options that you want to use.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147128" role="listitem" l10n="U" oldref="23">To add a border or a shadow to the header or the footer, click <item type="menuitem">More</item>. The <item type="menuitem">Border/Background</item> dialog opens.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147128" role="listitem" l10n="U">To add a border or a shadow to the header or the footer, click <item type="menuitem">More</item>. The <item type="menuitem">Border/Background</item> dialog opens.</paragraph> </listitem> </list> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3150520" xml-lang="en-US" l10n="U" oldref="24">To add a separator line between the header or the footer and the content of the page, click the bottom edge of the square in the <emph>Line arrangement</emph> area. Click a line style in the <emph>Style</emph> box.</paragraph> +<paragraph role="listitem" id="par_id3150520" xml-lang="en-US" l10n="U">To add a separator line between the header or the footer and the content of the page, click the bottom edge of the square in the <emph>Line arrangement</emph> area. Click a line style in the <emph>Style</emph> box.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3153742" xml-lang="en-US" l10n="U" oldref="25">To adjust the spacing between the content of the header or footer and the line, clear the <emph>Synchronize</emph> box, and then enter a value in the <emph>Bottom</emph> box.</paragraph> +<paragraph role="listitem" id="par_id3153742" xml-lang="en-US" l10n="U">To adjust the spacing between the content of the header or footer and the line, clear the <emph>Synchronize</emph> box, and then enter a value in the <emph>Bottom</emph> box.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> diff --git a/main/helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp b/main/helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp index 38dfb7b68e..91f8e10279 100644 --- a/main/helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp +++ b/main/helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp @@ -36,31 +36,28 @@ <bookmark_value>lists;combining numbered lists</bookmark_value> <bookmark_value>paragraphs;numbering non-consecutive</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3150495" role="heading" level="1" l10n="U" -oldref="32"><variable id="join_numbered_lists"><link href="text/swriter/guide/join_numbered_lists.xhp" name="Combining Numbered Lists">Combining Numbered Lists</link> +<paragraph xml-lang="en-US" id="hd_id3150495" role="heading" level="1" l10n="U"><variable id="join_numbered_lists"><link href="text/swriter/guide/join_numbered_lists.xhp" name="Combining Numbered Lists">Combining Numbered Lists</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3149692" role="paragraph" l10n="U" oldref="33">You can combine numbered lists into a single consecutively numbered list.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3149452" role="heading" level="2" l10n="U" -oldref="34">To Combine Consecutive Numbered Lists</paragraph> +<paragraph xml-lang="en-US" id="par_id3149692" role="paragraph" l10n="U">You can combine numbered lists into a single consecutively numbered list.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3149452" role="heading" level="2" l10n="U">To Combine Consecutive Numbered Lists</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3154479" role="listitem" l10n="U" oldref="35">Select all of the paragraphs in the lists.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154479" role="listitem" l10n="U">Select all of the paragraphs in the lists.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155911" role="listitem" l10n="CHG" oldref="36">On the <item type="menuitem">Formatting</item> Bar, click the <item type="menuitem">Numbering On/Off</item> icon twice.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155911" role="listitem" l10n="CHG">On the <item type="menuitem">Formatting</item> Bar, click the <item type="menuitem">Numbering On/Off</item> icon twice.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="hd_id3155870" role="heading" level="2" l10n="U" -oldref="37">To Create a Numbered List From Non-consecutive Paragraphs:</paragraph> +<paragraph xml-lang="en-US" id="hd_id3155870" role="heading" level="2" l10n="U">To Create a Numbered List From Non-consecutive Paragraphs:</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3153417" role="listitem" l10n="U" oldref="38">Hold down Ctrl and drag a selection in the first numbered paragraph. You only have to select one character.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153417" role="listitem" l10n="U">Hold down Ctrl and drag a selection in the first numbered paragraph. You only have to select one character.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149644" role="listitem" l10n="U" oldref="39">Continue to hold down Ctrl, and drag a selection in each numbered paragraph of the lists you want to combine.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149644" role="listitem" l10n="U">Continue to hold down Ctrl, and drag a selection in each numbered paragraph of the lists you want to combine.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3145102" role="listitem" l10n="CHG" oldref="40">On the <item type="menuitem">Formatting</item> Bar, click the <item type="menuitem">Numbering On/Off</item> icon twice.</paragraph> +<paragraph xml-lang="en-US" id="par_id3145102" role="listitem" l10n="CHG">On the <item type="menuitem">Formatting</item> Bar, click the <item type="menuitem">Numbering On/Off</item> icon twice.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> diff --git a/main/helpcontent2/source/text/swriter/guide/stylist_update.xhp b/main/helpcontent2/source/text/swriter/guide/stylist_update.xhp index 80e2d281dc..d62ec3802c 100644 --- a/main/helpcontent2/source/text/swriter/guide/stylist_update.xhp +++ b/main/helpcontent2/source/text/swriter/guide/stylist_update.xhp @@ -36,24 +36,23 @@ <bookmark_value>Styles and Formatting window; updating from selections</bookmark_value> <bookmark_value>updating; styles, from selections</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3155915" role="heading" level="1" l10n="U" -oldref="38"><variable id="stylist_update"><link href="text/swriter/guide/stylist_update.xhp" name="Updating Styles From Selections">Updating Styles From Selections</link> +<paragraph xml-lang="en-US" id="hd_id3155915" role="heading" level="1" l10n="U"><variable id="stylist_update"><link href="text/swriter/guide/stylist_update.xhp" name="Updating Styles From Selections">Updating Styles From Selections</link> </variable></paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3149838" role="listitem" l10n="CHG" oldref="40">Choose <emph>Format - Styles and Formatting</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149838" role="listitem" l10n="CHG">Choose <emph>Format - Styles and Formatting</emph>.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3156107" role="listitem" l10n="CHG" oldref="47">Click the icon of the style category that you want to update.<comment>UFI: use "category" for consistent wording, see #i21144#</comment></paragraph> +<paragraph xml-lang="en-US" id="par_id3156107" role="listitem" l10n="CHG">Click the icon of the style category that you want to update.<comment>UFI: use "category" for consistent wording, see #i21144#</comment></paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149283" role="listitem" l10n="CHG" oldref="41">In the document, click from where you want to copy the updated style. For example, click a paragraph to which you applied some manual formatting that you want to copy now.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149283" role="listitem" l10n="CHG">In the document, click from where you want to copy the updated style. For example, click a paragraph to which you applied some manual formatting that you want to copy now.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153402" role="listitem" l10n="CHG" oldref="42">In the Styles and Formatting window, click the style that you want to update.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153402" role="listitem" l10n="CHG">In the Styles and Formatting window, click the style that you want to update.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153119" role="listitem" l10n="CHG" oldref="43">Click the arrow next to the <emph>New Style from Selection</emph> icon and choose <emph>Update Style</emph> from the submenu.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153119" role="listitem" l10n="CHG">Click the arrow next to the <emph>New Style from Selection</emph> icon and choose <emph>Update Style</emph> from the submenu.</paragraph> </listitem> </list> <paragraph xml-lang="en-US" id="par_id0310200910360780" role="note" l10n="NEW">Only the manually formatted attributes of the text at the cursor position in the document will be added to the style that is selected in the Styles and Formatting window. Any attributes that were applied as part of a style will not be added to the updated style.</paragraph> @@ -61,7 +60,7 @@ oldref="38"><variable id="stylist_update"><link href="text/swriter/guide/stylist <embed href="text/swriter/guide/templates_styles.xhp#templates_styles"/> <embed href="text/swriter/guide/stylist_fillformat.xhp#stylist_fillformat"/> <embed href="text/swriter/guide/stylist_fromselect.xhp#stylist_fromselect"/> -<paragraph xml-lang="en-US" id="par_id3155498" role="paragraph" l10n="U" oldref="45"><link href="text/swriter/01/05140000.xhp" name="Styles and Formatting">Styles and Formatting</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3155498" role="paragraph" l10n="U"><link href="text/swriter/01/05140000.xhp" name="Styles and Formatting">Styles and Formatting</link></paragraph> </section> </body> </helpdocument>