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 f67d098ce1 Remove 'oldref' entries (work in progress) f67d098ce1 is described below commit f67d098ce12b509f6fef246ee0fb3e4481de2c81 Author: mseidel <msei...@apache.org> AuthorDate: Sun Dec 15 12:04:17 2024 +0100 Remove 'oldref' entries (work in progress) --- .../source/text/sbasic/guide/show_dialog.xhp | 30 +++++++------- .../source/text/sbasic/shared/03101500.xhp | 46 ++++++++++------------ .../source/text/sbasic/shared/main0211.xhp | 4 +- .../helpcontent2/source/text/scalc/01/04090000.xhp | 22 +++++------ .../helpcontent2/source/text/scalc/01/05020600.xhp | 28 ++++++------- .../helpcontent2/source/text/scalc/01/05030300.xhp | 12 +++--- .../source/text/shared/05/00000160.xhp | 23 +++++------ .../text/shared/explorer/database/30000000.xhp | 24 +++++------ .../source/text/shared/optionen/01040000.xhp | 17 ++++---- .../source/text/swriter/01/02170000.xhp | 20 +++++----- 10 files changed, 108 insertions(+), 118 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/guide/show_dialog.xhp b/main/helpcontent2/source/text/sbasic/guide/show_dialog.xhp index 1b0d86b0b5..bd519860eb 100644 --- a/main/helpcontent2/source/text/sbasic/guide/show_dialog.xhp +++ b/main/helpcontent2/source/text/sbasic/guide/show_dialog.xhp @@ -34,22 +34,22 @@ <bookmark_value>dialogs;using program code to show (example)</bookmark_value> <bookmark_value>examples; showing a dialog using program code</bookmark_value> </bookmark><comment>mw changed "modules and dialogs;"</comment> -<paragraph role="heading" id="hd_id3154140" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="show_dialog"><link href="text/sbasic/guide/show_dialog.xhp" name="Opening a Dialog With Program Code">Opening a Dialog With Program Code</link> +<paragraph role="heading" id="hd_id3154140" xml-lang="en-US" level="1" l10n="U"><variable id="show_dialog"><link href="text/sbasic/guide/show_dialog.xhp" name="Opening a Dialog With Program Code">Opening a Dialog With Program Code</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US" l10n="U" oldref="2">In the <item type="productname">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window.</paragraph> -<paragraph role="paragraph" id="par_id3153968" xml-lang="en-US" l10n="U" oldref="6">Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is "Dialog1":</paragraph> -<paragraph role="code" id="par_id3156443" xml-lang="en-US" l10n="U" oldref="7">Sub Dialog1Show</paragraph> -<paragraph role="code" id="par_id3148575" xml-lang="en-US" l10n="U" oldref="24">BasicLibraries.LoadLibrary("Tools")</paragraph> -<paragraph role="code" id="par_id3152463" xml-lang="en-US" l10n="U" oldref="8">oDialog1 = <link href="text/sbasic/guide/sample_code.xhp" name="LoadDialog">LoadDialog</link>("Standard", "Dialog1")</paragraph> -<paragraph role="code" id="par_id3148646" xml-lang="en-US" l10n="U" oldref="14">oDialog1.Execute()</paragraph> -<paragraph role="code" id="par_id3147349" xml-lang="en-US" l10n="U" oldref="15">End Sub</paragraph> -<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US" l10n="U" oldref="18">Without using "LoadDialog" you can call the code as follows:</paragraph> -<paragraph role="code" id="par_id3163710" xml-lang="en-US" l10n="U" oldref="19">Sub Dialog1Show</paragraph> -<paragraph role="code" id="par_id3146985" xml-lang="en-US" l10n="U" oldref="20">DialogLibraries.LoadLibrary( "Standard" )</paragraph> -<paragraph role="code" id="par_id3155418" xml-lang="en-US" l10n="U" oldref="21">oDialog1 = CreateUnoDialog( DialogLibraries.Standard.Dialog1 )</paragraph> -<paragraph role="code" id="par_id3154944" xml-lang="en-US" l10n="U" oldref="22">oDialog1.Execute()</paragraph> -<paragraph role="code" id="par_id3145800" xml-lang="en-US" l10n="U" oldref="23">End Sub</paragraph> -<paragraph role="paragraph" id="par_id3153157" xml-lang="en-US" l10n="U" oldref="16">When you execute this code, "Dialog1" opens. To close the dialog, click the close button (x) on its title bar.</paragraph> +<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US" l10n="U">In the <item type="productname">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window.</paragraph> +<paragraph role="paragraph" id="par_id3153968" xml-lang="en-US" l10n="U">Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is "Dialog1":</paragraph> +<paragraph role="code" id="par_id3156443" xml-lang="en-US" l10n="U">Sub Dialog1Show</paragraph> +<paragraph role="code" id="par_id3148575" xml-lang="en-US" l10n="U">BasicLibraries.LoadLibrary("Tools")</paragraph> +<paragraph role="code" id="par_id3152463" xml-lang="en-US" l10n="U">oDialog1 = <link href="text/sbasic/guide/sample_code.xhp" name="LoadDialog">LoadDialog</link>("Standard", "Dialog1")</paragraph> +<paragraph role="code" id="par_id3148646" xml-lang="en-US" l10n="U">oDialog1.Execute()</paragraph> +<paragraph role="code" id="par_id3147349" xml-lang="en-US" l10n="U">End Sub</paragraph> +<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US" l10n="U">Without using "LoadDialog" you can call the code as follows:</paragraph> +<paragraph role="code" id="par_id3163710" xml-lang="en-US" l10n="U">Sub Dialog1Show</paragraph> +<paragraph role="code" id="par_id3146985" xml-lang="en-US" l10n="U">DialogLibraries.LoadLibrary( "Standard" )</paragraph> +<paragraph role="code" id="par_id3155418" xml-lang="en-US" l10n="U">oDialog1 = CreateUnoDialog( DialogLibraries.Standard.Dialog1 )</paragraph> +<paragraph role="code" id="par_id3154944" xml-lang="en-US" l10n="U">oDialog1.Execute()</paragraph> +<paragraph role="code" id="par_id3145800" xml-lang="en-US" l10n="U">End Sub</paragraph> +<paragraph role="paragraph" id="par_id3153157" xml-lang="en-US" l10n="U">When you execute this code, "Dialog1" opens. To close the dialog, click the close button (x) on its title bar.</paragraph> <section id="relatedtopics"> <embed href="text/sbasic/guide/control_properties.xhp#control_properties"/> <embed href="text/sbasic/guide/create_dialog.xhp#create_dialog"/> diff --git a/main/helpcontent2/source/text/sbasic/shared/03101500.xhp b/main/helpcontent2/source/text/sbasic/shared/03101500.xhp index 1bd6c3b706..ebf0b5c797 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03101500.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03101500.xhp @@ -33,31 +33,27 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3149811"> <bookmark_value>DefInt statement</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3149811" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03101500.xhp" name="DefInt Statement [Runtime]">DefInt Statement [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3149762" 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_id3149811" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03101500.xhp" name="DefInt Statement [Runtime]">DefInt Statement [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3149762" 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_id3148686" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US" l10n="U" oldref="4">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph> -<paragraph role="heading" id="hd_id3156344" xml-lang="en-US" level="2" l10n="U" oldref="5">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3147560" 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_id3150398" xml-lang="en-US" l10n="U" oldref="7"> -<emph>xxx:</emph> Keyword that defines the default variable type:</paragraph> -<paragraph role="paragraph" id="par_id3154365" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Keyword:</emph> Default variable type</paragraph> -<paragraph role="paragraph" id="par_id3125863" xml-lang="en-US" l10n="U" oldref="9"> -<emph>DefInt:</emph> Integer</paragraph> -<paragraph role="heading" id="hd_id3154123" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph> -<paragraph role="paragraph" id="par_id3151042" 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_id3159254" xml-lang="en-US" l10n="U" oldref="14">DefDate t</paragraph> -<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US" l10n="U" oldref="15">DefDbL d</paragraph> -<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US" l10n="U" oldref="16">DefInt i</paragraph> -<paragraph role="paragraph" id="par_id3152885" xml-lang="en-US" l10n="U" oldref="17">DefLng l</paragraph> -<paragraph role="paragraph" id="par_id3148646" xml-lang="en-US" l10n="U" oldref="18">DefObj o</paragraph> -<paragraph role="paragraph" id="par_id3153951" xml-lang="en-US" l10n="U" oldref="19">DefVar v</paragraph> -<paragraph role="paragraph" id="par_id3146924" xml-lang="en-US" l10n="U" oldref="21">Sub ExampleDefInt</paragraph> -<paragraph role="paragraph" id="par_id3153728" xml-lang="en-US" l10n="U" oldref="22">iCount=200 REM iCount is an implicit integer variable</paragraph> -<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" l10n="U" oldref="23">end sub</paragraph> +<paragraph role="heading" id="hd_id3148686" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US" l10n="U">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph> +<paragraph role="heading" id="hd_id3156344" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3147560" 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_id3150398" xml-lang="en-US" l10n="U"><emph>xxx:</emph> Keyword that defines the default variable type:</paragraph> +<paragraph role="paragraph" id="par_id3154365" xml-lang="en-US" l10n="U"><emph>Keyword:</emph> Default variable type</paragraph> +<paragraph role="paragraph" id="par_id3125863" xml-lang="en-US" l10n="U"><emph>DefInt:</emph> Integer</paragraph> +<paragraph role="heading" id="hd_id3154123" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3151042" 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_id3159254" xml-lang="en-US" l10n="U">DefDate t</paragraph> +<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US" l10n="U">DefDbL d</paragraph> +<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US" l10n="U">DefInt i</paragraph> +<paragraph role="paragraph" id="par_id3152885" xml-lang="en-US" l10n="U">DefLng l</paragraph> +<paragraph role="paragraph" id="par_id3148646" xml-lang="en-US" l10n="U">DefObj o</paragraph> +<paragraph role="paragraph" id="par_id3153951" xml-lang="en-US" l10n="U">DefVar v</paragraph> +<paragraph role="paragraph" id="par_id3146924" xml-lang="en-US" l10n="U">Sub ExampleDefInt</paragraph> +<paragraph role="paragraph" id="par_id3153728" xml-lang="en-US" l10n="U">iCount=200 REM iCount is an implicit integer variable</paragraph> +<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/main0211.xhp b/main/helpcontent2/source/text/sbasic/shared/main0211.xhp index d44f806579..318a85e914 100644 --- a/main/helpcontent2/source/text/sbasic/shared/main0211.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/main0211.xhp @@ -35,8 +35,8 @@ <bookmark_value>macro toolbar</bookmark_value></bookmark> <!-- removed HID HID_BASICIDE_TOOLBOX --> <bookmark branch="hid/.uno:MacroBarVisible" xml-lang="en-US" id="bm_id3153539"/> -<paragraph id="hd_id3150543" role="heading" level="1" oldref="1" l10n="U" xml-lang="en-US"><link href="text/sbasic/shared/main0211.xhp" name="Macro Toolbar">Macro Toolbar</link></paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3147288" xml-lang="en-US" oldref="2"><ahelp visibility="visible" hid=".uno:MacroBarVisible">The <emph>Macro Toolbar</emph> contains commands to create, edit, and run macros.</ahelp></paragraph> +<paragraph id="hd_id3150543" role="heading" level="1" l10n="U" xml-lang="en-US"><link href="text/sbasic/shared/main0211.xhp" name="Macro Toolbar">Macro Toolbar</link></paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3147288" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:MacroBarVisible">The <emph>Macro Toolbar</emph> contains commands to create, edit, and run macros.</ahelp></paragraph> </section> <embed href="text/sbasic/shared/02/11010000.xhp#bibliothek"/> <embed href="text/sbasic/shared/02/11010000.xhp#sybibliothek"/> diff --git a/main/helpcontent2/source/text/scalc/01/04090000.xhp b/main/helpcontent2/source/text/scalc/01/04090000.xhp index d8e6588437..eb3c7e6a20 100644 --- a/main/helpcontent2/source/text/scalc/01/04090000.xhp +++ b/main/helpcontent2/source/text/scalc/01/04090000.xhp @@ -30,29 +30,27 @@ </meta> <body> <section id="extdata"> -<paragraph xml-lang="en-US" id="par_id3153361" role="paragraph" l10n="E" oldref="1" -localize="false"/> +<paragraph xml-lang="en-US" id="par_id3153361" role="paragraph" l10n="E" localize="false"/> <bookmark xml-lang="en-US" branch="hid/sc:PushButton:RID_SCDLG_LINKAREA:BTN_BROWSE" id="bm_id3151041" localize="false"/> -<paragraph xml-lang="en-US" id="par_id3153192" role="paragraph" l10n="U" oldref="2"><ahelp hid="SC_PUSHBUTTON_RID_SCDLG_LINKAREA_BTN_BROWSE" visibility="hidden">Locate the file containing the data you want to insert.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3153192" role="paragraph" l10n="U"><ahelp hid="SC_PUSHBUTTON_RID_SCDLG_LINKAREA_BTN_BROWSE" visibility="hidden">Locate the file containing the data you want to insert.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:InsertExternalDataSource" id="bm_id3748965" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:InsertExternalDataSource" id="bm_id3150441" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3145785" role="heading" level="1" l10n="CHG" -oldref="3"><link href="text/scalc/01/04090000.xhp" name="External Data">Link to External Data</link></paragraph> -<paragraph xml-lang="en-US" id="par_id3149262" role="paragraph" l10n="U" oldref="4"><ahelp hid=".uno:InsertExternalDataSourc">Inserts data from an HTML, Calc, or Excel file into the current sheet as a link. The data must be located within a named range.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3145785" role="heading" level="1" l10n="CHG"><link href="text/scalc/01/04090000.xhp" name="External Data">Link to External Data</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3149262" role="paragraph" l10n="U"><ahelp hid=".uno:InsertExternalDataSourc">Inserts data from an HTML, Calc, or Excel file into the current sheet as a link. The data must be located within a named range.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/scalc/00/00000404.xhp#eiextdata"/> </section> <embed href="text/scalc/guide/webquery.xhp#webquery"/> <bookmark xml-lang="en-US" branch="hid/SC_HID_SCDLG_LINKAREAURL" id="bm_id3148577" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3146984" role="heading" level="2" l10n="U" oldref="5">URL of external data source.</paragraph> -<paragraph xml-lang="en-US" id="par_id3145366" role="paragraph" l10n="U" oldref="6"><ahelp hid="HID_SCDLG_LINKAREAURL">Enter the URL or the file name that contains the data that you want to insert, and then press Enter.</ahelp><comment>only after Enter the URL will be requested from the net.</comment></paragraph> +<paragraph xml-lang="en-US" id="hd_id3146984" role="heading" level="2" l10n="U">URL of external data source.</paragraph> +<paragraph xml-lang="en-US" id="par_id3145366" role="paragraph" l10n="U"><ahelp hid="HID_SCDLG_LINKAREAURL">Enter the URL or the file name that contains the data that you want to insert, and then press Enter.</ahelp><comment>only after Enter the URL will be requested from the net.</comment></paragraph> <bookmark xml-lang="en-US" branch="hid/sc:MultiListBox:RID_SCDLG_LINKAREA:LB_RANGES" id="bm_id3153876" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3145251" role="heading" level="2" l10n="U" oldref="7">Available tables/ranges</paragraph> -<paragraph xml-lang="en-US" id="par_id3147397" role="paragraph" l10n="U" oldref="8"><ahelp hid="SC_MULTILISTBOX_RID_SCDLG_LINKAREA_LB_RANGES">Select the table or the data range that you want to insert.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3145251" role="heading" level="2" l10n="U">Available tables/ranges</paragraph> +<paragraph xml-lang="en-US" id="par_id3147397" role="paragraph" l10n="U"><ahelp hid="SC_MULTILISTBOX_RID_SCDLG_LINKAREA_LB_RANGES">Select the table or the data range that you want to insert.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sc:CheckBox:RID_SCDLG_LINKAREA:BTN_RELOAD" id="bm_id3153418" localize="false"/> <bookmark xml-lang="en-US" branch="hid/sc:NumericField:RID_SCDLG_LINKAREA:NF_DELAY" id="bm_id3150718" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3154492" role="heading" level="2" l10n="U" oldref="9">Update every</paragraph> -<paragraph xml-lang="en-US" id="par_id3154017" role="paragraph" l10n="U" oldref="10"><ahelp hid="SC_NUMERICFIELD_RID_SCDLG_LINKAREA_NF_DELAY">Enter the number of seconds to wait before the external data are reloaded into the current document.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3154492" role="heading" level="2" l10n="U">Update every</paragraph> +<paragraph xml-lang="en-US" id="par_id3154017" role="paragraph" l10n="U"><ahelp hid="SC_NUMERICFIELD_RID_SCDLG_LINKAREA_NF_DELAY">Enter the number of seconds to wait before the external data are reloaded into the current document.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/01/05020600.xhp b/main/helpcontent2/source/text/scalc/01/05020600.xhp index 37d7d057a0..57d48d49c7 100644 --- a/main/helpcontent2/source/text/scalc/01/05020600.xhp +++ b/main/helpcontent2/source/text/scalc/01/05020600.xhp @@ -31,27 +31,27 @@ <body> <section id="zellschutz"> <bookmark xml-lang="en-US" branch="hid/SC_HID_SCPAGE_PROTECTION" id="bm_id3151385" localize="false"/> -<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/01/05020600.xhp" name="Cell Protection">Cell Protection</link></paragraph> -<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid="HID_SCPAGE_PROTECTION">Defines protection options for selected cells.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="1" l10n="U"><link href="text/scalc/01/05020600.xhp" name="Cell Protection">Cell Protection</link></paragraph> +<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U"><ahelp hid="HID_SCPAGE_PROTECTION">Defines protection options for selected cells.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/scalc/00/00000405.xhp#fozelstz"/> </section> -<paragraph role="heading" id="hd_id3150447" xml-lang="en-US" level="2" l10n="U" oldref="3">Protection</paragraph> +<paragraph role="heading" id="hd_id3150447" xml-lang="en-US" level="2" l10n="U">Protection</paragraph> <bookmark xml-lang="en-US" branch="hid/sc:TriStateBox:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL" id="bm_id3153192" localize="false"/> -<paragraph role="heading" id="hd_id3125864" xml-lang="en-US" level="3" l10n="U" oldref="9">Hide all</paragraph> -<paragraph role="paragraph" id="par_id3153768" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL">Hides formulas and contents of the selected cells.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3125864" xml-lang="en-US" level="3" l10n="U">Hide all</paragraph> +<paragraph role="paragraph" id="par_id3153768" xml-lang="en-US" l10n="U"><ahelp hid="SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL">Hides formulas and contents of the selected cells.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sc:TriStateBox:RID_SCPAGE_PROTECTION:BTN_PROTECTED" id="bm_id3149260" localize="false"/> -<paragraph role="heading" id="hd_id3153190" xml-lang="en-US" level="3" l10n="U" oldref="5">Protected</paragraph> -<paragraph role="paragraph" id="par_id3151119" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_PROTECTED">Prevents the selected cells from being modified.</ahelp></paragraph> -<paragraph role="note" id="par_id3156283" xml-lang="en-US" l10n="U" oldref="15">This cell protection only takes effect if you also protect the sheet (<emph>Tools - Protect Document - Sheet</emph>).</paragraph> +<paragraph role="heading" id="hd_id3153190" xml-lang="en-US" level="3" l10n="U">Protected</paragraph> +<paragraph role="paragraph" id="par_id3151119" xml-lang="en-US" l10n="U"><ahelp hid="SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_PROTECTED">Prevents the selected cells from being modified.</ahelp></paragraph> +<paragraph role="note" id="par_id3156283" xml-lang="en-US" l10n="U">This cell protection only takes effect if you also protect the sheet (<emph>Tools - Protect Document - Sheet</emph>).</paragraph> <bookmark xml-lang="en-US" branch="hid/sc:TriStateBox:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR" id="bm_id3149958" localize="false"/> -<paragraph role="heading" id="hd_id3149377" xml-lang="en-US" level="3" l10n="U" oldref="7">Hide formula</paragraph> -<paragraph role="paragraph" id="par_id3154510" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR">Hides formulas in the selected cells.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3155602" xml-lang="en-US" level="2" l10n="U" oldref="11">Print</paragraph> -<paragraph role="paragraph" id="par_id3153836" xml-lang="en-US" l10n="U" oldref="12">Defines print options for the sheet.</paragraph> +<paragraph role="heading" id="hd_id3149377" xml-lang="en-US" level="3" l10n="U">Hide formula</paragraph> +<paragraph role="paragraph" id="par_id3154510" xml-lang="en-US" l10n="U"><ahelp hid="SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR">Hides formulas in the selected cells.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155602" xml-lang="en-US" level="2" l10n="U">Print</paragraph> +<paragraph role="paragraph" id="par_id3153836" xml-lang="en-US" l10n="U">Defines print options for the sheet.</paragraph> <bookmark xml-lang="en-US" branch="hid/sc:TriStateBox:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT" id="bm_id3153715" localize="false"/> -<paragraph role="heading" id="hd_id3155065" xml-lang="en-US" level="3" l10n="U" oldref="13">Hide when printing</paragraph> -<paragraph role="paragraph" id="par_id3155443" xml-lang="en-US" l10n="U" oldref="14"><ahelp hid="SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT">Keeps the selected cells from being printed.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155065" xml-lang="en-US" level="3" l10n="U">Hide when printing</paragraph> +<paragraph role="paragraph" id="par_id3155443" xml-lang="en-US" l10n="U"><ahelp hid="SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT">Keeps the selected cells from being printed.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/01/05030300.xhp b/main/helpcontent2/source/text/scalc/01/05030300.xhp index 8ed6623d63..c27215635c 100644 --- a/main/helpcontent2/source/text/scalc/01/05030300.xhp +++ b/main/helpcontent2/source/text/scalc/01/05030300.xhp @@ -45,16 +45,16 @@ <bookmark xml-lang="en-US" branch="hid/.uno:HideColumn" id="bm_id3148663" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:Hide" id="bm_id9380668" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:Hide" id="bm_id3149457" localize="false"/> -<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/01/05030300.xhp" name="Hide">Hide</link></paragraph> -<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:Hide">Hides selected rows, columns or individual sheets.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="1" l10n="U"><link href="text/scalc/01/05030300.xhp" name="Hide">Hide</link></paragraph> +<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U"><ahelp hid=".uno:Hide">Hides selected rows, columns or individual sheets.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/scalc/00/00000405.xhp#fozeiaus"/> </section> -<paragraph role="paragraph" id="par_id3148645" xml-lang="en-US" l10n="U" oldref="3">Select the rows or columns that you want to hide, and then choose <emph>Format - Row - Hide</emph> or <emph>Format - Column - Hide</emph>.</paragraph> -<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U" oldref="6">You can hide a sheet by selecting the sheet tab and then choosing <emph>Format - Sheet - Hide</emph>. Hidden sheets are not printed unless they occur within a <link href="text/scalc/01/05080000.xhp" name="print range">print range</link>.</paragraph> -<paragraph role="note" id="par_id3153157" xml-lang="en-US" l10n="U" oldref="5">A break in the row or column header indicates whether the row or column is hidden.</paragraph> -<paragraph role="paragraph" id="par_id3145251" xml-lang="en-US" l10n="CHG" oldref="4">To display hidden rows, columns or sheets</paragraph> +<paragraph role="paragraph" id="par_id3148645" xml-lang="en-US" l10n="U">Select the rows or columns that you want to hide, and then choose <emph>Format - Row - Hide</emph> or <emph>Format - Column - Hide</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U">You can hide a sheet by selecting the sheet tab and then choosing <emph>Format - Sheet - Hide</emph>. Hidden sheets are not printed unless they occur within a <link href="text/scalc/01/05080000.xhp" name="print range">print range</link>.</paragraph> +<paragraph role="note" id="par_id3153157" xml-lang="en-US" l10n="U">A break in the row or column header indicates whether the row or column is hidden.</paragraph> +<paragraph role="paragraph" id="par_id3145251" xml-lang="en-US" l10n="CHG">To display hidden rows, columns or sheets</paragraph> <list type="ordered"> <listitem> <paragraph role="paragraph" id="par_id8337046" xml-lang="en-US" l10n="NEW">Select the range that includes the hidden objects. You can also use the box in the corner above row 1 and beside column A. For sheets, this step is not necessary.<comment>UFI: fixes #i18582#</comment></paragraph> diff --git a/main/helpcontent2/source/text/shared/05/00000160.xhp b/main/helpcontent2/source/text/shared/05/00000160.xhp index cb4206a9af..c88610adea 100644 --- a/main/helpcontent2/source/text/shared/05/00000160.xhp +++ b/main/helpcontent2/source/text/shared/05/00000160.xhp @@ -33,44 +33,41 @@ <bookmark_value>Help; topics</bookmark_value> <bookmark_value>tree view of Help</bookmark_value> </bookmark> -<paragraph role="paragraph" id="par_id3147090" xml-lang="en-US" l10n="E" oldref="1" localize="false"/> +<paragraph role="paragraph" id="par_id3147090" xml-lang="en-US" l10n="E" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SFX2_HID_HELP_TABPAGE_CONTENTS" id="bm_id3155354" localize="false"/> -<paragraph role="heading" id="hd_id3146856" xml-lang="en-US" level="1" l10n="U" oldref="2"><variable id="doc_title"><link href="text/shared/05/00000160.xhp" name="Contents - The Main Help Topics">Contents - The Main Help Topics</link> +<paragraph role="heading" id="hd_id3146856" xml-lang="en-US" level="1" l10n="U"><variable id="doc_title"><link href="text/shared/05/00000160.xhp" name="Contents - The Main Help Topics">Contents - The Main Help Topics</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US" l10n="U" oldref="3"><ahelp hid="HID_HELP_TABPAGE_CONTENTS">Displays the main help themes, arranged in a similar way to folders in a file manager.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US" l10n="U"><ahelp hid="HID_HELP_TABPAGE_CONTENTS">Displays the main help themes, arranged in a similar way to folders in a file manager.</ahelp></paragraph> <table id="tbl_id3150476"> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3151315" xml-lang="en-US" l10n="E"> -<image id="img_id3152924" src="sfx2/res/hlpbookclosed.png" width="0.222inch" height="0.222inch"><alt id="alt_id3152924" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3152924" src="sfx2/res/hlpbookclosed.png" width="0.222inch" height="0.222inch"><alt id="alt_id3152924" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3150774" xml-lang="en-US" l10n="U" oldref="4">Double-click a closed folder to open it and display the subfolders and Help pages.</paragraph> +<paragraph role="paragraph" id="par_id3150774" xml-lang="en-US" l10n="U">Double-click a closed folder to open it and display the subfolders and Help pages.</paragraph> </tablecell> </tablerow> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3150506" xml-lang="en-US" l10n="E"> -<image id="img_id3156426" src="sfx2/res/hlpbookopen.png" width="0.222inch" height="0.222inch"><alt id="alt_id3156426" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3156426" src="sfx2/res/hlpbookopen.png" width="0.222inch" height="0.222inch"><alt id="alt_id3156426" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3154749" xml-lang="en-US" l10n="U" oldref="5">Double-click an open folder to close it and hide the subfolders and Help pages.</paragraph> +<paragraph role="paragraph" id="par_id3154749" xml-lang="en-US" l10n="U">Double-click an open folder to close it and hide the subfolders and Help pages.</paragraph> </tablecell> </tablerow> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3166410" xml-lang="en-US" l10n="E"> -<image id="img_id3150255" src="sfx2/res/hlpdoc.png" width="0.222inch" height="0.222inch"><alt id="alt_id3150255" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3150255" src="sfx2/res/hlpdoc.png" width="0.222inch" height="0.222inch"><alt id="alt_id3150255" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3152909" xml-lang="en-US" l10n="U" oldref="6">Double-click a document icon to display the corresponding Help page.</paragraph> +<paragraph role="paragraph" id="par_id3152909" xml-lang="en-US" l10n="U">Double-click a document icon to display the corresponding Help page.</paragraph> </tablecell> </tablerow> </table> -<paragraph role="paragraph" id="par_id3158432" xml-lang="en-US" l10n="U" oldref="7">Use the arrow keys in combination with the Return key to drop down and roll up entries and to open documents.</paragraph> +<paragraph role="paragraph" id="par_id3158432" xml-lang="en-US" l10n="U">Use the arrow keys in combination with the Return key to drop down and roll up entries and to open documents.</paragraph> <section id="relatedtopics"> <embed href="text/shared/05/00000110.xhp#00000110"/> <embed href="text/shared/05/00000120.xhp#00000120"/> diff --git a/main/helpcontent2/source/text/shared/explorer/database/30000000.xhp b/main/helpcontent2/source/text/shared/explorer/database/30000000.xhp index e6a14d41ce..62264a0c7e 100644 --- a/main/helpcontent2/source/text/shared/explorer/database/30000000.xhp +++ b/main/helpcontent2/source/text/shared/explorer/database/30000000.xhp @@ -29,26 +29,26 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3151262" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/explorer/database/30000000.xhp" name="Adabas D Database">Adabas D Database</link></paragraph> +<paragraph role="heading" id="hd_id3151262" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/explorer/database/30000000.xhp" name="Adabas D Database">Adabas D Database</link></paragraph> <paragraph role="paragraph" id="par_id3479720" xml-lang="en-US" l10n="NEW">The Adabas D software package can be downloaded and installed separately (see www.adabas.com).</paragraph> -<paragraph role="heading" id="hd_id3152997" xml-lang="en-US" level="2" l10n="CHG" oldref="3">About Adabas</paragraph> -<paragraph role="paragraph" id="par_id3151111" xml-lang="en-US" l10n="CHG" oldref="4">The free available Adabas database is restricted to a size of 100 MB, and a maximum of three users on a network. See the "License.txt" file in the Adabas directory for more details. The Adabas database must be installed in a separate directory from $[officename].</paragraph> -<paragraph role="paragraph" id="par_id3154749" xml-lang="en-US" l10n="U" oldref="97">The name of an Adabas file cannot exceed 8 characters. The path to the Adabas file, including the file name, cannot exceed 30 characters, and must be compliant with the 7-bit ASCII code. Both the path and the file name cannot contain spaces.</paragraph> -<paragraph role="note" id="par_id3153254" xml-lang="en-US" l10n="U" oldref="6">Under Windows, the Adabas setup application adds the DBROOT environment variable that contains the path information for the database. If the setup application finds this variable, it does not install the database.</paragraph> -<paragraph role="heading" id="hd_id3154729" xml-lang="en-US" level="2" l10n="U" oldref="37">Create New Adabas Database</paragraph> -<paragraph role="paragraph" id="par_id3149378" xml-lang="en-US" l10n="U" oldref="38">Use the <link href="text/shared/explorer/database/30100000.xhp" name="Create New Adabas Database"><emph>Create New Adabas Database</emph></link> dialog to create an Adabas database:</paragraph> +<paragraph role="heading" id="hd_id3152997" xml-lang="en-US" level="2" l10n="CHG">About Adabas</paragraph> +<paragraph role="paragraph" id="par_id3151111" xml-lang="en-US" l10n="CHG">The free available Adabas database is restricted to a size of 100 MB, and a maximum of three users on a network. See the "License.txt" file in the Adabas directory for more details. The Adabas database must be installed in a separate directory from $[officename].</paragraph> +<paragraph role="paragraph" id="par_id3154749" xml-lang="en-US" l10n="U">The name of an Adabas file cannot exceed 8 characters. The path to the Adabas file, including the file name, cannot exceed 30 characters, and must be compliant with the 7-bit ASCII code. Both the path and the file name cannot contain spaces.</paragraph> +<paragraph role="note" id="par_id3153254" xml-lang="en-US" l10n="U">Under Windows, the Adabas setup application adds the DBROOT environment variable that contains the path information for the database. If the setup application finds this variable, it does not install the database.</paragraph> +<paragraph role="heading" id="hd_id3154729" xml-lang="en-US" level="2" l10n="U">Create New Adabas Database</paragraph> +<paragraph role="paragraph" id="par_id3149378" xml-lang="en-US" l10n="U">Use the <link href="text/shared/explorer/database/30100000.xhp" name="Create New Adabas Database"><emph>Create New Adabas Database</emph></link> dialog to create an Adabas database:</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3147045" xml-lang="en-US" l10n="CHG" oldref="39">Choose <emph>File - New - Database</emph> to open the Database Wizard.</paragraph> +<paragraph role="listitem" id="par_id3147045" xml-lang="en-US" l10n="CHG">Choose <emph>File - New - Database</emph> to open the Database Wizard.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3147394" xml-lang="en-US" l10n="CHG" oldref="98">Click <emph>Connect to an existing database</emph>, and then select "Adabas" in the listbox (scroll up in the listbox).</paragraph> +<paragraph role="listitem" id="par_id3147394" xml-lang="en-US" l10n="CHG">Click <emph>Connect to an existing database</emph>, and then select "Adabas" in the listbox (scroll up in the listbox).</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3155600" xml-lang="en-US" l10n="CHG" oldref="99">Work through the steps in the remaining pages of the Database Wizard.<comment>i73780</comment></paragraph> +<paragraph role="listitem" id="par_id3155600" xml-lang="en-US" l10n="CHG">Work through the steps in the remaining pages of the Database Wizard.<comment>i73780</comment></paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3154270" xml-lang="en-US" level="2" l10n="U" oldref="42">Deleting an Adabas Database</paragraph> -<paragraph role="paragraph" id="par_id3157869" xml-lang="en-US" l10n="CHG" oldref="43">To delete the reference to an Adabas database, choose <emph>Tools - Options - %PRODUCTNAME Base - Databases</emph>. Select the database, and then click <emph>Delete</emph>.</paragraph> +<paragraph role="heading" id="hd_id3154270" xml-lang="en-US" level="2" l10n="U">Deleting an Adabas Database</paragraph> +<paragraph role="paragraph" id="par_id3157869" xml-lang="en-US" l10n="CHG">To delete the reference to an Adabas database, choose <emph>Tools - Options - %PRODUCTNAME Base - Databases</emph>. Select the database, and then click <emph>Delete</emph>.</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/optionen/01040000.xhp b/main/helpcontent2/source/text/shared/optionen/01040000.xhp index 76d0fae78b..1ad6e2ffa8 100644 --- a/main/helpcontent2/source/text/shared/optionen/01040000.xhp +++ b/main/helpcontent2/source/text/shared/optionen/01040000.xhp @@ -31,8 +31,8 @@ <body> <bookmark xml-lang="en-US" branch="hid/.uno:SwEditOptions" id="bm_id7223842" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:SwEditOptions" id="bm_id3148491" localize="false"/> -<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1" l10n="U" oldref="1">%PRODUCTNAME Writer Options</paragraph> -<paragraph role="paragraph" id="par_id3145315" xml-lang="en-US" l10n="U" oldref="2"><variable id="optionentextdokument"><ahelp hid=".uno:SwEditOptions">These settings determine the way text documents that are created in $[officename] are handled. It is also possible to define settings for the current text document.</ahelp> +<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1" l10n="U">%PRODUCTNAME Writer Options</paragraph> +<paragraph role="paragraph" id="par_id3145315" xml-lang="en-US" l10n="U"><variable id="optionentextdokument"><ahelp hid=".uno:SwEditOptions">These settings determine the way text documents that are created in $[officename] are handled. It is also possible to define settings for the current text document.</ahelp> </variable> The global settings are automatically saved.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00000406.xhp#optionentextdokument"/> @@ -41,13 +41,12 @@ <embed href="text/shared/optionen/01040200.xhp#layout"/> <embed href="text/shared/optionen/01040600.xhp#schattencursor"/> <embed href="text/shared/optionen/01050100.xhp#raster"/> -<paragraph role="heading" id="hd_id3159399" xml-lang="en-US" level="2" l10n="U" oldref="5"><link href="text/shared/optionen/01040300.xhp" name="Basic Fonts (Western)">Basic Fonts (Western)</link></paragraph> -<paragraph role="paragraph" id="par_id3151385" xml-lang="en-US" l10n="U" oldref="3">Specifies the settings for the basic fonts.</paragraph> -<paragraph role="heading" id="hd_id3148563" xml-lang="en-US" level="2" l10n="U" oldref="6"><link href="text/shared/optionen/01040300.xhp" name="Basic Fonts (Asian)">Basic Fonts (Asian)</link></paragraph> -<paragraph role="paragraph" id="par_id3147304" xml-lang="en-US" l10n="U" oldref="4">Specifies the settings for the basic Asian fonts if Asian language support has been activated under <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>. -</paragraph> -<paragraph role="heading" id="hd_id3149294" xml-lang="en-US" level="2" l10n="U" oldref="7"><link href="text/shared/optionen/01040300.xhp" name="Basic Fonts (CTL)">Basic Fonts (CTL)</link></paragraph> -<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" l10n="U" oldref="8">Specifies the settings for basic fonts for complex text layout languages if their support has been activated under <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>.</paragraph> +<paragraph role="heading" id="hd_id3159399" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/optionen/01040300.xhp" name="Basic Fonts (Western)">Basic Fonts (Western)</link></paragraph> +<paragraph role="paragraph" id="par_id3151385" xml-lang="en-US" l10n="U">Specifies the settings for the basic fonts.</paragraph> +<paragraph role="heading" id="hd_id3148563" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/optionen/01040300.xhp" name="Basic Fonts (Asian)">Basic Fonts (Asian)</link></paragraph> +<paragraph role="paragraph" id="par_id3147304" xml-lang="en-US" l10n="U">Specifies the settings for the basic Asian fonts if Asian language support has been activated under <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>.</paragraph> +<paragraph role="heading" id="hd_id3149294" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/optionen/01040300.xhp" name="Basic Fonts (CTL)">Basic Fonts (CTL)</link></paragraph> +<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" l10n="U">Specifies the settings for basic fonts for complex text layout languages if their support has been activated under <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>.</paragraph> <embed href="text/shared/optionen/01040400.xhp#drucken"/> <embed href="text/shared/optionen/01040500.xhp#tabelle"/> <embed href="text/shared/optionen/01040700.xhp#aenderungen"/> diff --git a/main/helpcontent2/source/text/swriter/01/02170000.xhp b/main/helpcontent2/source/text/swriter/01/02170000.xhp index 52b63e72a9..2b8d93d081 100644 --- a/main/helpcontent2/source/text/swriter/01/02170000.xhp +++ b/main/helpcontent2/source/text/swriter/01/02170000.xhp @@ -31,21 +31,21 @@ <body> <bookmark xml-lang="en-US" branch="hid/.uno:EditRegion" id="bm_id7890801" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:EditRegion" id="bm_id3155897" localize="false"/> -<paragraph role="heading" id="hd_id3153673" xml-lang="en-US" level="1" l10n="U" oldref="1">Edit Sections</paragraph> -<paragraph role="paragraph" id="par_id3155902" xml-lang="en-US" l10n="U" oldref="2"><variable id="bereichetext"><ahelp hid=".uno:EditRegion">Changes the properties of sections defined in your document.</ahelp> To insert a section, select text or click in your document, and then choose <emph>Insert - Section</emph>. +<paragraph role="heading" id="hd_id3153673" xml-lang="en-US" level="1" l10n="U">Edit Sections</paragraph> +<paragraph role="paragraph" id="par_id3155902" xml-lang="en-US" l10n="U"><variable id="bereichetext"><ahelp hid=".uno:EditRegion">Changes the properties of sections defined in your document.</ahelp> To insert a section, select text or click in your document, and then choose <emph>Insert - Section</emph>. </variable></paragraph> <section id="howtoget"> <embed href="text/swriter/00/00000402.xhp#bereiche"/> </section> -<paragraph role="paragraph" id="par_id3143275" xml-lang="en-US" l10n="U" oldref="3">The <emph>Edit Sections</emph> dialog is similar to the <link href="text/swriter/01/04020100.xhp" name="Insert - Section"><emph>Insert - Section</emph></link> dialog, and offers the following additional options:</paragraph> +<paragraph role="paragraph" id="par_id3143275" xml-lang="en-US" l10n="U">The <emph>Edit Sections</emph> dialog is similar to the <link href="text/swriter/01/04020100.xhp" name="Insert - Section"><emph>Insert - Section</emph></link> dialog, and offers the following additional options:</paragraph> <bookmark xml-lang="en-US" branch="hid/SW_HID_REGION_TREE" id="bm_id3149097" localize="false"/> -<paragraph role="heading" id="hd_id3149820" xml-lang="en-US" level="2" l10n="U" oldref="4">Section</paragraph> -<paragraph role="paragraph" id="par_id3149104" xml-lang="en-US" l10n="U" oldref="5"><ahelp hid="HID_REGION_TREE">Type the name of the section that you want to edit, or click a name in the <emph>Section</emph> list.</ahelp> If the cursor is currently in a section, the section name is displayed on the right side of the status bar at the bottom of the document window.</paragraph> -<paragraph role="paragraph" id="par_id3149040" xml-lang="en-US" l10n="U" oldref="6">The current write protection status of a section is indicated by the lock symbol in front of the section name in the list. An open lock is unprotected and a closed lock is protected. Similarly, visible sections are indicated by a glasses symbol.</paragraph> -<paragraph role="heading" id="hd_id3153638" xml-lang="en-US" level="2" l10n="U" oldref="20">Options</paragraph> -<paragraph role="paragraph" id="par_id3152773" xml-lang="en-US" l10n="U" oldref="21"><ahelp hid="HID_REGION_TREE">Opens the <link href="text/swriter/01/05040501.xhp" name="Options"><emph>Options</emph></link> dialog, where you can edit the column layout, background, footnote and endnote behavior of the selected section.</ahelp> If the section is password protected, you must enter the password first.</paragraph> +<paragraph role="heading" id="hd_id3149820" xml-lang="en-US" level="2" l10n="U">Section</paragraph> +<paragraph role="paragraph" id="par_id3149104" xml-lang="en-US" l10n="U"><ahelp hid="HID_REGION_TREE">Type the name of the section that you want to edit, or click a name in the <emph>Section</emph> list.</ahelp> If the cursor is currently in a section, the section name is displayed on the right side of the status bar at the bottom of the document window.</paragraph> +<paragraph role="paragraph" id="par_id3149040" xml-lang="en-US" l10n="U">The current write protection status of a section is indicated by the lock symbol in front of the section name in the list. An open lock is unprotected and a closed lock is protected. Similarly, visible sections are indicated by a glasses symbol.</paragraph> +<paragraph role="heading" id="hd_id3153638" xml-lang="en-US" level="2" l10n="U">Options</paragraph> +<paragraph role="paragraph" id="par_id3152773" xml-lang="en-US" l10n="U"><ahelp hid="HID_REGION_TREE">Opens the <link href="text/swriter/01/05040501.xhp" name="Options"><emph>Options</emph></link> dialog, where you can edit the column layout, background, footnote and endnote behavior of the selected section.</ahelp> If the section is password protected, you must enter the password first.</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:PushButton:MD_EDIT_REGION:CB_DISMISS" id="bm_id3156269" localize="false"/> -<paragraph role="heading" id="hd_id3155143" xml-lang="en-US" level="2" l10n="CHG" oldref="16">Remove</paragraph> -<paragraph role="paragraph" id="par_id3145413" xml-lang="en-US" l10n="U" oldref="17"><ahelp hid="SW:PUSHBUTTON:MD_EDIT_REGION:CB_DISMISS">Removes the selected section from the document, and inserts the contents of the section into the document.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155143" xml-lang="en-US" level="2" l10n="CHG">Remove</paragraph> +<paragraph role="paragraph" id="par_id3145413" xml-lang="en-US" l10n="U"><ahelp hid="SW:PUSHBUTTON:MD_EDIT_REGION:CB_DISMISS">Removes the selected section from the document, and inserts the contents of the section into the document.</ahelp></paragraph> </body> </helpdocument>