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 f53b93dc02 Remove 'oldref' entries (work in progress)
f53b93dc02 is described below
commit f53b93dc02df799302b2226b5fe64b8f6bf3c99b
Author: mseidel <[email protected]>
AuthorDate: Mon Nov 25 22:19:11 2024 +0100
Remove 'oldref' entries (work in progress)
---
.../source/text/sbasic/shared/03102700.xhp | 33 +++++++++++-----------
.../source/text/shared/01/01100100.xhp | 20 ++++++-------
.../source/text/shared/02/20040000.xhp | 22 ++++++---------
.../source/text/shared/optionen/01130200.xhp | 14 ++++-----
.../source/text/swriter/01/04020000.xhp | 14 ++++-----
5 files changed, 49 insertions(+), 54 deletions(-)
diff --git a/main/helpcontent2/source/text/sbasic/shared/03102700.xhp
b/main/helpcontent2/source/text/sbasic/shared/03102700.xhp
index ab44f051fd..f43bea60fc 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03102700.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03102700.xhp
@@ -33,25 +33,24 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3145136">
<bookmark_value>IsNumeric function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145136" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03102700.xhp"
name="IsNumeric Function [Runtime]">IsNumeric Function
[Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US" l10n="U"
oldref="2">Tests if an expression is a number. If the expression is a <link
href="text/sbasic/shared/00000002.xhp#dezimal" name="number">number</link>, the
function returns True, otherwise the function returns False.</paragraph>
+<paragraph role="heading" id="hd_id3145136" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03102700.xhp" name="IsNumeric Function
[Runtime]">IsNumeric Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US" l10n="U">Tests
if an expression is a number. If the expression is a <link
href="text/sbasic/shared/00000002.xhp#dezimal" name="number">number</link>, the
function returns True, otherwise the function returns False.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3149415" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US" l10n="U"
oldref="4">IsNumeric (Var)</paragraph>
-<paragraph role="heading" id="hd_id3148685" xml-lang="en-US" level="2"
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3148944" xml-lang="en-US" l10n="U"
oldref="6">Bool</paragraph>
-<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="2"
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3154760" xml-lang="en-US" l10n="U"
oldref="8">
-<emph>Var:</emph> Any expression that you want to test.</paragraph>
+<paragraph role="heading" id="hd_id3149415" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US"
l10n="U">IsNumeric (Var)</paragraph>
+<paragraph role="heading" id="hd_id3148685" xml-lang="en-US" level="2"
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3148944" xml-lang="en-US"
l10n="U">Bool</paragraph>
+<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3154760" xml-lang="en-US"
l10n="U"><emph>Var:</emph> Any expression that you want to test.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2"
l10n="U" oldref="9">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3154367" xml-lang="en-US" l10n="U"
oldref="10">Sub ExampleIsNumeric</paragraph>
-<paragraph role="paragraph" id="par_id3156423" xml-lang="en-US" l10n="U"
oldref="11">Dim vVar as variant</paragraph>
-<paragraph role="paragraph" id="par_id3154125" xml-lang="en-US" l10n="U"
oldref="12">vVar = "ABC"</paragraph>
-<paragraph role="paragraph" id="par_id3147230" xml-lang="en-US" l10n="CHG"
oldref="13">Print IsNumeric(vVar) REM Returns False</paragraph>
-<paragraph role="paragraph" id="par_id3156214" xml-lang="en-US" l10n="U"
oldref="14">vVar = "123"</paragraph>
-<paragraph role="paragraph" id="par_id3154910" xml-lang="en-US" l10n="CHG"
oldref="15">Print IsNumeric(vVar) REM Returns True</paragraph>
-<paragraph role="paragraph" id="par_id3147289" xml-lang="en-US" l10n="U"
oldref="16">end sub</paragraph>
+<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3154367" xml-lang="en-US" l10n="U">Sub
ExampleIsNumeric</paragraph>
+<paragraph role="paragraph" id="par_id3156423" xml-lang="en-US" l10n="U">Dim
vVar as variant</paragraph>
+<paragraph role="paragraph" id="par_id3154125" xml-lang="en-US" l10n="U">vVar
= "ABC"</paragraph>
+<paragraph role="paragraph" id="par_id3147230" xml-lang="en-US"
l10n="CHG">Print IsNumeric(vVar) REM Returns False</paragraph>
+<paragraph role="paragraph" id="par_id3156214" xml-lang="en-US" l10n="U">vVar
= "123"</paragraph>
+<paragraph role="paragraph" id="par_id3154910" xml-lang="en-US"
l10n="CHG">Print IsNumeric(vVar) REM Returns True</paragraph>
+<paragraph role="paragraph" id="par_id3147289" xml-lang="en-US" l10n="U">end
sub</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/01/01100100.xhp
b/main/helpcontent2/source/text/shared/01/01100100.xhp
index b95b757fef..09d9a92b58 100644
--- a/main/helpcontent2/source/text/shared/01/01100100.xhp
+++ b/main/helpcontent2/source/text/shared/01/01100100.xhp
@@ -31,23 +31,23 @@
<body>
<section id="beschreibung">
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_DOCINFODESC" id="bm_id3154788"
localize="false"/>
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/01/01100100.xhp"
name="Description">Description</link></paragraph>
-<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid="HID_DOCINFODESC">Contains descriptive information about
the document.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/01/01100100.xhp"
name="Description">Description</link></paragraph>
+<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US"
l10n="U"><ahelp hid="HID_DOCINFODESC">Contains descriptive information about
the document.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#info3"/>
</section>
<bookmark xml-lang="en-US" branch="hid/sfx2:Edit:TP_DOCINFODESC:ED_TITLE"
id="bm_id3149798" localize="false"/>
-<paragraph role="heading" id="hd_id3152372" xml-lang="en-US" level="2"
l10n="U" oldref="3">Title</paragraph>
-<paragraph role="paragraph" id="par_id3156042" xml-lang="en-US" l10n="U"
oldref="4"><ahelp hid="SFX2:EDIT:TP_DOCINFODESC:ED_TITLE">Enter a title for the
document.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3152372" xml-lang="en-US" level="2"
l10n="U">Title</paragraph>
+<paragraph role="paragraph" id="par_id3156042" xml-lang="en-US"
l10n="U"><ahelp hid="SFX2:EDIT:TP_DOCINFODESC:ED_TITLE">Enter a title for the
document.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sfx2:Edit:TP_DOCINFODESC:ED_THEMA"
id="bm_id3145136" localize="false"/>
-<paragraph role="heading" id="hd_id3145669" xml-lang="en-US" level="2"
l10n="U" oldref="5">Subject</paragraph>
-<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US" l10n="U"
oldref="6"><ahelp hid="SFX2:EDIT:TP_DOCINFODESC:ED_THEMA">Enter a subject for
the document. You can use a subject to group documents with similar
contents.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3145669" xml-lang="en-US" level="2"
l10n="U">Subject</paragraph>
+<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US"
l10n="U"><ahelp hid="SFX2:EDIT:TP_DOCINFODESC:ED_THEMA">Enter a subject for the
document. You can use a subject to group documents with similar
contents.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sfx2:Edit:TP_DOCINFODESC:ED_KEYWORDS"
id="bm_id3145313" localize="false"/>
-<paragraph role="heading" id="hd_id3156426" xml-lang="en-US" level="2"
l10n="U" oldref="7">Keywords</paragraph>
-<paragraph role="paragraph" id="par_id3155338" xml-lang="en-US" l10n="U"
oldref="8"><ahelp hid="SFX2:EDIT:TP_DOCINFODESC:ED_KEYWORDS">Enter the words
that you want to use to index the content of your document. Keywords must be
separated by commas. A keyword can contain white space characters or
semicolons.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156426" xml-lang="en-US" level="2"
l10n="U">Keywords</paragraph>
+<paragraph role="paragraph" id="par_id3155338" xml-lang="en-US"
l10n="U"><ahelp hid="SFX2:EDIT:TP_DOCINFODESC:ED_KEYWORDS">Enter the words that
you want to use to index the content of your document. Keywords must be
separated by commas. A keyword can contain white space characters or
semicolons.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sfx2:MultiLineEdit:TP_DOCINFODESC:ED_COMMENT" id="bm_id3147009"
localize="false"/>
-<paragraph role="heading" id="hd_id3148620" xml-lang="en-US" level="2"
l10n="U" oldref="9">Comments</paragraph>
-<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US" l10n="U"
oldref="10"><ahelp hid="SFX2:MULTILINEEDIT:TP_DOCINFODESC:ED_COMMENT">Enter
comments to help identify the document.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3148620" xml-lang="en-US" level="2"
l10n="U">Comments</paragraph>
+<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US"
l10n="U"><ahelp hid="SFX2:MULTILINEEDIT:TP_DOCINFODESC:ED_COMMENT">Enter
comments to help identify the document.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/02/20040000.xhp
b/main/helpcontent2/source/text/shared/02/20040000.xhp
index f8668d5642..d927eac018 100644
--- a/main/helpcontent2/source/text/shared/02/20040000.xhp
+++ b/main/helpcontent2/source/text/shared/02/20040000.xhp
@@ -32,38 +32,34 @@
<section id="einfuegemodus">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertMode" id="bm_id1407203"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertMode" id="bm_id3146938"
localize="false"/>
-<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/02/20040000.xhp" name="Insert
Mode">Insert Mode</link></paragraph>
-<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid=".uno:InsertMode">Displays the current insert mode. You
can toggle between INSRT = insert and OVER = overwrite.</ahelp><switchinline
select="appl"><caseinline select="CALC">This field is only active if the cursor
is in the input line of the formula bar or in a cell.
+<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/02/20040000.xhp" name="Insert Mode">Insert
Mode</link></paragraph>
+<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:InsertMode">Displays the current insert mode. You can
toggle between INSRT = insert and OVER = overwrite.</ahelp><switchinline
select="appl"><caseinline select="CALC">This field is only active if the cursor
is in the input line of the formula bar or in a cell.
</caseinline></switchinline></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3154422" xml-lang="en-US" l10n="CHG"
oldref="3">Click in the field to toggle the modes (except in the $[officename]
Basic IDE, where only the <emph>Insert</emph> mode is active). If the cursor is
positioned in a text document, you may also use the Insert key (if available on
your keyboard) to toggle the modes.</paragraph>
+<paragraph role="paragraph" id="par_id3154422" xml-lang="en-US"
l10n="CHG">Click in the field to toggle the modes (except in the $[officename]
Basic IDE, where only the <emph>Insert</emph> mode is active). If the cursor is
positioned in a text document, you may also use the Insert key (if available on
your keyboard) to toggle the modes.</paragraph>
<table id="tbl_id3152801">
<tablerow>
<tablecell colspan="" rowspan="">
-<paragraph role="tablehead" id="par_id3149177" xml-lang="en-US" l10n="U"
oldref="4">
-<emph>Mode</emph>
-</paragraph>
+<paragraph role="tablehead" id="par_id3149177" xml-lang="en-US"
l10n="U"><emph>Mode</emph></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="tablehead" id="par_id3155391" xml-lang="en-US" l10n="U"
oldref="5">
-<emph>Result</emph>
-</paragraph>
+<paragraph role="tablehead" id="par_id3155391" xml-lang="en-US"
l10n="U"><emph>Result</emph></paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell colspan="" rowspan="">
-<paragraph role="tablecontent" id="par_id3149388" xml-lang="en-US" l10n="U"
oldref="6">INSRT</paragraph>
+<paragraph role="tablecontent" id="par_id3149388" xml-lang="en-US"
l10n="U">INSRT</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="tablecontent" id="par_id3147243" xml-lang="en-US" l10n="U"
oldref="7">In the insert mode, new text is inserted at the cursor position and
the following text is shifted to the right. The cursor is displayed as a
vertical line.</paragraph>
+<paragraph role="tablecontent" id="par_id3147243" xml-lang="en-US" l10n="U">In
the insert mode, new text is inserted at the cursor position and the following
text is shifted to the right. The cursor is displayed as a vertical
line.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell colspan="" rowspan="">
-<paragraph role="tablecontent" id="par_id3148539" xml-lang="en-US" l10n="U"
oldref="8">OVER</paragraph>
+<paragraph role="tablecontent" id="par_id3148539" xml-lang="en-US"
l10n="U">OVER</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="tablecontent" id="par_id3156327" xml-lang="en-US" l10n="U"
oldref="9">In the overwrite mode, any existing text is replaced by new text.
The cursor is displayed as a thick vertical line.</paragraph>
+<paragraph role="tablecontent" id="par_id3156327" xml-lang="en-US" l10n="U">In
the overwrite mode, any existing text is replaced by new text. The cursor is
displayed as a thick vertical line.</paragraph>
</tablecell>
</tablerow>
</table>
diff --git a/main/helpcontent2/source/text/shared/optionen/01130200.xhp
b/main/helpcontent2/source/text/shared/optionen/01130200.xhp
index 2924608738..aef1128417 100644
--- a/main/helpcontent2/source/text/shared/optionen/01130200.xhp
+++ b/main/helpcontent2/source/text/shared/optionen/01130200.xhp
@@ -30,19 +30,19 @@
</meta>
<body>
<section id="office1">
-<paragraph xml-lang="en-US" id="hd_id3156410" role="heading" level="1"
l10n="U" oldref="1"><link href="text/shared/optionen/01130200.xhp"
name="Microsoft Office">Microsoft Office</link></paragraph>
-<paragraph xml-lang="en-US" id="par_id3149095" role="paragraph" l10n="U"
oldref="2">Specifies the settings for importing and exporting Microsoft Office
OLE objects.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3156410" role="heading" level="1"
l10n="U"><link href="text/shared/optionen/01130200.xhp" name="Microsoft
Office">Microsoft Office</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3149095" role="paragraph"
l10n="U">Specifies the settings for importing and exporting Microsoft Office
OLE objects.</paragraph>
</section>
-<paragraph xml-lang="en-US" id="par_id3159233" role="paragraph" l10n="U"
oldref="7">These settings are valid when no Microsoft OLE server exists (for
example, in UNIX) or when there is no $[officename] OLE server ready for
editing the OLE objects.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3159233" role="paragraph" l10n="U">These
settings are valid when no Microsoft OLE server exists (for example, in UNIX)
or when there is no $[officename] OLE server ready for editing the OLE
objects.</paragraph>
<paragraph xml-lang="en-US" id="par_id0107200910364795" role="paragraph"
l10n="NEW">If an OLE server is active for the embedded object, then the OLE
server will be used to handle the object.</paragraph>
<paragraph xml-lang="en-US" id="par_id0107200910364725" role="paragraph"
l10n="NEW">If no OLE server is active for MathType objects, then embedded
MathType objects can be converted to %PRODUCTNAME Math objects. For this
conversion, the embedded MathType objects must not exceed the MathType 3.1
specifications.<comment>mail answer by Thomas Lange re
i97686</comment></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#etsofi2"/>
</section>
<bookmark xml-lang="en-US" branch="hid/CUI_HID_OFAPAGE_MSFLTR2_CLB"
id="bm_id3158430" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3146798" role="heading" level="2"
l10n="U" oldref="3">List Box</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150670" role="paragraph" l10n="U"
oldref="4"><ahelp hid="HID_OFAPAGE_MSFLTR2_CLB">The <emph>List Box</emph> field
displays the entries for the pair of OLE objects that can be converted when
loading into $[officename] (L) and/or when saving into a Microsoft format
(S).</ahelp></paragraph>
-<paragraph xml-lang="en-US" id="par_id3154286" role="paragraph" l10n="U"
oldref="5">Mark the box in the [L] column in front of the entry if a Microsoft
OLE object is to be converted into the specified $[officename] OLE object when
a Microsoft document is loaded into $[officename].</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153880" role="paragraph" l10n="U"
oldref="6">Mark the box in the [S] column in front of the entry if a
$[officename] OLE object is to be converted into the specified Microsoft OLE
object when a document is saved in a Microsoft file format.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3146798" role="heading" level="2"
l10n="U">List Box</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150670" role="paragraph"
l10n="U"><ahelp hid="HID_OFAPAGE_MSFLTR2_CLB">The <emph>List Box</emph> field
displays the entries for the pair of OLE objects that can be converted when
loading into $[officename] (L) and/or when saving into a Microsoft format
(S).</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="par_id3154286" role="paragraph" l10n="U">Mark
the box in the [L] column in front of the entry if a Microsoft OLE object is to
be converted into the specified $[officename] OLE object when a Microsoft
document is loaded into $[officename].</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153880" role="paragraph" l10n="U">Mark
the box in the [S] column in front of the entry if a $[officename] OLE object
is to be converted into the specified Microsoft OLE object when a document is
saved in a Microsoft file format.</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/01/04020000.xhp
b/main/helpcontent2/source/text/swriter/01/04020000.xhp
index ca79770ff1..cbcd253d1a 100644
--- a/main/helpcontent2/source/text/swriter/01/04020000.xhp
+++ b/main/helpcontent2/source/text/swriter/01/04020000.xhp
@@ -32,25 +32,25 @@
<bookmark xml-lang="en-US" branch="hid/.uno:InsertSection" id="bm_id7648447"
localize="false"/><!-- HID added by script -->
<bookmark xml-lang="en-US" branch="hid/.uno:InsertSection" id="bm_id3149809"
localize="false"/>
<!-- removed HID FN_INSERT_COLUMN_SECTION -->
-<paragraph role="heading" id="hd_id3154108" xml-lang="en-US" level="1"
l10n="U" oldref="1">
+<paragraph role="heading" id="hd_id3154108" xml-lang="en-US" level="1"
l10n="U">
<variable id="bereicheinfuegen"><link href="text/swriter/01/04020000.xhp"
name="Insert Section">Insert Section</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3154480" xml-lang="en-US" l10n="U"
oldref="2">
+<paragraph role="paragraph" id="par_id3154480" xml-lang="en-US" l10n="U">
<variable id="bereich"><ahelp hid="FN_INSERT_COLUMN_SECTION">Inserts a text
section at the cursor position in the document. You can also select a block of
text and then choose this command to create a section. You can use sections to
insert blocks of text from other documents, to apply custom column layouts, or
to protect or to hide blocks of text if a condition is met.</ahelp>
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#bereichein"/>
</section>
-<paragraph role="paragraph" id="par_id3152955" xml-lang="en-US" l10n="U"
oldref="3">You can insert an entire document in a section, or a named section
from another. You can also insert a section as a <link
href="text/shared/00/00000005.xhp#dde" name="DDE">DDE</link> link.</paragraph>
-<paragraph role="paragraph" id="par_id3149684" xml-lang="en-US" l10n="U"
oldref="5">To edit a section, choose <link href="text/swriter/01/02170000.xhp"
name="Format - Sections"><emph>Format - Sections</emph></link>.</paragraph>
-<paragraph role="paragraph" id="par_id3155183" xml-lang="en-US" l10n="U"
oldref="6">The <emph>Insert Section</emph> dialog contains the following
tabs:</paragraph>
+<paragraph role="paragraph" id="par_id3152955" xml-lang="en-US" l10n="U">You
can insert an entire document in a section, or a named section from another.
You can also insert a section as a <link href="text/shared/00/00000005.xhp#dde"
name="DDE">DDE</link> link.</paragraph>
+<paragraph role="paragraph" id="par_id3149684" xml-lang="en-US" l10n="U">To
edit a section, choose <link href="text/swriter/01/02170000.xhp" name="Format -
Sections"><emph>Format - Sections</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3155183" xml-lang="en-US" l10n="U">The
<emph>Insert Section</emph> dialog contains the following tabs:</paragraph>
<embed href="text/swriter/01/04020100.xhp#bereich"/>
<embed href="text/swriter/01/05040500.xhp#spalten"/>
<embed href="text/swriter/01/04020200.xhp#indents"/>
<embed href="text/shared/01/05030600.xhp#hintergrund"/>
<embed href="text/swriter/01/05040700.xhp#fussendnoten"/>
-<paragraph role="heading" id="hd_id3151257" xml-lang="en-US" level="2"
l10n="U" oldref="7">Insert</paragraph>
-<paragraph role="paragraph" id="par_id3149102" xml-lang="en-US" l10n="U"
oldref="8">Inserts the section that you defined at the current cursor position
in the document.</paragraph>
+<paragraph role="heading" id="hd_id3151257" xml-lang="en-US" level="2"
l10n="U">Insert</paragraph>
+<paragraph role="paragraph" id="par_id3149102" xml-lang="en-US"
l10n="U">Inserts the section that you defined at the current cursor position in
the document.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/keyboard.xhp#keyboard"/>
</body>