diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2023-03-13 16:41:53 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-03-16 15:18:30 +0000 |
commit | 4453c0b2edae4934f87594d5974783c4a1a5ea54 (patch) | |
tree | da7008bd439cc57cd8d44597f8cba6fc1808aa0c /source/text/shared/02 | |
parent | 77cb682cd1b004e7247560e60f603a4bb0565b8d (diff) |
convert paragraphs with role="heading" & childelements to → h<level>
and also drop the language that was changed to implied previously/defaults to
en-US unless specified.
This change doesn't affect translations, only the content of the
paragraph/headings is extracted.
done with:
perl -CSD -pi -e 'BEGIN {$base = qr/role="heading"|level="(?<level>\d+)"|(?<id>id="[^"]+")/;} s#<paragraph(((\s+($base)){3})|(\s+($base|xml-lang="en-US")){4})>(?<body>.*?)</paragraph>#<h$+{level} $+{id}>$+{body}</h$+{level}>#g'
and manually undoing the one that uses <sup>in body that's not valid
according to the dtd in the h tags.
Change-Id: Ibd4aed3157ed168cd5005161575672a392e59202
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148797
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/02')
59 files changed, 60 insertions, 60 deletions
diff --git a/source/text/shared/02/01170004.xhp b/source/text/shared/02/01170004.xhp index bc76b2b237..8d0c5852a9 100644 --- a/source/text/shared/02/01170004.xhp +++ b/source/text/shared/02/01170004.xhp @@ -54,9 +54,9 @@ <paragraph role="paragraph" id="par_id3149763" xml-lang="en-US"><ahelp hid="cui/ui/showcoldialog/ShowColDialog">In the <emph>Show Columns</emph> dialog you can select the columns to be shown. Hold down the <emph>Shift</emph> or <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key to select multiple entries.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_SHOWALLCOLS" id="bm_id3145119" localize="false"/><h3 id="hd_id3153561">All</h3> <paragraph role="paragraph" id="par_id3150504" xml-lang="en-US"><ahelp hid="SID_FM_SHOWALLCOLS">Click <emph>All</emph> if you want to show all columns.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3153349" xml-lang="en-US" level="2">Keyboard-only control of <emph>Table Controls</emph></paragraph> +<h2 id="hd_id3153349">Keyboard-only control of <emph>Table Controls</emph></h2> <paragraph role="paragraph" id="par_id3149416" xml-lang="en-US">If you use the keyboard only to travel through controls in your document, you will find one difference to the other types of controls: the <emph>Tab</emph> key does not move the cursor to the next control, but moves to the next column inside the table control. Press <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>Tab</emph> to move to the next control, or press <emph>Shift</emph>+<switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>Tab</emph> to move to the previous control.</paragraph> -<paragraph role="heading" id="hd_id3153062" xml-lang="en-US" level="3">To enter the special keyboard-only edit mode for <emph>Table Controls</emph>:</paragraph> +<h3 id="hd_id3153062">To enter the special keyboard-only edit mode for <emph>Table Controls</emph>:</h3> <paragraph role="paragraph" id="par_id3144510" xml-lang="en-US">The form document must be in <link href="text/shared/02/01170500.xhp"><emph>Design mode</emph></link>.</paragraph> <list type="ordered"> <listitem> diff --git a/source/text/shared/02/01170200.xhp b/source/text/shared/02/01170200.xhp index fc5f336aa8..c75f76dbd5 100644 --- a/source/text/shared/02/01170200.xhp +++ b/source/text/shared/02/01170200.xhp @@ -34,7 +34,7 @@ <section id="form_properties"> <bookmark branch="index" xml-lang="en-US" id="bm_id3147285"><bookmark_value>forms; properties</bookmark_value><bookmark_value>properties; forms</bookmark_value></bookmark> <bookmark branch="hid/.uno:FormProperties" xml-lang="en-US" id="bm_id3145669" localize="false"/> -<paragraph id="hd_id3147285" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/01170200.xhp">Form Properties</link></paragraph> +<h1 id="hd_id3147285"><link href="text/shared/02/01170200.xhp">Form Properties</link></h1> <paragraph role="paragraph" id="par_id3147088" xml-lang="en-US"><variable id="form"><ahelp hid=".uno:FormProperties" visibility="visible">In this dialog you can specify, among others, the data source and the events for the whole form.</ahelp></variable></paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/01170201.xhp b/source/text/shared/02/01170201.xhp index bf91bc0710..cbd0fc14d4 100644 --- a/source/text/shared/02/01170201.xhp +++ b/source/text/shared/02/01170201.xhp @@ -35,7 +35,7 @@ <bookmark_value>get method for form transmissions</bookmark_value> <bookmark_value>post method for form transmissions</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/02/01170201.xhp">General</link></paragraph> +<h1 id="hd_id3151100"><link href="text/shared/02/01170201.xhp">General</link></h1> </section> <section id="howtoget"> <embed href="text/shared/00/00040501.xhp#form_properties_general"/> diff --git a/source/text/shared/02/01170202.xhp b/source/text/shared/02/01170202.xhp index ca9a553b49..19489f3743 100644 --- a/source/text/shared/02/01170202.xhp +++ b/source/text/shared/02/01170202.xhp @@ -32,7 +32,7 @@ <bookmark_value>events;in database forms</bookmark_value> <bookmark_value>forms;database events</bookmark_value> </bookmark> - <paragraph xml-lang="en-US" id="hd_id3150499" role="heading" level="1"><link href="text/shared/02/01170202.xhp">Database Form Events</link></paragraph> + <h1 id="hd_id3150499"><link href="text/shared/02/01170202.xhp">Database Form Events</link></h1> <paragraph xml-lang="en-US" id="par_id3147043" role="paragraph">The<emph> Events </emph>tab page, allows you to assign a macro to certain events which occur in a database form.</paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/01170500.xhp b/source/text/shared/02/01170500.xhp index 42c7d4e08a..8fd7e53a32 100644 --- a/source/text/shared/02/01170500.xhp +++ b/source/text/shared/02/01170500.xhp @@ -33,7 +33,7 @@ <section id="designmodus"> <bookmark xml-lang="en-US" branch="hid/.uno:SwitchControlDesignMode" id="bm_id3153255" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:SwitchXFormsDesignMode" id="bm_id1942197" localize="false"/> -<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/02/01170500.xhp">Design Mode On/Off</link></paragraph> +<h1 id="hd_id3151100"><link href="text/shared/02/01170500.xhp">Design Mode On/Off</link></h1> <paragraph role="paragraph" id="par_id3150040" xml-lang="en-US"><ahelp hid=".">Toggles the Design mode on or off. This function is used to switch quickly between <link href="text/sdatabase/04030000.xhp">Design</link> and User mode. Activate to edit the form controls, deactivate to use the form controls.</ahelp></paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/01170800.xhp b/source/text/shared/02/01170800.xhp index f64731e6c5..9b584929cb 100644 --- a/source/text/shared/02/01170800.xhp +++ b/source/text/shared/02/01170800.xhp @@ -30,7 +30,7 @@ </history> </meta> <body> -<paragraph role="heading" id="hd_id3150620" xml-lang="en-US" level="1"><link href="text/shared/02/01170800.xhp">Table Element Wizard</link></paragraph> +<h1 id="hd_id3150620"><link href="text/shared/02/01170800.xhp">Table Element Wizard</link></h1> <paragraph role="paragraph" id="par_id3155354" xml-lang="en-US">If you insert a table control in a document, the <emph>Table Element Wizard</emph> starts automatically. In this wizard, you can interactively specify which information is displayed in the table control.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00040501.xhp#aupitab"/> diff --git a/source/text/shared/02/01170801.xhp b/source/text/shared/02/01170801.xhp index d0418c47e9..f924d0bdb4 100644 --- a/source/text/shared/02/01170801.xhp +++ b/source/text/shared/02/01170801.xhp @@ -33,7 +33,7 @@ <section id="page1"> <bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/tableselectionpage/TableSelectionPage" id="bm_id3150808" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/tableselectionpage/@@nowidget@@" id="bm_id3150808" localize="false"/> -<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/02/01170801.xhp">Table Element / List Box / Combo Box Wizard: Data</link></paragraph> +<h1 id="hd_id3153323"><link href="text/shared/02/01170801.xhp">Table Element / List Box / Combo Box Wizard: Data</link></h1> <paragraph role="paragraph" id="par_id3150476" xml-lang="en-US">Select the data source and table to which the form field corresponds. If you insert the form field in a document that is already linked to a data source, this page becomes invisible.</paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/01170802.xhp b/source/text/shared/02/01170802.xhp index c55bc4c518..948031e5b5 100644 --- a/source/text/shared/02/01170802.xhp +++ b/source/text/shared/02/01170802.xhp @@ -30,7 +30,7 @@ <section id="page2"> <bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contentfieldpage/FieldSelectionPage" id="bm_id3150808" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contentfieldpage/@@nowidget@@" id="bm_id3150808" localize="false"/> -<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01170802.xhp">Table Element Wizard: Field Selection</link></paragraph> +<h1 id="hd_id3155934"><link href="text/shared/02/01170802.xhp">Table Element Wizard: Field Selection</link></h1> <paragraph role="paragraph" id="par_id3150476" xml-lang="en-US">Specifies which fields in the table control field should be displayed.</paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/01170900.xhp b/source/text/shared/02/01170900.xhp index e1dfaba713..a6dbb17068 100644 --- a/source/text/shared/02/01170900.xhp +++ b/source/text/shared/02/01170900.xhp @@ -29,7 +29,7 @@ <body> <bookmark xml-lang="en-US" branch="index" id="bm_id3159233"><bookmark_value>forms; Combo Box/List Box Wizard</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3154094" xml-lang="en-US" level="1"><link href="text/shared/02/01170900.xhp">Combo Box/List Box Wizard</link></paragraph> +<h1 id="hd_id3154094"><link href="text/shared/02/01170900.xhp">Combo Box/List Box Wizard</link></h1> <paragraph role="paragraph" id="par_id3152363" xml-lang="en-US">If you insert a combo box or a list box in a document, a wizard starts automatically. This wizard allows you to interactively specify which information is shown.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00040501.xhp#aupikomli"/> diff --git a/source/text/shared/02/01170901.xhp b/source/text/shared/02/01170901.xhp index a7d1a003d4..77c5723f6b 100644 --- a/source/text/shared/02/01170901.xhp +++ b/source/text/shared/02/01170901.xhp @@ -33,7 +33,7 @@ <section id="page1"> <bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contenttablepage/TableSelectionPage" id="bm_id3150808" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contenttablepage/@@nowidget@@" id="bm_id3150808" localize="false"/> -<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"><link href="text/shared/02/01170901.xhp">Combo Box / List Box Wizard: Table Selection</link></paragraph> +<h1 id="hd_id3154228"><link href="text/shared/02/01170901.xhp">Combo Box / List Box Wizard: Table Selection</link></h1> <paragraph role="paragraph" id="par_id3149716" xml-lang="en-US">Specifies a table from the available database tables that contains the data field whose content should be displayed as a list entry.</paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/01170902.xhp b/source/text/shared/02/01170902.xhp index 11a44e843b..20331fba3c 100644 --- a/source/text/shared/02/01170902.xhp +++ b/source/text/shared/02/01170902.xhp @@ -30,7 +30,7 @@ </meta> <body> <section id="page2"> -<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/02/01170902.xhp">Combo/List Box Wizard: Field Selection</link></paragraph> +<h1 id="hd_id3153323"><link href="text/shared/02/01170902.xhp">Combo/List Box Wizard: Field Selection</link></h1> <paragraph role="paragraph" id="par_id3154228" xml-lang="en-US">Select the data field specified in the table on the previous page, whose contents should be displayed in the list or combo box.</paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/01170903.xhp b/source/text/shared/02/01170903.xhp index d1b7271598..e0a3d81565 100644 --- a/source/text/shared/02/01170903.xhp +++ b/source/text/shared/02/01170903.xhp @@ -32,7 +32,7 @@ <section id="page3a"> <bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/fieldlinkpage/FieldLinkPage" id="bm_id3150808" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/fieldlinkpage/@@nowidget@@" id="bm_id3150808" localize="false"/> -<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="1"><link href="text/shared/02/01170903.xhp">List Box Wizard: Field Link</link></paragraph> +<h1 id="hd_id3149119"><link href="text/shared/02/01170903.xhp">List Box Wizard: Field Link</link></h1> <paragraph role="paragraph" id="par_id3159224" xml-lang="en-US">Indicates through which fields tables of values and list tables are linked.</paragraph> </section> <paragraph role="paragraph" id="par_id3150499" xml-lang="en-US">The value table is the table of the current form where the list field is inserted. The list table is the table whose data is to be shown in the list field. Both tables must be linked over a mutual data field. These links are to be entered on this page of the wizard. The field names must not necessarily be the same (this depends upon how the field names are defined in both tables), but both fields must have the same field type.</paragraph> diff --git a/source/text/shared/02/01170904.xhp b/source/text/shared/02/01170904.xhp index 2d3f569a4b..610041e679 100644 --- a/source/text/shared/02/01170904.xhp +++ b/source/text/shared/02/01170904.xhp @@ -31,7 +31,7 @@ </meta> <body> <section id="page3b"> -<paragraph role="heading" id="hd_id3144740" xml-lang="en-US" level="1"><link href="text/shared/02/01170904.xhp">Combo Box Wizard: Database Field</link></paragraph> +<h1 id="hd_id3144740"><link href="text/shared/02/01170904.xhp">Combo Box Wizard: Database Field</link></h1> <paragraph role="paragraph" id="par_id3153323" xml-lang="en-US">With the combination fields, you can either save the value of a field in a database or display this value in a form.</paragraph> </section> <paragraph role="paragraph" id="par_id3155150" xml-lang="en-US">The user values entered in the combination field or selected in the list can be saved in the database table that is accessed in the form. Note that the saving of values in another table is not possible. If the values are not to be saved in a database, they will be saved only in the form. This is especially helpful in HTML forms, where the user's entered or selected values are to be assigned to a server.</paragraph> diff --git a/source/text/shared/02/01171100.xhp b/source/text/shared/02/01171100.xhp index 221506c576..12a30d592e 100644 --- a/source/text/shared/02/01171100.xhp +++ b/source/text/shared/02/01171100.xhp @@ -32,7 +32,7 @@ <body> <section id="wizards_on_off"> <bookmark xml-lang="en-US" branch="hid/.uno:UseWizards" id="bm_id3156211" localize="false"/> -<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01171100.xhp">Wizards On/Off</link></paragraph> +<h1 id="hd_id3155934"><link href="text/shared/02/01171100.xhp">Wizards On/Off</link></h1> <paragraph role="paragraph" id="par_id3147143" xml-lang="en-US"><ahelp hid=".uno:UseWizards">Specifies whether to start the wizard automatically when inserting a new control.</ahelp> This setting applies globally to all documents.</paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/01220000.xhp b/source/text/shared/02/01220000.xhp index bac3a4bd0f..eaa628a881 100644 --- a/source/text/shared/02/01220000.xhp +++ b/source/text/shared/02/01220000.xhp @@ -26,7 +26,7 @@ </meta> <body> <section id="navigator"> -<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01220000.xhp">Navigator</link></paragraph> +<h1 id="hd_id3155934"><link href="text/shared/02/01220000.xhp">Navigator</link></h1> <paragraph role="paragraph" id="par_id3148983" xml-lang="en-US">Click the <emph>Navigator On/Off</emph> icon to hide or show the <emph>Navigator</emph>.</paragraph> </section> <paragraph role="paragraph" id="par_id3152594" xml-lang="en-US">You can also call the <emph>Navigator</emph> by selecting <switchinline select="appl"> diff --git a/source/text/shared/02/02010000.xhp b/source/text/shared/02/02010000.xhp index 665839b881..4bab043830 100644 --- a/source/text/shared/02/02010000.xhp +++ b/source/text/shared/02/02010000.xhp @@ -29,7 +29,7 @@ <bookmark xml-lang="en-US" branch="hid/.uno:StyleApplyState" id="bm_id3361219" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:StyleApply" id="bm_id3154863" localize="false"/> <section id="paragraph_style"> -<paragraph id="hd_id3148520" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/02010000.xhp">Set Paragraph Style</link></paragraph> +<h1 id="hd_id3148520"><link href="text/shared/02/02010000.xhp">Set Paragraph Style</link></h1> <paragraph id="par_id3155351" role="paragraph" xml-lang="en-US"><ahelp hid=".">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp></paragraph> </section> <paragraph id="par_idN10621" role="paragraph" xml-lang="en-US">To reset the selected objects to the default paragraph style, select <emph>Clear formatting</emph>. Select <emph>More Styles</emph> to open the <link href="text/swriter/01/05140000.xhp">Styles deck</link> in the sidebar.</paragraph> diff --git a/source/text/shared/02/02020000.xhp b/source/text/shared/02/02020000.xhp index 46ccbb838a..12dff2d317 100644 --- a/source/text/shared/02/02020000.xhp +++ b/source/text/shared/02/02020000.xhp @@ -32,7 +32,7 @@ </bookmark> <paragraph xml-lang="en-US" id="par_id3148983" role="paragraph" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:CharFontName" id="bm_id4814517" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3150808" role="heading" level="1"><link href="text/shared/02/02020000.xhp">Font Name</link></paragraph> +<h1 id="hd_id3150808"><link href="text/shared/02/02020000.xhp">Font Name</link></h1> <paragraph xml-lang="en-US" id="par_id3156414" role="paragraph"><variable id="schriftarttext"><ahelp hid=".uno:CharFontName">Allows you to select a font name from the list or enter a font name directly.</ahelp></variable></paragraph> <paragraph xml-lang="en-US" id="par_id3153750" role="paragraph">You can enter several fonts, separated by semicolons. $[officename] uses each named font in succession if the previous fonts are not available.</paragraph> </section> diff --git a/source/text/shared/02/02030000.xhp b/source/text/shared/02/02030000.xhp index 9e716d9009..159fb0877a 100644 --- a/source/text/shared/02/02030000.xhp +++ b/source/text/shared/02/02030000.xhp @@ -29,7 +29,7 @@ </meta> <body> <section id="font_size"> -<bookmark branch="hid/.uno:FontHeight" xml-lang="en-US" id="bm_id3154545" localize="false"/><paragraph id="hd_id3085157" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/02030000.xhp">Font Size</link></paragraph> +<bookmark branch="hid/.uno:FontHeight" xml-lang="en-US" id="bm_id3154545" localize="false"/><h1 id="hd_id3085157"><link href="text/shared/02/02030000.xhp">Font Size</link></h1> <paragraph role="paragraph" id="par_id3150014" xml-lang="en-US"><variable id="schriftgroessetext"><ahelp hid=".uno:FontHeight" visibility="visible">Allows you to choose between different font sizes from the list, or to enter a size manually.</ahelp></variable></paragraph> </section> <section id="syfont_size"> diff --git a/source/text/shared/02/03110000.xhp b/source/text/shared/02/03110000.xhp index fcea979a40..c718c25e96 100644 --- a/source/text/shared/02/03110000.xhp +++ b/source/text/shared/02/03110000.xhp @@ -30,7 +30,7 @@ <body> <section id="increase_spacing"> <bookmark xml-lang="en-US" branch="hid/.uno:ParaspaceIncrease" id="bm_id7509975" localize="false"/> -<paragraph role="heading" id="hd_id3154873" xml-lang="en-US" level="1"><link href="text/shared/02/03110000.xhp">Increase Spacing</link></paragraph> +<h1 id="hd_id3154873"><link href="text/shared/02/03110000.xhp">Increase Spacing</link></h1> <paragraph role="paragraph" id="par_id3156211" xml-lang="en-US"><ahelp hid=".uno:ParaspaceIncrease">Click the <emph>Increase Spacing</emph> icon to increase the paragraph spacing above the selected paragraph.</ahelp></paragraph> </section> <section id="syincrease_spacing"> diff --git a/source/text/shared/02/03120000.xhp b/source/text/shared/02/03120000.xhp index bd04790c2b..5b994fc943 100644 --- a/source/text/shared/02/03120000.xhp +++ b/source/text/shared/02/03120000.xhp @@ -30,7 +30,7 @@ <body> <section id="decrease_spacing"> <bookmark xml-lang="en-US" branch="hid/.uno:ParaspaceDecrease" id="bm_id4194635" localize="false"/> -<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/03120000.xhp">Decrease Spacing</link></paragraph> +<h1 id="hd_id3155934"><link href="text/shared/02/03120000.xhp">Decrease Spacing</link></h1> <paragraph role="paragraph" id="par_id3147143" xml-lang="en-US"><ahelp hid=".uno:ParaspaceDecrease">Click the <emph>Decrease Spacing</emph> icon to decrease the paragraph spacing above the selected paragraph.</ahelp></paragraph> </section> <section id="sydecrease_spacing"> diff --git a/source/text/shared/02/03150000.xhp b/source/text/shared/02/03150000.xhp index 7dca71c094..93023ec952 100644 --- a/source/text/shared/02/03150000.xhp +++ b/source/text/shared/02/03150000.xhp @@ -27,7 +27,7 @@ <body> <section id="border_color"> <bookmark xml-lang="en-US" branch="hid/.uno:FrameLineColor" id="bm_id3109850" localize="false"/> -<paragraph role="heading" id="hd_id3154873" xml-lang="en-US" level="1"><link href="text/shared/02/03150000.xhp">Border Color</link></paragraph> +<h1 id="hd_id3154873"><link href="text/shared/02/03150000.xhp">Border Color</link></h1> <paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"><ahelp hid=".uno:FrameLineColor">Click the <emph>Line Color (of the border)</emph> icon to open the <emph>Border Color</emph> toolbar, which enables you to change the border color of an object.</ahelp></paragraph> </section> <section id="syborder_color"> diff --git a/source/text/shared/02/05090000.xhp b/source/text/shared/02/05090000.xhp index 4efbef9b22..bacf060543 100644 --- a/source/text/shared/02/05090000.xhp +++ b/source/text/shared/02/05090000.xhp @@ -30,7 +30,7 @@ <body> <section id="rotate"> <bookmark xml-lang="en-US" branch="hid/.uno:ToggleObjectRotateMode" id="bm_id3148520" localize="false"/> -<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/shared/02/05090000.xhp">Rotate</link></paragraph> +<h1 id="hd_id3154863"><link href="text/shared/02/05090000.xhp">Rotate</link></h1> <paragraph role="paragraph" id="par_id3149119" xml-lang="en-US"><ahelp hid=".uno:ToggleObjectRotateMode">Rotates the selected object.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3149716" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS">Select an object and click the <emph>Rotate</emph> icon on the <emph>Drawing</emph> toolbar. diff --git a/source/text/shared/02/07010000.xhp b/source/text/shared/02/07010000.xhp index ca50727f24..2f2810e100 100644 --- a/source/text/shared/02/07010000.xhp +++ b/source/text/shared/02/07010000.xhp @@ -27,7 +27,7 @@ <body> <section id="urlladen"> <bookmark xml-lang="en-US" branch="hid/.uno:OpenURL" id="bm_id7760961" localize="false"/> -<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="1"><link href="text/shared/02/07010000.xhp">Load URL</link></paragraph> +<h1 id="hd_id3149119"><link href="text/shared/02/07010000.xhp">Load URL</link></h1> <paragraph role="paragraph" id="par_id3155364" xml-lang="en-US"><ahelp hid=".">Loads a document specified by an entered URL. You can type a new URL, edit an URL, or select one from the list. Displays the full path of the current document.</ahelp></paragraph> <paragraph role="tip" id="par_idN108C6" xml-lang="en-US">Enable <emph>Load URL</emph> with the <emph>Visible Buttons</emph> command (right-click the toolbar).<comment>i73505</comment></paragraph> </section> diff --git a/source/text/shared/02/07060000.xhp b/source/text/shared/02/07060000.xhp index b24dc65f47..c6db6c9bf2 100644 --- a/source/text/shared/02/07060000.xhp +++ b/source/text/shared/02/07060000.xhp @@ -31,7 +31,7 @@ <section id="reload"> <bookmark branch="index" xml-lang="en-US" id="bm_id3153089"><bookmark_value>reloading; documents</bookmark_value><bookmark_value>documents; reloading</bookmark_value><bookmark_value>loading; reloading</bookmark_value></bookmark> <bookmark branch="hid/.uno:Reload" xml-lang="en-US" id="bm_id3144740" localize="false"/> -<paragraph id="hd_id3153089" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/07060000.xhp">Reload</link></paragraph> +<h1 id="hd_id3153089"><link href="text/shared/02/07060000.xhp">Reload</link></h1> <paragraph role="paragraph" id="par_id3151315" xml-lang="en-US"><ahelp hid=".uno:Reload" visibility="visible">Replaces the current document with the last saved version.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3159201" xml-lang="en-US">Any changes made after the last save will be lost.</paragraph> diff --git a/source/text/shared/02/07070100.xhp b/source/text/shared/02/07070100.xhp index c4fd298f9c..dba722cf01 100644 --- a/source/text/shared/02/07070100.xhp +++ b/source/text/shared/02/07070100.xhp @@ -30,7 +30,7 @@ <body> <section id="edit_data"> <bookmark xml-lang="en-US" branch="hid/.uno:DSBEditDoc" id="bm_id9004181" localize="false"/> -<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"><link href="text/shared/02/07070100.xhp">Edit Data</link></paragraph> +<h1 id="hd_id3144415"><link href="text/shared/02/07070100.xhp">Edit Data</link></h1> <bookmark xml-lang="en-US" branch="index" id="bm_id3144740"><bookmark_value>read-only documents; database tables on/off </bookmark_value> <bookmark_value>protected database tables</bookmark_value> <bookmark_value>data; read-only</bookmark_value> diff --git a/source/text/shared/02/07070200.xhp b/source/text/shared/02/07070200.xhp index 49e723e49b..9930cb41d2 100644 --- a/source/text/shared/02/07070200.xhp +++ b/source/text/shared/02/07070200.xhp @@ -29,7 +29,7 @@ </meta> <body> <section id="save_record"> -<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/07070200.xhp">Save Record</link></paragraph> +<h1 id="hd_id3147588"><link href="text/shared/02/07070200.xhp">Save Record</link></h1> <bookmark xml-lang="en-US" branch="index" id="bm_id3163829"><bookmark_value>records; saving</bookmark_value> </bookmark> <paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"><ahelp hid=".">Saves the current database table record.</ahelp> The <emph>Save Record</emph> icon is found on the <link href="text/shared/main0212.xhp"><emph>Table Data</emph> bar</link>.</paragraph> diff --git a/source/text/shared/02/07080000.xhp b/source/text/shared/02/07080000.xhp index cd330a0d2e..ebb6388989 100644 --- a/source/text/shared/02/07080000.xhp +++ b/source/text/shared/02/07080000.xhp @@ -28,7 +28,7 @@ <section id="stop"> <bookmark xml-lang="en-US" branch="hid/SID_BROWSE_STOP" id="bm_id1158113" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:Stop" id="bm_id3148520" localize="false"/> -<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"><link href="text/shared/02/07080000.xhp">Stop Loading</link></paragraph> +<h1 id="hd_id3154228"><link href="text/shared/02/07080000.xhp">Stop Loading</link></h1> <paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".uno:Stop">Click to interrupt the current loading process, <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+click to interrupt all loading processes.</ahelp></paragraph> </section> </body> diff --git a/source/text/shared/02/07090000.xhp b/source/text/shared/02/07090000.xhp index 05f66563c2..c3165b1b19 100644 --- a/source/text/shared/02/07090000.xhp +++ b/source/text/shared/02/07090000.xhp @@ -30,7 +30,7 @@ <body> <section id="exportpdf"> <bookmark branch="hid/.uno:ExportDirectToPDF" xml-lang="en-US" id="bm_id3154545" localize="false"/> -<paragraph id="hd_id3146946" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/07090000.xhp">Export Directly as PDF</link></paragraph> +<h1 id="hd_id3146946"><link href="text/shared/02/07090000.xhp">Export Directly as PDF</link></h1> <paragraph role="paragraph" id="par_id3085157" xml-lang="en-US"><ahelp hid=".uno:ExportDirectToPDF" visibility="visible">Exports the current document directly as <emph>PDF</emph>. No settings dialog is shown.</ahelp></paragraph> </section> <embed href="text/shared/00/00000401.xhp#syexportpdf"/> diff --git a/source/text/shared/02/08010000.xhp b/source/text/shared/02/08010000.xhp index 44fdb9dcbf..2f58a3ab34 100644 --- a/source/text/shared/02/08010000.xhp +++ b/source/text/shared/02/08010000.xhp @@ -30,7 +30,7 @@ <body> <section id="document_information"> <bookmark branch="hid/.uno:StatusGetTitle" xml-lang="en-US" id="bm_id3149991" localize="false"/> -<paragraph id="hd_id3153383" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/08010000.xhp">Document Information</link></paragraph> +<h1 id="hd_id3153383"><link href="text/shared/02/08010000.xhp">Document Information</link></h1> <paragraph role="paragraph" id="par_id3155271" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:StatusGetTitle">Displays information about the active <item type="productname">%PRODUCTNAME</item> Basic document.</ahelp> The names of the document, the library, and the module are displayed, separated by dots.</paragraph> </section> </body> diff --git a/source/text/shared/02/08020000.xhp b/source/text/shared/02/08020000.xhp index ab37997474..04a3735bf0 100644 --- a/source/text/shared/02/08020000.xhp +++ b/source/text/shared/02/08020000.xhp @@ -30,7 +30,7 @@ <body> <section id="position_in_document"> <bookmark xml-lang="en-US" branch="hid/.uno:StatusGetPosition" id="bm_id3467432" localize="false"/> -<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/08020000.xhp">Position in Document</link></paragraph> +<h1 id="hd_id3147588"><link href="text/shared/02/08020000.xhp">Position in Document</link></h1> <paragraph role="paragraph" id="par_id3143284" xml-lang="en-US"><ahelp hid=".uno:StatusGetPosition">Displays the current cursor position in the <emph>%PRODUCTNAME</emph> Basic document. The row number is specified, then the column number.</ahelp></paragraph> </section> </body> diff --git a/source/text/shared/02/10100000.xhp b/source/text/shared/02/10100000.xhp index de71b043fd..92dcdd3784 100644 --- a/source/text/shared/02/10100000.xhp +++ b/source/text/shared/02/10100000.xhp @@ -27,7 +27,7 @@ <body> <section id="close"> <bookmark xml-lang="en-US" branch="hid/.uno:CloseWin" id="bm_id8159155" localize="false"/> -<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"><link href="text/shared/02/10100000.xhp">Close Window</link></paragraph> +<h1 id="hd_id3152895"><link href="text/shared/02/10100000.xhp">Close Window</link></h1> <paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:CloseWin">Closes the current window.</ahelp> Choose <emph>Window - Close Window</emph>, or press <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>F4</emph>. In the print preview of $[officename] Writer and Calc, you can close the current window by clicking the <emph>Close Preview</emph> button.</paragraph> </section> <paragraph role="paragraph" id="par_id3147143" xml-lang="en-US">If additional views of the current document were opened by <emph>Window - New Window</emph>, this command will close only the current view.</paragraph> diff --git a/source/text/shared/02/12000000.xhp b/source/text/shared/02/12000000.xhp index b901f68314..e3003aff6e 100644 --- a/source/text/shared/02/12000000.xhp +++ b/source/text/shared/02/12000000.xhp @@ -29,7 +29,7 @@ <body> <section id="explorer"> <bookmark xml-lang="en-US" branch="hid/.uno:DSBrowserExplorer" id="bm_id6761446" localize="false"/> -<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/12000000.xhp">Explorer On/Off</link></paragraph> +<h1 id="hd_id3147588"><link href="text/shared/02/12000000.xhp">Explorer On/Off</link></h1> <paragraph role="paragraph" id="par_id3144740" xml-lang="en-US"><ahelp hid=".uno:DSBrowserExplorer">Turns on and off the view of the data source explorer.</ahelp> The <emph>Explorer On/Off</emph> icon is visible on the <link href="text/shared/main0212.xhp">Table Data bar</link>.</paragraph> </section> <section id="syexplorer"> diff --git a/source/text/shared/02/12040000.xhp b/source/text/shared/02/12040000.xhp index 8c7aa02845..ee681b691e 100644 --- a/source/text/shared/02/12040000.xhp +++ b/source/text/shared/02/12040000.xhp @@ -32,7 +32,7 @@ <body> <section id="reset_filter"> <bookmark branch="hid/.uno:RemoveFilterSort" xml-lang="en-US" id="bm_id3144740" localize="false"/> -<paragraph id="hd_id3155069" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/12040000.xhp">Reset Filter/Sorting</link></paragraph> +<h1 id="hd_id3155069"><link href="text/shared/02/12040000.xhp">Reset Filter/Sorting</link></h1> <paragraph role="paragraph" id="par_id3154094" xml-lang="en-US"><ahelp hid=".uno:RemoveFilterSort" visibility="visible">Cancels the filter settings and displays all of the records in the current table.</ahelp></paragraph> </section> <section id="syreset_filter"> diff --git a/source/text/shared/02/12080000.xhp b/source/text/shared/02/12080000.xhp index a3a0cd8ce8..07abb7b74a 100644 --- a/source/text/shared/02/12080000.xhp +++ b/source/text/shared/02/12080000.xhp @@ -33,7 +33,7 @@ <section id="data_to_fields"> <bookmark xml-lang="en-US" branch="hid/.uno:DataSourceBrowser/InsertContent" id="bm_id3147588" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:DSBInsertContent" id="bm_id901211" localize="false"/> -<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"><link href="text/shared/02/12080000.xhp">Data to Fields</link></paragraph> +<h1 id="hd_id3149031"><link href="text/shared/02/12080000.xhp">Data to Fields</link></h1> <paragraph role="paragraph" id="par_id3150476" xml-lang="en-US"><ahelp hid=".">Updates the contents of the existing database fields by the marked records.</ahelp> The <emph>Data to Fields </emph>icon is only available if the current document is a text document.</paragraph> </section> <section id="sydata_to_fields"> diff --git a/source/text/shared/02/12090000.xhp b/source/text/shared/02/12090000.xhp index d1b9e45ee0..d14620569c 100644 --- a/source/text/shared/02/12090000.xhp +++ b/source/text/shared/02/12090000.xhp @@ -34,7 +34,7 @@ </bookmark><comment>mw converted "standard filters..." into a two level entry and "default filters;" into a cross reference</comment> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/queryfilterdialog/QueryFilterDialog" id="bm_id3154894" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:FilterCrit" id="bm_id2784060" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3109850" role="heading" level="1"><link href="text/shared/02/12090000.xhp">Standard Filter</link></paragraph> +<h1 id="hd_id3109850"><link href="text/shared/02/12090000.xhp">Standard Filter</link></h1> <paragraph xml-lang="en-US" id="par_id3143281" role="paragraph"><variable id="standardfilter"><ahelp hid=".uno:FilterCrit">Allows you to set the filtering options.</ahelp> </variable></paragraph> </section> diff --git a/source/text/shared/02/12090100.xhp b/source/text/shared/02/12090100.xhp index 78f8ca4cd1..f41f6b1b39 100644 --- a/source/text/shared/02/12090100.xhp +++ b/source/text/shared/02/12090100.xhp @@ -80,7 +80,7 @@ <paragraph xml-lang="en-US" id="par_id3156118" role="paragraph">If you use the filter function in database tables or forms, then type the value in the <emph>Value </emph>text box to be used for filtering.</paragraph> <switch select="appl"> <case select="CALC"> -<paragraph xml-lang="en-US" id="hd_id3153061" role="heading" level="2"><link href="text/scalc/01/12040201.xhp">Options</link></paragraph> +<h2 id="hd_id3153061"><link href="text/scalc/01/12040201.xhp">Options</link></h2> <embed href="text/scalc/01/12040201.xhp#zusaetzetext"/> </case> </switch> diff --git a/source/text/shared/02/12140000.xhp b/source/text/shared/02/12140000.xhp index ef8ba8cb64..d31c71fa13 100644 --- a/source/text/shared/02/12140000.xhp +++ b/source/text/shared/02/12140000.xhp @@ -33,7 +33,7 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:DataSourceBrowser/DocumentDataSource" id="bm_id3154230" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:DSBDocumentDataSource" id="bm_id9344157" localize="false"/> -<paragraph role="heading" id="hd_id3154682" xml-lang="en-US" level="1"><link href="text/shared/02/12140000.xhp">Data Source of Current Document</link></paragraph> +<h1 id="hd_id3154682"><link href="text/shared/02/12140000.xhp">Data Source of Current Document</link></h1> <paragraph role="paragraph" id="par_id3150247" xml-lang="en-US"><ahelp hid=".">Displays, in the data source browser, the table that is linked to the current document.</ahelp></paragraph> </section> <section id="sycurrent_doc_data"> diff --git a/source/text/shared/02/13010000.xhp b/source/text/shared/02/13010000.xhp index a845635597..7c230af0c8 100644 --- a/source/text/shared/02/13010000.xhp +++ b/source/text/shared/02/13010000.xhp @@ -29,7 +29,7 @@ </meta> <body> <section id="setting_tabs"> -<paragraph id="hd_id3148668" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/13010000.xhp">Setting Tabs</link></paragraph> +<h1 id="hd_id3148668"><link href="text/shared/02/13010000.xhp">Setting Tabs</link></h1> <paragraph role="paragraph" id="par_id3154873" xml-lang="en-US">On the ruler, set the tabs for the current paragraph, or all selected paragraphs, using the mouse.</paragraph> </section> <paragraph role="paragraph" id="par_id3148520" xml-lang="en-US">Initially the default tabs are shown on the horizontal ruler. Once you set a tab, only the default tabs to the right of the tab that you have set are available.</paragraph> diff --git a/source/text/shared/02/14050000.xhp b/source/text/shared/02/14050000.xhp index ad4fdf7ae6..7b56d3d14f 100644 --- a/source/text/shared/02/14050000.xhp +++ b/source/text/shared/02/14050000.xhp @@ -30,7 +30,7 @@ <body> <section id="table_name"> <bookmark xml-lang="en-US" branch="hid/.uno:DBViewTableNames" id="bm_id2447279" localize="false"/> -<paragraph role="heading" id="hd_id3149991" xml-lang="en-US" level="1"><link href="text/shared/02/14050000.xhp">Table Name</link></paragraph> +<h1 id="hd_id3149991"><link href="text/shared/02/14050000.xhp">Table Name</link></h1> <paragraph role="paragraph" id="par_id3154232" xml-lang="en-US"><ahelp hid=".">Displays the <emph>Table</emph> row in the lower part of the <link href="text/sdatabase/02010100.xhp"><emph>Query Design</emph></link>.</ahelp></paragraph> </section> <section id="sytable_name"> diff --git a/source/text/shared/02/19090000.xhp b/source/text/shared/02/19090000.xhp index 495e86f4ff..b981801f8b 100644 --- a/source/text/shared/02/19090000.xhp +++ b/source/text/shared/02/19090000.xhp @@ -31,7 +31,7 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/SW_HID_SOURCEVIEW" id="bm_id3146938" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:SourceView" id="bm_id7218494" localize="false"/> -<paragraph id="hd_id3154788" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/19090000.xhp">HTML Source</link></paragraph> +<h1 id="hd_id3154788"><link href="text/shared/02/19090000.xhp">HTML Source</link></h1> <paragraph id="par_id3156183" role="paragraph" xml-lang="en-US"><ahelp hid=".">Displays the source text of the current HTML document. This view is available when creating a new HTML document or opening an existing one.</ahelp></paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/20020000.xhp b/source/text/shared/02/20020000.xhp index 03d5baeffd..455a6f27b4 100644 --- a/source/text/shared/02/20020000.xhp +++ b/source/text/shared/02/20020000.xhp @@ -31,7 +31,7 @@ <bookmark xml-lang="en-US" branch="hid/.uno:PageStyleName" id="bm_id5848088" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:StatusPageStyle" id="bm_id3325105" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:LayoutStatus" id="bm_id2005580" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3083278" role="heading" level="1"><link href="text/shared/02/20020000.xhp">Current Page Style</link></paragraph> +<h1 id="hd_id3083278"><link href="text/shared/02/20020000.xhp">Current Page Style</link></h1> <paragraph xml-lang="en-US" id="par_id3148731" role="paragraph"><ahelp hid=".">Displays the current <emph>Page Style</emph>. Double-click to edit the style, right-click to select another style.</ahelp></paragraph> </section> <paragraph xml-lang="en-US" id="par_id3149283" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">Double-click the <emph>Page Style</emph> field to open the <link href="text/swriter/01/05040000.xhp"><emph>Page Style</emph></link> dialog, in which you can edit the style for the current page. In the context menu of this field, you can apply a page style.</caseinline></switchinline></paragraph> diff --git a/source/text/shared/02/20040000.xhp b/source/text/shared/02/20040000.xhp index c0009a3db2..7ebc8020cf 100644 --- a/source/text/shared/02/20040000.xhp +++ b/source/text/shared/02/20040000.xhp @@ -27,7 +27,7 @@ <body> <section id="insert_mode"> <bookmark xml-lang="en-US" branch="hid/.uno:InsertMode" id="bm_id1407203" localize="false"/> -<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/02/20040000.xhp">Insert Mode</link></paragraph> +<h1 id="hd_id3149748"><link href="text/shared/02/20040000.xhp">Insert Mode</link></h1> <paragraph role="paragraph" id="par_id3152363" xml-lang="en-US"><ahelp hid=".uno:InsertMode">Displays the current insert mode. You can toggle between <emph>INSRT</emph> = insert and <emph>OVER</emph> = 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">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 <emph>Insert</emph> key (if available on your keyboard) to toggle the modes.</paragraph> diff --git a/source/text/shared/02/20060000.xhp b/source/text/shared/02/20060000.xhp index 4e4169a307..a8040e09de 100644 --- a/source/text/shared/02/20060000.xhp +++ b/source/text/shared/02/20060000.xhp @@ -28,7 +28,7 @@ <section id="document_modification"> <bookmark xml-lang="en-US" branch="hid/.uno:ModifiedStatus" id="bm_id8313236" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:Modified" id="bm_id1803964" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:ModifyStatus" id="bm_id3154682" localize="false"/><paragraph role="heading" id="hd_id3147477" xml-lang="en-US" level="1"><link href="text/shared/02/20060000.xhp">Document Modification</link></paragraph> +<bookmark xml-lang="en-US" branch="hid/.uno:ModifyStatus" id="bm_id3154682" localize="false"/><h1 id="hd_id3147477"><link href="text/shared/02/20060000.xhp">Document Modification</link></h1> <paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><ahelp hid=".">If changes to the document have not yet been saved, a "<emph>*</emph>" is displayed in this field on the <emph>Status</emph> bar. This also applies to new, not yet saved documents.</ahelp></paragraph> </section> </body> diff --git a/source/text/shared/02/20090000.xhp b/source/text/shared/02/20090000.xhp index 6346ecc848..da3dbf8e94 100644 --- a/source/text/shared/02/20090000.xhp +++ b/source/text/shared/02/20090000.xhp @@ -29,7 +29,7 @@ </meta> <body> <bookmark branch="hid/.uno:CurrentTime" xml-lang="en-US" id="bm_id3150620" localize="false"/> -<paragraph id="hd_id3152823" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/20090000.xhp">Time</link></paragraph> +<h1 id="hd_id3152823"><link href="text/shared/02/20090000.xhp">Time</link></h1> <paragraph role="paragraph" id="par_id3151299" xml-lang="en-US"><ahelp hid=".uno:CurrentTime" visibility="visible">Displays the current time.</ahelp></paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/20100000.xhp b/source/text/shared/02/20100000.xhp index b60a14959f..489588e429 100644 --- a/source/text/shared/02/20100000.xhp +++ b/source/text/shared/02/20100000.xhp @@ -29,7 +29,7 @@ </meta> <body> <bookmark branch="hid/.uno:CurrentDate" xml-lang="en-US" id="bm_id3156045" localize="false"/> -<paragraph id="hd_id3146902" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/20100000.xhp">Date</link></paragraph> +<h1 id="hd_id3146902"><link href="text/shared/02/20100000.xhp">Date</link></h1> <paragraph role="paragraph" id="par_id3154926" xml-lang="en-US"><ahelp hid=".uno:CurrentDate" visibility="visible">Displays the current date.</ahelp></paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/24010000.xhp b/source/text/shared/02/24010000.xhp index cad431c0c4..d5cc9145f7 100644 --- a/source/text/shared/02/24010000.xhp +++ b/source/text/shared/02/24010000.xhp @@ -30,7 +30,7 @@ <body> <section id="filter"> <bookmark xml-lang="en-US" branch="hid/.uno:GraphicFilterToolbox" id="bm_id3153255" localize="false"/> -<paragraph role="heading" id="hd_id3151299" xml-lang="en-US" level="1"><link href="text/shared/02/24010000.xhp">Image Filter Bar</link></paragraph> +<h1 id="hd_id3151299"><link href="text/shared/02/24010000.xhp">Image Filter Bar</link></h1> <paragraph role="paragraph" id="par_id3156183" xml-lang="en-US"><ahelp hid=".uno:GraphicFilterToolbox">This icon on the <emph>Image</emph> bar opens the <emph>Image Filter</emph> bar, where you can use various filters on the selected picture.</ahelp></paragraph> </section> <section id="syfilter"> diff --git a/source/text/shared/02/24020000.xhp b/source/text/shared/02/24020000.xhp index 4e41f0dda8..fe64a52898 100644 --- a/source/text/shared/02/24020000.xhp +++ b/source/text/shared/02/24020000.xhp @@ -27,7 +27,7 @@ <body> <section id="graphics_mode"> <bookmark xml-lang="en-US" branch="hid/.uno:GrafMode" id="bm_id6768787" localize="false"/> -<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="1"><link href="text/shared/02/24020000.xhp">Graphics Mode</link></paragraph> +<h1 id="hd_id3149762"><link href="text/shared/02/24020000.xhp">Graphics Mode</link></h1> <paragraph role="paragraph" id="par_id3150255" xml-lang="en-US"><ahelp hid=".uno:GrafMode">Lists view attributes for the selected graphic object. The embedded or linked graphic object in the current file will not be changed, only the view of the object.</ahelp></paragraph> </section> <section id="sygraphics_mode"> diff --git a/source/text/shared/02/24030000.xhp b/source/text/shared/02/24030000.xhp index f02aaccfa6..6e1ddc77bc 100644 --- a/source/text/shared/02/24030000.xhp +++ b/source/text/shared/02/24030000.xhp @@ -27,7 +27,7 @@ <body> <section id="red"> <bookmark xml-lang="en-US" branch="hid/.uno:GrafRed" id="bm_id6070231" localize="false"/> -<paragraph role="heading" id="hd_id3151097" xml-lang="en-US" level="1"><link href="text/shared/02/24030000.xhp">Red</link></paragraph> +<h1 id="hd_id3151097"><link href="text/shared/02/24030000.xhp">Red</link></h1> <paragraph role="paragraph" id="par_id3151100" xml-lang="en-US"><ahelp hid=".uno:GrafRed">Specifies the proportion of red RGB color components for the selected graphic object.</ahelp> Values from -100% (no red) to +100% (full red) are possible.</paragraph> </section> <section id="syred"> diff --git a/source/text/shared/02/24040000.xhp b/source/text/shared/02/24040000.xhp index 05b09676a8..935e41de29 100644 --- a/source/text/shared/02/24040000.xhp +++ b/source/text/shared/02/24040000.xhp @@ -27,7 +27,7 @@ <body> <section id="green"> <bookmark xml-lang="en-US" branch="hid/.uno:GrafGreen" id="bm_id4972033" localize="false"/> -<paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1"><link href="text/shared/02/24040000.xhp">Green</link></paragraph> +<h1 id="hd_id3154840"><link href="text/shared/02/24040000.xhp">Green</link></h1> <paragraph role="paragraph" id="par_id3143284" xml-lang="en-US"><ahelp hid=".uno:GrafGreen">Specifies the proportion of green RGB color components for the selected graphic object.</ahelp> Values from -100% (no green) to +100% (full green) are possible.</paragraph> </section> <section id="sygreen"> diff --git a/source/text/shared/02/24050000.xhp b/source/text/shared/02/24050000.xhp index 93188c616d..a17a539607 100644 --- a/source/text/shared/02/24050000.xhp +++ b/source/text/shared/02/24050000.xhp @@ -27,7 +27,7 @@ <body> <section id="blue"> <bookmark xml-lang="en-US" branch="hid/.uno:GrafBlue" id="bm_id5123550" localize="false"/> -<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/24050000.xhp">Blue</link></paragraph> +<h1 id="hd_id3147588"><link href="text/shared/02/24050000.xhp">Blue</link></h1> <paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:GrafBlue">Specifies the proportion of blue RGB color components for the selected graphic.</ahelp> Values from -100% (no blue) to +100% (full blue) are possible.</paragraph> </section> <section id="syblue"> diff --git a/source/text/shared/02/24080000.xhp b/source/text/shared/02/24080000.xhp index 29daf42aa8..f2d040df67 100644 --- a/source/text/shared/02/24080000.xhp +++ b/source/text/shared/02/24080000.xhp @@ -27,7 +27,7 @@ <body> <section id="gamma"> <bookmark xml-lang="en-US" branch="hid/.uno:GrafGamma" id="bm_id211906" localize="false"/> -<paragraph role="heading" id="hd_id3154100" xml-lang="en-US" level="1"><link href="text/shared/02/24080000.xhp">Gamma</link></paragraph> +<h1 id="hd_id3154100"><link href="text/shared/02/24080000.xhp">Gamma</link></h1> <paragraph role="paragraph" id="par_id3154873" xml-lang="en-US"><ahelp hid=".uno:GrafGamma">Specifies the gamma value for the view of the selected object, which affects the brightness of the midtone values.</ahelp> Values from 0.10 (minimum Gamma) to 10 (maximum Gamma) are possible.</paragraph> </section> <section id="sygamma"> diff --git a/source/text/shared/02/24090000.xhp b/source/text/shared/02/24090000.xhp index 9944fc560b..67ab1d1554 100644 --- a/source/text/shared/02/24090000.xhp +++ b/source/text/shared/02/24090000.xhp @@ -27,7 +27,7 @@ <body> <section id="transparency"> <bookmark xml-lang="en-US" branch="hid/.uno:GrafTransparence" id="bm_id196900" localize="false"/> -<paragraph role="heading" id="hd_id3159411" xml-lang="en-US" level="1"><link href="text/shared/02/24090000.xhp">Transparency</link></paragraph> +<h1 id="hd_id3159411"><link href="text/shared/02/24090000.xhp">Transparency</link></h1> <paragraph role="paragraph" id="par_id3150445" xml-lang="en-US"><ahelp hid=".uno:GrafTransparence">Specifies the transparency in the graphic object.</ahelp> Values from 0% (fully opaque) to +100% (fully transparent) are possible.</paragraph> </section> <section id="sytransparency"> diff --git a/source/text/shared/02/24100000.xhp b/source/text/shared/02/24100000.xhp index 6d6abfbd48..1790c6fa08 100644 --- a/source/text/shared/02/24100000.xhp +++ b/source/text/shared/02/24100000.xhp @@ -27,7 +27,7 @@ <body> <section id="crop"> <bookmark xml-lang="en-US" branch="hid/.uno:GrafAttrCrop" id="bm_id9106091" localize="false"/> -<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"><link href="text/shared/02/24100000.xhp">Crop</link></paragraph> +<h1 id="hd_id3154044"><link href="text/shared/02/24100000.xhp">Crop</link></h1> <paragraph role="paragraph" id="par_id3154863" xml-lang="en-US"><ahelp hid=".uno:GrafAttrCrop">Allows to crop the display of an inserted picture. Only the display gets cropped, the inserted picture is not changed.</ahelp> A picture must be selected to enable cropping.</paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:Crop" id="bm_id0514200804065077" localize="false"/> <paragraph role="paragraph" id="par_id0514200804261097" xml-lang="en-US">In Impress and Draw no dialog is shown when you click the icon, but you see eight cropping handles. Open the context menu of a selected picture and choose <item type="menuitem">Crop Image</item>, if you want to use the <link href="text/shared/01/05030800.xhp">dialog</link> for cropping.</paragraph> diff --git a/source/text/shared/02/basicshapes.xhp b/source/text/shared/02/basicshapes.xhp index d8f11ae5f3..b32904dd69 100644 --- a/source/text/shared/02/basicshapes.xhp +++ b/source/text/shared/02/basicshapes.xhp @@ -31,7 +31,7 @@ <body> <section id="basicshapes"> <bookmark xml-lang="en-US" branch="hid/.uno:BasicShapes" id="bm_id8525077" localize="false"/> -<paragraph role="heading" id="par_idN10557" xml-lang="en-US" level="1"><link href="text/shared/02/basicshapes.xhp">Basic Shapes</link></paragraph> +<h1 id="par_idN10557"><link href="text/shared/02/basicshapes.xhp">Basic Shapes</link></h1> <paragraph role="paragraph" id="par_idN10567" xml-lang="en-US"><ahelp hid=".">Opens the Basic Shapes toolbar which you can use to insert graphics into your document.</ahelp></paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/blockarrows.xhp b/source/text/shared/02/blockarrows.xhp index 54df440bda..e2b5b858f8 100644 --- a/source/text/shared/02/blockarrows.xhp +++ b/source/text/shared/02/blockarrows.xhp @@ -31,7 +31,7 @@ <body> <section id="blockarrows"> <bookmark xml-lang="en-US" branch="hid/.uno:ArrowShapes" id="bm_id2847514" localize="false"/> -<paragraph role="heading" id="par_idN1055A" xml-lang="en-US" level="1"><link href="text/shared/02/blockarrows.xhp">Block Arrows</link></paragraph> +<h1 id="par_idN1055A"><link href="text/shared/02/blockarrows.xhp">Block Arrows</link></h1> <paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US"><ahelp hid=".">Opens the Block Arrows toolbar from which you can insert graphics into your document.</ahelp></paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/callouts.xhp b/source/text/shared/02/callouts.xhp index 96763d917d..cfd1144671 100644 --- a/source/text/shared/02/callouts.xhp +++ b/source/text/shared/02/callouts.xhp @@ -34,7 +34,7 @@ <bookmark_value>speech bubbles</bookmark_value> </bookmark><comment>mw moved "legends;drawings" to draw guide text_enter.xhp</comment> <bookmark xml-lang="en-US" branch="hid/.uno:CalloutShapes" id="bm_id5113702" localize="false"/> -<paragraph role="heading" id="par_idN1055A" xml-lang="en-US" level="1"><link href="text/shared/02/callouts.xhp">Callouts</link></paragraph> +<h1 id="par_idN1055A"><link href="text/shared/02/callouts.xhp">Callouts</link></h1> <paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US"><ahelp hid=".">Opens the Callouts toolbar from which you can insert graphics into your document.</ahelp></paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/colortoolbar.xhp b/source/text/shared/02/colortoolbar.xhp index aada8ab18b..04b3599203 100644 --- a/source/text/shared/02/colortoolbar.xhp +++ b/source/text/shared/02/colortoolbar.xhp @@ -32,7 +32,7 @@ <body> <section id="color"> <bookmark xml-lang="en-US" branch="hid/.uno:ColorSettings" id="bm_id4275032" localize="false"/> -<paragraph role="heading" id="hd_id8983733" xml-lang="en-US" level="1"><link href="text/shared/02/colortoolbar.xhp">Color</link></paragraph> +<h1 id="hd_id8983733"><link href="text/shared/02/colortoolbar.xhp">Color</link></h1> <paragraph role="paragraph" id="par_id1676381" xml-lang="en-US"><ahelp hid=".">With the Color toolbar you can edit some properties of the selected object.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id5855281" xml-lang="en-US">To open the Color toolbar, click the Color icon on the Image toolbar.</paragraph> diff --git a/source/text/shared/02/flowcharts.xhp b/source/text/shared/02/flowcharts.xhp index e96b25db04..3525d1a2f8 100644 --- a/source/text/shared/02/flowcharts.xhp +++ b/source/text/shared/02/flowcharts.xhp @@ -31,7 +31,7 @@ <body> <section id="flowcharts"> <bookmark xml-lang="en-US" branch="hid/.uno:FlowChartShapes" id="bm_id3399644" localize="false"/> -<paragraph role="heading" id="par_idN10557" xml-lang="en-US" level="1"><link href="text/shared/02/flowcharts.xhp">Flowchart</link></paragraph> +<h1 id="par_idN10557"><link href="text/shared/02/flowcharts.xhp">Flowchart</link></h1> <paragraph role="paragraph" id="par_idN10567" xml-lang="en-US"><ahelp hid=".">Opens the Flowchart toolbar from which you can insert graphics into your document.</ahelp></paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/stars.xhp b/source/text/shared/02/stars.xhp index 006da45ed5..a08775e1f0 100644 --- a/source/text/shared/02/stars.xhp +++ b/source/text/shared/02/stars.xhp @@ -31,7 +31,7 @@ <body> <section id="stars"> <bookmark xml-lang="en-US" branch="hid/.uno:StarShapes" id="bm_id8048189" localize="false"/> -<paragraph role="heading" id="par_idN1055A" xml-lang="en-US" level="1"><link href="text/shared/02/stars.xhp">Stars and Banners</link></paragraph> +<h1 id="par_idN1055A"><link href="text/shared/02/stars.xhp">Stars and Banners</link></h1> <paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US"><ahelp hid=".">Opens the Stars and Banners toolbar from which you can insert graphics into your document.</ahelp></paragraph> </section> <section id="howtoget"> |