This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new 80bc8c80a2 Remove 'oldref' entries (work in progress) 80bc8c80a2 is described below commit 80bc8c80a265ddf8fd95b0e3f619015b4d068687 Author: mseidel <msei...@apache.org> AuthorDate: Mon Mar 24 17:19:30 2025 +0100 Remove 'oldref' entries (work in progress) (cherry picked from commit 5bf8b9ac4a11d766e8af96a7dda55d1b04fe996f) --- .../source/text/sbasic/shared/03020404.xhp | 68 +++++++++++----------- .../source/text/shared/00/00040503.xhp | 54 ++++++++--------- .../source/text/shared/01/05030800.xhp | 60 +++++++++---------- .../source/text/shared/autopi/01110300.xhp | 42 ++++++------- .../source/text/swriter/guide/using_numbering.xhp | 26 ++++----- 5 files changed, 123 insertions(+), 127 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03020404.xhp b/main/helpcontent2/source/text/sbasic/shared/03020404.xhp index 4d7cba2baf..040615a0ad 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03020404.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03020404.xhp @@ -33,45 +33,43 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3154347"> <bookmark_value>Dir function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3154347" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03020404.xhp" name="Dir Function [Runtime]">Dir Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3153381" xml-lang="en-US" l10n="U" oldref="2">Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path.</paragraph> +<paragraph role="heading" id="hd_id3154347" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03020404.xhp" name="Dir Function [Runtime]">Dir Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3153381" xml-lang="en-US" l10n="U">Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path.</paragraph> </section> -<paragraph role="heading" id="hd_id3154365" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="code" id="par_id3156282" xml-lang="en-US" l10n="U" oldref="4">Dir [(Text As String) [, Attrib As Integer]]</paragraph> -<paragraph role="heading" id="hd_id3156424" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U" oldref="6">String</paragraph> -<paragraph role="heading" id="hd_id3153770" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3161831" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Text:</emph> Any string expression that specifies the search path, directory or file. This argument can only be specified the first time that you call the Dir function. If you want, you can enter the path in <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph> -<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U" oldref="9"> -<emph>Attrib:</emph> Any integer expression that specifies bitwise file attributes. The Dir function only returns files or directories that match the specified attributes. You can combine several attributes by adding the attribute values:</paragraph> -<paragraph role="paragraph" id="par_id3149666" xml-lang="en-US" l10n="U" oldref="11">0 : Normal files.</paragraph> -<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U" oldref="15">16 : Returns the name of the directory only.</paragraph> -<paragraph role="paragraph" id="par_id3153952" xml-lang="en-US" l10n="U" oldref="16">Use this attribute to check if a file or directory exists, or to determine all files and folders in a specific directory.</paragraph> -<paragraph role="paragraph" id="par_id3159156" xml-lang="en-US" l10n="U" oldref="17">To check if a file exists, enter the complete path and name of the file. If the file or directory name does not exist, the Dir function returns a zero-length string ("").</paragraph> -<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US" l10n="U" oldref="18">To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, "D:\Files\*.sxw". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, ca [...] -<paragraph role="paragraph" id="par_id3147348" xml-lang="en-US" l10n="U" oldref="19">To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition)</paragraph> +<paragraph role="heading" id="hd_id3154365" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="code" id="par_id3156282" xml-lang="en-US" l10n="U">Dir [(Text As String) [, Attrib As Integer]]</paragraph> +<paragraph role="heading" id="hd_id3156424" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U">String</paragraph> +<paragraph role="heading" id="hd_id3153770" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3161831" xml-lang="en-US" l10n="U"><emph>Text:</emph> Any string expression that specifies the search path, directory or file. This argument can only be specified the first time that you call the Dir function. If you want, you can enter the path in <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph> +<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U"><emph>Attrib:</emph> Any integer expression that specifies bitwise file attributes. The Dir function only returns files or directories that match the specified attributes. You can combine several attributes by adding the attribute values:</paragraph> +<paragraph role="paragraph" id="par_id3149666" xml-lang="en-US" l10n="U">0 : Normal files.</paragraph> +<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U">16 : Returns the name of the directory only.</paragraph> +<paragraph role="paragraph" id="par_id3153952" xml-lang="en-US" l10n="U">Use this attribute to check if a file or directory exists, or to determine all files and folders in a specific directory.</paragraph> +<paragraph role="paragraph" id="par_id3159156" xml-lang="en-US" l10n="U">To check if a file exists, enter the complete path and name of the file. If the file or directory name does not exist, the Dir function returns a zero-length string ("").</paragraph> +<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US" l10n="U">To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, "D:\Files\*.sxw". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again [...] +<paragraph role="paragraph" id="par_id3147348" xml-lang="en-US" l10n="U">To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition)</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> <embed href="text/sbasic/shared/00000003.xhp#err53"/> -<paragraph role="heading" id="hd_id3154942" xml-lang="en-US" level="2" l10n="U" oldref="20">Example:</paragraph> -<paragraph role="code" id="par_id3147125" xml-lang="en-US" l10n="U" oldref="21">Sub ExampleDir</paragraph> -<paragraph role="code" id="par_id3148455" xml-lang="en-US" l10n="U" oldref="22">REM Displays all files and directories</paragraph> -<paragraph role="code" id="par_id3147396" xml-lang="en-US" l10n="U" oldref="23">Dim sPath As String</paragraph> -<paragraph role="code" id="par_id3149378" xml-lang="en-US" l10n="U" oldref="24">Dim sDir as String, sValue as String</paragraph> -<paragraph role="code" id="par_id3153416" xml-lang="en-US" l10n="U" oldref="27">sDir="Directories:"</paragraph> -<paragraph role="code" id="par_id3153838" xml-lang="en-US" l10n="U" oldref="29">sPath = CurDir</paragraph> -<paragraph role="code" id="par_id3150327" xml-lang="en-US" l10n="CHG" oldref="30">sValue = Dir$(sPath + getPathSeparator + "*",16)</paragraph> -<paragraph role="code" id="par_id3155064" xml-lang="en-US" l10n="U" oldref="31">Do</paragraph> -<paragraph role="code" id="par_id3153764" xml-lang="en-US" l10n="U" oldref="32">If sValue <> "." and sValue <> ".." Then</paragraph> -<paragraph role="code" id="par_id3155766" xml-lang="en-US" l10n="U" oldref="33">if (GetAttr( sPath + getPathSeparator + sValue) AND 16) >0 then</paragraph> -<paragraph role="code" id="par_id3154253" xml-lang="en-US" l10n="U" oldref="34">REM get the directories</paragraph> -<paragraph role="code" id="par_id3159264" xml-lang="en-US" l10n="U" oldref="35">sDir = sDir & chr(13) & sValue</paragraph> -<paragraph role="code" id="par_id3145148" xml-lang="en-US" l10n="U" oldref="43">End If</paragraph> +<paragraph role="heading" id="hd_id3154942" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="code" id="par_id3147125" xml-lang="en-US" l10n="U">Sub ExampleDir</paragraph> +<paragraph role="code" id="par_id3148455" xml-lang="en-US" l10n="U">REM Displays all files and directories</paragraph> +<paragraph role="code" id="par_id3147396" xml-lang="en-US" l10n="U">Dim sPath As String</paragraph> +<paragraph role="code" id="par_id3149378" xml-lang="en-US" l10n="U">Dim sDir as String, sValue as String</paragraph> +<paragraph role="code" id="par_id3153416" xml-lang="en-US" l10n="U">sDir="Directories:"</paragraph> +<paragraph role="code" id="par_id3153838" xml-lang="en-US" l10n="U">sPath = CurDir</paragraph> +<paragraph role="code" id="par_id3150327" xml-lang="en-US" l10n="CHG">sValue = Dir$(sPath + getPathSeparator + "*",16)</paragraph> +<paragraph role="code" id="par_id3155064" xml-lang="en-US" l10n="U">Do</paragraph> +<paragraph role="code" id="par_id3153764" xml-lang="en-US" l10n="U">If sValue <> "." and sValue <> ".." Then</paragraph> +<paragraph role="code" id="par_id3155766" xml-lang="en-US" l10n="U">if (GetAttr( sPath + getPathSeparator + sValue) AND 16) >0 then</paragraph> +<paragraph role="code" id="par_id3154253" xml-lang="en-US" l10n="U">REM get the directories</paragraph> +<paragraph role="code" id="par_id3159264" xml-lang="en-US" l10n="U">sDir = sDir & chr(13) & sValue</paragraph> +<paragraph role="code" id="par_id3145148" xml-lang="en-US" l10n="U">End If</paragraph> <paragraph role="code" id="par_idN10700" xml-lang="en-US" l10n="NEW">End If</paragraph> -<paragraph role="code" id="par_id3147324" xml-lang="en-US" l10n="U" oldref="44">sValue = Dir$</paragraph> -<paragraph role="code" id="par_id3155335" xml-lang="en-US" l10n="U" oldref="45">Loop Until sValue = ""</paragraph> -<paragraph role="code" id="par_id3147345" xml-lang="en-US" l10n="U" oldref="46">MsgBox sDir,0,sPath</paragraph> -<paragraph role="code" id="par_id3163808" xml-lang="en-US" l10n="U" oldref="48">End sub</paragraph> +<paragraph role="code" id="par_id3147324" xml-lang="en-US" l10n="U">sValue = Dir$</paragraph> +<paragraph role="code" id="par_id3155335" xml-lang="en-US" l10n="U">Loop Until sValue = ""</paragraph> +<paragraph role="code" id="par_id3147345" xml-lang="en-US" l10n="U">MsgBox sDir,0,sPath</paragraph> +<paragraph role="code" id="par_id3163808" xml-lang="en-US" l10n="U">End sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/00/00040503.xhp b/main/helpcontent2/source/text/shared/00/00040503.xhp index fcc01b5a2a..1e60f4f7d5 100644 --- a/main/helpcontent2/source/text/shared/00/00040503.xhp +++ b/main/helpcontent2/source/text/shared/00/00040503.xhp @@ -29,60 +29,60 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3155757" xml-lang="en-US" level="1" l10n="U" oldref="1">Format Menu</paragraph> +<paragraph role="heading" id="hd_id3155757" xml-lang="en-US" level="1" l10n="U">Format Menu</paragraph> <section id="fozeihoe"> -<paragraph role="paragraph" id="par_id3147294" xml-lang="en-US" l10n="U" oldref="2">Choose <emph>Format - Row - Height</emph> +<paragraph role="paragraph" id="par_id3147294" xml-lang="en-US" l10n="U">Choose <emph>Format - Row - Height</emph> </paragraph> -<paragraph role="paragraph" id="par_id3149551" xml-lang="en-US" l10n="U" oldref="3">Open context menu of a row header in an open database table - choose <emph>Row Height</emph> +<paragraph role="paragraph" id="par_id3149551" xml-lang="en-US" l10n="U">Open context menu of a row header in an open database table - choose <emph>Row Height</emph> </paragraph> </section> <section id="fosb"> -<paragraph role="paragraph" id="par_id3153136" xml-lang="en-US" l10n="U" oldref="4">Choose <emph>Format - Column - Width</emph> +<paragraph role="paragraph" id="par_id3153136" xml-lang="en-US" l10n="U">Choose <emph>Format - Column - Width</emph> </paragraph> -<paragraph role="paragraph" id="par_id3150756" xml-lang="en-US" l10n="U" oldref="5">Open context menu of a column header in a database table - choose <emph>Column Width</emph> +<paragraph role="paragraph" id="par_id3150756" xml-lang="en-US" l10n="U">Open context menu of a column header in a database table - choose <emph>Column Width</emph> </paragraph> </section> <section id="zahlen"> -<paragraph role="paragraph" id="par_id3148668" xml-lang="en-US" l10n="U" oldref="11"><switchinline select="appl"><caseinline select="CALC">Choose <emph>Format - Cells - Numbers</emph> tab +<paragraph role="paragraph" id="par_id3148668" xml-lang="en-US" l10n="U"><switchinline select="appl"><caseinline select="CALC">Choose <emph>Format - Cells - Numbers</emph> tab </caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US" l10n="U" oldref="13"><switchinline select="appl"><caseinline select="CALC">Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Numbers</emph> tab +<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US" l10n="U"><switchinline select="appl"><caseinline select="CALC">Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Numbers</emph> tab </caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3161459" xml-lang="en-US" l10n="U" oldref="14">Open context menu for a column header in an open database table - choose <emph>Column Format - Format</emph> tab</paragraph> -<paragraph role="paragraph" id="par_id3147531" xml-lang="en-US" l10n="U" oldref="15">Choose <emph>Format - Axis - Y Axis - Numbers</emph> tab (Chart Documents)</paragraph> -<paragraph role="paragraph" id="par_id3150823" xml-lang="en-US" l10n="U" oldref="32">Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Fields - Other - Variables</emph> tab and select "Additional formats" in the <emph>Format</emph> list.</paragraph> +<paragraph role="paragraph" id="par_id3161459" xml-lang="en-US" l10n="U">Open context menu for a column header in an open database table - choose <emph>Column Format - Format</emph> tab</paragraph> +<paragraph role="paragraph" id="par_id3147531" xml-lang="en-US" l10n="U">Choose <emph>Format - Axis - Y Axis - Numbers</emph> tab (Chart Documents)</paragraph> +<paragraph role="paragraph" id="par_id3150823" xml-lang="en-US" l10n="U">Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Fields - Other - Variables</emph> tab and select "Additional formats" in the <emph>Format</emph> list.</paragraph> </section> <section id="fozelaus"> -<paragraph role="paragraph" id="par_id3154923" xml-lang="en-US" l10n="U" oldref="6"><switchinline select="appl"><caseinline select="CHART">Choose <emph>Format - Title - Main Title - Alignment</emph> tab +<paragraph role="paragraph" id="par_id3154923" xml-lang="en-US" l10n="U"><switchinline select="appl"><caseinline select="CHART">Choose <emph>Format - Title - Main Title - Alignment</emph> tab </caseinline><defaultinline>Choose <emph>Format - Cells - Alignment</emph> tab</defaultinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" l10n="U" oldref="7"><switchinline select="appl"><caseinline select="CHART"> +<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" l10n="U"><switchinline select="appl"><caseinline select="CHART"> </caseinline><defaultinline>Open context menu of a column header in a database table - choose <emph>Column Format - Alignment</emph> tab</defaultinline></switchinline></paragraph> </section> -<paragraph role="paragraph" id="par_id3150400" xml-lang="en-US" l10n="U" oldref="8"><variable id="tabform">Open context menu of a row header in a database table - choose <emph>Table Format</emph> +<paragraph role="paragraph" id="par_id3150400" xml-lang="en-US" l10n="U"><variable id="tabform">Open context menu of a row header in a database table - choose <emph>Table Format</emph> </variable></paragraph> -<paragraph role="paragraph" id="par_id3149650" xml-lang="en-US" l10n="U" oldref="33"><variable id="spaltform">Open context menu of a column header in a database table - choose <emph>Column Format</emph> +<paragraph role="paragraph" id="par_id3149650" xml-lang="en-US" l10n="U"><variable id="spaltform">Open context menu of a column header in a database table - choose <emph>Column Format</emph> </variable></paragraph> -<paragraph role="paragraph" id="par_id3153799" xml-lang="en-US" l10n="U" oldref="34"><variable id="zeilenloeschen">Context menu for a row header in an open database table - <emph>Delete Rows</emph> +<paragraph role="paragraph" id="par_id3153799" xml-lang="en-US" l10n="U"><variable id="zeilenloeschen">Context menu for a row header in an open database table - <emph>Delete Rows</emph> </variable></paragraph> <section id="spiegeln"> -<paragraph role="paragraph" id="par_id3150495" xml-lang="en-US" l10n="U" oldref="16">Choose <emph>Modify - Flip</emph> ($[officename] Draw)</paragraph> -<paragraph role="paragraph" id="par_id3155742" xml-lang="en-US" l10n="U" oldref="17">Choose <emph>Format - Graphics - Graphics</emph> tab</paragraph> -<paragraph role="paragraph" id="par_id3158407" xml-lang="en-US" l10n="U" oldref="35">Open context menu - choose <emph>Flip</emph> (presentation documents)</paragraph> +<paragraph role="paragraph" id="par_id3150495" xml-lang="en-US" l10n="U">Choose <emph>Modify - Flip</emph> ($[officename] Draw)</paragraph> +<paragraph role="paragraph" id="par_id3155742" xml-lang="en-US" l10n="U">Choose <emph>Format - Graphics - Graphics</emph> tab</paragraph> +<paragraph role="paragraph" id="par_id3158407" xml-lang="en-US" l10n="U">Open context menu - choose <emph>Flip</emph> (presentation documents)</paragraph> </section> <section id="vertikal"> -<paragraph role="paragraph" id="par_id3150290" xml-lang="en-US" l10n="U" oldref="20">Choose <emph>Modify - Flip - Vertically</emph> ($[officename] Draw)</paragraph> -<paragraph role="paragraph" id="par_id3153179" xml-lang="en-US" l10n="U" oldref="21">Choose <emph>Format - Graphics - Graphics</emph> tab</paragraph> -<paragraph role="paragraph" id="par_id3157960" xml-lang="en-US" l10n="U" oldref="36">Open context menu - choose <emph>Flip - Vertically</emph> (presentation documents)</paragraph> +<paragraph role="paragraph" id="par_id3150290" xml-lang="en-US" l10n="U">Choose <emph>Modify - Flip - Vertically</emph> ($[officename] Draw)</paragraph> +<paragraph role="paragraph" id="par_id3153179" xml-lang="en-US" l10n="U">Choose <emph>Format - Graphics - Graphics</emph> tab</paragraph> +<paragraph role="paragraph" id="par_id3157960" xml-lang="en-US" l10n="U">Open context menu - choose <emph>Flip - Vertically</emph> (presentation documents)</paragraph> </section> <section id="horizontal"> -<paragraph role="paragraph" id="par_id3153369" xml-lang="en-US" l10n="U" oldref="26">Choose <emph>Modify - Flip - Horizontally</emph> ($[officename] Draw)</paragraph> -<paragraph role="paragraph" id="par_id3147348" xml-lang="en-US" l10n="CHG" oldref="27">Choose <emph>Format - Graphics</emph>, and then click the <emph>Graphics</emph> tab</paragraph> -<paragraph role="paragraph" id="par_id3156106" xml-lang="en-US" l10n="U" oldref="42">Choose <emph>Format - Flip - Horizontally</emph> +<paragraph role="paragraph" id="par_id3153369" xml-lang="en-US" l10n="U">Choose <emph>Modify - Flip - Horizontally</emph> ($[officename] Draw)</paragraph> +<paragraph role="paragraph" id="par_id3147348" xml-lang="en-US" l10n="CHG">Choose <emph>Format - Graphics</emph>, and then click the <emph>Graphics</emph> tab</paragraph> +<paragraph role="paragraph" id="par_id3156106" xml-lang="en-US" l10n="U">Choose <emph>Format - Flip - Horizontally</emph> </paragraph> -<paragraph role="paragraph" id="par_id3152578" xml-lang="en-US" l10n="U" oldref="37">Right-click a selected object, and then choose <emph>Flip - Horizontally</emph> ($[officename] Impress)</paragraph> +<paragraph role="paragraph" id="par_id3152578" xml-lang="en-US" l10n="U">Right-click a selected object, and then choose <emph>Flip - Horizontally</emph> ($[officename] Impress)</paragraph> </section> <section id="verteilung"> -<paragraph role="paragraph" id="par_id3147318" xml-lang="en-US" l10n="U" oldref="38">Choose <emph>Modify - Distribution</emph> ($[officename] Draw)</paragraph> -<paragraph role="paragraph" id="par_id3149064" xml-lang="en-US" l10n="U" oldref="39">Open context menu - choose <emph>Distribution</emph> ($[officename] Impress)</paragraph> +<paragraph role="paragraph" id="par_id3147318" xml-lang="en-US" l10n="U">Choose <emph>Modify - Distribution</emph> ($[officename] Draw)</paragraph> +<paragraph role="paragraph" id="par_id3149064" xml-lang="en-US" l10n="U">Open context menu - choose <emph>Distribution</emph> ($[officename] Impress)</paragraph> </section> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/01/05030800.xhp b/main/helpcontent2/source/text/shared/01/05030800.xhp index 7a4f5ebcf2..18f1582e09 100644 --- a/main/helpcontent2/source/text/shared/01/05030800.xhp +++ b/main/helpcontent2/source/text/shared/01/05030800.xhp @@ -38,53 +38,53 @@ <bookmark_value>sizes; pictures</bookmark_value> <bookmark_value>original size;restoring after cropping</bookmark_value> </bookmark><comment>mw added "original size;..."</comment><comment>mw added "scaling;"</comment> -<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/01/05030800.xhp" name="Crop">Crop</link></paragraph> -<paragraph role="paragraph" id="par_id3150603" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".">Trims or scales the selected graphic. You can also restore the graphic to its original size.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/01/05030800.xhp" name="Crop">Crop</link></paragraph> +<paragraph role="paragraph" id="par_id3150603" xml-lang="en-US" l10n="U"><ahelp hid=".">Trims or scales the selected graphic. You can also restore the graphic to its original size.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00040500.xhp#grafikzuschn"/> </section> <section id="pixelcut"> -<paragraph role="heading" id="hd_id3148585" xml-lang="en-US" level="2" l10n="U" oldref="3">Crop</paragraph> -<paragraph role="paragraph" id="par_id3152372" xml-lang="en-US" l10n="U" oldref="4">Use this area to trim or scale the selected graphic, or to add white space around the graphic.</paragraph> +<paragraph role="heading" id="hd_id3148585" xml-lang="en-US" level="2" l10n="U">Crop</paragraph> +<paragraph role="paragraph" id="par_id3152372" xml-lang="en-US" l10n="U">Use this area to trim or scale the selected graphic, or to add white space around the graphic.</paragraph> <bookmark xml-lang="en-US" branch="hid/cui:RadioButton:RID_SVXPAGE_GRFCROP:RB_ZOOMCONST" id="bm_id3154751" localize="false"/> -<paragraph role="heading" id="hd_id3145669" xml-lang="en-US" level="3" l10n="U" oldref="15">Keep scale</paragraph> -<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US" l10n="U" oldref="16"><ahelp hid="SVX_RADIOBUTTON_RID_SVXPAGE_GRFCROP_RB_ZOOMCONST">Maintains the original scale of the graphic when you crop, so that only the size of the graphic changes.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3145669" xml-lang="en-US" level="3" l10n="U">Keep scale</paragraph> +<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US" l10n="U"><ahelp hid="SVX_RADIOBUTTON_RID_SVXPAGE_GRFCROP_RB_ZOOMCONST">Maintains the original scale of the graphic when you crop, so that only the size of the graphic changes.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:RadioButton:RID_SVXPAGE_GRFCROP:RB_SIZECONST" id="bm_id3147577" localize="false"/> -<paragraph role="heading" id="hd_id3156426" xml-lang="en-US" level="3" l10n="U" oldref="13">Keep image size</paragraph> -<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U" oldref="14"><ahelp hid="SVX_RADIOBUTTON_RID_SVXPAGE_GRFCROP_RB_SIZECONST">Maintains the original size of the graphic when you crop, so that only the scale of the graphic changes. To reduce the scale of the graphic, select this option and enter negative values in the cropping boxes. To increase the scale of the graphic, enter positive values in the cropping boxes.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3156426" xml-lang="en-US" level="3" l10n="U">Keep image size</paragraph> +<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U"><ahelp hid="SVX_RADIOBUTTON_RID_SVXPAGE_GRFCROP_RB_SIZECONST">Maintains the original size of the graphic when you crop, so that only the scale of the graphic changes. To reduce the scale of the graphic, select this option and enter negative values in the cropping boxes. To increase the scale of the graphic, enter positive values in the cropping boxes.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRFCROP:MF_LEFT" id="bm_id3155392" localize="false"/> -<paragraph role="heading" id="hd_id3153683" xml-lang="en-US" level="3" l10n="U" oldref="5">Left</paragraph> -<paragraph role="paragraph" id="par_id3145313" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_LEFT">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the left edge of the graphic, or a negative amount to add white space to the left of the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the horizontal scale of the graphic, or a negative amount to decrease the hori [...] +<paragraph role="heading" id="hd_id3153683" xml-lang="en-US" level="3" l10n="U">Left</paragraph> +<paragraph role="paragraph" id="par_id3145313" xml-lang="en-US" l10n="U"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_LEFT">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the left edge of the graphic, or a negative amount to add white space to the left of the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the horizontal scale of the graphic, or a negative amount to decrease the horizontal scal [...] <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRFCROP:MF_RIGHT" id="bm_id3154750" localize="false"/> -<paragraph role="heading" id="hd_id3163803" xml-lang="en-US" level="3" l10n="U" oldref="7">Right</paragraph> -<paragraph role="paragraph" id="par_id3145382" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_RIGHT">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the right edge of the graphic, or a negative amount to add white space to the right of the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the horizontal scale of the graphic, or a negative amount to decrease the h [...] +<paragraph role="heading" id="hd_id3163803" xml-lang="en-US" level="3" l10n="U">Right</paragraph> +<paragraph role="paragraph" id="par_id3145382" xml-lang="en-US" l10n="U"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_RIGHT">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the right edge of the graphic, or a negative amount to add white space to the right of the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the horizontal scale of the graphic, or a negative amount to decrease the horizontal s [...] <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRFCROP:MF_TOP" id="bm_id3153320" localize="false"/> -<paragraph role="heading" id="hd_id3156153" xml-lang="en-US" level="3" l10n="U" oldref="9">Top</paragraph> -<paragraph role="paragraph" id="par_id3154514" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_TOP">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the top of the graphic, or a negative amount to add white space above the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the vertical scale of the graphic, or a negative amount to decrease the vertical scale of the [...] +<paragraph role="heading" id="hd_id3156153" xml-lang="en-US" level="3" l10n="U">Top</paragraph> +<paragraph role="paragraph" id="par_id3154514" xml-lang="en-US" l10n="U"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_TOP">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the top of the graphic, or a negative amount to add white space above the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the vertical scale of the graphic, or a negative amount to decrease the vertical scale of the graphic.</a [...] <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRFCROP:MF_BOTTOM" id="bm_id3156156" localize="false"/> -<paragraph role="heading" id="hd_id3149956" xml-lang="en-US" level="3" l10n="U" oldref="11">Bottom</paragraph> -<paragraph role="paragraph" id="par_id3150084" xml-lang="en-US" l10n="U" oldref="12"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_BOTTOM">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the bottom of the graphic, or a negative amount to add white space below the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the vertical scale of the graphic, or a negative amount to decrease the vertical scale [...] -<paragraph role="heading" id="hd_id3158432" xml-lang="en-US" level="2" l10n="U" oldref="23">Scale</paragraph> -<paragraph role="paragraph" id="par_id3153257" xml-lang="en-US" l10n="U" oldref="24">Changes the scale of the selected graphic.</paragraph> +<paragraph role="heading" id="hd_id3149956" xml-lang="en-US" level="3" l10n="U">Bottom</paragraph> +<paragraph role="paragraph" id="par_id3150084" xml-lang="en-US" l10n="U"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_BOTTOM">If the <emph>Keep Scale</emph> option is selected, enter a positive amount to trim the bottom of the graphic, or a negative amount to add white space below the graphic. If the <emph>Keep image size</emph> option is selected, enter a positive amount to increase the vertical scale of the graphic, or a negative amount to decrease the vertical scale of the graph [...] +<paragraph role="heading" id="hd_id3158432" xml-lang="en-US" level="2" l10n="U">Scale</paragraph> +<paragraph role="paragraph" id="par_id3153257" xml-lang="en-US" l10n="U">Changes the scale of the selected graphic.</paragraph> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRFCROP:MF_WIDTHZOOM" id="bm_id3151384" localize="false"/> -<paragraph role="heading" id="hd_id3155504" xml-lang="en-US" level="3" l10n="U" oldref="25">Width</paragraph> -<paragraph role="paragraph" id="par_id3148943" xml-lang="en-US" l10n="U" oldref="26"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_WIDTHZOOM">Enter the width for the selected graphic as a percentage.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155504" xml-lang="en-US" level="3" l10n="U">Width</paragraph> +<paragraph role="paragraph" id="par_id3148943" xml-lang="en-US" l10n="U"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_WIDTHZOOM">Enter the width for the selected graphic as a percentage.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRFCROP:MF_HEIGHTZOOM" id="bm_id3144422" localize="false"/> -<paragraph role="heading" id="hd_id3145609" xml-lang="en-US" level="3" l10n="U" oldref="27">Height</paragraph> -<paragraph role="paragraph" id="par_id3154348" xml-lang="en-US" l10n="U" oldref="28"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_HEIGHTZOOM">Enter the height of the selected graphic as a percentage.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3154924" xml-lang="en-US" level="2" l10n="U" oldref="17">Image size</paragraph> -<paragraph role="paragraph" id="par_id3148755" xml-lang="en-US" l10n="U" oldref="18">Changes the size of the selected graphic.</paragraph> +<paragraph role="heading" id="hd_id3145609" xml-lang="en-US" level="3" l10n="U">Height</paragraph> +<paragraph role="paragraph" id="par_id3154348" xml-lang="en-US" l10n="U"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_HEIGHTZOOM">Enter the height of the selected graphic as a percentage.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154924" xml-lang="en-US" level="2" l10n="U">Image size</paragraph> +<paragraph role="paragraph" id="par_id3148755" xml-lang="en-US" l10n="U">Changes the size of the selected graphic.</paragraph> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRFCROP:MF_WIDTH" id="bm_id3150359" localize="false"/> -<paragraph role="heading" id="hd_id3161656" xml-lang="en-US" level="3" l10n="U" oldref="19">Width</paragraph> -<paragraph role="paragraph" id="par_id3150543" xml-lang="en-US" l10n="U" oldref="20"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_WIDTH">Enter a width for the selected graphic.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3161656" xml-lang="en-US" level="3" l10n="U">Width</paragraph> +<paragraph role="paragraph" id="par_id3150543" xml-lang="en-US" l10n="U"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_WIDTH">Enter a width for the selected graphic.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:RID_SVXPAGE_GRFCROP:MF_HEIGHT" id="bm_id3157320" localize="false"/> -<paragraph role="heading" id="hd_id3150398" xml-lang="en-US" level="3" l10n="U" oldref="21">Height</paragraph> -<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U" oldref="22"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_HEIGHT">Enter a height for the selected graphic.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150398" xml-lang="en-US" level="3" l10n="U">Height</paragraph> +<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U"><ahelp hid="SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_HEIGHT">Enter a height for the selected graphic.</ahelp></paragraph> <embed href="text/shared/00/00000001.xhp#vorschau"/> <bookmark xml-lang="en-US" branch="hid/cui:PushButton:RID_SVXPAGE_GRFCROP:PB_ORGSIZE" id="bm_id3153178" localize="false"/> -<paragraph role="heading" id="hd_id3148676" xml-lang="en-US" level="2" l10n="U" oldref="31">Original Size</paragraph> -<paragraph role="paragraph" id="par_id3154068" xml-lang="en-US" l10n="U" oldref="32"><ahelp hid="SVX_PUSHBUTTON_RID_SVXPAGE_GRFCROP_PB_ORGSIZE">Returns the selected graphic to its original size.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3148676" xml-lang="en-US" level="2" l10n="U">Original Size</paragraph> +<paragraph role="paragraph" id="par_id3154068" xml-lang="en-US" l10n="U"><ahelp hid="SVX_PUSHBUTTON_RID_SVXPAGE_GRFCROP_PB_ORGSIZE">Returns the selected graphic to its original size.</ahelp></paragraph> </section> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/autopi/01110300.xhp b/main/helpcontent2/source/text/shared/autopi/01110300.xhp index e558e879d0..7eee3b0bc4 100644 --- a/main/helpcontent2/source/text/shared/autopi/01110300.xhp +++ b/main/helpcontent2/source/text/shared/autopi/01110300.xhp @@ -31,40 +31,40 @@ <body> <section id="seite3"> <bookmark xml-lang="en-US" branch="hid/SD_HID_SD_HTMLEXPORT_PAGE3" id="bm_id7226174" localize="false"/><comment>inserted this dialog id, see i72163</comment> -<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1" l10n="U" oldref="27"><link href="text/shared/autopi/01110300.xhp" name="HTML Export - Page 3">HTML Export - Page 3</link></paragraph> -<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US" l10n="U" oldref="28">Specifies the graphics type and the target screen resolution.</paragraph> +<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/autopi/01110300.xhp" name="HTML Export - Page 3">HTML Export - Page 3</link></paragraph> +<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US" l10n="U">Specifies the graphics type and the target screen resolution.</paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#htmlspeichern3"/> </section> -<paragraph role="heading" id="hd_id3155341" xml-lang="en-US" level="2" l10n="U" oldref="11">Save graphics as</paragraph> -<paragraph role="paragraph" id="par_id3157909" xml-lang="en-US" l10n="U" oldref="12">Determines the image format. You can also define the compression value for the export.</paragraph> +<paragraph role="heading" id="hd_id3155341" xml-lang="en-US" level="2" l10n="U">Save graphics as</paragraph> +<paragraph role="paragraph" id="par_id3157909" xml-lang="en-US" l10n="U">Determines the image format. You can also define the compression value for the export.</paragraph> <bookmark xml-lang="en-US" branch="hid/sd:RadioButton:DLG_PUBLISHING:PAGE3_PNG" id="bm_id9604480" localize="false"/> <paragraph role="heading" id="hd_id2298959" xml-lang="en-US" level="3" l10n="NEW">PNG - Portable Network Graphics format</paragraph> <paragraph role="paragraph" id="par_id4653767" xml-lang="en-US" l10n="NEW"><ahelp hid=".">The files are exported as PNG files. PNG files are compressed without loss of data, and can contain more than 256 colors.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sd:RadioButton:DLG_PUBLISHING:PAGE3_GIF" id="bm_id3153562" localize="false"/> -<paragraph role="heading" id="hd_id3147618" xml-lang="en-US" level="3" l10n="U" oldref="13">GIF - Graphics Interchange Format</paragraph> -<paragraph role="paragraph" id="par_id3154860" xml-lang="en-US" l10n="U" oldref="14"><ahelp hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_GIF">The files are exported as GIF files. GIF files are compressed without loss of data, and have a maximum of 256 colors.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3147618" xml-lang="en-US" level="3" l10n="U">GIF - Graphics Interchange Format</paragraph> +<paragraph role="paragraph" id="par_id3154860" xml-lang="en-US" l10n="U"><ahelp hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_GIF">The files are exported as GIF files. GIF files are compressed without loss of data, and have a maximum of 256 colors.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sd:RadioButton:DLG_PUBLISHING:PAGE3_JPG" id="bm_id3153147" localize="false"/> -<paragraph role="heading" id="hd_id3154306" xml-lang="en-US" level="3" l10n="U" oldref="15">JPG - Compressed file format</paragraph> -<paragraph role="paragraph" id="par_id3153665" xml-lang="en-US" l10n="U" oldref="16"><ahelp hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_JPG">The files are exported as JPEG files. JPEG files are compressed, with adjustable compression and can contain more than 256 colors.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154306" xml-lang="en-US" level="3" l10n="U">JPG - Compressed file format</paragraph> +<paragraph role="paragraph" id="par_id3153665" xml-lang="en-US" l10n="U"><ahelp hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_JPG">The files are exported as JPEG files. JPEG files are compressed, with adjustable compression and can contain more than 256 colors.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sd:ComboBox:DLG_PUBLISHING:PAGE3_QUALITY" id="bm_id3156023" localize="false"/> -<paragraph role="heading" id="hd_id3149763" xml-lang="en-US" level="3" l10n="U" oldref="17">Quality</paragraph> -<paragraph role="paragraph" id="par_id3151384" xml-lang="en-US" l10n="U" oldref="18"><ahelp hid="SD:COMBOBOX:DLG_PUBLISHING:PAGE3_QUALITY">Specifies the compression factor of the JPEG graphic. A 100% value offers the best quality for a large data range. The 25% factor indicates small files with inferior image quality.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3148552" xml-lang="en-US" level="2" l10n="U" oldref="19">Monitor resolution</paragraph> -<paragraph role="paragraph" id="par_id3148947" xml-lang="en-US" l10n="U" oldref="20">Defines the resolution for the target screen. Depending on the selected resolution, the image will be displayed in a reduced size. You can specify a reduction of up to 80% from the original size.</paragraph> +<paragraph role="heading" id="hd_id3149763" xml-lang="en-US" level="3" l10n="U">Quality</paragraph> +<paragraph role="paragraph" id="par_id3151384" xml-lang="en-US" l10n="U"><ahelp hid="SD:COMBOBOX:DLG_PUBLISHING:PAGE3_QUALITY">Specifies the compression factor of the JPEG graphic. A 100% value offers the best quality for a large data range. The 25% factor indicates small files with inferior image quality.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3148552" xml-lang="en-US" level="2" l10n="U">Monitor resolution</paragraph> +<paragraph role="paragraph" id="par_id3148947" xml-lang="en-US" l10n="U">Defines the resolution for the target screen. Depending on the selected resolution, the image will be displayed in a reduced size. You can specify a reduction of up to 80% from the original size.</paragraph> <bookmark xml-lang="en-US" branch="hid/sd:RadioButton:DLG_PUBLISHING:PAGE3_RESOLUTION_1" id="bm_id3154389" localize="false"/> -<paragraph role="heading" id="hd_id3152361" xml-lang="en-US" level="3" l10n="CHG" oldref="21">Low resolution (640x480 pixels)</paragraph><comment>see i73719</comment> -<paragraph role="paragraph" id="par_id3153380" xml-lang="en-US" l10n="U" oldref="22"><ahelp hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_1">Select the low resolution to keep the file size small, even for presentations with many slides.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3152361" xml-lang="en-US" level="3" l10n="CHG">Low resolution (640x480 pixels)</paragraph><comment>see i73719</comment> +<paragraph role="paragraph" id="par_id3153380" xml-lang="en-US" l10n="U"><ahelp hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_1">Select the low resolution to keep the file size small, even for presentations with many slides.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sd:RadioButton:DLG_PUBLISHING:PAGE3_RESOLUTION_2" id="bm_id3156280" localize="false"/> -<paragraph role="heading" id="hd_id3153361" xml-lang="en-US" level="3" l10n="CHG" oldref="23">Medium resolution (800x600 pixels)</paragraph> -<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U" oldref="24"><ahelp hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_2">Select the medium resolution for a medium-sized presentation.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153361" xml-lang="en-US" level="3" l10n="CHG">Medium resolution (800x600 pixels)</paragraph> +<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U"><ahelp hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_2">Select the medium resolution for a medium-sized presentation.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sd:RadioButton:DLG_PUBLISHING:PAGE3_RESOLUTION_3" id="bm_id3149167" localize="false"/> -<paragraph role="heading" id="hd_id3153968" xml-lang="en-US" level="3" l10n="CHG" oldref="25">High resolution (1024x768 pixels)</paragraph> -<paragraph role="paragraph" id="par_id3149810" xml-lang="en-US" l10n="U" oldref="26"><ahelp hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_3">Select a high resolution for a high quality slide display.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3154946" xml-lang="en-US" level="2" l10n="U" oldref="31">Export</paragraph> +<paragraph role="heading" id="hd_id3153968" xml-lang="en-US" level="3" l10n="CHG">High resolution (1024x768 pixels)</paragraph> +<paragraph role="paragraph" id="par_id3149810" xml-lang="en-US" l10n="U"><ahelp hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_3">Select a high resolution for a high quality slide display.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154946" xml-lang="en-US" level="2" l10n="U">Export</paragraph> <bookmark xml-lang="en-US" branch="hid/sd:CheckBox:DLG_PUBLISHING:PAGE3_SLD_SOUND" id="bm_id3148672" localize="false"/> -<paragraph role="heading" id="hd_id3151381" xml-lang="en-US" level="3" l10n="U" oldref="29">Export sounds when slide advances</paragraph> -<paragraph role="paragraph" id="par_id3150449" xml-lang="en-US" l10n="U" oldref="30"><ahelp hid="SD:CHECKBOX:DLG_PUBLISHING:PAGE3_SLD_SOUND">Specifies that the sound files that are defined as an effect for slide transitions are exported.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3151381" xml-lang="en-US" level="3" l10n="U">Export sounds when slide advances</paragraph> +<paragraph role="paragraph" id="par_id3150449" xml-lang="en-US" l10n="U"><ahelp hid="SD:CHECKBOX:DLG_PUBLISHING:PAGE3_SLD_SOUND">Specifies that the sound files that are defined as an effect for slide transitions are exported.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/guide/using_numbering.xhp b/main/helpcontent2/source/text/swriter/guide/using_numbering.xhp index 89245b5295..c58eeee9e4 100644 --- a/main/helpcontent2/source/text/swriter/guide/using_numbering.xhp +++ b/main/helpcontent2/source/text/swriter/guide/using_numbering.xhp @@ -34,13 +34,12 @@ <bookmark_value>manual numbering in text</bookmark_value> <bookmark_value>paragraph styles;numbering</bookmark_value> </bookmark><comment>MW deleted "applying;"</comment> -<paragraph xml-lang="en-US" id="hd_id3155174" role="heading" level="1" l10n="U" -oldref="30"><variable id="using_numbering"><link href="text/swriter/guide/using_numbering.xhp" name="Numbering and Numbering Styles">Numbering and Numbering Styles</link> +<paragraph xml-lang="en-US" id="hd_id3155174" role="heading" level="1" l10n="U"><variable id="using_numbering"><link href="text/swriter/guide/using_numbering.xhp" name="Numbering and Numbering Styles">Numbering and Numbering Styles</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3149818" role="paragraph" l10n="U" oldref="26">You can apply numbering to a paragraph manually or with a paragraph style.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149818" role="paragraph" l10n="U">You can apply numbering to a paragraph manually or with a paragraph style.</paragraph> <paragraph xml-lang="en-US" id="hd_id6140629" role="heading" level="2" l10n="NEW">To Apply Numbering Manually</paragraph> -<paragraph xml-lang="en-US" id="par_id3155866" role="listitem" l10n="CHG" oldref="33">To apply numbering manually, click in the paragraph, and then click the <item type="menuitem">Numbering On/Off</item> icon on the <item type="menuitem">Formatting</item> Bar.</paragraph> -<paragraph xml-lang="en-US" id="par_id3153405" role="note" l10n="U" oldref="27">You cannot apply manual numbering to paragraphs that are listed under "Special Styles" in the Styles and Formatting window.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155866" role="listitem" l10n="CHG">To apply numbering manually, click in the paragraph, and then click the <item type="menuitem">Numbering On/Off</item> icon on the <item type="menuitem">Formatting</item> Bar.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153405" role="note" l10n="U">You cannot apply manual numbering to paragraphs that are listed under "Special Styles" in the Styles and Formatting window.</paragraph> <list type="unordered"> <listitem> <paragraph xml-lang="en-US" id="par_idN10711" role="listitem" l10n="NEW"><comment>UFI: the following paras moved here from text\shared\01\06050000.xhp</comment>When you press Enter in a numbered or bulleted list, <item type="productname">%PRODUCTNAME</item> automatically numbers the next paragraph. To remove the numbering or bullet from the new paragraph, press Enter again.</paragraph> @@ -59,27 +58,26 @@ oldref="30"><variable id="using_numbering"><link href="text/swriter/guide/using_ </listitem> </list> <paragraph xml-lang="en-US" id="par_idN1073A" role="paragraph" l10n="CHG">You can also use the commands on the <link href="text/swriter/main0206.xhp" name="Numbering Object Bar">Bullets and Numbering</link> toolbar to edit a numbered or bulleted list. To change the numbering or bullet format, click the <emph>Bullets and Numbering</emph> icon.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3153123" role="heading" level="2" l10n="U" -oldref="34">To Apply Numbering With a Paragraph Style</paragraph> -<paragraph xml-lang="en-US" id="par_id3153137" role="paragraph" l10n="U" oldref="31">Paragraph Styles give you greater control over numbering that you apply in a document. When you change the numbering format of the style, all paragraphs using the style are automatically updated.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3153123" role="heading" level="2" l10n="U">To Apply Numbering With a Paragraph Style</paragraph> +<paragraph xml-lang="en-US" id="par_id3153137" role="paragraph" l10n="U">Paragraph Styles give you greater control over numbering that you apply in a document. When you change the numbering format of the style, all paragraphs using the style are automatically updated.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3149646" role="listitem" l10n="U" oldref="35">Choose <item type="menuitem">Format - Styles and Formatting</item>, and then click the <item type="menuitem">Paragraph Styles</item> icon.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149646" role="listitem" l10n="U">Choose <item type="menuitem">Format - Styles and Formatting</item>, and then click the <item type="menuitem">Paragraph Styles</item> icon.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149599" role="listitem" l10n="U" oldref="36">Right-click the paragraph style that you want to apply numbering to, and then choose <emph>Modify</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149599" role="listitem" l10n="U">Right-click the paragraph style that you want to apply numbering to, and then choose <emph>Modify</emph>.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149850" role="listitem" l10n="U" oldref="37">Click the <item type="menuitem">Outline & Numbering</item> tab.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149850" role="listitem" l10n="U">Click the <item type="menuitem">Outline & Numbering</item> tab.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149874" role="listitem" l10n="U" oldref="38">In the <item type="menuitem">Numbering Style</item> box, select the type of numbering that you want to use.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149874" role="listitem" l10n="U">In the <item type="menuitem">Numbering Style</item> box, select the type of numbering that you want to use.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3145113" role="listitem" l10n="U" oldref="39">Click <emph>OK</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3145113" role="listitem" l10n="U">Click <emph>OK</emph>.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149589" role="listitem" l10n="U" oldref="40">Apply the style to the paragraphs that you want to add numbering to.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149589" role="listitem" l10n="U">Apply the style to the paragraphs that you want to add numbering to.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/>