diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-12-06 14:05:20 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-12-07 17:39:02 +0000 |
commit | 7e42394ecbf921ee53160b495aa12c1cba158604 (patch) | |
tree | 9f0b4dcbbf31112c0260a6a6831cbddf86d82c6d /source/text/shared/02 | |
parent | 490d42493e8dbec31ad58978df5084b080a36fcb (diff) |
tdf#152323 drop name attribute from <link> elements
Replacement done with
find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \
's#(<link[^>]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g'
(note some inconsistencies with space between name and = and also having
empty value, and some more complicated expression to also clear up
double space before/after the attribute)
translation files will be prepped with:
find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \
$'s#(<link[^>]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/'
(note that not all languages use the " as quote character for the
attributes, but that also single quotes appera in the po file. Hence
the use of the shell $'string' syntax to be able to quote ' as \'
It also requires to quote the backslash, so that it needs to be escaped
once for the shell, then another time for perl. Also don't work on
obsolete strings (those are prefixed with #~ in the po files)
Also note that <link..></link> gets turned into <link ../> during
translation extraction (along with removal of the space between the
attribute name and the value), so the pattern needs to be slightly
different here)
Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'source/text/shared/02')
122 files changed, 248 insertions, 248 deletions
diff --git a/source/text/shared/02/01110000.xhp b/source/text/shared/02/01110000.xhp index df313347aa..8bfa66cbde 100644 --- a/source/text/shared/02/01110000.xhp +++ b/source/text/shared/02/01110000.xhp @@ -32,8 +32,8 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153539"><bookmark_value>printing; directly</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:PrintDefault" id="bm_id3144436" localize="false"/> -<h1 id="hd_id3153539" xml-lang="en-US"><link href="text/shared/02/01110000.xhp" name="Print File Directly">Print File Directly</link></h1> -<paragraph role="paragraph" id="par_id3154398" xml-lang="en-US"><ahelp hid=".uno:PrintDefault">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href="text/shared/01/01140000.xhp" name="Printer Settings"><emph>Printer Settings</emph></link> menu command.</paragraph> +<h1 id="hd_id3153539" xml-lang="en-US"><link href="text/shared/02/01110000.xhp">Print File Directly</link></h1> +<paragraph role="paragraph" id="par_id3154398" xml-lang="en-US"><ahelp hid=".uno:PrintDefault">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href="text/shared/01/01140000.xhp"><emph>Printer Settings</emph></link> menu command.</paragraph> </section> <paragraph role="paragraph" id="par_id3147275" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">If you select text or a graphic and click the <emph>Print File Direct</emph> icon, you are prompted to print the selection or the document.</caseinline></switchinline></paragraph> <section id="syprint_directly"> diff --git a/source/text/shared/02/01140000.xhp b/source/text/shared/02/01140000.xhp index 8842c8ba21..4f68f75da9 100644 --- a/source/text/shared/02/01140000.xhp +++ b/source/text/shared/02/01140000.xhp @@ -46,7 +46,7 @@ <paragraph xml-lang="en-US" id="par_id3150476" role="paragraph" localize="false"/> <section id="show_draw_functions"> <bookmark xml-lang="en-US" branch="hid/.uno:InsertDraw" id="bm_id484265" localize="false"/> -<h1 id="hd_id3152363"><link href="text/shared/02/01140000.xhp" name="Show Draw Functions">Show Draw Functions</link></h1> +<h1 id="hd_id3152363"><link href="text/shared/02/01140000.xhp">Show Draw Functions</link></h1> <paragraph xml-lang="en-US" id="par_id3150789" role="paragraph"><ahelp hid=".uno:InsertDraw">Click to open or close the <emph>Drawing</emph> bar, where you can add shapes, lines, text, and callouts to the current document.</ahelp></paragraph> </section> <paragraph xml-lang="en-US" id="par_idN10849" role="paragraph">You can switch on and off the <emph>Drawing</emph> toolbar of Writer and Calc documents using an icon on the <emph>Standard</emph> toolbar.</paragraph> @@ -123,7 +123,7 @@ <section id="polytext2"> <paragraph xml-lang="en-US" id="par_id3147214" role="paragraph"><ahelp hid=".uno:Polygon_Unfilled">Draws a line composed of a series of straight line segments. Drag to draw a line segment, click to define the endpoint of the line segment, and then drag to draw a new line segment. Double-click to finish drawing the line. To create a closed shape, double-click the starting point of the line.</ahelp></paragraph> <paragraph xml-lang="en-US" id="par_id3154638" role="paragraph">Hold the <emph>Shift</emph> key while drawing a polygon to position new points at 45 degree angles.</paragraph> - <paragraph xml-lang="en-US" id="par_id3154319" role="paragraph">The <link href="text/shared/01/05270000.xhp" name="Edit Points"><emph>Edit Points</emph></link> mode enables you to interactively modify the individual points of the polygon.</paragraph> + <paragraph xml-lang="en-US" id="par_id3154319" role="paragraph">The <link href="text/shared/01/05270000.xhp"><emph>Edit Points</emph></link> mode enables you to interactively modify the individual points of the polygon.</paragraph> </section> </tablecell> </tablerow> @@ -239,11 +239,11 @@ <embed href="text/shared/00/00000404.xhp#sycallouts"/> <embed href="text/shared/02/stars.xhp#stars"/> <embed href="text/shared/00/00000404.xhp#systars"/> -<h2 id="par_idN10E50"><link href="text/shared/01/05270000.xhp" name="Points">Points</link></h2> +<h2 id="par_idN10E50"><link href="text/shared/01/05270000.xhp">Points</link></h2> <paragraph xml-lang="en-US" id="par_idN10E60" role="paragraph">Enables you to edit points on your drawing.</paragraph> <embed href="text/shared/02/fontwork.xhp#fontwork"/> <embed href="text/shared/00/00000404.xhp#syfontworkgallery"/> -<h2 id="par_idN10E75"><link href="text/shared/01/04140000.xhp" name="From File">From File</link></h2> +<h2 id="par_idN10E75"><link href="text/shared/01/04140000.xhp">From File</link></h2> <embed href="text/shared/01/04140000.xhp#grafiktext"/> <embed href="text/shared/00/00000404.xhp#syimage"/> <h2 id="par_idN10E95"><link href="text/sdraw/01/3dsettings_toolbar.xhp">Extrusion On/Off</link></h2> @@ -278,7 +278,7 @@ </table> </section> <section id="relatedtopics"> -<paragraph xml-lang="en-US" id="par_id3155555" role="paragraph"><link href="text/shared/guide/insert_graphic_drawit.xhp" name="Tips">Tips for working with the <emph>Drawing</emph> bar</link>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155555" role="paragraph"><link href="text/shared/guide/insert_graphic_drawit.xhp">Tips for working with the <emph>Drawing</emph> bar</link>.</paragraph> </section> </body> </helpdocument> diff --git a/source/text/shared/02/01170000.xhp b/source/text/shared/02/01170000.xhp index 442bd3e0b0..691761ca9c 100644 --- a/source/text/shared/02/01170000.xhp +++ b/source/text/shared/02/01170000.xhp @@ -47,7 +47,7 @@ </bookmark><comment>MW deleted "option field creation", changed "option button" to "push button" and "selections;" to "selecting;"</comment> <bookmark xml-lang="en-US" branch="hid/.uno:Config" id="bm_id4029443" localize="false"/> <section id="form_controls"> -<h1 id="hd_id3154142"><link href="text/shared/02/01170000.xhp" name="Form Controls">Form Controls</link></h1> +<h1 id="hd_id3154142"><link href="text/shared/02/01170000.xhp">Form Controls</link></h1> <paragraph role="paragraph" id="par_id3151378" xml-lang="en-US"><variable id="formulartext"><ahelp hid=".uno:Config">The <emph>Form Controls</emph> toolbar or sub-menu contains tools that you need to create an interactive form.</ahelp></variable> You can use the toolbar or sub-menu to add controls to a form in a text, drawing, spreadsheet, presentation, or HTML document, for example a button that runs a macro.</paragraph> </section> <section id="howtoget"> @@ -199,7 +199,7 @@ <paragraph role="paragraph" id="par_id3152971" xml-lang="en-US"><image id="img_id3152999" src="cmd/lc_radiobutton.svg" width="1cm" height="1cm"><alt id="alt_id3152999" xml-lang="en-US">Icon Option Button</alt></image></paragraph> </tablecell> <tablecell> - <paragraph role="paragraph" id="par_id3149123" xml-lang="en-US"><ahelp hid=".uno:RadioButton">Creates an option button.</ahelp> Option buttons enable the user to choose one of several options. Option buttons with the same functionality are given the same name (<link href="text/shared/02/01170101.xhp" name="Name"><emph>Name</emph></link> <emph>property</emph>). Normally, they are given a <link href="text/shared/02/01170000.xhp" name="group box">group box</link>.</paragraph> + <paragraph role="paragraph" id="par_id3149123" xml-lang="en-US"><ahelp hid=".uno:RadioButton">Creates an option button.</ahelp> Option buttons enable the user to choose one of several options. Option buttons with the same functionality are given the same name (<link href="text/shared/02/01170101.xhp"><emph>Name</emph></link> <emph>property</emph>). Normally, they are given a <link href="text/shared/02/01170000.xhp">group box</link>.</paragraph> </tablecell> </tablerow> </table> @@ -214,7 +214,7 @@ <paragraph role="paragraph" id="par_id3154326" xml-lang="en-US"><image id="img_id3154135" src="cmd/lc_listbox.svg" width="1cm" height="1cm"><alt id="alt_id3154135" xml-lang="en-US">Icon List Box</alt></image></paragraph> </tablecell> <tablecell> - <paragraph role="paragraph" id="par_id3166428" xml-lang="en-US"><ahelp hid=".uno:ListBox">Creates a list box.</ahelp> A list box lets users select an entry from a list. If the form is linked to a database and the database connection is active, the <link href="text/shared/02/01170900.xhp" name="List Box Wizard"><emph>List Box Wizard</emph></link> will automatically appear after the list box is inserted in the document. This wizard helps you create the list box.</paragraph> + <paragraph role="paragraph" id="par_id3166428" xml-lang="en-US"><ahelp hid=".uno:ListBox">Creates a list box.</ahelp> A list box lets users select an entry from a list. If the form is linked to a database and the database connection is active, the <link href="text/shared/02/01170900.xhp"><emph>List Box Wizard</emph></link> will automatically appear after the list box is inserted in the document. This wizard helps you create the list box.</paragraph> </tablecell> </tablerow> </table> @@ -229,7 +229,7 @@ <paragraph role="paragraph" id="par_id3149981" xml-lang="en-US"><image id="img_id3148817" src="cmd/lc_combobox.svg" width="1cm" height="1cm"><alt id="alt_id3148817" xml-lang="en-US">Icon Combo Box</alt></image></paragraph> </tablecell> <tablecell> - <paragraph role="paragraph" id="par_id3149407" xml-lang="en-US"><ahelp hid=".uno:ComboBox">Creates a combo box.</ahelp> A combo box is a single-line list box with a drop-down list from which users choose an option. You can assign the "read-only" property to the combo box so that users cannot enter other entries than those found in the list. If the form is bound to a database and the database connection is active, the <link href="text/shared/02/01170900.xhp" name="Combo Box Wizard"><emph>Combo Box Wizard</emph></link> will automatically appear after you insert the combo box in the document.</paragraph> + <paragraph role="paragraph" id="par_id3149407" xml-lang="en-US"><ahelp hid=".uno:ComboBox">Creates a combo box.</ahelp> A combo box is a single-line list box with a drop-down list from which users choose an option. You can assign the "read-only" property to the combo box so that users cannot enter other entries than those found in the list. If the form is bound to a database and the database connection is active, the <link href="text/shared/02/01170900.xhp"><emph>Combo Box Wizard</emph></link> will automatically appear after you insert the combo box in the document.</paragraph> </tablecell> </tablerow> </table> @@ -276,7 +276,7 @@ </tablecell> <tablecell> <paragraph role="paragraph" id="par_id3147547" xml-lang="en-US"><ahelp hid=".uno:FormattedField">Creates a formatted field.</ahelp> A formatted field is a text box in which you can define how the inputs and outputs are formatted, and which limiting values apply.</paragraph> - <paragraph role="paragraph" id="par_id3155346" xml-lang="en-US">A formatted field has <link href="text/shared/02/01170002.xhp" name="special control properties">special control properties</link> (choose <emph>Format - Control</emph>).</paragraph> + <paragraph role="paragraph" id="par_id3155346" xml-lang="en-US">A formatted field has <link href="text/shared/02/01170002.xhp">special control properties</link> (choose <emph>Format - Control</emph>).</paragraph> </tablecell> </tablerow> </table> @@ -294,7 +294,7 @@ <paragraph role="paragraph" id="par_id3151312" xml-lang="en-US"><ahelp hid=".uno:DateField">Creates a date field.</ahelp> If the form is linked to a database, the date values can be adopted from the database.</paragraph> <paragraph role="paragraph" id="par_id3151302" xml-lang="en-US">If you assign the "Dropdown" property to the date field, the user can open a calendar to select a date under the date field. This also applies to a date field within a <emph>Table Control</emph> field.</paragraph> <tip id="par_id3154395" xml-lang="en-US">Date fields can be easily edited by the user with the up arrow and down arrow keys. Depending on the cursor position, the day, month, or the year is can be increased or decreased using the arrow keys.</tip> - <paragraph role="paragraph" id="par_id3153112" xml-lang="en-US"><link href="text/shared/02/01170003.xhp" name="Specific Remarks on Date Fields">Specific Remarks on Date Fields</link>.</paragraph> + <paragraph role="paragraph" id="par_id3153112" xml-lang="en-US"><link href="text/shared/02/01170003.xhp">Specific Remarks on Date Fields</link>.</paragraph> </tablecell> </tablerow> </table> @@ -325,9 +325,9 @@ </tablecell> <tablecell> <paragraph role="paragraph" id="par_id3154572" xml-lang="en-US"><ahelp hid=".uno:GroupBox">Creates a frame to visually group several controls.</ahelp> <emph>Group boxes</emph> allow you to group option buttons in a frame.</paragraph> - <paragraph role="paragraph" id="par_id3148394" xml-lang="en-US">If you insert a group frame into the document, the <link href="text/shared/autopi/01120000.xhp" name="Group Element Wizard"><emph>Group Element Wizard</emph></link> starts, which allows you to easily create an option group.</paragraph> + <paragraph role="paragraph" id="par_id3148394" xml-lang="en-US">If you insert a group frame into the document, the <link href="text/shared/autopi/01120000.xhp"><emph>Group Element Wizard</emph></link> starts, which allows you to easily create an option group.</paragraph> <paragraph role="paragraph" id="par_id3150567" xml-lang="en-US"><emph>Note:</emph> When you drag a group box over already existing controls and then want to select a control, you have to first open the context menu of the group box and choose <emph>Arrange - Send to Back</emph>. Then select the control while pressing <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>.</paragraph> -<note id="par_id3145615"><emph>Group boxes</emph> are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the <link href="text/shared/02/01170101.xhp" name="Name"><emph>Name</emph></link> properties of all option fields, enter the same name in order to group them.</note> +<note id="par_id3145615"><emph>Group boxes</emph> are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the <link href="text/shared/02/01170101.xhp"><emph>Name</emph></link> properties of all option fields, enter the same name in order to group them.</note> </tablecell> </tablerow> </table> @@ -389,8 +389,8 @@ <paragraph role="paragraph" id="par_id3156402" xml-lang="en-US"><image id="img_id3146324" src="cmd/lc_grid.png" width="1cm" height="1cm"><alt id="alt_id3146324" xml-lang="en-US">Icon Table Control</alt></image></paragraph> </tablecell> <tablecell> - <paragraph role="paragraph" id="par_id3154579" xml-lang="en-US"><ahelp hid=".">Creates a <emph>table control</emph> to display a database table.</ahelp> If you create a new table control, the <link href="text/shared/02/01170800.xhp" name="Table Element Wizard"><emph>Table Element Wizard</emph></link> appears.</paragraph> - <paragraph role="paragraph" id="par_id3154697" xml-lang="en-US"><link href="text/shared/02/01170004.xhp" name="Special Information about Table Controls">Special information about Table Controls</link>.</paragraph> + <paragraph role="paragraph" id="par_id3154579" xml-lang="en-US"><ahelp hid=".">Creates a <emph>table control</emph> to display a database table.</ahelp> If you create a new table control, the <link href="text/shared/02/01170800.xhp"><emph>Table Element Wizard</emph></link> appears.</paragraph> + <paragraph role="paragraph" id="par_id3154697" xml-lang="en-US"><link href="text/shared/02/01170004.xhp">Special information about Table Controls</link>.</paragraph> </tablecell> </tablerow> </table> @@ -559,7 +559,7 @@ <paragraph role="paragraph" id="par_idN11D63" xml-lang="en-US">In a Calc spreadsheet, you can use the <emph>Data</emph> tab page to create a two-way link between a scrollbar and a cell.<comment>UFI: see spec doc scrollbar_form_control.sxw</comment></paragraph> </section> <section id="relatedtopics"> - <paragraph id="hd_id3149436" role="paragraph"><link href="text/shared/02/01170001.xhp" name="Context Menu Commands">Context Menu Commands</link></paragraph> + <paragraph id="hd_id3149436" role="paragraph"><link href="text/shared/02/01170001.xhp">Context Menu Commands</link></paragraph> </section> </body> </helpdocument> diff --git a/source/text/shared/02/01170004.xhp b/source/text/shared/02/01170004.xhp index e97eef837d..2bc8583fb5 100644 --- a/source/text/shared/02/01170004.xhp +++ b/source/text/shared/02/01170004.xhp @@ -57,7 +57,7 @@ <paragraph role="heading" id="hd_id3153349" xml-lang="en-US" level="2">Keyboard-only control of <emph>Table Controls</emph></paragraph> <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> -<paragraph role="paragraph" id="par_id3144510" xml-lang="en-US">The form document must be in <link href="text/shared/02/01170500.xhp" name="design mode"><emph>Design mode</emph></link>.</paragraph> +<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> <paragraph role="listitem" id="par_id3154758" xml-lang="en-US">Press <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>F6</emph> to select the document.</paragraph> diff --git a/source/text/shared/02/01170100.xhp b/source/text/shared/02/01170100.xhp index 415a7cf34d..845007dc6d 100644 --- a/source/text/shared/02/01170100.xhp +++ b/source/text/shared/02/01170100.xhp @@ -34,7 +34,7 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:ControlProperties" id="bm_id9308186" localize="false"/> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_FM_PROPDLG_TABCTR" id="bm_id9469283" localize="false"/> -<h1 id="hd_id3147102"><link href="text/shared/02/01170100.xhp" name="Control Properties">Control Properties</link></h1> +<h1 id="hd_id3147102"><link href="text/shared/02/01170100.xhp">Control Properties</link></h1> <paragraph role="paragraph" id="par_id3145345" xml-lang="en-US"><variable id="kontroll"><ahelp hid=".">Opens a dialog for editing the properties of a selected control.</ahelp></variable></paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/01170101.xhp b/source/text/shared/02/01170101.xhp index 6b316f2fad..b813ab14d8 100644 --- a/source/text/shared/02/01170101.xhp +++ b/source/text/shared/02/01170101.xhp @@ -26,7 +26,7 @@ </meta> <body> <section id="general"> -<h1 id="hd_id3153681"><link href="text/shared/02/01170101.xhp" name="General">General</link></h1><comment>UFI: had to remove all internal links to this file because all the targets vanished and no time to reinsert them all</comment> +<h1 id="hd_id3153681"><link href="text/shared/02/01170101.xhp">General</link></h1><comment>UFI: had to remove all internal links to this file because all the targets vanished and no time to reinsert them all</comment> <paragraph xml-lang="en-US" id="par_id3159233" role="paragraph">This <emph>General</emph> tab enables you to define the general properties of a form control. These properties differ, depending on the control type. Not all of the following properties are available for every control.</paragraph> </section> <section id="howtoget"> @@ -71,7 +71,7 @@ <paragraph xml-lang="en-US" id="par_id3154216" role="tablecontent">Submit form</paragraph> </tablecell> <tablecell> - <paragraph xml-lang="en-US" id="par_id3147228" role="tablecontent">Sends the data that is entered in other control fields of the current form to the address that is specified in <link href="text/shared/02/01170200.xhp" name="Form Properties"><emph>Form Properties</emph></link> under <link href="text/shared/02/01170201.xhp" name="URL"><emph>URL</emph></link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3147228" role="tablecontent">Sends the data that is entered in other control fields of the current form to the address that is specified in <link href="text/shared/02/01170200.xhp"><emph>Form Properties</emph></link> under <link href="text/shared/02/01170201.xhp"><emph>URL</emph></link>.</paragraph> <paragraph xml-lang="en-US" id="par_idN107F7" role="tablecontent">Enter the URL into the form's data property "URL" text box when you export to a PDF file.<comment>UFI: see #i36574#</comment></paragraph> </tablecell> </tablerow> @@ -429,7 +429,7 @@ <section id="Section42"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_BACKGROUNDCOLOR" id="bm_id3149545" localize="false"/> <h2 id="hd_id3152541">Background color</h2> - <paragraph xml-lang="en-US" id="par_id3155073" role="paragraph"><ahelp hid="." visibility="hidden">Sets the background color of the control field.</ahelp> A background color is available for most control fields. If you click on <emph>Background color</emph>, a list will open which enables you to select among various colors. The "Standard" option adopts the system setting. If the desired color is not listed, click the <emph>...</emph> button to define a color in the <link href="text/shared/optionen/01010501.xhp" name="Color"><emph>Color</emph></link> dialog.</paragraph> + <paragraph xml-lang="en-US" id="par_id3155073" role="paragraph"><ahelp hid="." visibility="hidden">Sets the background color of the control field.</ahelp> A background color is available for most control fields. If you click on <emph>Background color</emph>, a list will open which enables you to select among various colors. The "Standard" option adopts the system setting. If the desired color is not listed, click the <emph>...</emph> button to define a color in the <link href="text/shared/optionen/01010501.xhp"><emph>Color</emph></link> dialog.</paragraph> </section> <section id="Section41"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_HSCROLL" id="bm_id3149895" localize="false"/> @@ -451,10 +451,10 @@ <section id="Section39"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_STRINGITEMLIST" id="bm_id3153975" localize="false"/> <h2 id="hd_id3145756">List entries</h2> - <paragraph xml-lang="en-US" id="par_id3151300" role="paragraph"><ahelp hid="." visibility="hidden">Defines the list entries visible in the document. Open this list and type your text. Use <emph>Shift</emph>+<emph>Enter</emph> for a new line. With list and combo boxes, you can define the list entries that will be visible in the document. Open the <emph>List entries</emph> field and type your text.</ahelp> Please note the <link href="text/shared/02/01170100.xhp" name="tips">tips</link> referring to the keyboard controls.</paragraph> + <paragraph xml-lang="en-US" id="par_id3151300" role="paragraph"><ahelp hid="." visibility="hidden">Defines the list entries visible in the document. Open this list and type your text. Use <emph>Shift</emph>+<emph>Enter</emph> for a new line. With list and combo boxes, you can define the list entries that will be visible in the document. Open the <emph>List entries</emph> field and type your text.</ahelp> Please note the <link href="text/shared/02/01170100.xhp">tips</link> referring to the keyboard controls.</paragraph> <paragraph xml-lang="en-US" id="par_id3152874" role="paragraph">The predefined default list entry is entered into the <emph>Default selection combo</emph> box.</paragraph> <note id="par_id3154610">Note that the list entries entered here are only incorporated into the form if, on the <emph>Data</emph> tab under <emph>List Content Type</emph>, the option "Value List" is selected.</note> - <paragraph xml-lang="en-US" id="par_id3154767" role="paragraph">If you do not want the list entries to be written to the database or transmitted to the recipient of the Web form, but rather assigned values that are not visible in the form, you can assign the list entries to other values in a value list. The value list is determined on the <link href="text/shared/02/01170102.xhp" name="Data"><emph>Data</emph></link> tab. Under <emph>Type of List Contents</emph>, select the option "Value List". Then enter the values under <emph>List Contents</emph> that are to be assigned to the corresponding visible list entries of the form. For the correct assignment, the order in the value list is relevant.</paragraph> + <paragraph xml-lang="en-US" id="par_id3154767" role="paragraph">If you do not want the list entries to be written to the database or transmitted to the recipient of the Web form, but rather assigned values that are not visible in the form, you can assign the list entries to other values in a value list. The value list is determined on the <link href="text/shared/02/01170102.xhp"><emph>Data</emph></link> tab. Under <emph>Type of List Contents</emph>, select the option "Value List". Then enter the values under <emph>List Contents</emph> that are to be assigned to the corresponding visible list entries of the form. For the correct assignment, the order in the value list is relevant.</paragraph> <note id="par_id3150511">For HTML documents, a list entry entered on the <emph>General</emph> tab corresponds to the HTML tag <OPTION>; an entry of the value list entered on the <emph>Data</emph> tab under <emph>List Contents</emph> corresponds to the <OPTION VALUE=...> tag.</note> </section> <section id="Section38"> @@ -557,14 +557,14 @@ <section id="Section28"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_NAME" id="bm_id3152469" localize="false"/> <h2 id="hd_id3151340">Name</h2> - <paragraph xml-lang="en-US" id="par_id3149819" role="paragraph"><ahelp hid="." visibility="hidden">On the <emph>Properties</emph> tab page, this option specifies the name for the control field. On the <emph>Form Properties</emph> tab page, this option specifies the name for the form.</ahelp> Each control field and each form has a "Name" property through which it can be identified. The name will appear in the <link href="text/shared/02/01170600.xhp" name="Form Navigator"><emph>Form Navigator</emph></link> and, using the name, the control field can be referred to from a macro. The default settings already specify a name which is constructed from using the field's label and number.</paragraph> + <paragraph xml-lang="en-US" id="par_id3149819" role="paragraph"><ahelp hid="." visibility="hidden">On the <emph>Properties</emph> tab page, this option specifies the name for the control field. On the <emph>Form Properties</emph> tab page, this option specifies the name for the form.</ahelp> Each control field and each form has a "Name" property through which it can be identified. The name will appear in the <link href="text/shared/02/01170600.xhp"><emph>Form Navigator</emph></link> and, using the name, the control field can be referred to from a macro. The default settings already specify a name which is constructed from using the field's label and number.</paragraph> <note id="par_id3153025">If you work with macros, make sure that the names of the controls are unique.</note> <bookmark xml-lang="en-US" branch="index" id="bm_id3146325"> <bookmark_value>controls; grouping</bookmark_value> <bookmark_value>groups; of controls</bookmark_value> <bookmark_value>forms; grouping controls</bookmark_value> </bookmark><comment>mw changed "grouping;" to "groups;"</comment> -<paragraph xml-lang="en-US" id="par_id3146325" role="paragraph">The name is also used to group different controls that belong together functionally, such as radio buttons. To do so, give the same name to all members of the group: controls with identical names form a group. Grouped controls can be represented visually by using a <link href="text/shared/02/01170000.xhp" name="Group Box"><emph>Group Box</emph></link>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3146325" role="paragraph">The name is also used to group different controls that belong together functionally, such as radio buttons. To do so, give the same name to all members of the group: controls with identical names form a group. Grouped controls can be represented visually by using a <link href="text/shared/02/01170000.xhp"><emph>Group Box</emph></link>.</paragraph> </section> <section id="Section27"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_NAVIGATIONBAR" id="bm_id3153020" localize="false"/> @@ -585,9 +585,9 @@ <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_TABINDEX" id="bm_id3157872" localize="false"/> <h2 id="hd_id3149266">Tab order</h2> <paragraph xml-lang="en-US" id="par_id3147483" role="paragraph"><ahelp hid=".">The "Tab order" property determines the order in which the controls are focused in the form when you press the <emph>Tab</emph> key.</ahelp> In a form that contains more than one control, the focus moves to the next control when you press the <emph>Tab</emph> key. You can specify the order in which the focus changes with an index under "Tab order".</paragraph> - <note id="par_id3156207">The "Tab order" property is <emph>not</emph> available to <link href="text/shared/02/01170600.xhp" name="Hidden Controls"><emph>Hidden Controls</emph></link>. If you want, you can also set this property for image buttons and image controls, so that you can select these controls with the <emph>Tab</emph> key.</note> + <note id="par_id3156207">The "Tab order" property is <emph>not</emph> available to <link href="text/shared/02/01170600.xhp"><emph>Hidden Controls</emph></link>. If you want, you can also set this property for image buttons and image controls, so that you can select these controls with the <emph>Tab</emph> key.</note> <paragraph xml-lang="en-US" id="par_id3150378" role="paragraph">When creating a form, an index is automatically assigned to the control fields that are added to this form; every control field added is assigned an index increased by <emph>1</emph>. If you change the index of a control, the indices of the other controls are updated automatically. Elements that cannot be focused ("Tabstop = No") are also assigned a value. However, these controls are skipped when using the <emph>Tab</emph> key.</paragraph> - <paragraph xml-lang="en-US" id="par_id3150640" role="paragraph">You can also easily define the indices of the different controls in the <link href="text/shared/02/01170300.xhp" name="Tab Order"><emph>Tab Order</emph></link> dialog.</paragraph> + <paragraph xml-lang="en-US" id="par_id3150640" role="paragraph">You can also easily define the indices of the different controls in the <link href="text/shared/02/01170300.xhp"><emph>Tab Order</emph></link> dialog.</paragraph> </section> <section id="Section89"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_WHEEL_BEHAVIOR" id="bm_id0509200912044845" localize="false"/> @@ -723,7 +723,7 @@ <section id="Section9"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_HIDDEN_VALUE" id="bm_id3156100" localize="false"/> <h2 id="hd_id3144444">Value</h2> - <paragraph xml-lang="en-US" id="par_id3152417" role="paragraph"><ahelp hid="." visibility="hidden">You can enter the data that is inherited by the hidden control.</ahelp> In a <link href="text/shared/02/01170600.xhp" name="hidden control">hidden control</link>, under <emph>Value</emph>, you can enter the data which is inherited by the hidden control. This data will be transferred when sending the form.</paragraph> + <paragraph xml-lang="en-US" id="par_id3152417" role="paragraph"><ahelp hid="." visibility="hidden">You can enter the data that is inherited by the hidden control.</ahelp> In a <link href="text/shared/02/01170600.xhp">hidden control</link>, under <emph>Value</emph>, you can enter the data which is inherited by the hidden control. This data will be transferred when sending the form.</paragraph> </section> <section id="Section8"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_ECHO_CHAR" id="bm_id3148694" localize="false"/> @@ -740,7 +740,7 @@ <section id="Section6"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_FONT" id="bm_id3151032" localize="false"/> <h2 id="hd_id3146762">Font<comment>UFI: dba.features "Character set property renamed to Font"</comment></h2> - <paragraph xml-lang="en-US" id="par_id3151037" role="paragraph"><ahelp hid="." visibility="hidden">Select the font for the text that is in the control field.</ahelp> For control fields which have visible text or titles, select the display font that you want to use. To open the <link href="text/shared/01/05020100.xhp" name="Font"><emph>Font</emph></link> dialog, click the <emph>...</emph> button. The selected font is used in control fields names and to display data in table control fields.</paragraph> + <paragraph xml-lang="en-US" id="par_id3151037" role="paragraph"><ahelp hid="." visibility="hidden">Select the font for the text that is in the control field.</ahelp> For control fields which have visible text or titles, select the display font that you want to use. To open the <link href="text/shared/01/05020100.xhp"><emph>Font</emph></link> dialog, click the <emph>...</emph> button. The selected font is used in control fields names and to display data in table control fields.</paragraph> </section> <section id="Section5"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_ROWHEIGHT" id="bm_id3160449" localize="false"/> diff --git a/source/text/shared/02/01170102.xhp b/source/text/shared/02/01170102.xhp index 65a442d865..0194f0c3ff 100644 --- a/source/text/shared/02/01170102.xhp +++ b/source/text/shared/02/01170102.xhp @@ -34,13 +34,13 @@ <bookmark_value>links;between cells and controls</bookmark_value> <bookmark_value>controls;assigning data sources</bookmark_value> </bookmark><comment>MW made "cells..." a two level entry, changed "linked cells;" to "links;" and "list contents" to "lists;"</comment> -<h1 id="hd_id3155413"><link href="text/shared/02/01170102.xhp" name="Data">Data</link></h1> +<h1 id="hd_id3155413"><link href="text/shared/02/01170102.xhp">Data</link></h1> <paragraph role="paragraph" id="par_id3155306" xml-lang="en-US">The <emph>Data</emph> tab page allows you to assign a data source to the selected control.</paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00040501.xhp#control_properties_data"/> </section> -<note id="par_id3148773">For forms with database links, the associated database is defined in the <link href="text/shared/02/01170200.xhp" name="Form Properties"><emph>Form Properties</emph></link>. You will find the functions for this on the <link href="text/shared/02/01170203.xhp" name="Data"><emph>Data</emph></link> tab page.</note> +<note id="par_id3148773">For forms with database links, the associated database is defined in the <link href="text/shared/02/01170200.xhp"><emph>Form Properties</emph></link>. You will find the functions for this on the <link href="text/shared/02/01170203.xhp"><emph>Data</emph></link> tab page.</note> <paragraph role="paragraph" id="par_id3149377" xml-lang="en-US">The possible settings of the <emph>Data</emph> tab page of a control depend on the respective control. You will only see the options that are available for the current control and context.<br/>The following fields are available:</paragraph> <sort order="asc" descendant="h2"> <section id="Section10"> @@ -75,11 +75,11 @@ </list> <list type="ordered"> <listitem> - <paragraph role="listitem" id="par_id3153949" xml-lang="en-US">Third case: <link href="text/shared/02/01170900.xhp" name="Combo Boxes">Combo Boxes</link></paragraph> + <paragraph role="listitem" id="par_id3153949" xml-lang="en-US">Third case: <link href="text/shared/02/01170900.xhp">Combo Boxes</link></paragraph> <paragraph role="listitem" id="par_id3147494" xml-lang="en-US">For combo boxes, the field of the data source table in which the values entered or selected by the user should be stored is specified under <emph>Data field</emph>. The values displayed in the list of the combo box are based on an SQL statement, which is entered under <emph>List content</emph>.</paragraph> </listitem> <listitem> - <paragraph role="listitem" id="par_id3145167" xml-lang="en-US">Fourth case: <link href="text/shared/02/01170900.xhp" name="List Boxes">List Boxes</link></paragraph> + <paragraph role="listitem" id="par_id3145167" xml-lang="en-US">Fourth case: <link href="text/shared/02/01170900.xhp">List Boxes</link></paragraph> <paragraph role="listitem" id="par_id3153764" xml-lang="en-US">The data source table does not contain the data to be displayed, but rather a table linked to the data source table through a common data field.</paragraph> <paragraph role="listitem" id="par_id3149021" xml-lang="en-US">If you want a list box to display data from a table that is linked to the current data source table, under <emph>Data field</emph> specify the field of the data source table to which the content of the list box refers. Or you can specify the database field that controls the display of the data in the form. This data field provides the link to the other table if both tables can be linked through a common data field. It is usually a data field in which unique identification numbers are stored. The data field whose contents are displayed in the form is specified by an SQL statement under <emph>List content</emph>.</paragraph> </listitem> @@ -92,7 +92,7 @@ <paragraph role="paragraph" id="par_id3154967" xml-lang="en-US">where "CustomerName" is the data field from the linked table "Customers", and "CustomerNo" is the field of the table "Customers" that is linked to a field of the form table "Orders" specified under <emph>Data field</emph>.</paragraph> <paragraph role="paragraph" id="par_id3163808" xml-lang="en-US"><emph>References Using Value Lists</emph></paragraph> <paragraph role="paragraph" id="par_id3145295" xml-lang="en-US">For list boxes, you can use value lists. Value lists are lists that define reference values. In this way, the control in the form does not directly display the content of a database field, but rather values assigned in the value list.</paragraph> -<paragraph role="paragraph" id="par_id3151186" xml-lang="en-US">If you work with reference values of a value list, the contents of the data field that you specified under <emph>Data Field</emph> in the form are not visible, but rather the assigned values. If you chose "Valuelist" on the <emph>Data</emph> tab under <emph>Type of list contents</emph> and assigned a reference value to the visible list entries in the form under <emph>List entries</emph> (entered in the <link href="text/shared/02/01170101.xhp" name="General"><emph>General</emph></link> tab), then the reference values are compared with the data content of the given data field. If a reference value corresponds to the content of a data field, the associated list entries are displayed in the form.</paragraph> +<paragraph role="paragraph" id="par_id3151186" xml-lang="en-US">If you work with reference values of a value list, the contents of the data field that you specified under <emph>Data Field</emph> in the form are not visible, but rather the assigned values. If you chose "Valuelist" on the <emph>Data</emph> tab under <emph>Type of list contents</emph> and assigned a reference value to the visible list entries in the form under <emph>List entries</emph> (entered in the <link href="text/shared/02/01170101.xhp"><emph>General</emph></link> tab), then the reference values are compared with the data content of the given data field. If a reference value corresponds to the content of a data field, the associated list entries are displayed in the form.</paragraph> </section> <section id="Section2"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_BOUNDCOLUMN" id="bm_id3150297" localize="false"/> @@ -185,7 +185,7 @@ <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_LISTSOURCETYPE" id="bm_id3153316" localize="false"/> <h2 id="hd_id3149772">Type of list contents</h2> <paragraph role="paragraph" id="par_id3154419" xml-lang="en-US"><ahelp hid="." visibility="hidden">Determines the data to fill the lists in list and combo boxes.</ahelp> Determines the data to fill the lists in list and combo boxes.</paragraph> - <paragraph role="paragraph" id="par_id3153326" xml-lang="en-US">With the "Valuelist" option, all entries entered in the <emph>List entries</emph> field of the <link href="text/shared/02/01170101.xhp" name="General"><emph>General</emph></link> tab appear in the control. For database forms, you can use reference values (see the <link href="text/shared/02/01170102.xhp" name=" References Using Value Lists"><emph>References Using Value Lists</emph></link> section).</paragraph> + <paragraph role="paragraph" id="par_id3153326" xml-lang="en-US">With the "Valuelist" option, all entries entered in the <emph>List entries</emph> field of the <link href="text/shared/02/01170101.xhp"><emph>General</emph></link> tab appear in the control. For database forms, you can use reference values (see the <link href="text/shared/02/01170102.xhp"><emph>References Using Value Lists</emph></link> section).</paragraph> <paragraph role="paragraph" id="par_id3153067" xml-lang="en-US">If the content of the control is read from a database, you can determine the type of the data source with the other options. For example, you can choose between tables and queries.</paragraph> </section> <section id="Section4"> @@ -202,7 +202,7 @@ <paragraph role="paragraph" id="par_id3154344" xml-lang="en-US">Here "field" is a data field from the list table "table" whose content is displayed in the list of the combo box.</paragraph> <paragraph role="paragraph" id="par_id3149328" xml-lang="en-US"><emph>Value lists for HTML documents</emph></paragraph> <paragraph role="paragraph" id="par_id3156034" xml-lang="en-US">For HTML forms, you can enter a value list under <emph>List content</emph>. Select the option "Valuelist" under <emph>Type of list contents</emph>. The values entered here will not be visible in the form, and are used to assign values to the visible entries. The entries made under <emph>List content</emph> correspond to the HTML tag <OPTION VALUE=...>.</paragraph> - <paragraph role="paragraph" id="par_id3154855" xml-lang="en-US">In the data transfer of a selected entry from a list box or a combo box, both the list of the values displayed in the form, which was entered on the <link href="text/shared/02/01170101.xhp" name="General"><emph>General</emph></link> tab under <emph>List entries</emph>, and the value list entered on the <emph>Data</emph> tab under <emph>List content</emph>, are taken into consideration: If a (non-empty) text is at the selected position in the value list (<OPTION VALUE=...>), it will be transmitted. Otherwise, the text displayed in the (<OPTION>) control is sent.</paragraph> + <paragraph role="paragraph" id="par_id3154855" xml-lang="en-US">In the data transfer of a selected entry from a list box or a combo box, both the list of the values displayed in the form, which was entered on the <link href="text/shared/02/01170101.xhp"><emph>General</emph></link> tab under <emph>List entries</emph>, and the value list entered on the <emph>Data</emph> tab under <emph>List content</emph>, are taken into consideration: If a (non-empty) text is at the selected position in the value list (<OPTION VALUE=...>), it will be transmitted. Otherwise, the text displayed in the (<OPTION>) control is sent.</paragraph> <paragraph role="paragraph" id="par_id3163377" xml-lang="en-US">If the value list is to contain an empty string, enter the value "$$$empty$$$" under <emph>List content</emph> at the corresponding position (note uppercase/lowercase). $[officename] interprets this input as an empty string and assigns it to the respective list entry.</paragraph> <paragraph role="paragraph" id="par_id3156309" xml-lang="en-US">The following table shows the connections between HTML, JavaScript, and the $[officename] field <emph>List content</emph> using an example list box named "ListBox1". In this case, "Item" designates a list entry visible in the form:</paragraph> <table id="tbl_id3145656"> diff --git a/source/text/shared/02/01170103.xhp b/source/text/shared/02/01170103.xhp index 366b987ea2..0fdc7674c2 100644 --- a/source/text/shared/02/01170103.xhp +++ b/source/text/shared/02/01170103.xhp @@ -31,10 +31,10 @@ <bookmark_value>events; controls</bookmark_value> <bookmark_value>macros; assigning to events in forms</bookmark_value> </bookmark> -<h1 id="hd_id3148643"><link href="text/shared/02/01170103.xhp" name="Events">Events</link></h1> +<h1 id="hd_id3148643"><link href="text/shared/02/01170103.xhp">Events</link></h1> <paragraph xml-lang="en-US" id="par_id3152350" role="paragraph">On the <emph>Events</emph> tab page you can link macros to events that occur in a form's control fields.</paragraph> </section> -<paragraph xml-lang="en-US" id="par_id3155419" role="paragraph">When the event occurs, the linked macro will be called. To assign a macro to an event, press the <emph>...</emph> button. The <link href="text/shared/01/06140500.xhp" name="Assign Action"><emph>Assign Action</emph></link> dialog opens.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155419" role="paragraph">When the event occurs, the linked macro will be called. To assign a macro to an event, press the <emph>...</emph> button. The <link href="text/shared/01/06140500.xhp"><emph>Assign Action</emph></link> dialog opens.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00040501.xhp#control_properties_events"/> </section> @@ -49,7 +49,7 @@ <paragraph xml-lang="en-US" id="par_id3145609" role="paragraph"><ahelp hid=".">The <emph>Execute action</emph> event occurs when an action is started.</ahelp> For example, if you have a "<emph>Submit</emph>" button in your form, the send process represents the action to be initiated.</paragraph> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_EVT_CHANGED" id="bm_id3154924" localize="false"/> <h2 id="hd_id3156343">Changed</h2> -<paragraph xml-lang="en-US" id="par_id3148755" role="paragraph"><ahelp hid=".">The <emph>Changed</emph> event takes place when the control loses the <link href="text/shared/00/00000005.xhp#form_focus" name="focus">focus</link> and the content of the control has changed since it lost the focus.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3148755" role="paragraph"><ahelp hid=".">The <emph>Changed</emph> event takes place when the control loses the <link href="text/shared/00/00000005.xhp#form_focus">focus</link> and the content of the control has changed since it lost the focus.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_EVT_TEXTCHANGED" id="bm_id3147084" localize="false"/> <h2 id="hd_id3153524">Text modified</h2> <paragraph xml-lang="en-US" id="par_id3150495" role="paragraph"><ahelp hid=".">The <emph>Text modified</emph> event takes place if you enter or modify a text in an input field.</ahelp></paragraph> @@ -58,10 +58,10 @@ <paragraph xml-lang="en-US" id="par_id3150870" role="paragraph">The <emph>Item status changed</emph> event takes place if the status of the control field has changed, for example, from checked to unchecked.</paragraph> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_EVT_FOCUSGAINED" id="bm_id3158407" localize="false"/> <h2 id="hd_id3151176">When receiving focus</h2> - <paragraph xml-lang="en-US" id="par_id3154218" role="paragraph"><ahelp hid=".">The <emph>When receiving focus</emph> event takes place if a control field receives the <link href="text/shared/00/00000005.xhp#form_focus" name="focus">focus</link>.</ahelp></paragraph> + <paragraph xml-lang="en-US" id="par_id3154218" role="paragraph"><ahelp hid=".">The <emph>When receiving focus</emph> event takes place if a control field receives the <link href="text/shared/00/00000005.xhp#form_focus">focus</link>.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_EVT_FOCUSLOST" id="bm_id3154684" localize="false"/> <h2 id="hd_id3150447">When losing focus</h2> - <paragraph xml-lang="en-US" id="par_id3159252" role="paragraph"><ahelp hid=".">The <emph>When losing focus</emph> event takes place if a control field loses the <link href="text/shared/00/00000005.xhp#form_focus" name="focus">focus</link>.</ahelp></paragraph> + <paragraph xml-lang="en-US" id="par_id3159252" role="paragraph"><ahelp hid=".">The <emph>When losing focus</emph> event takes place if a control field loses the <link href="text/shared/00/00000005.xhp#form_focus">focus</link>.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_EVT_KEYTYPED" id="bm_id3145787" localize="false"/> <h2 id="hd_id3147287">Key pressed</h2> <paragraph xml-lang="en-US" id="par_id3152940" role="paragraph"><ahelp hid=".">The <emph>Key pressed</emph> event occurs when the user presses any key while the control has the focus.</ahelp> This event may be linked to a macro for checking entries.</paragraph> diff --git a/source/text/shared/02/01170200.xhp b/source/text/shared/02/01170200.xhp index 2e00c97ab1..fc5f336aa8 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" name="Form Properties">Form Properties</link></paragraph> +<paragraph id="hd_id3147285" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/01170200.xhp">Form Properties</link></paragraph> <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 17a2dcf1ea..e2141e8717 100644 --- a/source/text/shared/02/01170201.xhp +++ b/source/text/shared/02/01170201.xhp @@ -35,14 +35,14 @@ <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" name="General">General</link></paragraph> +<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/02/01170201.xhp">General</link></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00040501.xhp#form_properties_general"/> </section> <paragraph role="paragraph" id="par_id3153539" xml-lang="en-US">A form is a text document or spreadsheet with different form controls. If you create a form for a Web page, the user can enter data into it to send over the Internet. The data from the form controls of a form is transmitted to a server by specifying a URL and can be processed on the server.</paragraph> <paragraph role="heading" id="hd_id3149283" xml-lang="en-US" level="2">Name</paragraph> -<paragraph role="paragraph" id="par_id3150789" xml-lang="en-US">Specifies a name for the form. This name is used to identify the form in the <link href="text/shared/02/01170600.xhp" name="Form Navigator">Form Navigator</link>.</paragraph> +<paragraph role="paragraph" id="par_id3150789" xml-lang="en-US">Specifies a name for the form. This name is used to identify the form in the <link href="text/shared/02/01170600.xhp">Form Navigator</link>.</paragraph> <paragraph role="heading" id="hd_id3152425" xml-lang="en-US" level="2">URL</paragraph> <paragraph role="paragraph" id="par_id3147226" xml-lang="en-US">Specifies the URL to which the data of the completed form is to be transmitted.</paragraph> <paragraph role="heading" id="hd_id3154751" xml-lang="en-US" level="2">Frame</paragraph> diff --git a/source/text/shared/02/01170202.xhp b/source/text/shared/02/01170202.xhp index 13a93e6c36..ca9a553b49 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" name="Events">Database Form Events</link></paragraph> + <paragraph xml-lang="en-US" id="hd_id3150499" role="heading" level="1"><link href="text/shared/02/01170202.xhp">Database Form Events</link></paragraph> <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/01170203.xhp b/source/text/shared/02/01170203.xhp index 5df43b4fcd..c467f17a9c 100644 --- a/source/text/shared/02/01170203.xhp +++ b/source/text/shared/02/01170203.xhp @@ -30,17 +30,17 @@ <bookmark_value>forms; subforms</bookmark_value> <bookmark_value>subforms; description</bookmark_value> </bookmark> -<h1 id="hd_id3150040"><link href="text/shared/02/01170203.xhp" name="Data">Data</link></h1> +<h1 id="hd_id3150040"><link href="text/shared/02/01170203.xhp">Data</link></h1> <paragraph role="paragraph" id="par_id3147242" xml-lang="en-US">The<emph> Data </emph>tab page defines the form properties that refer to the database that is linked to the form.</paragraph> </section> -<paragraph role="paragraph" id="par_id3149398" xml-lang="en-US">Defines the data source on which the form is based, or specifies whether the data can be edited by the user. Apart from the sort and filter functions, you will also find all the necessary properties to create a <link href="text/shared/02/01170203.xhp" name="subform">subform</link>.</paragraph> +<paragraph role="paragraph" id="par_id3149398" xml-lang="en-US">Defines the data source on which the form is based, or specifies whether the data can be edited by the user. Apart from the sort and filter functions, you will also find all the necessary properties to create a <link href="text/shared/02/01170203.xhp">subform</link>.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00040501.xhp#form_properties_data"/> </section> <sort order="asc" descendant="h2"> <section id="Section1"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_DATASOURCE" id="bm_id3153146" localize="false"/><h2 id="hd_id3154810">Data source<comment>UFI: was Database</comment></h2> -<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US"><ahelp hid=".">Defines the data source to which the form should refer.</ahelp> If you click the <emph>...</emph> button, you call the <link href="text/shared/01/01020000.xhp" name="Open"><emph>Open</emph></link> dialog, where you can choose a data source.</paragraph> +<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US"><ahelp hid=".">Defines the data source to which the form should refer.</ahelp> If you click the <emph>...</emph> button, you call the <link href="text/shared/01/01020000.xhp"><emph>Open</emph></link> dialog, where you can choose a data source.</paragraph> </section> <section id="Section2"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_CURSORSOURCE" id="bm_id3150275" localize="false"/><h2 id="hd_id3146948">Content<comment>UFI: was Data source</comment></h2> @@ -50,7 +50,7 @@ <section id="Section3"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_CURSORSOURCETYPE" id="bm_id3153381" localize="false"/><h2 id="hd_id3148755">Content type</h2> <paragraph role="paragraph" id="par_id3150541" xml-lang="en-US"><ahelp hid="HID_PROP_CURSORSOURCETYPE">Defines whether the data source is to be an existing database table or query, or if the form is to be generated based on an SQL statement.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US">If you choose "Table" or "Query", the form will refer to the table or query that you specify under <emph>Content</emph>. If you want to create a new query or a <link href="text/shared/02/01170203.xhp" name="subform">subform</link>, then you have to choose the "SQL" option. You can then enter the statement for the SQL query or the subform directly in the <emph>List content</emph> box on the Control properties Data tab page.</paragraph> +<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US">If you choose "Table" or "Query", the form will refer to the table or query that you specify under <emph>Content</emph>. If you want to create a new query or a <link href="text/shared/02/01170203.xhp">subform</link>, then you have to choose the "SQL" option. You can then enter the statement for the SQL query or the subform directly in the <emph>List content</emph> box on the Control properties Data tab page.</paragraph> </section> <section id="Section4"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_ESCAPE_PROCESSING" id="bm_id3144433" localize="false"/><h2 id="hd_id3158409">Analyze SQL command</h2> @@ -60,12 +60,12 @@ <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_FILTER" id="bm_id3144434" localize="false"/> <h2 id="hd_id3154684">Filter</h2> <paragraph role="paragraph" id="par_id3150449" xml-lang="en-US"><ahelp hid=".">Enter the required conditions for filtering the data in the form. The filter specifications follow SQL rules without using the WHERE clause.</ahelp> For example, if you want to display all records with the "Mike" forename, type into the data field: Forename = 'Mike'. You can also combine conditions: Forename = 'Mike' OR Forename = 'Peter'. All records matching either of these two conditions will be displayed.</paragraph> -<paragraph role="paragraph" id="par_id3156212" xml-lang="en-US">The filter function is available in user mode through the <link href="text/shared/02/12030000.xhp" name="AutoFilter"><emph>AutoFilter</emph></link> and <link href="text/shared/02/12090000.xhp" name="Default Filter"><emph>Default Filter</emph></link> icons on the <link href="text/shared/main0213.xhp" name="Form Navigation Bar"><emph>Form Navigation</emph> Bar</link>.</paragraph> +<paragraph role="paragraph" id="par_id3156212" xml-lang="en-US">The filter function is available in user mode through the <link href="text/shared/02/12030000.xhp"><emph>AutoFilter</emph></link> and <link href="text/shared/02/12090000.xhp"><emph>Default Filter</emph></link> icons on the <link href="text/shared/main0213.xhp"><emph>Form Navigation</emph> Bar</link>.</paragraph> </section> <section id="Section6"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_SORT_CRITERIA" id="bm_id3151353" localize="false"/><h2 id="hd_id3156005">Sort</h2> <paragraph role="paragraph" id="par_id3163712" xml-lang="en-US"><ahelp hid=".">Specifies the conditions to sort the data in the form. The specification of the sorting conditions follows SQL rules without the use of the ORDER BY clause.</ahelp> For example, if you want all records of a database to be sorted in one field in an ascending order and in another field in a descending order, enter Forename ASC, Name DESC (presuming Forename and Name are the names of the data fields).</paragraph> -<paragraph role="paragraph" id="par_id3156444" xml-lang="en-US">The appropriate icons on the <link href="text/shared/main0213.xhp" name="Form Navigation Bar"><emph>Form Navigation</emph> Bar</link> can be used in User mode to sort: <link href="text/shared/02/12010000.xhp" name="Sort Ascending"><emph>Sort Ascending</emph></link>, <link href="text/shared/02/12020000.xhp" name="Sort Descending"><emph>Sort Descending</emph></link>, <link href="text/shared/02/12100100.xhp" name="Sort"><emph>Sort</emph></link>.</paragraph> +<paragraph role="paragraph" id="par_id3156444" xml-lang="en-US">The appropriate icons on the <link href="text/shared/main0213.xhp"><emph>Form Navigation</emph> Bar</link> can be used in User mode to sort: <link href="text/shared/02/12010000.xhp"><emph>Sort Ascending</emph></link>, <link href="text/shared/02/12020000.xhp"><emph>Sort Descending</emph></link>, <link href="text/shared/02/12100100.xhp"><emph>Sort</emph></link>.</paragraph> </section> <section id="Section7"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_DATAENTRY" id="bm_id3154129" localize="false"/><h2 id="hd_id3148616">Add data only</h2> @@ -137,8 +137,8 @@ </section> <section id="Section13"> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_MASTERFIELDS" id="bm_id3147097" localize="false"/><h2 id="hd_id3153714">Link master fields</h2> -<paragraph role="paragraph" id="par_id3147339" xml-lang="en-US"><ahelp hid=".">If you create a <link href="text/shared/02/01170203.xhp" name="subform">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line.<comment>UFI: fixes #i22439#</comment></paragraph> -<paragraph role="paragraph" id="par_id3149568" xml-lang="en-US">The subform is based on an <link href="text/shared/00/00000005.xhp#sql" name="SQL">SQL</link> query; more specifically, on a <link href="text/sdatabase/02010100.xhp" name="Parameter Query">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box.</paragraph> +<paragraph role="paragraph" id="par_id3147339" xml-lang="en-US"><ahelp hid=".">If you create a <link href="text/shared/02/01170203.xhp">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line.<comment>UFI: fixes #i22439#</comment></paragraph> +<paragraph role="paragraph" id="par_id3149568" xml-lang="en-US">The subform is based on an <link href="text/shared/00/00000005.xhp#sql">SQL</link> query; more specifically, on a <link href="text/sdatabase/02010100.xhp">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box.</paragraph> <paragraph role="paragraph" id="par_id3156089" xml-lang="en-US">Consider the following example:</paragraph> <paragraph role="paragraph" id="par_id3151017" xml-lang="en-US">The database table on which the form is based is, for example, a customer database ("Customer"), where every customer has been given a unique number in a data field named "Cust_ID". A customer's orders are maintained in another database table. You now want to see each customer's orders after entering them into the form. In order to do this you should create a subform. Under <emph>Link master fields</emph> enter the data field from the customer database which clearly identifies the customer, that is, Cust_ID. Under <emph>Link slave fields</emph> enter the name of a variable which is to accept the data of the field Cust_ID, for example, x.</paragraph> <paragraph role="paragraph" id="par_id3151248" xml-lang="en-US">The subform should show the appropriate data from the orders table ("Orders") for each customer ID (Customer_ID -> x). This is only possible if each order is uniquely assigned to one customer in the orders table. Alternatively, you can use another field called Customer_ID; however, to make sure that this field is not confused with the same field from the main form, the field is called Customer_Number.</paragraph> diff --git a/source/text/shared/02/01170300.xhp b/source/text/shared/02/01170300.xhp index 2824f0bd6a..1be2e4e77c 100644 --- a/source/text/shared/02/01170300.xhp +++ b/source/text/shared/02/01170300.xhp @@ -28,7 +28,7 @@ <bookmark xml-lang="en-US" branch="hid/.uno:TabDialog" id="bm_id9009761" localize="false"/> <bookmark xml-lang="en-US" branch="modules/spropctrlr/ui/taborder/TabOrderDialog" id="bm_id3154841" localize="false"/> <bookmark xml-lang="en-US" branch="modules/spropctrlr/ui/taborder/@@nowidget@@" id="bm_id3154841" localize="false"/> -<h1 id="hd_id3146959"><link href="text/shared/02/01170300.xhp" name="Tab Order">Activation Order</link></h1> +<h1 id="hd_id3146959"><link href="text/shared/02/01170300.xhp">Activation Order</link></h1> <paragraph role="paragraph" id="par_id3150347" xml-lang="en-US"><variable id="text"><ahelp hid=".uno:TabDialog">Opens the <emph>Tab Order</emph> dialog so you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp> </variable><comment>the button Activation Order on Form Design toolbar opens the Tab Order dialog</comment></paragraph> </section> @@ -36,7 +36,7 @@ <embed href="text/shared/00/00040501.xhp#taborder"/> </section> <paragraph role="paragraph" id="par_id3109850" xml-lang="en-US">If form elements are inserted into a document, <item type="productname">%PRODUCTNAME</item> automatically determines in which order to move from one control to the next when using the Tab key. Every new control added is automatically placed at the end of this series. In the <emph>Tab Order</emph> dialog, you can adapt the order of this series to your individual needs.</paragraph> -<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US">You can also define the index of a control through its specific properties by entering the desired value under <link href="text/shared/02/01170101.xhp" name="Order"><emph>Order</emph></link> in the <emph>Properties</emph> dialog of the control.</paragraph> +<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US">You can also define the index of a control through its specific properties by entering the desired value under <link href="text/shared/02/01170101.xhp"><emph>Order</emph></link> in the <emph>Properties</emph> dialog of the control.</paragraph> <paragraph role="paragraph" id="par_id3149760" xml-lang="en-US">A radio button inside a group can only be accessed by the Tab key when one of the radio buttons is set to "selected". If you have designed a group of radio buttons where no button is set to "selected", then the user will not be able to access the group or any of the radio buttons by keyboard.</paragraph> <bookmark xml-lang="en-US" branch="hid/modules/spropctrlr/ui/taborder/CTRLtree" id="bm_id3153114" localize="false"/><h2 id="hd_id3149140">Controls</h2> <paragraph role="paragraph" id="par_id3150789" xml-lang="en-US"><ahelp hid="modules/spropctrlr/ui/taborder/CTRLtree">Lists all controls in the form. These controls can be selected with the tab key in the given order from top to bottom.</ahelp> Select a control from the <emph>Controls </emph>list to assign the desired position in the tab order.</paragraph> diff --git a/source/text/shared/02/01170400.xhp b/source/text/shared/02/01170400.xhp index 6df2946e58..f028979029 100644 --- a/source/text/shared/02/01170400.xhp +++ b/source/text/shared/02/01170400.xhp @@ -32,15 +32,15 @@ <bookmark_value>report;add database field</bookmark_value> </bookmark> <section id="add_field_Head"> - <h1 id="hd_id3144436"><link href="text/shared/02/01170400.xhp" name="Add Field">Add Field</link></h1> + <h1 id="hd_id3144436"><link href="text/shared/02/01170400.xhp">Add Field</link></h1> <paragraph role="paragraph" id="par_id3166460" xml-lang="en-US"><variable id="text"><ahelp hid=".uno:AddField">Opens a window where you can select a database field to add to the form or report.</ahelp></variable><comment>same help id used for forms and reports</comment></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00040501.xhp#add_field"/> </section> <bookmark xml-lang="en-US" branch="hid/SVX_HID_FIELD_SEL" id="bm_id3155503" localize="false"/> -<paragraph role="paragraph" id="par_id3156114" xml-lang="en-US"><ahelp hid="HID_FIELD_SEL">The field selection window lists all database fields of the table or query that was specified as the data source in the <link href="text/shared/02/01170201.xhp" name="Form Properties">Form Properties</link>.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3156114" xml-lang="en-US"><ahelp hid="HID_FIELD_SEL">The field selection window lists all database fields of the table or query that was specified as the data source in the <link href="text/shared/02/01170201.xhp">Form Properties</link>.</ahelp></paragraph> <paragraph role="paragraph" id="par_id3147620" xml-lang="en-US">You can insert a field into the current document by dragging and dropping. A field is then inserted which contains a link to the database.</paragraph> -<paragraph role="paragraph" id="par_id3153541" xml-lang="en-US">If you add fields to a form and you switch off the <link href="text/shared/02/01170500.xhp" name="Design Mode">Design Mode</link>, you can see that $[officename] adds a labeled input field for every inserted database field.<comment>may be different for reports</comment></paragraph> +<paragraph role="paragraph" id="par_id3153541" xml-lang="en-US">If you add fields to a form and you switch off the <link href="text/shared/02/01170500.xhp">Design Mode</link>, you can see that $[officename] adds a labeled input field for every inserted database field.<comment>may be different for reports</comment></paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/01170500.xhp b/source/text/shared/02/01170500.xhp index 23029402ea..42c7d4e08a 100644 --- a/source/text/shared/02/01170500.xhp +++ b/source/text/shared/02/01170500.xhp @@ -33,13 +33,13 @@ <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" name="Design Mode On/Off">Design Mode On/Off</link></paragraph> -<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" name="Design">Design</link> and User mode. Activate to edit the form controls, deactivate to use the form controls.</ahelp></paragraph> +<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> +<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"> <embed href="text/shared/00/00040501.xhp#design"/> </section> -<paragraph role="note" id="par_id3153528" xml-lang="en-US">Please note the <link href="text/shared/02/01171000.xhp" name="Open in Design Mode"><emph>Open in Design Mode</emph></link> function. If <emph>Open in Design Mode</emph> is activated, the document is always opened in Design mode, regardless of the state in which it is saved.</paragraph> -<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US">If your form is linked to a database and you turn off the Design mode, the <link href="text/shared/main0213.xhp" name="Form Bar">Form Bar</link> is displayed at the lower margin of the document window. You can edit the link to the database in the <link href="text/shared/02/01170201.xhp" name="Form Properties">Form Properties</link>.</paragraph> +<paragraph role="note" id="par_id3153528" xml-lang="en-US">Please note the <link href="text/shared/02/01171000.xhp"><emph>Open in Design Mode</emph></link> function. If <emph>Open in Design Mode</emph> is activated, the document is always opened in Design mode, regardless of the state in which it is saved.</paragraph> +<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US">If your form is linked to a database and you turn off the Design mode, the <link href="text/shared/main0213.xhp">Form Bar</link> is displayed at the lower margin of the document window. You can edit the link to the database in the <link href="text/shared/02/01170201.xhp">Form Properties</link>.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/01170600.xhp b/source/text/shared/02/01170600.xhp index f74cf75edd..a77ec288e7 100644 --- a/source/text/shared/02/01170600.xhp +++ b/source/text/shared/02/01170600.xhp @@ -33,7 +33,7 @@ <bookmark_value>hidden controls in Form Navigator</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:ShowFmExplorer" id="bm_id7827565" localize="false"/> -<h1 id="hd_id3143284"><link href="text/shared/02/01170600.xhp" name="Form Navigator">Form Navigator</link></h1> +<h1 id="hd_id3143284"><link href="text/shared/02/01170600.xhp">Form Navigator</link></h1> <paragraph role="paragraph" id="par_id3149760" xml-lang="en-US"><ahelp hid=".uno:ShowFmExplorer">Opens the <emph>Form Navigator</emph>. The <emph>Form Navigator</emph> displays all forms and subforms of the current document with their respective controls.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3147399" xml-lang="en-US">When using several forms, the Form Navigator gives an overview of all forms, and also provides various functions for editing them.</paragraph> @@ -48,9 +48,9 @@ <bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_NEW" id="bm_id3154285" localize="false"/><h2 id="hd_id3153252">New</h2> <paragraph role="paragraph" id="par_id3153561" xml-lang="en-US"><ahelp hid="SID_FM_NEW">Adds new elements to the form. The<emph> Add </emph>function can only be called if a form is selected in the <emph>Form Navigator</emph>.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_NEW_FORM" id="bm_id3156326" localize="false"/><h3 id="hd_id3149763">Form</h3> -<paragraph role="paragraph" id="par_id3156117" xml-lang="en-US"><ahelp hid="SID_FM_NEW_FORM">Creates a new form in the document. </ahelp> To create a <link href="text/shared/02/01170203.xhp" name="subform">subform</link>, add the new form under the desired parent form.</paragraph> +<paragraph role="paragraph" id="par_id3156117" xml-lang="en-US"><ahelp hid="SID_FM_NEW_FORM">Creates a new form in the document. </ahelp> To create a <link href="text/shared/02/01170203.xhp">subform</link>, add the new form under the desired parent form.</paragraph> <bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_NEW_HIDDEN" id="bm_id3147618" localize="false"/><h3 id="hd_id3155342">Hidden Control</h3> -<paragraph role="paragraph" id="par_id3158430" xml-lang="en-US"><ahelp hid="SID_FM_NEW_HIDDEN">Creates a hidden control in the selected form that is not displayed on the screen. A hidden control serves to include data that is transmitted together with the form.</ahelp> It contains additional information or clarifying text that you can specify when creating the form through the <link href="text/shared/02/01170101.xhp" name="Special Properties">Special Properties</link> of the control. Select the entry of the hidden control in the <emph>Form Navigator</emph> and select the <emph>Properties</emph> command.</paragraph> +<paragraph role="paragraph" id="par_id3158430" xml-lang="en-US"><ahelp hid="SID_FM_NEW_HIDDEN">Creates a hidden control in the selected form that is not displayed on the screen. A hidden control serves to include data that is transmitted together with the form.</ahelp> It contains additional information or clarifying text that you can specify when creating the form through the <link href="text/shared/02/01170101.xhp">Special Properties</link> of the control. Select the entry of the hidden control in the <emph>Form Navigator</emph> and select the <emph>Properties</emph> command.</paragraph> <paragraph role="paragraph" id="par_id3159147" xml-lang="en-US">You can copy controls in the document through the clipboard (shortcut keys <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C for copying and <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V for inserting). You can copy hidden controls in the <emph>Form Navigator</emph> by using drag-and-drop while keeping the <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key pressed.</paragraph> <paragraph role="paragraph" id="par_id3145068" xml-lang="en-US">Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging.</paragraph> <bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_DELETE" id="bm_id3154073" localize="false"/> @@ -58,14 +58,14 @@ <paragraph role="paragraph" id="par_id3154938" xml-lang="en-US"><ahelp hid="SID_FM_DELETE">Deletes the selected entry.</ahelp> This allows you to delete individual form components as well as whole forms with one mouse click.</paragraph> <section id="taborder"> <h2 id="hd_id3153799">Tab order</h2> -<paragraph role="paragraph" id="par_id3156282" xml-lang="en-US">When a form is selected, it opens the <link href="text/shared/02/01170300.xhp" name="Tab Order"><emph>Tab Order</emph></link> dialog, where the indices for focusing the control elements on the Tab key are defined.</paragraph> +<paragraph role="paragraph" id="par_id3156282" xml-lang="en-US">When a form is selected, it opens the <link href="text/shared/02/01170300.xhp"><emph>Tab Order</emph></link> dialog, where the indices for focusing the control elements on the Tab key are defined.</paragraph> <bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_RENAME_OBJECT" id="bm_id3153180" localize="false"/> </section> <h2 id="hd_id3150869">Rename</h2> <paragraph role="paragraph" id="par_id3145607" xml-lang="en-US"><ahelp hid="SID_FM_RENAME_OBJECT">Renames the selected object.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:ShowPropertyBrowser" id="bm_id4632447" localize="false"/> <h2 id="hd_id3153194">Properties</h2> -<paragraph role="paragraph" id="par_id3149766" xml-lang="en-US"><ahelp hid=".uno:ShowPropertyBrowser">Starts the <emph>Properties</emph> dialog for the selected entry.</ahelp> If a form is selected, the <link href="text/shared/02/01170200.xhp" name="Form Properties">Form Properties</link> dialog opens. If a control is selected, the <link href="text/shared/02/01170100.xhp" name="Control Properties">Control Properties</link> dialog opens.</paragraph> +<paragraph role="paragraph" id="par_id3149766" xml-lang="en-US"><ahelp hid=".uno:ShowPropertyBrowser">Starts the <emph>Properties</emph> dialog for the selected entry.</ahelp> If a form is selected, the <link href="text/shared/02/01170200.xhp">Form Properties</link> dialog opens. If a control is selected, the <link href="text/shared/02/01170100.xhp">Control Properties</link> dialog opens.</paragraph> <embed href="text/shared/02/01171000.xhp#open_in_design_mode"/> </body> </helpdocument> diff --git a/source/text/shared/02/01170800.xhp b/source/text/shared/02/01170800.xhp index a37aec4353..f64731e6c5 100644 --- a/source/text/shared/02/01170800.xhp +++ b/source/text/shared/02/01170800.xhp @@ -30,12 +30,12 @@ </history> </meta> <body> -<paragraph role="heading" id="hd_id3150620" xml-lang="en-US" level="1"><link href="text/shared/02/01170800.xhp" name="Table Element Wizard">Table Element Wizard</link></paragraph> +<paragraph role="heading" id="hd_id3150620" xml-lang="en-US" level="1"><link href="text/shared/02/01170800.xhp">Table Element Wizard</link></paragraph> <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"/> </section> -<paragraph role="note" id="par_id3154422" xml-lang="en-US">You can use the <link href="text/shared/02/01171100.xhp" name="Wizards On/Off"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically.</paragraph> +<paragraph role="note" id="par_id3154422" xml-lang="en-US">You can use the <link href="text/shared/02/01171100.xhp"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically.</paragraph> <embed href="text/shared/02/01170801.xhp#page1"/> <embed href="text/shared/02/01170802.xhp#page2"/> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_GRIDWIZARD_CANCEL" id="bm_id3155552" localize="false"/><embed href="text/shared/00/00000001.xhp#cancel"/> diff --git a/source/text/shared/02/01170801.xhp b/source/text/shared/02/01170801.xhp index e1552fc490..2296c975c5 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" name="Table Element / List Box / Combo Box Wizard: Data">Table Element / List Box / Combo Box Wizard: Data</link></paragraph> +<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> <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 2061563d7e..5fdf6b25bd 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" name="Table Element Wizard: Field Selection">Table Element Wizard: Field Selection</link></paragraph> +<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> <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 e39f2106db..e1dfaba713 100644 --- a/source/text/shared/02/01170900.xhp +++ b/source/text/shared/02/01170900.xhp @@ -29,12 +29,12 @@ <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" name="Combo Box/List Box Wizard">Combo Box/List Box Wizard</link></paragraph> +<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> <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"/> </section> -<paragraph role="note" id="par_id3145211" xml-lang="en-US">You can use the <link href="text/shared/02/01171100.xhp" name="Wizards On/Off"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically.</paragraph> +<paragraph role="note" id="par_id3145211" xml-lang="en-US">You can use the <link href="text/shared/02/01171100.xhp"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically.</paragraph> <paragraph role="paragraph" id="par_id3155391" xml-lang="en-US">The wizards for combo boxes and list boxes differ from each other in their final step. This is because the nature of control fields:</paragraph> <paragraph role="paragraph" id="par_id3159233" xml-lang="en-US"> <emph>List Boxes</emph> diff --git a/source/text/shared/02/01170901.xhp b/source/text/shared/02/01170901.xhp index a9b42495e0..9d58b41e8d 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" name="Combo Box / List Box Wizard: Table Selection">Combo Box / List Box Wizard: Table Selection</link></paragraph> +<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> <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"> @@ -43,6 +43,6 @@ <paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">For combo boxes, there must be a relationship between the form table and the table containing the data to be displayed in the combo box.</paragraph> <paragraph role="heading" id="hd_id3147226" xml-lang="en-US" level="2">Table</paragraph> <paragraph role="paragraph" id="par_id3155338" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/contenttablepage/table">In the<emph> Table </emph>field, select the table containing the data field whose content should be displayed in the control field.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US">The table given here appears in the <link href="text/shared/02/01170102.xhp" name="Control properties">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field.</paragraph> +<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US">The table given here appears in the <link href="text/shared/02/01170102.xhp">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/01170902.xhp b/source/text/shared/02/01170902.xhp index b21fc31a9d..daf7c52d20 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" name="Combo/List Box Wizard: Field Selection">Combo/List Box Wizard: Field Selection</link></paragraph> +<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> <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"> @@ -40,6 +40,6 @@ <paragraph role="paragraph" id="par_id3093440" xml-lang="en-US"><ahelp hid="DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_FIELD_LB_SELECTFIELD">Displays all table fields chosen on the previous Wizard page.</ahelp></paragraph> <!-- removed HID DBP_EDIT_RID_PAGE_LCW_CONTENTSELECTION_FIELD_ET_DISPLAYEDFIELD --><paragraph role="heading" id="hd_id3145669" xml-lang="en-US" level="2">Display Field</paragraph> <paragraph role="paragraph" id="par_id3145136" xml-lang="en-US"><ahelp hid="DBP_EDIT_RID_PAGE_LCW_CONTENTSELECTION_FIELD_ET_DISPLAYEDFIELD">Specifies the field whose data are to be shown in the combo or list boxes.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US">The field name given here appears in the <link href="text/shared/02/01170102.xhp" name="Control properties">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field.</paragraph> +<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US">The field name given here appears in the <link href="text/shared/02/01170102.xhp">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/01170903.xhp b/source/text/shared/02/01170903.xhp index 95a5515a76..24edaed4fb 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" name="List Box Wizard: Field Link">List Box Wizard: Field Link</link></paragraph> +<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> <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> @@ -41,9 +41,9 @@ </section> <paragraph role="heading" id="hd_id3149180" xml-lang="en-US" level="2">Value table field</paragraph> <paragraph role="paragraph" id="par_id3150789" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/fieldlinkpage/valuefield">Specifies the current form data field which should be related to a field in the linked table.</ahelp> In addition, click the desired data field in the list field below.</paragraph> -<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp" name="Control - Properties">Control - Properties</link>, the specified field will appear as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp">Control - Properties</link>, the specified field will appear as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>.</paragraph> <paragraph role="heading" id="hd_id3149827" xml-lang="en-US" level="2">List table field</paragraph> <paragraph role="paragraph" id="par_id3155391" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/fieldlinkpage/listtable">Specifies the linked table data field, which is related to the specified value table field.</ahelp> In addition, click the data field in the lower list field.</paragraph> -<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp" name="Control - Properties">Control - Properties</link>, the specified field will appear in the <emph>Data</emph> tab page of a SQL statement under <emph>List Contents</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp">Control - Properties</link>, the specified field will appear in the <emph>Data</emph> tab page of a SQL statement under <emph>List Contents</emph>.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/01170904.xhp b/source/text/shared/02/01170904.xhp index cf171216a0..f8b5cfc9fb 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" name="Combo Box Wizard: Database Field">Combo Box Wizard: Database Field</link></paragraph> +<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> <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> @@ -42,7 +42,7 @@ <paragraph role="paragraph" id="par_id3150178" xml-lang="en-US">Two options are available for this question:</paragraph> <paragraph role="heading" id="hd_id3153394" xml-lang="en-US" level="3">Yes, I want to save it in the following database field</paragraph> <paragraph role="paragraph" id="par_id3147043" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/optiondbfieldpage/yesRadiobutton">Specifies whether the user's entered or selected combination field value should be saved in a database field.</ahelp> Several database table fields are offered which can be accessed in the current form.</paragraph> -<paragraph role="paragraph" id="par_id3145212" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp" name="Control - Properties">Control - Properties</link> the selected field appears as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3145212" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp">Control - Properties</link> the selected field appears as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>.</paragraph> <paragraph role="heading" id="hd_id3149177" xml-lang="en-US" level="3">List field</paragraph> <paragraph role="paragraph" id="par_id3147008" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/optiondbfieldpage/storeInFieldCombobox">Specifies the data field where the combination field value should be saved.</ahelp></paragraph> <paragraph role="heading" id="hd_id3148538" xml-lang="en-US" level="3">No, I only want to save the value in the form</paragraph> diff --git a/source/text/shared/02/01171000.xhp b/source/text/shared/02/01171000.xhp index f4929cfaf2..46ed49073c 100644 --- a/source/text/shared/02/01171000.xhp +++ b/source/text/shared/02/01171000.xhp @@ -35,8 +35,8 @@ <bookmark_value>edit mode; after opening</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:OpenReadOnly" id="bm_id3148520" localize="false"/> -<h1 id="hd_id3156211"><link href="text/shared/02/01171000.xhp" name="Open in Design Mode">Open in Design Mode</link></h1> -<paragraph role="paragraph" id="par_id3146130" xml-lang="en-US"><ahelp hid=".uno:OpenReadOnly">Opens forms in <link href="text/sdatabase/04030000.xhp" name="Design Mode">Design Mode</link> so that the form can be edited.</ahelp></paragraph> +<h1 id="hd_id3156211"><link href="text/shared/02/01171000.xhp">Open in Design Mode</link></h1> +<paragraph role="paragraph" id="par_id3146130" xml-lang="en-US"><ahelp hid=".uno:OpenReadOnly">Opens forms in <link href="text/sdatabase/04030000.xhp">Design Mode</link> so that the form can be edited.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3155805" xml-lang="en-US">You cannot activate the controls of the form or edit contents of database records in Design Mode. However, you can change the position and size of the controls, edit other properties, and add or delete controls in Design Mode.</paragraph> <section id="howtoget"> diff --git a/source/text/shared/02/01171100.xhp b/source/text/shared/02/01171100.xhp index c171e9b832..221506c576 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" name="Wizards On/Off">Wizards On/Off</link></paragraph> +<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01171100.xhp">Wizards On/Off</link></paragraph> <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/01171300.xhp b/source/text/shared/02/01171300.xhp index 0e68601db3..254f9e1b13 100644 --- a/source/text/shared/02/01171300.xhp +++ b/source/text/shared/02/01171300.xhp @@ -24,7 +24,7 @@ </topic> </meta> <body> -<h1 id="hd_id3151262"><link href="text/shared/02/01171300.xhp" name="Snap to Grid">Snap to Grid</link></h1> +<h1 id="hd_id3151262"><link href="text/shared/02/01171300.xhp">Snap to Grid</link></h1> <paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".">Specifies whether to move frames, drawing elements, and controls only between grid points.</ahelp></paragraph> <section id="sysnap_to_grid"> <table id="tbl_id3154230"> diff --git a/source/text/shared/02/01220000.xhp b/source/text/shared/02/01220000.xhp index a1f31b170e..bac3a4bd0f 100644 --- a/source/text/shared/02/01220000.xhp +++ b/source/text/shared/02/01220000.xhp @@ -26,14 +26,14 @@ </meta> <body> <section id="navigator"> -<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01220000.xhp" name="Navigator">Navigator</link></paragraph> +<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01220000.xhp">Navigator</link></paragraph> <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"> -<caseinline select="WRITER"><link href="text/swriter/01/02110000.xhp" name="View - Navigator"><emph>View - Navigator</emph></link></caseinline> -<caseinline select="CALC"><link href="text/scalc/01/02110000.xhp" name="View - Navigator"><emph>View - Navigator</emph></link></caseinline> -<caseinline select="DRAW"><link href="text/simpress/01/02110000.xhp" name="View - Navigator"><emph>View - Navigator</emph></link></caseinline> -<caseinline select="IMPRESS"><link href="text/simpress/01/02110000.xhp" name="View - Navigator"><emph>View - Navigator</emph></link></caseinline> +<caseinline select="WRITER"><link href="text/swriter/01/02110000.xhp"><emph>View - Navigator</emph></link></caseinline> +<caseinline select="CALC"><link href="text/scalc/01/02110000.xhp"><emph>View - Navigator</emph></link></caseinline> +<caseinline select="DRAW"><link href="text/simpress/01/02110000.xhp"><emph>View - Navigator</emph></link></caseinline> +<caseinline select="IMPRESS"><link href="text/simpress/01/02110000.xhp"><emph>View - Navigator</emph></link></caseinline> <defaultinline><emph>View - Navigator</emph></defaultinline></switchinline>.</paragraph> <section id="synavigator"> <table id="tbl_id3156136"> diff --git a/source/text/shared/02/01230000.xhp b/source/text/shared/02/01230000.xhp index a61d21a1b9..1b3b53496d 100644 --- a/source/text/shared/02/01230000.xhp +++ b/source/text/shared/02/01230000.xhp @@ -30,13 +30,13 @@ <body> <section id="stylist"> <bookmark xml-lang="en-US" branch="hid/.uno:DesignerDialog" id="bm_id3154894" localize="false"/> -<h1 id="hd_id3154228" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05140000.xhp" name="text documents">Styles</link></caseinline><caseinline select="CALC"><link href="text/scalc/01/05100000.xhp" name="spreadsheets">Styles</link></caseinline><defaultinline><link href="text/simpress/01/05100000.xhp" name="presentations/drawing documents">Styles</link></defaultinline></switchinline></h1> +<h1 id="hd_id3154228" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05140000.xhp">Styles</link></caseinline><caseinline select="CALC"><link href="text/scalc/01/05100000.xhp">Styles</link></caseinline><defaultinline><link href="text/simpress/01/05100000.xhp">Styles</link></defaultinline></switchinline></h1> <paragraph role="paragraph" id="par_id3144436" xml-lang="en-US"><ahelp hid=".uno:DesignerDialog">Specifies whether to show or hide the <emph>Styles</emph> window, which is where you can assign and organize styles.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3153894" xml-lang="en-US">Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05140000.xhp" name="text documents">text documents</link> -</caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/05100000.xhp" name="spreadsheets">spreadsheets</link> -</caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/01/05100000.xhp" name="presentations/drawing documents">presentations/drawing documents</link> -</caseinline><caseinline select="DRAW"><link href="text/simpress/01/05100000.xhp" name="presentations/drawing documents">presentations/drawing documents</link> +<paragraph role="paragraph" id="par_id3153894" xml-lang="en-US">Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05140000.xhp">text documents</link> +</caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/05100000.xhp">spreadsheets</link> +</caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/01/05100000.xhp">presentations/drawing documents</link> +</caseinline><caseinline select="DRAW"><link href="text/simpress/01/05100000.xhp">presentations/drawing documents</link> </caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>.</paragraph> <section id="systylist"> <table id="tbl_id3153345"> diff --git a/source/text/shared/02/02010000.xhp b/source/text/shared/02/02010000.xhp index e73dbd1ec8..0cd4b14884 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" name="Set Paragraph Style">Set Paragraph Style</link></paragraph> +<paragraph id="hd_id3148520" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/02010000.xhp">Set Paragraph Style</link></paragraph> <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 <emph>Styles</emph> window.</paragraph> diff --git a/source/text/shared/02/02020000.xhp b/source/text/shared/02/02020000.xhp index 7ee25b43fb..46ccbb838a 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" name="Font Name">Font Name</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3150808" role="heading" level="1"><link href="text/shared/02/02020000.xhp">Font Name</link></paragraph> <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> @@ -51,7 +51,7 @@ </table> </section> <paragraph xml-lang="en-US" id="par_id3156024" role="note">In $[officename] you see the available fonts only if a printer is installed as the default printer in your system. In order to install a printer as the default printer please refer to your operating system documentation.</paragraph> -<paragraph xml-lang="en-US" id="par_id3148550" role="paragraph"><variable id="vorschautext">You can see the name of the fonts formatted in their respective font if you mark the <emph>Show preview of fonts</emph> field in <link href="text/shared/optionen/01010800.xhp" name="$[officename] - View"><emph>$[officename] - View</emph></link> in the <emph>Options</emph> dialog box.</variable></paragraph> +<paragraph xml-lang="en-US" id="par_id3148550" role="paragraph"><variable id="vorschautext">You can see the name of the fonts formatted in their respective font if you mark the <emph>Show preview of fonts</emph> field in <link href="text/shared/optionen/01010800.xhp"><emph>$[officename] - View</emph></link> in the <emph>Options</emph> dialog box.</variable></paragraph> <switch select="sys"> <case select="WIN"> <paragraph xml-lang="en-US" id="par_id3154125" role="warning">If you receive an error message that states that certain fonts have not been found, you can install them with <emph>$[officename] Setup</emph> in the <emph>Repair</emph> mode if it is a $[officename] font.</paragraph> diff --git a/source/text/shared/02/02030000.xhp b/source/text/shared/02/02030000.xhp index e9965554fc..9e716d9009 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" name="Font Size">Font Size</link></paragraph> +<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> <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/02040000.xhp b/source/text/shared/02/02040000.xhp index 9be679f1d3..6810c72964 100644 --- a/source/text/shared/02/02040000.xhp +++ b/source/text/shared/02/02040000.xhp @@ -30,7 +30,7 @@ <body> <section id="text_left_to_right"> <bookmark branch="hid/.uno:TextdirectionLeftToRight" xml-lang="en-US" id="bm_id3148520" localize="false"/> -<h1 id="hd_id3153255"><link href="text/shared/02/02040000.xhp" name="Text running from left to right">Text running from left to right</link></h1> +<h1 id="hd_id3153255"><link href="text/shared/02/02040000.xhp">Text running from left to right</link></h1> <paragraph role="paragraph" id="par_id3153539" xml-lang="en-US"><ahelp hid=".uno:TextdirectionLeftToRight">Specifies the horizontal direction of the text.</ahelp></paragraph> </section> <section id="sytext_left_to_right"> diff --git a/source/text/shared/02/02050000.xhp b/source/text/shared/02/02050000.xhp index 8f7316d4a2..6e47fd4129 100644 --- a/source/text/shared/02/02050000.xhp +++ b/source/text/shared/02/02050000.xhp @@ -30,7 +30,7 @@ <body> <section id="text_top_to_bottom"> <bookmark branch="hid/.uno:TextdirectionTopToBottom" xml-lang="en-US" id="bm_id3148520" localize="false"/> -<h1 id="hd_id3149119"><link href="text/shared/02/02050000.xhp" name="Text running from top to bottom">Text running from top to bottom</link></h1> +<h1 id="hd_id3149119"><link href="text/shared/02/02050000.xhp">Text running from top to bottom</link></h1> <paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"><ahelp hid=".uno:TextdirectionTopToBottom" visibility="visible">Specifies the vertical direction of the text.</ahelp></paragraph> </section> <section id="sytext_top_to_bottom"> diff --git a/source/text/shared/02/02130000.xhp b/source/text/shared/02/02130000.xhp index 9e001110c2..b4af2655b7 100644 --- a/source/text/shared/02/02130000.xhp +++ b/source/text/shared/02/02130000.xhp @@ -31,10 +31,10 @@ <bookmark_value>paragraphs;decreasing indents of</bookmark_value> <bookmark_value>decrease indent of paragraph</bookmark_value> </bookmark> - <h1 id="hd_id3154228" xml-lang="en-US"><variable id="decreaseindent_h1"> <link href="text/shared/02/02130000.xhp" name="Decrease Indent">Decrease Indent</link></variable></h1> + <h1 id="hd_id3154228" xml-lang="en-US"><variable id="decreaseindent_h1"> <link href="text/shared/02/02130000.xhp">Decrease Indent</link></variable></h1> <paragraph role="paragraph" id="par_id3150247" xml-lang="en-US"><ahelp hid=".uno:DecrementIndent">Click the <emph>Decrease Indent</emph> icon to reduce the left indent of the current paragraph or cell content and set it to the previous default tab position.</ahelp></paragraph> </section> - <paragraph role="paragraph" id="par_id3154186" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs.</caseinline><caseinline select="CALC">The cell content refers to the current value under <link href="text/shared/01/05340300.xhp" name="Format - Cells - Alignment"><emph>Format - Cells - Alignment</emph></link>.</caseinline></switchinline></paragraph> + <paragraph role="paragraph" id="par_id3154186" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs.</caseinline><caseinline select="CALC">The cell content refers to the current value under <link href="text/shared/01/05340300.xhp"><emph>Format - Cells - Alignment</emph></link>.</caseinline></switchinline></paragraph> <section id="indentdecreaseicon"> <table id="tbl_id3147576"> <tablerow> @@ -47,7 +47,7 @@ </tablerow> </table> </section> - <paragraph role="paragraph" id="par_id3153031" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href="text/shared/optionen/01040200.xhp" name="Writer - General"><emph>%PRODUCTNAME Writer - General</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph> + <paragraph role="paragraph" id="par_id3153031" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href="text/shared/optionen/01040200.xhp"><emph>%PRODUCTNAME Writer - General</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph> <section id="relatedtopics"> <embed href="text/shared/02/02140000.xhp#increaseindent_h1"/> <embed href="text/swriter/guide/indenting.xhp#indenting"/> diff --git a/source/text/shared/02/02140000.xhp b/source/text/shared/02/02140000.xhp index 3de6d3bb3d..168ba59a2b 100644 --- a/source/text/shared/02/02140000.xhp +++ b/source/text/shared/02/02140000.xhp @@ -31,11 +31,11 @@ <bookmark_value>increase indent of paragraph</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:IncrementIndent" id="bm_id636827" localize="false"/> - <h1 xml-lang="en-US" id="hd_id3148520"><variable id="increaseindent_h1"><link href="text/shared/02/02140000.xhp" name="Increase Indent">Increase Indent</link></variable></h1> + <h1 xml-lang="en-US" id="hd_id3148520"><variable id="increaseindent_h1"><link href="text/shared/02/02140000.xhp">Increase Indent</link></variable></h1> <paragraph xml-lang="en-US" id="par_id3151330" role="paragraph"><ahelp hid=".">Click the <emph>Increase Indent</emph> icon to increase the left indent of the current paragraph or cell content and set it to the next default tab position.</ahelp></paragraph> </section> <paragraph xml-lang="en-US" id="par_id3149798" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">If several paragraphs are selected, the indentation of all selected paragraphs is increased. - </caseinline><caseinline select="CALC">The cell content refers to the current value under <link href="text/shared/01/05340300.xhp" name="Format - Cells - Alignment"><emph>Format - Cells - Alignment</emph></link> tab. + </caseinline><caseinline select="CALC">The cell content refers to the current value under <link href="text/shared/01/05340300.xhp"><emph>Format - Cells - Alignment</emph></link> tab. </caseinline></switchinline></paragraph> <section id="indentincreaseicon"> <table id="tbl_id3155535"> @@ -49,7 +49,7 @@ </tablerow> </table> </section> - <paragraph xml-lang="en-US" id="par_id3152996" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href="text/shared/optionen/01040200.xhp" name="Writer - General"><emph>%PRODUCTNAME Writer - General</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph> + <paragraph xml-lang="en-US" id="par_id3152996" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href="text/shared/optionen/01040200.xhp"><emph>%PRODUCTNAME Writer - General</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph> <paragraph xml-lang="en-US" id="par_id3157910" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">Example:</caseinline></switchinline></paragraph> <paragraph xml-lang="en-US" id="par_id3153698" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">The indents of two paragraphs are moved with the <emph>Increase Indent</emph> function to a standard tab distance of 2 cm:</caseinline></switchinline></paragraph> <switch select="appl"> diff --git a/source/text/shared/02/02160000.xhp b/source/text/shared/02/02160000.xhp index 411189d3e4..96649e47ba 100644 --- a/source/text/shared/02/02160000.xhp +++ b/source/text/shared/02/02160000.xhp @@ -30,7 +30,7 @@ <body> <section id="character_highlight"> <bookmark xml-lang="en-US" branch="hid/.uno:BackColor" id="bm_id3153323" localize="false"/> -<h1 id="hd_id3109850"><link href="text/shared/02/02160000.xhp" name="Highlight Color">Highlighting</link></h1> +<h1 id="hd_id3109850"><link href="text/shared/02/02160000.xhp">Highlighting</link></h1> <paragraph role="paragraph" id="par_id3154927" xml-lang="en-US"><variable id="highlight_color"><ahelp hid=".uno:BackColor">Applies current highlighting color to the <switchinline select="appl"><caseinline select="WRITER">character style or</caseinline></switchinline> text selection.</ahelp></variable></paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/02170000.xhp b/source/text/shared/02/02170000.xhp index 9c6655d6bf..612cb7ecb7 100644 --- a/source/text/shared/02/02170000.xhp +++ b/source/text/shared/02/02170000.xhp @@ -27,7 +27,7 @@ <body> <section id="background_color"> <bookmark xml-lang="en-US" branch="hid/.uno:BackgroundColor" id="bm_id3148983" localize="false"/> -<h1 id="hd_id3154232"><link href="text/shared/02/02170000.xhp" name="Background Color">Background Color</link></h1> +<h1 id="hd_id3154232"><link href="text/shared/02/02170000.xhp">Background Color</link></h1> <paragraph role="paragraph" id="par_id3149140" xml-lang="en-US"><variable id="hintergrundfarbetext"><ahelp hid=".">Click to open a toolbar where you can click a background color for a paragraph. The color is applied to the background of the current paragraph or the selected paragraphs.</ahelp></variable></paragraph> </section> <embed href="text/shared/guide/background.xhp#background"/> diff --git a/source/text/shared/02/03110000.xhp b/source/text/shared/02/03110000.xhp index f620fd361d..fcea979a40 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" name="Increase Spacing">Increase Spacing</link></paragraph> +<paragraph role="heading" id="hd_id3154873" xml-lang="en-US" level="1"><link href="text/shared/02/03110000.xhp">Increase Spacing</link></paragraph> <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"> @@ -45,6 +45,6 @@ </tablerow> </table> </section> -<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US">You can make additional adjustments to the spacing by selecting <link href="text/shared/01/05030100.xhp" name="Format - Paragraph - Indents & Spacing"><emph>Format - Paragraph - Indents & Spacing</emph></link>.</paragraph> +<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US">You can make additional adjustments to the spacing by selecting <link href="text/shared/01/05030100.xhp"><emph>Format - Paragraph - Indents & Spacing</emph></link>.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/03120000.xhp b/source/text/shared/02/03120000.xhp index 5978371994..bd04790c2b 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" name="Decrease Spacing">Decrease Spacing</link></paragraph> +<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/03120000.xhp">Decrease Spacing</link></paragraph> <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"> @@ -45,6 +45,6 @@ </tablerow> </table> </section> -<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US">You can make additional adjustments to the spacing by selecting <link href="text/shared/01/05030100.xhp" name="Format - Paragraph - Indents & Spacing"><emph>Format - Paragraph - Indents & Spacing</emph></link>.</paragraph> +<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US">You can make additional adjustments to the spacing by selecting <link href="text/shared/01/05030100.xhp"><emph>Format - Paragraph - Indents & Spacing</emph></link>.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/03130000.xhp b/source/text/shared/02/03130000.xhp index 2ffae46f0e..1f4c164ef3 100644 --- a/source/text/shared/02/03130000.xhp +++ b/source/text/shared/02/03130000.xhp @@ -30,7 +30,7 @@ <body> <section id="borders"> <bookmark xml-lang="en-US" branch="hid/.uno:SetBorderStyle" id="bm_id5165835" localize="false"/> -<h1 id="hd_id3143284"><link href="text/shared/02/03130000.xhp" name="Borders">Borders</link></h1> +<h1 id="hd_id3143284"><link href="text/shared/02/03130000.xhp">Borders</link></h1> <paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid=".uno:SetBorderStyle">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3147261" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC"> @@ -49,7 +49,7 @@ </tablerow> </table> </section> -<paragraph role="paragraph" id="par_id3148990" xml-lang="en-US">Further information can be found in the Help in <link href="text/shared/01/05030500.xhp" name="Borders"><emph>Borders</emph></link>. You can also find information on how to <link href="text/shared/guide/border_table.xhp" name="format a text table"><emph>format a text table</emph></link> with the <emph>Borders</emph> icon.</paragraph> +<paragraph role="paragraph" id="par_id3148990" xml-lang="en-US">Further information can be found in the Help in <link href="text/shared/01/05030500.xhp"><emph>Borders</emph></link>. You can also find information on how to <link href="text/shared/guide/border_table.xhp"><emph>format a text table</emph></link> with the <emph>Borders</emph> icon.</paragraph> <section id="relatedtopics"> <switch select="appl"> <case select="WRITER"><embed href="text/swriter/guide/border_object.xhp#border_object"/><comment>UFI: moved border_object into Writer switch</comment><embed href="text/swriter/guide/border_page.xhp#border_page"/> diff --git a/source/text/shared/02/03140000.xhp b/source/text/shared/02/03140000.xhp index 4841850c85..ff9f625d6e 100644 --- a/source/text/shared/02/03140000.xhp +++ b/source/text/shared/02/03140000.xhp @@ -27,7 +27,7 @@ <body> <section id="line_style"> <bookmark xml-lang="en-US" branch="hid/.uno:LineStyle" id="bm_id3154545" localize="false"/> -<h1 id="hd_id3146936"><link href="text/shared/02/03140000.xhp" name="Line Style">Line Style</link></h1> +<h1 id="hd_id3146936"><link href="text/shared/02/03140000.xhp">Line Style</link></h1> <paragraph role="paragraph" id="par_id3155577" xml-lang="en-US"><ahelp hid=".uno:LineStyle">Click this icon to open the <emph>Line Style</emph> toolbar, where you can modify the border line style.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3154926" xml-lang="en-US">This border can be the border of a frame, graphic or table. The <emph>Line Style</emph> icon will only be visible if a graphic, table, chart object or frame has been selected.</paragraph> @@ -43,6 +43,6 @@ </tablerow> </table> </section> -<paragraph role="paragraph" id="par_id3153114" xml-lang="en-US">For more information, see the <link href="text/shared/01/05030500.xhp" name="Borders"><emph>Borders</emph></link> section of the Help.</paragraph> +<paragraph role="paragraph" id="par_id3153114" xml-lang="en-US">For more information, see the <link href="text/shared/01/05030500.xhp"><emph>Borders</emph></link> section of the Help.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/03150000.xhp b/source/text/shared/02/03150000.xhp index f54a3ea307..7dca71c094 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" name="Border Color">Border Color</link></paragraph> +<paragraph role="heading" id="hd_id3154873" xml-lang="en-US" level="1"><link href="text/shared/02/03150000.xhp">Border Color</link></paragraph> <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"> @@ -42,6 +42,6 @@ </tablerow> </table> </section> -<paragraph role="paragraph" id="par_id3154317" xml-lang="en-US">For more information, see the <link href="text/shared/01/05030500.xhp" name="Borders"><emph>Borders</emph></link> section in the Help.</paragraph> +<paragraph role="paragraph" id="par_id3154317" xml-lang="en-US">For more information, see the <link href="text/shared/01/05030500.xhp"><emph>Borders</emph></link> section in the Help.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/03200000.xhp b/source/text/shared/02/03200000.xhp index 3f0e1b37b1..331eb90655 100644 --- a/source/text/shared/02/03200000.xhp +++ b/source/text/shared/02/03200000.xhp @@ -29,11 +29,11 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153323"><bookmark_value>anchors; changing</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:ToggleAnchorType" id="bm_id571270" localize="false"/> -<h1 id="hd_id3153323" xml-lang="en-US"><link href="text/shared/02/03200000.xhp" name="Change Anchor">Anchor</link></h1> +<h1 id="hd_id3153323" xml-lang="en-US"><link href="text/shared/02/03200000.xhp">Anchor</link></h1> </section> <paragraph role="paragraph" id="par_id3150499" xml-lang="en-US"><variable id="verankerungtext"><ahelp hid=".uno:ToggleAnchorType">Allows you to switch between anchoring options.</ahelp> </variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select="appl"><caseinline select="WRITER">or frame</caseinline></switchinline> is selected.</paragraph> -<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">Further information about the anchoring is contained in the <link href="text/shared/01/05260000.xhp" name="Anchoring"><emph>Anchoring</emph></link> help section.</paragraph> +<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">Further information about the anchoring is contained in the <link href="text/shared/01/05260000.xhp"><emph>Anchoring</emph></link> help section.</paragraph> <switch select="appl"> <case select="WRITER"><embed href="text/shared/00/00040501.xhp#syanchoring"/> </case> diff --git a/source/text/shared/02/04210000.xhp b/source/text/shared/02/04210000.xhp index aeff823d00..acad30ec89 100644 --- a/source/text/shared/02/04210000.xhp +++ b/source/text/shared/02/04210000.xhp @@ -27,7 +27,7 @@ <body> <section id="optimize"> <bookmark xml-lang="en-US" branch="hid/.uno:OptimizeTable" id="bm_id6810577" localize="false"/> -<h1 id="hd_id3151185" xml-lang="en-US"><variable id="optimizeh1"><link href="text/shared/02/04210000.xhp" name="Optimize Size">Optimize Size</link></variable></h1> +<h1 id="hd_id3151185" xml-lang="en-US"><variable id="optimizeh1"><link href="text/shared/02/04210000.xhp">Optimize Size</link></variable></h1> <paragraph role="paragraph" id="par_id3145412" xml-lang="en-US"><ahelp hid=".uno:OptimizeTable">Opens a toolbar that contains functions for optimizing the rows and columns in a table.</ahelp></paragraph> </section> <section id="syoptimize"> diff --git a/source/text/shared/02/05020000.xhp b/source/text/shared/02/05020000.xhp index 0530ff4bae..895344df97 100644 --- a/source/text/shared/02/05020000.xhp +++ b/source/text/shared/02/05020000.xhp @@ -30,10 +30,10 @@ <body> <section id="arrow_style"> <bookmark xml-lang="en-US" branch="hid/.uno:LineEndStyle" id="bm_id3109850" localize="false"/> -<h1 id="hd_id3148520"><link href="text/shared/02/05020000.xhp" name="Arrow Style">Arrow Style</link></h1> +<h1 id="hd_id3148520"><link href="text/shared/02/05020000.xhp">Arrow Style</link></h1> <paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:LineEndStyle">Opens the <emph>Arrowheads</emph> toolbar. Use the symbols shown to define the style for the end of the selected line.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3150808" xml-lang="en-US">The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href="text/shared/01/05200300.xhp" name="Line Styles"><emph>Line Styles</emph></link> section of the Help.</paragraph> +<paragraph role="paragraph" id="par_id3150808" xml-lang="en-US">The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href="text/shared/01/05200300.xhp"><emph>Line Styles</emph></link> section of the Help.</paragraph> <section id="syarrow_style"> <table id="tbl_id3147261"> <tablerow> diff --git a/source/text/shared/02/05090000.xhp b/source/text/shared/02/05090000.xhp index e4d0c79b6a..4efbef9b22 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" name="Rotate">Rotate</link></paragraph> +<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/shared/02/05090000.xhp">Rotate</link></paragraph> <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. @@ -49,7 +49,7 @@ </table> </section> <section id="relatedtopics"> -<paragraph role="paragraph" id="par_id3156113" xml-lang="en-US"><link href="text/shared/01/05230300.xhp" name="Format - Position and Size - Rotate"><emph>Format - Position and Size - Rotate</emph></link>.</paragraph> +<paragraph role="paragraph" id="par_id3156113" xml-lang="en-US"><link href="text/shared/01/05230300.xhp"><emph>Format - Position and Size - Rotate</emph></link>.</paragraph> </section> </body> </helpdocument> diff --git a/source/text/shared/02/06050000.xhp b/source/text/shared/02/06050000.xhp index 70941518a0..51089004b3 100644 --- a/source/text/shared/02/06050000.xhp +++ b/source/text/shared/02/06050000.xhp @@ -31,10 +31,10 @@ <section id="demote_one_level"> <bookmark xml-lang="en-US" branch="hid/.uno:OutlineRight" id="bm_id7638577" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:DecrementLevel" id="bm_id6945277" localize="false"/> - <h1 id="hd_id3148983"><link href="text/shared/02/06050000.xhp" name="Demote One Level">Demote<switchinline select="appl"><caseinline select="WRITER"> Outline Level</caseinline></switchinline></link></h1> + <h1 id="hd_id3148983"><link href="text/shared/02/06050000.xhp">Demote<switchinline select="appl"><caseinline select="WRITER"> Outline Level</caseinline></switchinline></link></h1> <paragraph role="paragraph" id="par_id3147285" xml-lang="en-US"><ahelp hid="."><switchinline select="appl"><caseinline select="WRITER">Moves a chapter heading where the cursor is located, or selected chapter headings, down one outline level. </caseinline></switchinline>Moves a list paragraph where the cursor is located, or selected list paragraphs, down one list level.</ahelp><comment>UFI: need two files for numbering and outline, also for 06060000.xhp</comment></paragraph> </section> -<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The <menuitem>Demote Outline Level</menuitem> icon is on the <link href="text/swriter/main0206.xhp" name="BulletNumberingBar"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline> +<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The <menuitem>Demote Outline Level</menuitem> icon is on the <link href="text/swriter/main0206.xhp"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline> <caseinline select="IMPRESS">The <menuitem>Demote</menuitem> icon is on the <menuitem>Outline</menuitem> bar, which appears when working in the outline view. This function can also be called by pressing <keycode>Alt+Shift+Right Arrow</keycode>.</caseinline></switchinline></paragraph> <section id="sydemote_one_level"> <table id="tbl_id3153394"> diff --git a/source/text/shared/02/06060000.xhp b/source/text/shared/02/06060000.xhp index 45b26e90fb..9977ec7956 100644 --- a/source/text/shared/02/06060000.xhp +++ b/source/text/shared/02/06060000.xhp @@ -31,10 +31,10 @@ <section id="promote_one_level"> <bookmark xml-lang="en-US" branch="hid/.uno:OutlineLeft" id="bm_id1102480" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:IncrementLevel" id="bm_id8156328" localize="false"/> -<h1 id="hd_id3159225"><link href="text/shared/02/06060000.xhp" name="Promote One Level">Promote<switchinline select="appl"><caseinline select="WRITER"> Outline Level</caseinline></switchinline></link></h1> +<h1 id="hd_id3159225"><link href="text/shared/02/06060000.xhp">Promote<switchinline select="appl"><caseinline select="WRITER"> Outline Level</caseinline></switchinline></link></h1> <paragraph role="paragraph" id="par_id3149999" xml-lang="en-US"><ahelp hid="."><switchinline select="appl"><caseinline select="WRITER">Moves a chapter heading where the cursor is located, or selected chapter headings, up one outline level. </caseinline></switchinline>Moves a list paragraph where the cursor is located, or selected list paragraphs, up one list level.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3149205" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The <menuitem>Promote Outline Level</menuitem> icon is on the <link href="text/swriter/main0206.xhp" name="BulletNumberingBar"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline><caseinline select="IMPRESS">The <menuitem>Promote</menuitem> icon is on the <menuitem>Outline</menuitem> bar, which appears when working in the outline view. This function can also be called by pressing <keycode>Alt+Shift+Left Arrow</keycode>.</caseinline></switchinline></paragraph> +<paragraph role="paragraph" id="par_id3149205" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The <menuitem>Promote Outline Level</menuitem> icon is on the <link href="text/swriter/main0206.xhp"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline><caseinline select="IMPRESS">The <menuitem>Promote</menuitem> icon is on the <menuitem>Outline</menuitem> bar, which appears when working in the outline view. This function can also be called by pressing <keycode>Alt+Shift+Left Arrow</keycode>.</caseinline></switchinline></paragraph> <section id="sypromote_one_level"> <table id="tbl_id3147008"> <tablerow> diff --git a/source/text/shared/02/06100000.xhp b/source/text/shared/02/06100000.xhp index ec2ad68357..3d06061ba9 100644 --- a/source/text/shared/02/06100000.xhp +++ b/source/text/shared/02/06100000.xhp @@ -31,13 +31,13 @@ <section id="move_up"> <bookmark xml-lang="en-US" branch="hid/.uno:OutlineUp" id="bm_id3154094" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:MoveUp" id="bm_id3148520" localize="false"/> -<h1 id="hd_id3144740"><link href="text/shared/02/06100000.xhp" name="Move Up"><switchinline select="appl"><caseinline select="WRITER">Move Item Up</caseinline><defaultinline>Move Up</defaultinline></switchinline></link></h1> +<h1 id="hd_id3144740"><link href="text/shared/02/06100000.xhp"><switchinline select="appl"><caseinline select="WRITER">Move Item Up</caseinline><defaultinline>Move Up</defaultinline></switchinline></link></h1> <paragraph role="paragraph" id="par_id3109850" xml-lang="en-US"><ahelp hid=".">Moves the paragraph where the cursor is located, or selected paragraphs, to before the previous paragraph.</ahelp></paragraph> </section> <switch select="appl"> <case select="WRITER"> <paragraph role="paragraph" id="par_id3149283" xml-lang="en-US">If you have numbered paragraphs and use the <menuitem>Move Item Up</menuitem> command, then the numbers are adjusted automatically to the current order.</paragraph> -<paragraph role="paragraph" id="par_id681650030725110">The <menuitem>Move Item Up</menuitem> icon appears on the <link href="text/swriter/main0206.xhp" name="BulletNumberingBar"><menuitem>Bullets and Numbering</menuitem></link> bar.</paragraph> +<paragraph role="paragraph" id="par_id681650030725110">The <menuitem>Move Item Up</menuitem> icon appears on the <link href="text/swriter/main0206.xhp"><menuitem>Bullets and Numbering</menuitem></link> bar.</paragraph> <paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">The <menuitem>Move Item Up</menuitem> command is always active. This function can also be called by pressing <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Up Arrow</keycode>.</paragraph> </case> <case select="IMPRESS"> diff --git a/source/text/shared/02/06110000.xhp b/source/text/shared/02/06110000.xhp index 3d99053de1..73b5a56820 100644 --- a/source/text/shared/02/06110000.xhp +++ b/source/text/shared/02/06110000.xhp @@ -31,13 +31,13 @@ <section id="move_down"> <bookmark xml-lang="en-US" branch="hid/.uno:OutlineDown" id="bm_id3154894" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:MoveDown" id="bm_id3149495" localize="false"/> -<h1 id="hd_id3148520"><link href="text/shared/02/06110000.xhp" name="Move Down"><switchinline select="appl"><caseinline select="WRITER">Move Item Down</caseinline><defaultinline>Move Down</defaultinline></switchinline></link></h1> +<h1 id="hd_id3148520"><link href="text/shared/02/06110000.xhp"><switchinline select="appl"><caseinline select="WRITER">Move Item Down</caseinline><defaultinline>Move Down</defaultinline></switchinline></link></h1> <paragraph role="paragraph" id="par_id3154228" xml-lang="en-US"><ahelp hid=".">Moves the paragraph where the cursor is located, or selected paragraphs, to after the next paragraph.</ahelp></paragraph> </section> <switch select="appl"> <case select="WRITER"> <paragraph role="paragraph" id="par_id3158405" xml-lang="en-US">If you have numbered paragraphs and use <menuitem>Move Item Down</menuitem>, then the numbers are adjusted automatically to the current order.</paragraph> -<paragraph role="paragraph" id="par_id431650033515260">The <menuitem>Move Item Down</menuitem> icon appears on the <link href="text/swriter/main0206.xhp" name="BulletNumberingBar"><menuitem>Bullets and Numbering</menuitem></link> bar.</paragraph> +<paragraph role="paragraph" id="par_id431650033515260">The <menuitem>Move Item Down</menuitem> icon appears on the <link href="text/swriter/main0206.xhp"><menuitem>Bullets and Numbering</menuitem></link> bar.</paragraph> <paragraph role="paragraph" id="par_id3149751" xml-lang="en-US">The <menuitem>Move Item Down</menuitem> command is always active. This function can also be called by pressing <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Down Arrow</keycode>.</paragraph> </case> <case select="IMPRESS"> diff --git a/source/text/shared/02/06120000.xhp b/source/text/shared/02/06120000.xhp index 09826d05ee..30bbd59367 100644 --- a/source/text/shared/02/06120000.xhp +++ b/source/text/shared/02/06120000.xhp @@ -30,13 +30,13 @@ <body> <section id="toggle_bullets"> <bookmark xml-lang="en-US" branch="hid/.uno:DefaultBullet" id="bm_id5921827" localize="false"/> -<h1 id="hd_id3154228" xml-lang="en-US"><link href="text/shared/02/06120000.xhp" name="Bullets On/Off">Toggle Unordered List</link></h1> +<h1 id="hd_id3154228" xml-lang="en-US"><link href="text/shared/02/06120000.xhp">Toggle Unordered List</link></h1> <paragraph role="paragraph" id="par_id3148520" xml-lang="en-US"><ahelp hid=".uno:DefaultBullet">Assigns bullet points to the selected paragraphs, or removes them from bulleted paragraphs.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp" name="Bullets and Numbering"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <link href="text/swriter/main0206.xhp" name="Bullets and Numbering Bar"><emph>Bullets and Numbering</emph> bar</link>.</caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp" name="Bullets and Numbering"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <emph>Text Formatting</emph> bar.</caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">In the <link href="text/swriter/01/03120000.xhp" name="Web Layout"><emph>Web Layout</emph></link>, some numbering/bullet options are not available.</caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3154317" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS">The distance between the text and the left text box and the position of the bullets can be determined in the dialog under <link href="text/shared/01/05030100.xhp" name="Format - Paragraph"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent.</caseinline></switchinline></paragraph> +<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <link href="text/swriter/main0206.xhp"><emph>Bullets and Numbering</emph> bar</link>.</caseinline></switchinline></paragraph> +<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <emph>Text Formatting</emph> bar.</caseinline></switchinline></paragraph> +<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">In the <link href="text/swriter/01/03120000.xhp"><emph>Web Layout</emph></link>, some numbering/bullet options are not available.</caseinline></switchinline></paragraph> +<paragraph role="paragraph" id="par_id3154317" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS">The distance between the text and the left text box and the position of the bullets can be determined in the dialog under <link href="text/shared/01/05030100.xhp"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent.</caseinline></switchinline></paragraph> <section id="sytoggle_bullets"> <table id="tbl_id3146798"> <tablerow> diff --git a/source/text/shared/02/07010000.xhp b/source/text/shared/02/07010000.xhp index 6921a10dd9..ca50727f24 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" name="Load URL">Load URL</link></paragraph> +<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="1"><link href="text/shared/02/07010000.xhp">Load URL</link></paragraph> <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 08d64a67a8..b24dc65f47 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" name="Reload">Reload</link></paragraph> +<paragraph id="hd_id3153089" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/07060000.xhp">Reload</link></paragraph> <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/07070000.xhp b/source/text/shared/02/07070000.xhp index f486e28ab2..f325143be0 100644 --- a/source/text/shared/02/07070000.xhp +++ b/source/text/shared/02/07070000.xhp @@ -38,7 +38,7 @@ <bookmark_value>Edit Mode icon</bookmark_value> </bookmark><comment>mw inserted "Edit File icon" entry</comment> <bookmark xml-lang="en-US" branch="hid/.uno:EditDoc" id="bm_id2451362" localize="false"/> -<h1 id="hd_id3148520" xml-lang="en-US"><link href="text/shared/02/07070000.xhp" name="Edit File">Edit Mode</link></h1> +<h1 id="hd_id3148520" xml-lang="en-US"><link href="text/shared/02/07070000.xhp">Edit Mode</link></h1> <paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"><ahelp hid=".uno:EditDoc" visibility="hidden">Enables you to edit a read-only document or database table.</ahelp> Use the<emph> Edit Mode</emph> icon to activate or deactivate the edit mode.</paragraph> </section> <section id="syedit_mode"> diff --git a/source/text/shared/02/07070100.xhp b/source/text/shared/02/07070100.xhp index 338cb3548d..54ac715d52 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" name="Edit Data">Edit Data</link></paragraph> +<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"><link href="text/shared/02/07070100.xhp">Edit Data</link></paragraph> <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 06ca1721f8..49e723e49b 100644 --- a/source/text/shared/02/07070200.xhp +++ b/source/text/shared/02/07070200.xhp @@ -29,10 +29,10 @@ </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" name="Save Record">Save Record</link></paragraph> +<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/07070200.xhp">Save Record</link></paragraph> <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" name="Database Bar"><emph>Table Data</emph> bar</link>.</paragraph> +<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> </section> <embed href="text/shared/00/00000401.xhp#sysave"/> <paragraph role="paragraph" id="par_id3152372" xml-lang="en-US">Changes to the contents of a record are automatically saved as soon as you select another record. To save changes without selecting another record, click the <emph>Save Record</emph> icon.</paragraph> diff --git a/source/text/shared/02/07080000.xhp b/source/text/shared/02/07080000.xhp index 3004adbe15..cd330a0d2e 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" name="Stop Loading">Stop Loading</link></paragraph> +<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"><link href="text/shared/02/07080000.xhp">Stop Loading</link></paragraph> <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 b6f9728c56..05f66563c2 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" name="Export Directly as PDF">Export Directly as PDF</link></paragraph> +<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> <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 9813017a81..44fdb9dcbf 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" name="Document Information">Document Information</link></paragraph> +<paragraph id="hd_id3153383" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/08010000.xhp">Document Information</link></paragraph> <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 c58048d4d8..ab37997474 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" name="Position in Document">Position in Document</link></paragraph> +<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/08020000.xhp">Position in Document</link></paragraph> <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/09070000.xhp b/source/text/shared/02/09070000.xhp index 05c01e7ef5..a2211a6c3e 100644 --- a/source/text/shared/02/09070000.xhp +++ b/source/text/shared/02/09070000.xhp @@ -30,14 +30,14 @@ <bookmark xml-lang="en-US" branch="hid/.uno:HyperlinkDialog" id="bm_id4087126" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:EditHyperlink" id="bm_id6121214" localize="false"/> -<h1 xml-lang="en-US" id="hd_id3145759"><variable id="hyperdia"><link href="text/shared/02/09070000.xhp" name="Hyperlink Dialog">Hyperlink</link></variable></h1> +<h1 xml-lang="en-US" id="hd_id3145759"><variable id="hyperdia"><link href="text/shared/02/09070000.xhp">Hyperlink</link></variable></h1> <paragraph xml-lang="en-US" id="par_id3156183" role="paragraph"><variable id="hyperdiatext"><ahelp hid=".">Opens a dialog that enables you to edit hyperlinks.</ahelp></variable></paragraph> </section> <section id="howtoget"> <paragraph role="paragraph" id="par_id511616406933483">Choose <menuitem>Insert - Hyperlink</menuitem>.</paragraph> <paragraph role="paragraph" id="par_id771616410590648">Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink.</paragraph> -<paragraph role="paragraph" id="par_id161616407054506">On <link href="text/shared/main0201.xhp" name="Standard Bar"><emph>Standard</emph></link> bar, click</paragraph> +<paragraph role="paragraph" id="par_id161616407054506">On <link href="text/shared/main0201.xhp"><emph>Standard</emph></link> bar, click</paragraph> </section> <section id="syhyperdia"> diff --git a/source/text/shared/02/09070100.xhp b/source/text/shared/02/09070100.xhp index f1ac31d90a..81aa41fa0f 100644 --- a/source/text/shared/02/09070100.xhp +++ b/source/text/shared/02/09070100.xhp @@ -28,8 +28,8 @@ <section id="internet"> <bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkinternetpage/HyperlinkInternetPage" id="bm_id3149119" localize="false"/> <bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkinternetpage/@@nowidget@@" id="bm_id3149119" localize="false"/> -<h1 id="hd_id3151100"><link href="text/shared/02/09070100.xhp" name="Internet">Internet</link></h1> -<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US"><ahelp hid=".">Use the <emph>Internet</emph> page of the <link href="text/shared/02/09070000.xhp" name="Hyperlink dialog"><emph>Hyperlink</emph> dialog</link> to edit hyperlinks with <emph>WWW</emph> or <emph>FTP</emph> addresses.</ahelp></paragraph> +<h1 id="hd_id3151100"><link href="text/shared/02/09070100.xhp">Internet</link></h1> +<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US"><ahelp hid=".">Use the <emph>Internet</emph> page of the <link href="text/shared/02/09070000.xhp"><emph>Hyperlink</emph> dialog</link> to edit hyperlinks with <emph>WWW</emph> or <emph>FTP</emph> addresses.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000403.xhp#hypdiainternet"/> diff --git a/source/text/shared/02/09070200.xhp b/source/text/shared/02/09070200.xhp index 9858b5574f..439e3ac6c7 100644 --- a/source/text/shared/02/09070200.xhp +++ b/source/text/shared/02/09070200.xhp @@ -28,8 +28,8 @@ <section id="mailnews"> <bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkmailpage/HyperlinkMailPage" id="bm_id3152918" localize="false"/> <bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkmailpage/@@nowidget@@" id="bm_id3152918" localize="false"/> -<h1 id="hd_id3147102"><link href="text/shared/02/09070200.xhp" name="Mail">Mail</link></h1> -<paragraph role="paragraph" id="par_id3153049" xml-lang="en-US"><ahelp hid=".">On the <emph>Mail</emph> page in the <link href="text/shared/02/09070000.xhp" name="Hyperlink dialog"><emph>Hyperlink</emph> dialog</link> you can edit hyperlinks for email addresses.</ahelp></paragraph> +<h1 id="hd_id3147102"><link href="text/shared/02/09070200.xhp">Mail</link></h1> +<paragraph role="paragraph" id="par_id3153049" xml-lang="en-US"><ahelp hid=".">On the <emph>Mail</emph> page in the <link href="text/shared/02/09070000.xhp"><emph>Hyperlink</emph> dialog</link> you can edit hyperlinks for email addresses.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000403.xhp#hypdiamailnews"/> diff --git a/source/text/shared/02/09070300.xhp b/source/text/shared/02/09070300.xhp index 29de0ff1b5..fb9ebe99e3 100644 --- a/source/text/shared/02/09070300.xhp +++ b/source/text/shared/02/09070300.xhp @@ -28,8 +28,8 @@ <section id="document"> <bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkdocpage/HyperlinkDocPage" id="bm_id3154094" localize="false"/> <bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkdocpage/@@nowidget@@" id="bm_id3154094" localize="false"/> -<h1 id="hd_id3143284"><link href="text/shared/02/09070300.xhp" name="Document">Document</link></h1> -<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US"><ahelp hid=".">Hyperlinks to any document or targets in documents can be edited using the <emph>Document</emph> tab from the <link href="text/shared/02/09070000.xhp" name="Hyperlink dialog"><emph>Hyperlink</emph> dialog</link>.</ahelp></paragraph> +<h1 id="hd_id3143284"><link href="text/shared/02/09070300.xhp">Document</link></h1> +<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US"><ahelp hid=".">Hyperlinks to any document or targets in documents can be edited using the <emph>Document</emph> tab from the <link href="text/shared/02/09070000.xhp"><emph>Hyperlink</emph> dialog</link>.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000403.xhp#hypdiadok"/> diff --git a/source/text/shared/02/09070400.xhp b/source/text/shared/02/09070400.xhp index d51548670c..86e9708491 100644 --- a/source/text/shared/02/09070400.xhp +++ b/source/text/shared/02/09070400.xhp @@ -28,8 +28,8 @@ <section id="new_document"> <bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinknewdocpage/HyperlinkNewDocPage" id="bm_id3159224" localize="false"/> <bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinknewdocpage/@@nowidget@@" id="bm_id3159224" localize="false"/> -<h1 id="hd_id3154873"><link href="text/shared/02/09070400.xhp" name="New Document">New Document</link></h1> -<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US"><ahelp hid=".">Use the <emph>New Document</emph> tab from the <link href="text/shared/02/09070000.xhp" name="Hyperlink dialog"><emph>Hyperlink</emph> dialog</link> to set up a hyperlink to a new document and create the new document simultaneously.</ahelp></paragraph> +<h1 id="hd_id3154873"><link href="text/shared/02/09070400.xhp">New Document</link></h1> +<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US"><ahelp hid=".">Use the <emph>New Document</emph> tab from the <link href="text/shared/02/09070000.xhp"><emph>Hyperlink</emph> dialog</link> to set up a hyperlink to a new document and create the new document simultaneously.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000403.xhp#hypdianeudok"/> diff --git a/source/text/shared/02/10010000.xhp b/source/text/shared/02/10010000.xhp index d5b03db672..597b543372 100644 --- a/source/text/shared/02/10010000.xhp +++ b/source/text/shared/02/10010000.xhp @@ -31,7 +31,7 @@ <section id="previous_page"> <bookmark branch="hid/.uno:PageUp" xml-lang="en-US" id="bm_id3154682" localize="false"/> <bookmark branch="hid/.uno:PreviousPage" xml-lang="en-US" id="bm_id3143284" localize="false"/> -<h1 id="hd_id3154228"><link href="text/shared/02/10010000.xhp" name="Previous Page">Previous Page</link></h1> +<h1 id="hd_id3154228"><link href="text/shared/02/10010000.xhp">Previous Page</link></h1> <paragraph xml-lang="en-US" role="paragraph" id="par_id3150445"><ahelp hid=".">Moves back to the previous page in the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu.</paragraph> </section> <section id="syprevious_page"> diff --git a/source/text/shared/02/10020000.xhp b/source/text/shared/02/10020000.xhp index bd5fa882a8..7a701220ac 100644 --- a/source/text/shared/02/10020000.xhp +++ b/source/text/shared/02/10020000.xhp @@ -31,7 +31,7 @@ <section id="next_page"> <bookmark branch="hid/.uno:PageDown" xml-lang="en-US" id="bm_id3150476" localize="false"/> <bookmark branch="hid/.uno:NextPage" xml-lang="en-US" id="bm_id3148520" localize="false"/> -<h1 id="hd_id3156183"><link href="text/shared/02/10020000.xhp" name="Next Page">Next Page</link></h1> +<h1 id="hd_id3156183"><link href="text/shared/02/10020000.xhp">Next Page</link></h1> <paragraph xml-lang="en-US" role="paragraph" id="par_id3159224"><ahelp hid=".">Moves forward to the next page in the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu.</paragraph> </section> <section id="synext_page"> diff --git a/source/text/shared/02/10030000.xhp b/source/text/shared/02/10030000.xhp index ce4ba3f4ed..7996d74c3a 100644 --- a/source/text/shared/02/10030000.xhp +++ b/source/text/shared/02/10030000.xhp @@ -31,7 +31,7 @@ <section id="first_page"> <bookmark branch="hid/.uno:GoToStartOfDoc" xml-lang="en-US" id="bm_id3154894" localize="false"/> <bookmark branch="hid/.uno:FirstPage" xml-lang="en-US" id="bm_id3163829" localize="false"/> -<h1 id="hd_id3149031"><switchinline select="appl"> <caseinline select="WRITER"><link href="text/shared/02/10030000.xhp" name="To Document Begin">To Document Begin</link></caseinline> <defaultinline><link href="text/shared/02/10030000.xhp" name="First Page">First Page</link></defaultinline> </switchinline></h1> +<h1 id="hd_id3149031"><switchinline select="appl"> <caseinline select="WRITER"><link href="text/shared/02/10030000.xhp">To Document Begin</link></caseinline> <defaultinline><link href="text/shared/02/10030000.xhp">First Page</link></defaultinline> </switchinline></h1> <paragraph xml-lang="en-US" role="paragraph" id="par_id3153539"><ahelp hid=".">Moves to the first page of the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu.</paragraph> </section> <section id="syfirst_page"> diff --git a/source/text/shared/02/10040000.xhp b/source/text/shared/02/10040000.xhp index cc570578eb..19fbf2eb68 100644 --- a/source/text/shared/02/10040000.xhp +++ b/source/text/shared/02/10040000.xhp @@ -31,7 +31,7 @@ <section id="last_page"> <bookmark branch="hid/.uno:GoToEndOfDoc" xml-lang="en-US" id="bm_id3156183" localize="false"/> <bookmark branch="hid/.uno:LastPage" xml-lang="en-US" id="bm_id3149119" localize="false"/> -<h1 id="hd_id3154840"><switchinline select="appl"> <caseinline select="WRITER"><link href="text/shared/02/10040000.xhp" name="To Document End">To Document End</link></caseinline><defaultinline><link href="text/shared/02/10040000.xhp" name="Last Page">Last Page</link></defaultinline></switchinline></h1> +<h1 id="hd_id3154840"><switchinline select="appl"> <caseinline select="WRITER"><link href="text/shared/02/10040000.xhp">To Document End</link></caseinline><defaultinline><link href="text/shared/02/10040000.xhp">Last Page</link></defaultinline></switchinline></h1> <paragraph xml-lang="en-US" role="paragraph" id="par_id3149716"><ahelp hid=".">Moves to the last page of the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu.</paragraph> </section> <section id="sylast_page"> diff --git a/source/text/shared/02/10100000.xhp b/source/text/shared/02/10100000.xhp index e86f5b7e6b..de71b043fd 100644 --- a/source/text/shared/02/10100000.xhp +++ b/source/text/shared/02/10100000.xhp @@ -27,12 +27,12 @@ <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" name="Close Window">Close Window</link></paragraph> +<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"><link href="text/shared/02/10100000.xhp">Close Window</link></paragraph> <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> <section id="relatedtopics"> -<paragraph role="paragraph" id="par_id3153910" xml-lang="en-US"><link href="text/shared/01/01050000.xhp" name="Close the current document">Close the current document</link></paragraph> +<paragraph role="paragraph" id="par_id3153910" xml-lang="en-US"><link href="text/shared/01/01050000.xhp">Close the current document</link></paragraph> </section> </body> </helpdocument> diff --git a/source/text/shared/02/12000000.xhp b/source/text/shared/02/12000000.xhp index 6546d6f5c9..b901f68314 100644 --- a/source/text/shared/02/12000000.xhp +++ b/source/text/shared/02/12000000.xhp @@ -29,8 +29,8 @@ <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" name="Explorer On/Off">Explorer On/Off</link></paragraph> -<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" name="Database Bar">Table Data bar</link>.</paragraph> +<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/12000000.xhp">Explorer On/Off</link></paragraph> +<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"> <table id="tbl_id3153894"> diff --git a/source/text/shared/02/12010000.xhp b/source/text/shared/02/12010000.xhp index d2f0454296..510dea5545 100644 --- a/source/text/shared/02/12010000.xhp +++ b/source/text/shared/02/12010000.xhp @@ -25,7 +25,7 @@ </meta> <body> <section id="sortascending"> -<h1 id="hd_id3152594"><link href="text/shared/02/12010000.xhp" name="Sort Ascending">Sort Ascending</link></h1> +<h1 id="hd_id3152594"><link href="text/shared/02/12010000.xhp">Sort Ascending</link></h1> <paragraph role="paragraph" id="par_id3150693" xml-lang="en-US"><ahelp hid="." visibility="hidden">Sorts the data of the selected field in ascending order. </ahelp>Text fields are sorted alphabetically, numerical fields are sorted by number.<comment>UFI: Help ID .uno:Sortup is found in text/sdatabase/11090000.xhp so I deleted it here</comment></paragraph> </section> <section id="howtoget"> @@ -37,7 +37,7 @@ </section> <paragraph role="paragraph" id="par_id3154380" xml-lang="en-US"><variable id="selektionsortieren">Data of the currently selected field are always sorted. A field is always selected as soon as you place the cursor in the field. To sort within tables, you can also click the corresponding column header. </variable></paragraph> -<paragraph role="paragraph" id="par_id3150504" xml-lang="en-US"><variable id="dialogsortieren">To sort more than one data field, choose <emph>Data - Sort</emph>, then choose the <link href="text/shared/02/12100100.xhp" name="Sort Criteria">Sort Criteria</link> tab, where you can combine several sort criteria. +<paragraph role="paragraph" id="par_id3150504" xml-lang="en-US"><variable id="dialogsortieren">To sort more than one data field, choose <emph>Data - Sort</emph>, then choose the <link href="text/shared/02/12100100.xhp">Sort Criteria</link> tab, where you can combine several sort criteria. </variable></paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/12020000.xhp b/source/text/shared/02/12020000.xhp index e15cf5871e..82e080d39d 100644 --- a/source/text/shared/02/12020000.xhp +++ b/source/text/shared/02/12020000.xhp @@ -26,7 +26,7 @@ <body> <section id="sortdescending"> <bookmark xml-lang="en-US" branch="hid/.uno:SortDown" id="bm_id5470183" localize="false"/> -<h1 id="hd_id3154689"><link href="text/shared/02/12020000.xhp" name="Sort Descending">Sort Descending</link></h1> +<h1 id="hd_id3154689"><link href="text/shared/02/12020000.xhp">Sort Descending</link></h1> <paragraph role="paragraph" id="par_id3149987" xml-lang="en-US"><ahelp hid=".uno:SortDown" visibility="hidden">Sorts the data of the selected field in descending order.</ahelp> Text fields are sorted alphabetically, number fields are sorted by number.</paragraph> </section> <section id="howtoget"> diff --git a/source/text/shared/02/12030000.xhp b/source/text/shared/02/12030000.xhp index 5faf2c5897..f05f562e3e 100644 --- a/source/text/shared/02/12030000.xhp +++ b/source/text/shared/02/12030000.xhp @@ -26,7 +26,7 @@ <body> <section id="autofilter"> <bookmark xml-lang="en-US" branch="hid/.uno:AutoFilter" id="bm_id8419293" localize="false"/> -<h1 id="hd_id3149495"><link href="text/shared/02/12030000.xhp" name="AutoFilter">AutoFilter</link></h1> +<h1 id="hd_id3149495"><link href="text/shared/02/12030000.xhp">AutoFilter</link></h1> <paragraph role="paragraph" id="par_id3148983" xml-lang="en-US"><ahelp hid=".uno:AutoFilter">Filters the records, based on the content of the currently selected data field.</ahelp></paragraph> </section> <section id="syautofilter"> @@ -44,7 +44,7 @@ </section> <paragraph role="paragraph" id="par_id3155355" xml-lang="en-US">Place the cursor in a field name whose content you want to filter and then click the <emph>AutoFilter</emph> icon. Only those records with content identical to the selected field name are visible.</paragraph> <paragraph role="paragraph" id="par_id3159234" xml-lang="en-US">For example, to view all the customers from New York, click a field name with the entry "New York". AutoFilter then filters all customers from New York from the database.</paragraph> -<paragraph role="paragraph" id="par_id3153577" xml-lang="en-US">You can remove the current AutoFilter with the <link href="text/shared/02/12040000.xhp" name="Reset Filter/Sorting">Reset Filter/Sorting</link> icon or with <emph>Data - Filter - Reset Filter</emph>.</paragraph> -<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US">To filter with several field names simultaneously, click the <emph>Default Filter </emph>icon. The <link href="text/shared/02/12090000.xhp" name="Default Filter dialog">Default Filter</link> dialog appears, in which you can combine several filter criteria.</paragraph> +<paragraph role="paragraph" id="par_id3153577" xml-lang="en-US">You can remove the current AutoFilter with the <link href="text/shared/02/12040000.xhp">Reset Filter/Sorting</link> icon or with <emph>Data - Filter - Reset Filter</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US">To filter with several field names simultaneously, click the <emph>Default Filter </emph>icon. The <link href="text/shared/02/12090000.xhp">Default Filter</link> dialog appears, in which you can combine several filter criteria.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/12040000.xhp b/source/text/shared/02/12040000.xhp index c2ca975cba..8c7aa02845 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" name="Reset Filter/Sorting">Reset Filter/Sorting</link></paragraph> +<paragraph id="hd_id3155069" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/12040000.xhp">Reset Filter/Sorting</link></paragraph> <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/12050000.xhp b/source/text/shared/02/12050000.xhp index 1e79559179..948cdff48e 100644 --- a/source/text/shared/02/12050000.xhp +++ b/source/text/shared/02/12050000.xhp @@ -29,7 +29,7 @@ <body> <section id="refresh"> <bookmark xml-lang="en-US" branch="hid/.uno:Refresh" id="bm_id3154894" localize="false"/> -<h1 id="hd_id3154926"><link href="text/shared/02/12050000.xhp" name="Refresh">Refresh</link></h1> +<h1 id="hd_id3154926"><link href="text/shared/02/12050000.xhp">Refresh</link></h1> <paragraph role="paragraph" id="par_id3156183" xml-lang="en-US"><ahelp hid=".uno:Refresh">Refreshes the displayed data.</ahelp> In a multi-user environment, refreshing the data ensures that it remains current.</paragraph> </section> <section id="syrefresh"> diff --git a/source/text/shared/02/12070000.xhp b/source/text/shared/02/12070000.xhp index 738ee5f8ef..73a57d39e0 100644 --- a/source/text/shared/02/12070000.xhp +++ b/source/text/shared/02/12070000.xhp @@ -51,7 +51,7 @@ </section> <paragraph role="paragraph" id="par_id3153577" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC">In the data source browser, select the record that you want to insert into the document and then click the <emph>Data to Text</emph> icon. The record is inserted in the document at the cursor position, with the contents of each individual field of the record copied to a table column. You can also select multiple records and transfer them into the document by clicking the <emph>Data to Text </emph>icon. Each individual record is then written to a new row. </caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">In the data source browser, select the records that you want to insert into the document and then click the <emph>Data to Text</emph> icon, or drag-and-drop data from the data source browser into the document. This opens the <emph>Insert Database Columns </emph>dialog. Select whether the data should be inserted as a <link href="text/shared/02/12070100.xhp" name="table">table</link>, as <link href="text/shared/02/12070200.xhp" name="fields">fields</link> or as <link href="text/shared/02/12070300.xhp" name="text">text</link>. +<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">In the data source browser, select the records that you want to insert into the document and then click the <emph>Data to Text</emph> icon, or drag-and-drop data from the data source browser into the document. This opens the <emph>Insert Database Columns </emph>dialog. Select whether the data should be inserted as a <link href="text/shared/02/12070100.xhp">table</link>, as <link href="text/shared/02/12070200.xhp">fields</link> or as <link href="text/shared/02/12070300.xhp">text</link>. </caseinline></switchinline></paragraph> <paragraph role="paragraph" id="par_id3153031" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The preferences you set in the<emph> Insert Database Columns </emph>dialog are saved and will be active the next time the dialog is called. This save process is independent of the database and can record the preferences for a maximum of 5 databases. </caseinline></switchinline></paragraph> diff --git a/source/text/shared/02/12070100.xhp b/source/text/shared/02/12070100.xhp index 002d84302f..fb4dd2966f 100644 --- a/source/text/shared/02/12070100.xhp +++ b/source/text/shared/02/12070100.xhp @@ -57,7 +57,7 @@ <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertdbcolumnsdialog/userdefined" id="bm_id3159177" localize="false"/> <paragraph role="heading" id="hd_id3159148" xml-lang="en-US" level="3">Select</paragraph> <paragraph role="paragraph" id="par_id3152349" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/numformat">Specifies a format from the list, if the format information of certain data fields is not accepted.</ahelp> The formats supplied here are only available for certain database fields, such as numeric or Boolean fields. If you select a database field in text format, you will not be able to select any format from the selection list, since the text format will be automatically maintained.</paragraph> -<paragraph role="paragraph" id="par_id3144511" xml-lang="en-US">If the format you want is not listed, select "Other Formats..." and define the desired format in the <link href="text/shared/01/05020300.xhp" name="Number Format"><emph>Number Format</emph></link> dialog.</paragraph> +<paragraph role="paragraph" id="par_id3144511" xml-lang="en-US">If the format you want is not listed, select "Other Formats..." and define the desired format in the <link href="text/shared/01/05020300.xhp"><emph>Number Format</emph></link> dialog.</paragraph> <paragraph role="paragraph" id="par_id3154282" xml-lang="en-US">The number format assigned using the selection list always refers to the database field selected in the <emph>Database columns</emph> list box.</paragraph> </section> <paragraph role="note" id="par_id3154138" xml-lang="en-US">To insert the data into the document in the form of a table, the correct <emph>Table</emph> option must be active. You can then select a database field from the <emph>Table column(s)</emph> list box to define the formatting of the database field. The changes to the number formats will be applied to the last selection. It does not matter whether the database field was selected from the <emph>Database columns</emph> list box or from the <emph>Table column(s)</emph> list box.</paragraph> @@ -68,11 +68,11 @@ <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertdbcolumnsdialog/rowonly" id="bm_id3148920" localize="false"/><paragraph role="heading" id="hd_id3158407" xml-lang="en-US" level="3">Create row only</paragraph> <paragraph role="paragraph" id="par_id3153194" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/rowonly">Inserts an empty heading line into the text table.</ahelp> Using the<emph> Create row only </emph>option, you can define headings in the document, which do not correspond to the database field names.</paragraph> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertdbcolumnsdialog/tableformat" id="bm_id3155133" localize="false"/><paragraph role="heading" id="hd_id3153369" xml-lang="en-US" level="3">Properties</paragraph> -<paragraph role="paragraph" id="par_id3154299" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/tableformat">Opens the <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05090000.xhp" name="Table Format"><emph>Table Format</emph></link> +<paragraph role="paragraph" id="par_id3154299" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/tableformat">Opens the <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05090000.xhp"><emph>Table Format</emph></link> </caseinline><defaultinline> <emph>Table Format</emph></defaultinline></switchinline> dialog, which enables you to define the table properties such as borders, background, and column width.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertdbcolumnsdialog/autoformat" id="bm_id3155411" localize="false"/><paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="3">AutoFormat</paragraph> -<paragraph role="paragraph" id="par_id3154988" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/autoformat">Opens the <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05150101.xhp" name="AutoFormat"><emph>AutoFormat</emph></link> +<paragraph role="paragraph" id="par_id3154988" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/autoformat">Opens the <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05150101.xhp"><emph>AutoFormat</emph></link> </caseinline><defaultinline> <emph>AutoFormat</emph></defaultinline></switchinline> dialog, in which you can select format styles that are immediately applied when inserting the table.</ahelp></paragraph> </body> diff --git a/source/text/shared/02/12070200.xhp b/source/text/shared/02/12070200.xhp index aa7d7ffd74..2261a93abf 100644 --- a/source/text/shared/02/12070200.xhp +++ b/source/text/shared/02/12070200.xhp @@ -33,7 +33,7 @@ <switch select="appl"><case select="WRITER"> <bookmark branch="hid/modules/swriter/ui/insertdbcolumnsdialog/asfields" xml-lang="en-US" id="bm_id3153116" localize="false"/><paragraph role="heading" level="1" id="hd_id3149991" xml-lang="en-US">Fields</paragraph> - <bookmark xml-lang="en-US" branch="index" id="bm_id3149987"><bookmark_value>database contents; inserting as fields</bookmark_value></bookmark><paragraph xml-lang="en-US" id="par_id3149987" role="paragraph"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/asfields" visibility="hidden">Inserts data selected from the data source browser into the document as fields.</ahelp> In the <emph>Insert Database Columns</emph> dialog, select the <link href="text/swriter/01/04090000.xhp" name="Fields">Fields</link> to insert the selected data into the document as fields. These <link href="text/swriter/01/04090006.xhp" name="database fields">database fields</link> work as wildcards for the individual database columns and can be used for form letters. Click the <link href="text/shared/02/12080000.xhp" name="Data to Fields"><emph>Data to Fields</emph></link> icon to match the contents of the fields to the currently selected record.</paragraph> + <bookmark xml-lang="en-US" branch="index" id="bm_id3149987"><bookmark_value>database contents; inserting as fields</bookmark_value></bookmark><paragraph xml-lang="en-US" id="par_id3149987" role="paragraph"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/asfields" visibility="hidden">Inserts data selected from the data source browser into the document as fields.</ahelp> In the <emph>Insert Database Columns</emph> dialog, select the <link href="text/swriter/01/04090000.xhp">Fields</link> to insert the selected data into the document as fields. These <link href="text/swriter/01/04090006.xhp">database fields</link> work as wildcards for the individual database columns and can be used for form letters. Click the <link href="text/shared/02/12080000.xhp"><emph>Data to Fields</emph></link> icon to match the contents of the fields to the currently selected record.</paragraph> <paragraph xml-lang="en-US" role="note" id="par_id3153114">If several records are selected when you choose the <emph>Data to Text</emph> function, the mail merge fields will be inserted according to the number of records. Also, a field command such as "Next record" will be inserted automatically between individual field command blocks.</paragraph> <paragraph xml-lang="en-US" role="paragraph" id="par_id3145090">The <emph>Insert Database Columns</emph> dialog lets you define which database fields to insert into the document and how to format the paragraphs.</paragraph> <paragraph role="heading" level="2" id="hd_id3156136" xml-lang="en-US">Fields</paragraph> @@ -47,7 +47,7 @@ <paragraph role="paragraph" id="par_id3163802" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/textview" visibility="visible">Lists the database columns that you selected to be inserted into the document. You can also enter text here. This text will be also inserted into the document.</ahelp> The entries' order in the selection field corresponds to the data order in the document.</paragraph> <embed href="text/shared/02/12070100.xhp#format"/> <bookmark branch="hid/modules/swriter/ui/insertdbcolumnsdialog/parastyle" xml-lang="en-US" id="bm_id3154852" localize="false"/><paragraph role="heading" level="3" id="hd_id3153257" xml-lang="en-US">Paragraph Style</paragraph> - <paragraph xml-lang="en-US" id="par_id3158430" role="paragraph">By default, the inserted paragraphs are formatted with the current Paragraph Styles. This format corresponds to the "none" entry in the <emph>Paragraph Style</emph> list box. <ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/parastyle" visibility="visible">This is where you can select other Paragraph Styles to apply to the paragraph you want to insert into the document.</ahelp> The list box displays the available Paragraph Styles defined in <item type="productname">%PRODUCTNAME</item> and managed in the <link href="text/swriter/01/05130000.xhp" name="Style Catalog">Style Catalog</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3158430" role="paragraph">By default, the inserted paragraphs are formatted with the current Paragraph Styles. This format corresponds to the "none" entry in the <emph>Paragraph Style</emph> list box. <ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/parastyle" visibility="visible">This is where you can select other Paragraph Styles to apply to the paragraph you want to insert into the document.</ahelp> The list box displays the available Paragraph Styles defined in <item type="productname">%PRODUCTNAME</item> and managed in the <link href="text/swriter/01/05130000.xhp">Style Catalog</link>.</paragraph> </section> </case></switch> </body> diff --git a/source/text/shared/02/12080000.xhp b/source/text/shared/02/12080000.xhp index 8fcf4e72b6..a3a0cd8ce8 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" name="Data to Fields">Data to Fields</link></paragraph> +<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"><link href="text/shared/02/12080000.xhp">Data to Fields</link></paragraph> <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 ff7eaf6c3f..d1b9e45ee0 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" name="Standard Filter">Standard Filter</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3109850" role="heading" level="1"><link href="text/shared/02/12090000.xhp">Standard Filter</link></paragraph> <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> @@ -57,9 +57,9 @@ <section id="filterdialog"> <paragraph xml-lang="en-US" id="par_id3143267" role="paragraph">$[officename] saves the current filter settings for the next time that you open this dialog.</paragraph> </section> - <paragraph xml-lang="en-US" id="par_id3156410" role="paragraph">To remove the current filter, click <link href="text/shared/02/12040000.xhp" name="Remove Filter/Sorting"><emph>Reset Filter/Sorting</emph></link> icon.</paragraph> + <paragraph xml-lang="en-US" id="par_id3156410" role="paragraph">To remove the current filter, click <link href="text/shared/02/12040000.xhp"><emph>Reset Filter/Sorting</emph></link> icon.</paragraph> <section id="relatedtopics"> - <paragraph xml-lang="en-US" id="par_id3152996" role="paragraph"><link href="text/shared/02/12030000.xhp" name="AutoFilter">AutoFilter</link></paragraph> + <paragraph xml-lang="en-US" id="par_id3152996" role="paragraph"><link href="text/shared/02/12030000.xhp">AutoFilter</link></paragraph> </section> </body> </helpdocument> diff --git a/source/text/shared/02/12090100.xhp b/source/text/shared/02/12090100.xhp index 8830deef69..c5df126339 100644 --- a/source/text/shared/02/12090100.xhp +++ b/source/text/shared/02/12090100.xhp @@ -32,7 +32,7 @@ <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/standardfilterdialog/@@nowidget@@" id="bm_id3154232" localize="false"/> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/queryfilterdialog/QueryFilterDialog" id="bm_id3155888" localize="false"/> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/queryfilterdialog/@@nowidget@@" id="bm_id3155888" localize="false"/> - <h1 id="hd_id3151097"><variable id="StandardFilter_h1"><link href="text/shared/02/12090100.xhp" name="StandardFilter_link">Standard Filter</link></variable></h1> + <h1 id="hd_id3151097"><variable id="StandardFilter_h1"><link href="text/shared/02/12090100.xhp">Standard Filter</link></variable></h1> <paragraph xml-lang="en-US" id="par_id3149716" role="paragraph"><ahelp hid=".">Specifies the logical conditions to filter your table data.</ahelp> This dialog is available for spreadsheet documents, database tables and database forms. The dialog for databases does not contain the <emph>More Options</emph> button.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00000409.xhp#standard_filter"/> @@ -67,7 +67,7 @@ <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/queryfilterdialog/cond2" id="bm_id3148990" localize="false"/> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/queryfilterdialog/cond3" id="bm_id3153252" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3147653" role="heading" level="2">Condition</paragraph> - <paragraph xml-lang="en-US" id="par_id3150254" role="paragraph"><ahelp hid=".">Specifies the <link href="text/shared/02/12090101.xhp" name="comparative operators">comparative operators</link> through which the entries in the <emph>Field name</emph> and <emph>Value</emph> fields can be linked.</ahelp></paragraph> + <paragraph xml-lang="en-US" id="par_id3150254" role="paragraph"><ahelp hid=".">Specifies the <link href="text/shared/02/12090101.xhp">comparative operators</link> through which the entries in the <emph>Field name</emph> and <emph>Value</emph> fields can be linked.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/standardfilterdialog/val1" id="bm_id3155136" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/standardfilterdialog/val2" id="bm_id3148492" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/standardfilterdialog/val3" id="bm_id3150276" localize="false"/> @@ -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" name="Options">Options</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3153061" role="heading" level="2"><link href="text/scalc/01/12040201.xhp">Options</link></paragraph> <embed href="text/scalc/01/12040201.xhp#zusaetzetext"/> </case> </switch> diff --git a/source/text/shared/02/12100000.xhp b/source/text/shared/02/12100000.xhp index 58f48d45ea..94805185e2 100644 --- a/source/text/shared/02/12100000.xhp +++ b/source/text/shared/02/12100000.xhp @@ -28,7 +28,7 @@ </history> </meta> <body> -<h1 id="hd_id3149988"><link href="text/shared/02/12100000.xhp" name="Sort Order">Sort Order</link></h1> +<h1 id="hd_id3149988"><link href="text/shared/02/12100000.xhp">Sort Order</link></h1> <table id="tbl_id3153255"> <tablerow> <tablecell> diff --git a/source/text/shared/02/12100100.xhp b/source/text/shared/02/12100100.xhp index 9bb2ad3447..cdf261c10c 100644 --- a/source/text/shared/02/12100100.xhp +++ b/source/text/shared/02/12100100.xhp @@ -32,14 +32,14 @@ <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/sortdialog/SortDialog" id="bm_id3154788" localize="false"/> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/sortdialog/@@nowidget@@" id="bm_id3451788" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:OrderCrit" id="bm_id3154682" localize="false"/><section id="sortorder"> -<h1 id="hd_id3147000"><variable id="sortierung"><link href="text/shared/02/12100100.xhp" name="Sort Order">Sort Order</link></variable></h1> +<h1 id="hd_id3147000"><variable id="sortierung"><link href="text/shared/02/12100100.xhp">Sort Order</link></variable></h1> <paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"><variable id="sortierentext"><ahelp hid=".uno:OrderCrit">Specifies the sort criteria for the data display.</ahelp></variable></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000450.xhp#sort_order"/> </section> -<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US">While the functions <link href="text/shared/02/12010000.xhp" name="Sort in Ascending Order"><emph>Sort in Ascending Order</emph></link> and <link href="text/shared/02/12020000.xhp" name="Sort in Descending Order"><emph>Sort in Descending Order</emph></link> sort by one criterion only, you can combine several criteria in the <emph>Sort Order</emph> dialog.</paragraph> -<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US">You can remove a sorting that has been performed with the <link href="text/shared/02/12040000.xhp" name="Reset Filter/Sorting"><emph>Reset Filter/Sorting</emph></link> icon.</paragraph> +<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US">While the functions <link href="text/shared/02/12010000.xhp"><emph>Sort in Ascending Order</emph></link> and <link href="text/shared/02/12020000.xhp"><emph>Sort in Descending Order</emph></link> sort by one criterion only, you can combine several criteria in the <emph>Sort Order</emph> dialog.</paragraph> +<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US">You can remove a sorting that has been performed with the <link href="text/shared/02/12040000.xhp"><emph>Reset Filter/Sorting</emph></link> icon.</paragraph> <h2 id="hd_id3148548">Sorting</h2> <paragraph role="paragraph" id="par_id3155941" xml-lang="en-US">Use this area to enter sorting criteria. If you enter additional sorting criteria under <emph>and then</emph>, the data matching the content of the higher-order criterion is ordered according to the next criterion.</paragraph> <paragraph role="paragraph" id="par_id3148620" xml-lang="en-US">If you sort the field name "First name" in ascending order and the field name "Last name" in descending order, all records will be sorted in ascending order by first name, and then within the first names, in descending order by last name.</paragraph> diff --git a/source/text/shared/02/12100200.xhp b/source/text/shared/02/12100200.xhp index 250f0a5381..c1921daac0 100644 --- a/source/text/shared/02/12100200.xhp +++ b/source/text/shared/02/12100200.xhp @@ -35,14 +35,14 @@ <bookmark xml-lang="en-US" branch="hid/.uno:RecSearch" id="bm_id9750501" localize="false"/> <bookmark xml-lang="en-US" branch="hid/cui/ui/fmsearchdialog/RecordSearchDialog" id="bm_id3154812" localize="false"/> <section id="findrecord"> -<h1 id="hd_id3146936"><variable id="datensatzsuche"><link href="text/shared/02/12100200.xhp" name="Find Record">Find Record</link></variable></h1> +<h1 id="hd_id3146936"><variable id="datensatzsuche"><link href="text/shared/02/12100200.xhp">Find Record</link></variable></h1> <paragraph xml-lang="en-US" id="par_id3147588" role="paragraph"><variable id="suchentext"><ahelp hid=".uno:RecSearch" visibility="hidden">Searches database tables and forms.</ahelp> In forms or database tables, you can search through data fields, list boxes, and check boxes for specific values.</variable></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000450.xhp#find_record"/> </section> <paragraph xml-lang="en-US" id="par_id3149355" role="paragraph">When searching a table, the data fields of the current table are searched. When searching in a form, the data fields of the table linked with the form are searched.</paragraph> -<tip id="par_id3153394">The search described here is carried out by <item type="productname">%PRODUCTNAME</item>. If you want to use the SQL server to search in a database, then you should use the <link href="text/shared/02/12110000.xhp" name="Form-based Filters"><emph>Form-based Filters</emph></link> icon on the <link href="text/shared/main0213.xhp" name="Form Bar"><emph>Form</emph> bar</link>.</tip> +<tip id="par_id3153394">The search described here is carried out by <item type="productname">%PRODUCTNAME</item>. If you want to use the SQL server to search in a database, then you should use the <link href="text/shared/02/12110000.xhp"><emph>Form-based Filters</emph></link> icon on the <link href="text/shared/main0213.xhp"><emph>Form</emph> bar</link>.</tip> <paragraph xml-lang="en-US" id="par_id3149095" role="paragraph">The search function is also available for table controls. When calling the search function from a table control, you can search each column of the table control corresponding to the database columns of the linked database table.</paragraph> <h2 id="hd_id3143267">Search for</h2> <paragraph xml-lang="en-US" id="par_id3153527" role="paragraph">Specifies the type of search.</paragraph> @@ -248,7 +248,7 @@ <paragraph xml-lang="en-US" id="par_id3145762" role="paragraph">If you want to search for the actual characters <emph>?</emph> or <emph>*</emph>, precede them with a backslash: "<emph>\?</emph>" or "<emph>\*</emph>". However, this is only necessary when <emph>Wildcard expression</emph> is enabled. When the option is not enabled, the wildcard characters are processed like normal characters.</paragraph> <bookmark xml-lang="en-US" branch="hid/cui/ui/fmsearchdialog/cbRegular" id="bm_id3150663" localize="false"/> <h2 id="hd_id3147130">Regular expression</h2> -<paragraph xml-lang="en-US" id="par_id3150982" role="paragraph"><ahelp hid="cui/ui/fmsearchdialog/cbRegular">Searches with regular expressions.</ahelp> The same regular expressions that are supported here are also supported in the <item type="productname">%PRODUCTNAME</item> <link href="text/shared/01/02100000.xhp" name="Find & Replace dialog"><emph>Find & Replace</emph> dialog</link>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150982" role="paragraph"><ahelp hid="cui/ui/fmsearchdialog/cbRegular">Searches with regular expressions.</ahelp> The same regular expressions that are supported here are also supported in the <item type="productname">%PRODUCTNAME</item> <link href="text/shared/01/02100000.xhp"><emph>Find & Replace</emph> dialog</link>.</paragraph> <paragraph xml-lang="en-US" id="par_id3154718" role="paragraph">Searching with regular expressions offers more options than searching with wildcard expressions. If you search with regular expressions, the following characters correspond to those used in searches with wildcards:</paragraph> <table id="tbl_id3148682"> <tablerow> diff --git a/source/text/shared/02/12110000.xhp b/source/text/shared/02/12110000.xhp index 46f7932f0c..c643766cf1 100644 --- a/source/text/shared/02/12110000.xhp +++ b/source/text/shared/02/12110000.xhp @@ -30,10 +30,10 @@ <body> <bookmark xml-lang="en-US" branch="hid/.uno:FormFilter" id="bm_id3154894" localize="false"/> <section id="formbasedfilters"> -<h1 id="hd_id3147000"><variable id="formfilter"><link href="text/shared/02/12110000.xhp" name="Form-based Filters">Form-based Filters</link></variable></h1> +<h1 id="hd_id3147000"><variable id="formfilter"><link href="text/shared/02/12110000.xhp">Form-based Filters</link></variable></h1> <paragraph role="paragraph" id="par_id3154230" xml-lang="en-US"><variable id="formfiltertext"><ahelp hid=".uno:FormFilter">Prompts the database server to filter the visible data by specified criteria.</ahelp></variable></paragraph> </section> -<paragraph role="paragraph" id="par_id3152918" xml-lang="en-US">Unlike the normal search, which is activated by the <link href="text/shared/02/12100200.xhp" name="Find Record"><emph>Find Record</emph></link> icon on the <emph>Form</emph> bar, you can search more quickly by using the form-based filter. Usually a quick database server is charged with the search. Also, you can enter more complex search conditions.</paragraph> +<paragraph role="paragraph" id="par_id3152918" xml-lang="en-US">Unlike the normal search, which is activated by the <link href="text/shared/02/12100200.xhp"><emph>Find Record</emph></link> icon on the <emph>Form</emph> bar, you can search more quickly by using the form-based filter. Usually a quick database server is charged with the search. Also, you can enter more complex search conditions.</paragraph> <section id="syformfilter"> <table id="tbl_id3156136"> <tablerow> diff --git a/source/text/shared/02/12120000.xhp b/source/text/shared/02/12120000.xhp index 364410a83a..61597bdd63 100644 --- a/source/text/shared/02/12120000.xhp +++ b/source/text/shared/02/12120000.xhp @@ -30,7 +30,7 @@ <body> <section id="apply_filter"> <bookmark branch="hid/.uno:FormFiltered" xml-lang="en-US" id="bm_id3151097" localize="false"/> -<h1 id="hd_id3149748"><link href="text/shared/02/12120000.xhp" name="Apply Filter">Apply Filter</link></h1> +<h1 id="hd_id3149748"><link href="text/shared/02/12120000.xhp">Apply Filter</link></h1> <paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".uno:FormFiltered" visibility="visible">Switches between the filtered and unfiltered view of the table.</ahelp></paragraph> </section> <section id="syapply_filter"> @@ -45,6 +45,6 @@ </tablerow> </table> </section> -<paragraph xml-lang="en-US" role="paragraph" id="par_id3147226">The <emph>Apply Filter</emph> function retains <link href="text/shared/02/12110000.xhp" name="form-based filters"><emph>form-based filters</emph></link> that have been set. You do not need to redefine them.</paragraph> +<paragraph xml-lang="en-US" role="paragraph" id="par_id3147226">The <emph>Apply Filter</emph> function retains <link href="text/shared/02/12110000.xhp"><emph>form-based filters</emph></link> that have been set. You do not need to redefine them.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/12130000.xhp b/source/text/shared/02/12130000.xhp index 655d185219..371af06ea8 100644 --- a/source/text/shared/02/12130000.xhp +++ b/source/text/shared/02/12130000.xhp @@ -32,7 +32,7 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3152895"><bookmark_value>data sources; as tables</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:ViewFormAsGrid" id="bm_id1551702" localize="false"/> -<h1 id="hd_id3152895"><link href="text/shared/02/12130000.xhp" name="Data source as table">Data source as table</link></h1> +<h1 id="hd_id3152895"><link href="text/shared/02/12130000.xhp">Data source as table</link></h1> <paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"><ahelp hid=".uno:ViewFormAsGrid">Activates an additional table view when in the form view.</ahelp> When the <emph>Data source as table</emph> function is activated, you see the table in an area above the form.</paragraph> </section> <section id="sydata_source_as_table"> diff --git a/source/text/shared/02/12140000.xhp b/source/text/shared/02/12140000.xhp index 4af6c441a7..ef8ba8cb64 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" name="Data Source of Current Document">Data Source of Current Document</link></paragraph> +<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> <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 bcb170ae0a..a845635597 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" name="Setting Tabs">Setting Tabs</link></paragraph> +<paragraph id="hd_id3148668" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/13010000.xhp">Setting Tabs</link></paragraph> <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/13020000.xhp b/source/text/shared/02/13020000.xhp index 03d38f6d0c..8096e69476 100644 --- a/source/text/shared/02/13020000.xhp +++ b/source/text/shared/02/13020000.xhp @@ -41,7 +41,7 @@ </bookmark> </case> </switch> -<h1 id="hd_id3148668" xml-lang="en-US"><variable id="setting_margins"><link href="text/shared/02/13020000.xhp" name="Setting Indents, Margins, and Columns">Setting Indents, Margins, and Columns</link></variable></h1> +<h1 id="hd_id3148668" xml-lang="en-US"><variable id="setting_margins"><link href="text/shared/02/13020000.xhp">Setting Indents, Margins, and Columns</link></variable></h1> <paragraph role="paragraph" id="par_id3155364" xml-lang="en-US">You can define the indents and margins for the current paragraph, or for all selected paragraphs, using the mouse.</paragraph> </section> <paragraph role="paragraph" id="par_id3152594" xml-lang="en-US">If you split the page into columns, or the cursor is placed in a multiple-column frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse.</paragraph> diff --git a/source/text/shared/02/14010000.xhp b/source/text/shared/02/14010000.xhp index 826e223acc..b422767c81 100644 --- a/source/text/shared/02/14010000.xhp +++ b/source/text/shared/02/14010000.xhp @@ -30,7 +30,7 @@ <body> <section id="run_query"> <bookmark xml-lang="en-US" branch="hid/.uno:SbaExecuteSql" id="bm_id3149495" localize="false"/> -<h1 id="hd_id3156183"><link href="text/shared/02/14010000.xhp" name="Run">Run Query</link></h1> +<h1 id="hd_id3156183"><link href="text/shared/02/14010000.xhp">Run Query</link></h1> <paragraph role="paragraph" id="par_id3109850" xml-lang="en-US"><ahelp hid=".uno:SbaExecuteSql">Runs the SQL query and displays the query result.</ahelp> The <emph>Run Query</emph> function does not save the query.</paragraph> </section> <paragraph role="paragraph" id="par_id3149893" xml-lang="en-US">The <emph>Run Query</emph> function allows you to check the query. When you save the query, it is stored in the <emph>Query</emph> tab page.</paragraph> diff --git a/source/text/shared/02/14020000.xhp b/source/text/shared/02/14020000.xhp index 36fd6d8269..c73a1946c4 100644 --- a/source/text/shared/02/14020000.xhp +++ b/source/text/shared/02/14020000.xhp @@ -30,7 +30,7 @@ <body> <section id="clear_query"> <bookmark branch="hid/.uno:DBClearQuery" xml-lang="en-US" id="bm_id3147000" localize="false"/> -<h1 id="hd_id3146946"><link href="text/shared/02/14020000.xhp" name="Clear query">Clear query</link></h1> +<h1 id="hd_id3146946"><link href="text/shared/02/14020000.xhp">Clear query</link></h1> <paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:DBClearQuery" visibility="visible">Clears the query and removes all tables from the design window.</ahelp></paragraph> </section> <section id="syclear_query"> diff --git a/source/text/shared/02/14020200.xhp b/source/text/shared/02/14020200.xhp index e9d93dace5..07e5383f47 100644 --- a/source/text/shared/02/14020200.xhp +++ b/source/text/shared/02/14020200.xhp @@ -30,7 +30,7 @@ <body> <section id="design_view"> <bookmark xml-lang="en-US" branch="hid/.uno:DBChangeDesignMode" id="bm_id3151262" localize="false"/> -<h1 id="hd_id3159411"><link href="text/shared/02/14020200.xhp" name="Switch Design View On / Off">Switch Design View On/Off</link></h1> +<h1 id="hd_id3159411"><link href="text/shared/02/14020200.xhp">Switch Design View On/Off</link></h1> <paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".uno:DBChangeDesignMode">Displays the design view or the SQL view of the query.</ahelp></paragraph> </section> <section id="sydesign_view"> diff --git a/source/text/shared/02/14030000.xhp b/source/text/shared/02/14030000.xhp index fd15006c2c..d688930fb7 100644 --- a/source/text/shared/02/14030000.xhp +++ b/source/text/shared/02/14030000.xhp @@ -31,7 +31,7 @@ <section id="native"> <paragraph role="paragraph" id="par_id3149748" xml-lang="en-US" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:SbaNativeSql" id="bm_id3143284" localize="false"/> -<h1 id="hd_id3151100"><link href="text/shared/02/14030000.xhp" name="Run SQL command directly">Run SQL command directly</link></h1> +<h1 id="hd_id3151100"><link href="text/shared/02/14030000.xhp">Run SQL command directly</link></h1> <paragraph role="paragraph" id="par_id3155364" xml-lang="en-US"><ahelp hid=".uno:SbaNativeSql">In <emph>Native SQL</emph> mode you can enter SQL commands that are not interpreted by $[officename], but are instead passed directly to the data source.</ahelp> If you do not display these changes in the design view, you cannot change back to the design view.</paragraph> </section> <paragraph role="paragraph" id="par_id3149999" xml-lang="en-US">For native SQL, the SQL string is forwarded directly to the connected database system without a previous evaluation by $[officename]. For example, if you access a database through an ODBC interface, the SQL string is passed to the ODBC driver and processed by it.</paragraph> @@ -47,6 +47,6 @@ </tablerow> </table> </section> -<paragraph role="paragraph" id="par_id3155535" xml-lang="en-US">Click the icon again to return to normal mode, in which the changes in the <link href="text/sdatabase/02010100.xhp" name="New Query Design"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL.</paragraph> +<paragraph role="paragraph" id="par_id3155535" xml-lang="en-US">Click the icon again to return to normal mode, in which the changes in the <link href="text/sdatabase/02010100.xhp"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/14040000.xhp b/source/text/shared/02/14040000.xhp index 1b8b1ca312..42a750501a 100644 --- a/source/text/shared/02/14040000.xhp +++ b/source/text/shared/02/14040000.xhp @@ -30,8 +30,8 @@ <body> <section id="functions"> <bookmark branch="hid/.uno:DBViewFunctions" xml-lang="en-US" id="bm_id3154840" localize="false"/> -<h1 id="hd_id3153514"><link href="text/shared/02/14040000.xhp" name="Functions">Functions</link></h1> -<paragraph role="paragraph" id="par_id3159224" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:DBViewFunctions">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href="text/sdatabase/02010100.xhp" name="Query Design"><emph>Query Design</emph></link> window.</ahelp></paragraph> +<h1 id="hd_id3153514"><link href="text/shared/02/14040000.xhp">Functions</link></h1> +<paragraph role="paragraph" id="par_id3159224" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:DBViewFunctions">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href="text/sdatabase/02010100.xhp"><emph>Query Design</emph></link> window.</ahelp></paragraph> </section> <section id="syfunctions"> <table id="tbl_id3149119"> diff --git a/source/text/shared/02/14050000.xhp b/source/text/shared/02/14050000.xhp index 220e432aca..ad4fdf7ae6 100644 --- a/source/text/shared/02/14050000.xhp +++ b/source/text/shared/02/14050000.xhp @@ -30,8 +30,8 @@ <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" name="Table Name">Table Name</link></paragraph> -<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" name="Query Design"><emph>Query Design</emph></link>.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149991" xml-lang="en-US" level="1"><link href="text/shared/02/14050000.xhp">Table Name</link></paragraph> +<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"> <table id="tbl_id3147102"> diff --git a/source/text/shared/02/14060000.xhp b/source/text/shared/02/14060000.xhp index db7ef69a19..bd40478eb9 100644 --- a/source/text/shared/02/14060000.xhp +++ b/source/text/shared/02/14060000.xhp @@ -30,8 +30,8 @@ <body> <section id="aliasname"> <bookmark branch="hid/.uno:DBViewAliases" xml-lang="en-US" id="bm_id3151299" localize="false"/> -<h1 id="hd_id3150758"><link href="text/shared/02/14060000.xhp" name="Alias">Alias</link></h1> -<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:DBViewAliases">Displays the <emph>Alias</emph> row in the lower part of the <link href="text/sdatabase/02010100.xhp" name="Query Design"><emph>Query Design</emph></link>.</ahelp></paragraph> +<h1 id="hd_id3150758"><link href="text/shared/02/14060000.xhp">Alias</link></h1> +<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:DBViewAliases">Displays the <emph>Alias</emph> row in the lower part of the <link href="text/sdatabase/02010100.xhp"><emph>Query Design</emph></link>.</ahelp></paragraph> </section> <section id="syaliasname"> <table id="tbl_id3149716"> diff --git a/source/text/shared/02/14070000.xhp b/source/text/shared/02/14070000.xhp index 3fe2ee6728..a4597c2b23 100644 --- a/source/text/shared/02/14070000.xhp +++ b/source/text/shared/02/14070000.xhp @@ -33,8 +33,8 @@ <bookmark_value>distinct values in SQL queries</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:DBDistinctValues" id="bm_id3147588" localize="false"/> -<h1 id="hd_id3149991"><link href="text/shared/02/14070000.xhp" name="Distinct Values">Distinct Values</link></h1> -<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".uno:DBDistinctValues">Expands the created select statement of the <link href="text/sdatabase/02010100.xhp" name="SQL Query"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once.</paragraph> +<h1 id="hd_id3149991"><link href="text/shared/02/14070000.xhp">Distinct Values</link></h1> +<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".uno:DBDistinctValues">Expands the created select statement of the <link href="text/sdatabase/02010100.xhp"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once.</paragraph> </section> <section id="sydistinct_values"> <table id="tbl_id3150935"> diff --git a/source/text/shared/02/18010000.xhp b/source/text/shared/02/18010000.xhp index 2edf2a2f1e..5b27743db9 100644 --- a/source/text/shared/02/18010000.xhp +++ b/source/text/shared/02/18010000.xhp @@ -27,7 +27,7 @@ <body> <section id="selection"> <bookmark xml-lang="en-US" branch="hid/.uno:SelectObject" id="bm_id8570964" localize="false"/> -<h1 id="hd_id3151299"><link href="text/shared/02/18010000.xhp" name="Selection">Selection</link></h1> +<h1 id="hd_id3151299"><link href="text/shared/02/18010000.xhp">Selection</link></h1> <paragraph role="paragraph" id="par_id3148520" xml-lang="en-US"><ahelp hid=".uno:SelectObject">Allows you to select objects in the current document.</ahelp></paragraph> </section> <section id="syselection"> @@ -46,7 +46,7 @@ </caseinline><caseinline select="CALC"> </caseinline><caseinline select="CHART"> </caseinline><caseinline select="MATH"> -</caseinline><defaultinline>The objects selected together can then be defined as a <link href="text/shared/01/05290000.xhp" name="group">group</link>, turning them into a single group object.</defaultinline></switchinline></paragraph> +</caseinline><defaultinline>The objects selected together can then be defined as a <link href="text/shared/01/05290000.xhp">group</link>, turning them into a single group object.</defaultinline></switchinline></paragraph> <paragraph role="paragraph" id="par_id3143267" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER"> </caseinline><caseinline select="CALC"> </caseinline><caseinline select="CHART"> diff --git a/source/text/shared/02/18030000.xhp b/source/text/shared/02/18030000.xhp index b1557389bb..1077565057 100644 --- a/source/text/shared/02/18030000.xhp +++ b/source/text/shared/02/18030000.xhp @@ -29,7 +29,7 @@ </meta> <body> <section id="auto_spell_check"> -<h1 id="hd_id3155599" xml-lang="en-US"><link href="text/shared/02/18030000.xhp" name="Automatic Spell Checking On/Off">Automatic Spell Checking On/Off</link></h1> +<h1 id="hd_id3155599" xml-lang="en-US"><link href="text/shared/02/18030000.xhp">Automatic Spell Checking On/Off</link></h1> <embed href="text/shared/optionen/01010400.xhp#automatisch"/> </section> <section id="syauto_spell_check"> diff --git a/source/text/shared/02/19090000.xhp b/source/text/shared/02/19090000.xhp index d7aebad0ef..495e86f4ff 100644 --- a/source/text/shared/02/19090000.xhp +++ b/source/text/shared/02/19090000.xhp @@ -31,12 +31,12 @@ </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" name="HTML Source">HTML Source</link></paragraph> +<paragraph id="hd_id3154788" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/19090000.xhp">HTML Source</link></paragraph> <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"> <embed href="text/shared/00/00000403.xhp#htmlsource"/> </section> -<paragraph id="par_id3149760" role="paragraph" xml-lang="en-US">In <emph>HTML Source</emph> mode, you can view and edit the <link href="text/shared/00/00000002.xhp#tags" name="tags">tags</link> of <link href="text/shared/00/00000002.xhp#html" name="HTML">HTML</link>. Save the document as a plain text document. Assign an <emph>.html</emph> or <emph>.htm</emph> extension to designate the document as HTML.<comment>UFI: is this so? test it</comment></paragraph> +<paragraph id="par_id3149760" role="paragraph" xml-lang="en-US">In <emph>HTML Source</emph> mode, you can view and edit the <link href="text/shared/00/00000002.xhp#tags">tags</link> of <link href="text/shared/00/00000002.xhp#html">HTML</link>. Save the document as a plain text document. Assign an <emph>.html</emph> or <emph>.htm</emph> extension to designate the document as HTML.<comment>UFI: is this so? test it</comment></paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/20020000.xhp b/source/text/shared/02/20020000.xhp index d9f606950f..03d5baeffd 100644 --- a/source/text/shared/02/20020000.xhp +++ b/source/text/shared/02/20020000.xhp @@ -31,12 +31,12 @@ <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" name="Current Page Style">Current Page Style</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3083278" role="heading" level="1"><link href="text/shared/02/20020000.xhp">Current Page Style</link></paragraph> <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" name="Page Style"><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> -<paragraph xml-lang="en-US" id="par_id3151234" role="paragraph"><switchinline select="appl"><caseinline select="CALC">Double-click the <emph>Page Style</emph> field to open the <link href="text/scalc/01/05070000.xhp" name="Page Style"><emph>Page Style</emph></link> dialog, in which you can edit the style for the current page.</caseinline></switchinline></paragraph> -<paragraph id="par_id3149346" role="paragraph"><switchinline select="appl"><caseinline select="IMPRESS">Double-click this field to open the <link href="text/simpress/01/05120000.xhp" name="Available Master Slides"><emph>Available Master Slides</emph></link> dialog in which you can select the style for the current slide. You can select a different paper format or background.</caseinline></switchinline></paragraph> -<paragraph id="par_id3147008" role="paragraph"><switchinline select="appl"><caseinline select="DRAW">Double-click this field to open the <link href="text/simpress/01/05120000.xhp" name="Available Master Slides"><emph>Available Master Slides</emph></link> dialog in which you select the style for the current page. You can select a different paper format or background.</caseinline></switchinline></paragraph> +<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> +<paragraph xml-lang="en-US" id="par_id3151234" role="paragraph"><switchinline select="appl"><caseinline select="CALC">Double-click the <emph>Page Style</emph> field to open the <link href="text/scalc/01/05070000.xhp"><emph>Page Style</emph></link> dialog, in which you can edit the style for the current page.</caseinline></switchinline></paragraph> +<paragraph id="par_id3149346" role="paragraph"><switchinline select="appl"><caseinline select="IMPRESS">Double-click this field to open the <link href="text/simpress/01/05120000.xhp"><emph>Available Master Slides</emph></link> dialog in which you can select the style for the current slide. You can select a different paper format or background.</caseinline></switchinline></paragraph> +<paragraph id="par_id3147008" role="paragraph"><switchinline select="appl"><caseinline select="DRAW">Double-click this field to open the <link href="text/simpress/01/05120000.xhp"><emph>Available Master Slides</emph></link> dialog in which you select the style for the current page. You can select a different paper format or background.</caseinline></switchinline></paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/20030000.xhp b/source/text/shared/02/20030000.xhp index 9b07ac037a..8d4315724f 100644 --- a/source/text/shared/02/20030000.xhp +++ b/source/text/shared/02/20030000.xhp @@ -30,10 +30,10 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3155619"><bookmark_value>zooming; status bar</bookmark_value> </bookmark><comment>mw deleted "scaling;"</comment> <bookmark xml-lang="en-US" branch="hid/.uno:StateZoom" id="bm_id3165732" localize="false"/> -<h1 id="hd_id3155619" xml-lang="en-US"><link href="text/shared/02/20030000.xhp" name="Zoom">Zoom</link></h1> +<h1 id="hd_id3155619" xml-lang="en-US"><link href="text/shared/02/20030000.xhp">Zoom</link></h1> <paragraph role="paragraph" id="par_id3148983" xml-lang="en-US"><ahelp hid=".uno:StateZoom">Specifies the current page display zoom factor.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3150935" xml-lang="en-US">Click this field to open the <link href="text/shared/01/03010000.xhp" name="Zoom"><emph>Zoom</emph></link> dialog, where you can change the current zoom factor.</paragraph> +<paragraph role="paragraph" id="par_id3150935" xml-lang="en-US">Click this field to open the <link href="text/shared/01/03010000.xhp"><emph>Zoom</emph></link> dialog, where you can change the current zoom factor.</paragraph> <paragraph role="paragraph" id="par_id3159194" xml-lang="en-US">Right-click to open the context menu on this field to see a selection of available zoom factors.</paragraph> </section> </body> diff --git a/source/text/shared/02/20040000.xhp b/source/text/shared/02/20040000.xhp index b927bdf7c1..c0009a3db2 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" name="Insert Mode">Insert Mode</link></paragraph> +<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/02/20040000.xhp">Insert Mode</link></paragraph> <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/20050000.xhp b/source/text/shared/02/20050000.xhp index 53911bb642..dbccf62682 100644 --- a/source/text/shared/02/20050000.xhp +++ b/source/text/shared/02/20050000.xhp @@ -36,7 +36,7 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:SelectionMode" id="bm_id7365159" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:StatusSelectionMode" id="bm_id2039489" localize="false"/> - <h1 id="hd_id3148668"><link href="text/shared/02/20050000.xhp" name="Selection Mode">Selection Mode</link></h1> + <h1 id="hd_id3148668"><link href="text/shared/02/20050000.xhp">Selection Mode</link></h1> <paragraph role="paragraph" id="par_id3146130" xml-lang="en-US"><ahelp hid=".">Switches between different selection modes.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3153894" xml-lang="en-US">Click this field to open a popup menu with the following options:</paragraph> diff --git a/source/text/shared/02/20060000.xhp b/source/text/shared/02/20060000.xhp index 8b3e692918..4e4169a307 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" name="Document Modification">Document Modification</link></paragraph> +<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> <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 0ac22ff870..6346ecc848 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" name="Time">Time</link></paragraph> +<paragraph id="hd_id3152823" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/20090000.xhp">Time</link></paragraph> <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 88f8baebed..b60a14959f 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" name="Date">Date</link></paragraph> +<paragraph id="hd_id3146902" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/20100000.xhp">Date</link></paragraph> <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 965277e201..cf03ce19dd 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" name="Image Filter Bar">Image Filter Bar</link></paragraph> +<paragraph role="heading" id="hd_id3151299" xml-lang="en-US" level="1"><link href="text/shared/02/24010000.xhp">Image Filter Bar</link></paragraph> <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 ba30d1f36c..04df6e0c09 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" name="Graphics Mode">Graphics Mode</link></paragraph> +<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="1"><link href="text/shared/02/24020000.xhp">Graphics Mode</link></paragraph> <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 b2deff09ef..f02aaccfa6 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" name="Red">Red</link></paragraph> +<paragraph role="heading" id="hd_id3151097" xml-lang="en-US" level="1"><link href="text/shared/02/24030000.xhp">Red</link></paragraph> <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 b5fa8fbf04..05b09676a8 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" name="Green">Green</link></paragraph> +<paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1"><link href="text/shared/02/24040000.xhp">Green</link></paragraph> <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 37eaec6d48..93188c616d 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" name="Blue">Blue</link></paragraph> +<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/24050000.xhp">Blue</link></paragraph> <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/24060000.xhp b/source/text/shared/02/24060000.xhp index 90a2dd2548..df5bb7f733 100644 --- a/source/text/shared/02/24060000.xhp +++ b/source/text/shared/02/24060000.xhp @@ -30,7 +30,7 @@ <body> <section id="brightness"> <bookmark branch="hid/.uno:GrafLuminance" xml-lang="en-US" id="bm_id3147000" localize="false"/> -<h1 id="hd_id3153514"><link href="text/shared/02/24060000.xhp" name="Brightness">Brightness</link></h1> +<h1 id="hd_id3153514"><link href="text/shared/02/24060000.xhp">Brightness</link></h1> <paragraph role="paragraph" id="par_id3152821" xml-lang="en-US"><ahelp hid=".uno:GrafLuminance" visibility="visible">Specifies the brightness for the selected graphic object.</ahelp> Values from -100% (only black) to +100% (only white) are possible.</paragraph> </section> <section id="sybrightness"> diff --git a/source/text/shared/02/24070000.xhp b/source/text/shared/02/24070000.xhp index dbe6c0b5be..2cf47b268c 100644 --- a/source/text/shared/02/24070000.xhp +++ b/source/text/shared/02/24070000.xhp @@ -30,7 +30,7 @@ <body> <section id="contrast"> <bookmark branch="hid/.uno:GrafContrast" xml-lang="en-US" id="bm_id3154682" localize="false"/> -<h1 id="hd_id3154926"><link href="text/shared/02/24070000.xhp" name="Contrast">Contrast</link></h1> +<h1 id="hd_id3154926"><link href="text/shared/02/24070000.xhp">Contrast</link></h1> <paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".uno:GrafContrast" visibility="visible">Specifies the contrast for viewing the selected graphic image.</ahelp> Values from -100% (no contrast at all) to +100% (full contrast) are possible.</paragraph> </section> <section id="sycontrast"> diff --git a/source/text/shared/02/24080000.xhp b/source/text/shared/02/24080000.xhp index 012f7a6ac3..29daf42aa8 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" name="Gamma">Gamma</link></paragraph> +<paragraph role="heading" id="hd_id3154100" xml-lang="en-US" level="1"><link href="text/shared/02/24080000.xhp">Gamma</link></paragraph> <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 cb73e2670b..9944fc560b 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" name="Transparency">Transparency</link></paragraph> +<paragraph role="heading" id="hd_id3159411" xml-lang="en-US" level="1"><link href="text/shared/02/24090000.xhp">Transparency</link></paragraph> <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 dd401518e9..6d6abfbd48 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" name="Crop">Crop</link></paragraph> +<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"><link href="text/shared/02/24100000.xhp">Crop</link></paragraph> <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/limit.xhp b/source/text/shared/02/limit.xhp index 9378df9ae9..443f9e7d45 100644 --- a/source/text/shared/02/limit.xhp +++ b/source/text/shared/02/limit.xhp @@ -21,6 +21,6 @@ </bookmark> <paragraph role="heading" id="hd_id3149991" xml-lang="en-US" level="1">Limit</paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:DBLimit" id="bm_id3147588" localize="false"/> -<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".">Expands the created select statement of the <link href="text/sdatabase/02010100.xhp" name="SQL Query">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it.</paragraph> +<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".">Expands the created select statement of the <link href="text/sdatabase/02010100.xhp">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it.</paragraph> </body> </helpdocument> diff --git a/source/text/shared/02/namedialog.xhp b/source/text/shared/02/namedialog.xhp index 4bb6b0438d..baa728e7ef 100644 --- a/source/text/shared/02/namedialog.xhp +++ b/source/text/shared/02/namedialog.xhp @@ -20,7 +20,7 @@ <bookmark xml-lang="en-US" branch="hid/cui/ui/namedialog/name_entry" id="bm_id3445313" localize="false"/> <bookmark xml-lang="en-US" branch="hid/cui/ui/namedialog/@@nowidget@@" id="bm_id3145313" localize="false"/> <section id="namedialog"> -<h1 id="hd_id581597430248366"><variable id="namedialogh1"><link href="text/shared/02/namedialog.xhp" name="Name">Enter Name Dialog</link></variable></h1> +<h1 id="hd_id581597430248366"><variable id="namedialogh1"><link href="text/shared/02/namedialog.xhp">Enter Name Dialog</link></variable></h1> <paragraph role="paragraph" id="par_id3153681" xml-lang="en-US">Enter a name or any requested text on the label.</paragraph> </section> </body> |