This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new fea595543f Remove 'oldref' entries (work in progress) fea595543f is described below commit fea595543f65f84695384b8a890080194aefdd83 Author: mseidel <msei...@apache.org> AuthorDate: Thu Dec 19 16:53:51 2024 +0100 Remove 'oldref' entries (work in progress) (cherry picked from commit fb30b786fd55206226387672e019b80a27e50f96) --- .../source/text/sbasic/shared/03100000.xhp | 4 +-- .../source/text/scalc/guide/calc_date.xhp | 21 +++++++------- .../source/text/scalc/guide/design.xhp | 24 ++++++++-------- .../source/text/scalc/guide/print_details.xhp | 32 +++++++++++----------- .../text/shared/explorer/database/11170100.xhp | 32 +++++++++++----------- main/helpcontent2/source/text/shared/guide/fax.xhp | 18 ++++++------ .../source/text/shared/guide/macro_recording.xhp | 28 +++++++++---------- .../helpcontent2/source/text/shared/guide/main.xhp | 26 +++++++++--------- main/helpcontent2/source/text/shared/main0201.xhp | 6 ++-- .../source/text/simpress/guide/main.xhp | 10 +++---- .../source/text/swriter/guide/indices_toc.xhp | 26 ++++++++---------- .../source/text/swriter/guide/main.xhp | 28 +++++++++---------- .../source/text/swriter/guide/number_sequence.xhp | 21 +++++++------- .../text/swriter/guide/stylist_fillformat.xhp | 17 ++++++------ .../text/swriter/guide/text_direct_cursor.xhp | 6 ++-- main/helpcontent2/source/text/swriter/main0220.xhp | 16 +++++------ 16 files changed, 155 insertions(+), 160 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03100000.xhp b/main/helpcontent2/source/text/sbasic/shared/03100000.xhp index b37010a06a..e62cb28090 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03100000.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03100000.xhp @@ -30,8 +30,8 @@ </meta> <body> <section id="variablen"> -<paragraph role="heading" id="hd_id3149669" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03100000.xhp" name="Variables">Variables</link></paragraph> -<paragraph role="paragraph" id="par_id3147265" xml-lang="en-US" l10n="U" oldref="2">The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type.</paragraph> +<paragraph role="heading" id="hd_id3149669" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03100000.xhp" name="Variables">Variables</link></paragraph> +<paragraph role="paragraph" id="par_id3147265" xml-lang="en-US" l10n="U">The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type.</paragraph> </section> <embed href="text/sbasic/shared/03100050.xhp#ccur"/> <embed href="text/sbasic/shared/03100100.xhp#cbool"/> diff --git a/main/helpcontent2/source/text/scalc/guide/calc_date.xhp b/main/helpcontent2/source/text/scalc/guide/calc_date.xhp index ceb366aef3..a8bab1bccc 100644 --- a/main/helpcontent2/source/text/scalc/guide/calc_date.xhp +++ b/main/helpcontent2/source/text/scalc/guide/calc_date.xhp @@ -35,35 +35,34 @@ <bookmark_value>cells;date and time formats</bookmark_value> <bookmark_value>current date and time values</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3146120" role="heading" level="1" l10n="U" -oldref="11"><variable id="calc_date"><link href="text/scalc/guide/calc_date.xhp" name="Calculating With Dates and Times">Calculating With Dates and Times</link> +<paragraph xml-lang="en-US" id="hd_id3146120" role="heading" level="1" l10n="U"><variable id="calc_date"><link href="text/scalc/guide/calc_date.xhp" name="Calculating With Dates and Times">Calculating With Dates and Times</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3154320" role="paragraph" l10n="CHG" oldref="12">In $[officename] Calc, you can perform calculations with current date and time values. As an example, to find out exactly how old you are in seconds or hours, follow the following steps:</paragraph> +<paragraph xml-lang="en-US" id="par_id3154320" role="paragraph" l10n="CHG">In $[officename] Calc, you can perform calculations with current date and time values. As an example, to find out exactly how old you are in seconds or hours, follow the following steps:</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3150750" role="listitem" l10n="U" oldref="13">In a spreadsheet, enter your birthday in cell A1.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150750" role="listitem" l10n="U">In a spreadsheet, enter your birthday in cell A1.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3145642" role="listitem" l10n="U" oldref="14">Enter the following formula in cell A3: <item type="literal">=NOW()-A1</item> +<paragraph xml-lang="en-US" id="par_id3145642" role="listitem" l10n="U">Enter the following formula in cell A3: <item type="literal">=NOW()-A1</item> </paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149020" role="listitem" l10n="U" oldref="52">After pressing the <item type="keycode">Enter</item> key you will see the result in date format. Since the result should show the difference between two dates as a number of days, you must format cell A3 as a number.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149020" role="listitem" l10n="U">After pressing the <item type="keycode">Enter</item> key you will see the result in date format. Since the result should show the difference between two dates as a number of days, you must format cell A3 as a number.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155335" role="listitem" l10n="U" oldref="53">Place the cursor in cell A3, right-click to open a context menu and choose <emph>Format Cells</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155335" role="listitem" l10n="U">Place the cursor in cell A3, right-click to open a context menu and choose <emph>Format Cells</emph>.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147343" role="listitem" l10n="U" oldref="54">The <item type="menuitem">Format Cells</item> dialog appears. On the <item type="menuitem">Numbers</item> tab, the "Number" category will appear already highlighted. The format is set to "General", which causes the result of a calculation containing date entries to be displayed as a date. To display the result as a number, set the number format to "-1,234" and close the dialog with the <item type="menuite [...] +<paragraph xml-lang="en-US" id="par_id3147343" role="listitem" l10n="U">The <item type="menuitem">Format Cells</item> dialog appears. On the <item type="menuitem">Numbers</item> tab, the "Number" category will appear already highlighted. The format is set to "General", which causes the result of a calculation containing date entries to be displayed as a date. To display the result as a number, set the number format to "-1,234" and close the dialog with the <item type="menuitem">OK</item> [...] </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147001" role="listitem" l10n="U" oldref="15">The number of days between today's date and the specified date is displayed in cell A3.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147001" role="listitem" l10n="U">The number of days between today's date and the specified date is displayed in cell A3.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3150304" role="listitem" l10n="U" oldref="16">Experiment with some additional formulas: in A4 enter =A3*24 to calculate the hours, in A5 enter =A4*60 for the minutes, and in A6 enter =A5*60 for seconds. Press the <item type="keycode">Enter</item> key after each formula.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150304" role="listitem" l10n="U">Experiment with some additional formulas: in A4 enter =A3*24 to calculate the hours, in A5 enter =A4*60 for the minutes, and in A6 enter =A5*60 for seconds. Press the <item type="keycode">Enter</item> key after each formula.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="par_id3149207" role="paragraph" l10n="U" oldref="17">The time since your date of birth will be calculated and displayed in the various units. The values are calculated as of the exact moment when you entered the last formula and pressed the <item type="keycode">Enter</item> key. This value is not automatically updated, although "Now" continuously changes. In the <emph>Tools</emph> menu, the menu item <emph>Cell Contents - AutoCalculate</emph> is normally a [...] +<paragraph xml-lang="en-US" id="par_id3149207" role="paragraph" l10n="U">The time since your date of birth will be calculated and displayed in the various units. The values are calculated as of the exact moment when you entered the last formula and pressed the <item type="keycode">Enter</item> key. This value is not automatically updated, although "Now" continuously changes. In the <emph>Tools</emph> menu, the menu item <emph>Cell Contents - AutoCalculate</emph> is normally active; howev [...] <section id="relatedtopics"> <embed href="text/scalc/guide/calc_timevalues.xhp#calc_timevalues"/> </section> diff --git a/main/helpcontent2/source/text/scalc/guide/design.xhp b/main/helpcontent2/source/text/scalc/guide/design.xhp index e60b13acc4..46962b55cd 100644 --- a/main/helpcontent2/source/text/scalc/guide/design.xhp +++ b/main/helpcontent2/source/text/scalc/guide/design.xhp @@ -39,30 +39,30 @@ <bookmark_value>formatting;themes for sheets</bookmark_value> </bookmark> <comment>mw deleted "applying;"</comment> -<paragraph xml-lang="en-US" id="hd_id3150791" role="heading" level="1" l10n="U" oldref="6"><variable id="design"><link href="text/scalc/guide/design.xhp" name="Selecting Themes for Sheets">Selecting Themes for Sheets</link> +<paragraph xml-lang="en-US" id="hd_id3150791" role="heading" level="1" l10n="U"><variable id="design"><link href="text/scalc/guide/design.xhp" name="Selecting Themes for Sheets">Selecting Themes for Sheets</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3145786" role="paragraph" l10n="U" oldref="13">$[officename] Calc comes with a predefined set of formatting themes that you can apply to your spreadsheets.</paragraph> -<paragraph xml-lang="en-US" id="par_id3154490" role="paragraph" l10n="U" oldref="16">It is not possible to add themes to Calc, and they cannot be modified. However, you can modify their styles after you apply them to a spreadsheet.</paragraph> -<paragraph xml-lang="en-US" id="par_id3154757" role="paragraph" l10n="U" oldref="17">Before you format a sheet with a theme, you have to apply at least one custom cell style to the cells on the sheet. You can then change the cell formatting by selecting and applying a theme in the <emph>Theme Selection</emph> dialog.</paragraph> -<paragraph xml-lang="en-US" id="par_id3156382" role="paragraph" l10n="U" oldref="18">To apply a custom cell style to a cell, you can open the Styles and Formatting window and, in its lower list box, set the Custom Styles view. A list of the existing custom defined cell styles will be displayed. Double click a name from the Styles and Formatting window to apply this style to the selected cells.</paragraph> -<paragraph xml-lang="en-US" id="par_id3153963" role="paragraph" l10n="U" oldref="19">To apply a theme to a spreadsheet:</paragraph> +<paragraph xml-lang="en-US" id="par_id3145786" role="paragraph" l10n="U">$[officename] Calc comes with a predefined set of formatting themes that you can apply to your spreadsheets.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154490" role="paragraph" l10n="U">It is not possible to add themes to Calc, and they cannot be modified. However, you can modify their styles after you apply them to a spreadsheet.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154757" role="paragraph" l10n="U">Before you format a sheet with a theme, you have to apply at least one custom cell style to the cells on the sheet. You can then change the cell formatting by selecting and applying a theme in the <emph>Theme Selection</emph> dialog.</paragraph> +<paragraph xml-lang="en-US" id="par_id3156382" role="paragraph" l10n="U">To apply a custom cell style to a cell, you can open the Styles and Formatting window and, in its lower list box, set the Custom Styles view. A list of the existing custom defined cell styles will be displayed. Double click a name from the Styles and Formatting window to apply this style to the selected cells.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153963" role="paragraph" l10n="U">To apply a theme to a spreadsheet:</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3146920" role="listitem" l10n="CHG" oldref="15">Click the <emph>Choose Themes</emph> icon in the <emph>Tools</emph> bar.</paragraph> +<paragraph xml-lang="en-US" id="par_id3146920" role="listitem" l10n="CHG">Click the <emph>Choose Themes</emph> icon in the <emph>Tools</emph> bar.</paragraph> <embed href="text/scalc/02/06080000.xhp#sythemen"/> -<paragraph xml-lang="en-US" id="par_id3148488" role="listitem" l10n="CHG" oldref="20">The <emph>Theme Selection</emph> dialog appears. This dialog lists the available themes for the whole spreadsheet and the Styles and Formatting window lists the custom styles for specific cells.</paragraph> +<paragraph xml-lang="en-US" id="par_id3148488" role="listitem" l10n="CHG">The <emph>Theme Selection</emph> dialog appears. This dialog lists the available themes for the whole spreadsheet and the Styles and Formatting window lists the custom styles for specific cells.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155114" role="listitem" l10n="U" oldref="9">In the <emph>Theme Selection</emph> dialog, select the theme that you want to apply to the spreadsheet.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155114" role="listitem" l10n="U">In the <emph>Theme Selection</emph> dialog, select the theme that you want to apply to the spreadsheet.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3150090" role="listitem" l10n="U" oldref="21">Click OK</paragraph> -<paragraph xml-lang="en-US" id="par_id3150201" role="listitem" l10n="U" oldref="22">As soon as you select another theme in the <emph>Theme Selection</emph> dialog, some of the properties of the custom style will be applied to the current spreadsheet. The modifications will be immediately visible in your spreadsheet.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150090" role="listitem" l10n="U">Click OK</paragraph> +<paragraph xml-lang="en-US" id="par_id3150201" role="listitem" l10n="U">As soon as you select another theme in the <emph>Theme Selection</emph> dialog, some of the properties of the custom style will be applied to the current spreadsheet. The modifications will be immediately visible in your spreadsheet.</paragraph> </listitem> </list> <section id="relatedtopics"> <embed href="text/scalc/guide/autoformat.xhp#autoformat"/> -<paragraph xml-lang="en-US" id="par_id3146979" role="paragraph" l10n="U" oldref="12"><link href="text/scalc/02/06080000.xhp" name="Theme selection">Theme selection</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3146979" role="paragraph" l10n="U"><link href="text/scalc/02/06080000.xhp" name="Theme selection">Theme selection</link></paragraph> </section> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/guide/print_details.xhp b/main/helpcontent2/source/text/scalc/guide/print_details.xhp index 19c79c7181..a3933356e2 100644 --- a/main/helpcontent2/source/text/scalc/guide/print_details.xhp +++ b/main/helpcontent2/source/text/scalc/guide/print_details.xhp @@ -43,50 +43,50 @@ <bookmark_value>null values; printing</bookmark_value> <bookmark_value>draw objects;printing</bookmark_value> </bookmark><comment>mw inserted 4 index entries from text/scalc/01/05070500.xhp. Added "draw objects;..." entry and changed "formulas;..." entry</comment> -<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="print_details"><link href="text/scalc/guide/print_details.xhp" name="Printing Sheet Details">Printing Sheet Details</link> +<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="1" l10n="U"><variable id="print_details"><link href="text/scalc/guide/print_details.xhp" name="Printing Sheet Details">Printing Sheet Details</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3153728" xml-lang="en-US" l10n="U" oldref="2">When printing a sheet you can select which details are to be printed:</paragraph> +<paragraph role="paragraph" id="par_id3153728" xml-lang="en-US" l10n="U">When printing a sheet you can select which details are to be printed:</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3150010" xml-lang="en-US" l10n="U" oldref="3">Row and column headers</paragraph> +<paragraph role="listitem" id="par_id3150010" xml-lang="en-US" l10n="U">Row and column headers</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154013" xml-lang="en-US" l10n="U" oldref="4">Sheet grid</paragraph> +<paragraph role="listitem" id="par_id3154013" xml-lang="en-US" l10n="U">Sheet grid</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3145273" xml-lang="en-US" l10n="U" oldref="5">Comments</paragraph> +<paragraph role="listitem" id="par_id3145273" xml-lang="en-US" l10n="U">Comments</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3145801" xml-lang="en-US" l10n="U" oldref="6">Objects and graphics</paragraph> +<paragraph role="listitem" id="par_id3145801" xml-lang="en-US" l10n="U">Objects and graphics</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154491" xml-lang="en-US" l10n="U" oldref="7">Charts</paragraph> +<paragraph role="listitem" id="par_id3154491" xml-lang="en-US" l10n="U">Charts</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154731" xml-lang="en-US" l10n="U" oldref="8">Drawing objects</paragraph> +<paragraph role="listitem" id="par_id3154731" xml-lang="en-US" l10n="U">Drawing objects</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3149400" xml-lang="en-US" l10n="U" oldref="9">Formulas</paragraph> +<paragraph role="listitem" id="par_id3149400" xml-lang="en-US" l10n="U">Formulas</paragraph> </listitem> </list> -<paragraph role="paragraph" id="par_id3150752" xml-lang="en-US" l10n="U" oldref="10">To choose the details proceed as follows:</paragraph> +<paragraph role="paragraph" id="par_id3150752" xml-lang="en-US" l10n="U">To choose the details proceed as follows:</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3145640" xml-lang="en-US" l10n="U" oldref="11">Select the sheet you want to print.</paragraph> +<paragraph role="listitem" id="par_id3145640" xml-lang="en-US" l10n="U">Select the sheet you want to print.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3150042" xml-lang="en-US" l10n="U" oldref="12">Choose <emph>Format - Page</emph>.</paragraph> -<paragraph role="listitem" id="par_id3147340" xml-lang="en-US" l10n="CHG" oldref="13">The command is not visible if the sheet was opened with write protection on. In that case, click the <emph>Edit File</emph> icon on the <emph>Standard</emph> Bar.</paragraph> +<paragraph role="listitem" id="par_id3150042" xml-lang="en-US" l10n="U">Choose <emph>Format - Page</emph>.</paragraph> +<paragraph role="listitem" id="par_id3147340" xml-lang="en-US" l10n="CHG">The command is not visible if the sheet was opened with write protection on. In that case, click the <emph>Edit File</emph> icon on the <emph>Standard</emph> Bar.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3146916" xml-lang="en-US" l10n="U" oldref="14">Select the <emph>Sheet</emph> tab. In the <emph>Print</emph> area mark the details to be printed and click OK.</paragraph> +<paragraph role="listitem" id="par_id3146916" xml-lang="en-US" l10n="U">Select the <emph>Sheet</emph> tab. In the <emph>Print</emph> area mark the details to be printed and click OK.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3145789" xml-lang="en-US" l10n="U" oldref="15">Print the document.</paragraph> +<paragraph role="listitem" id="par_id3145789" xml-lang="en-US" l10n="U">Print the document.</paragraph> </listitem> </list> <section id="relatedtopics"> -<paragraph role="paragraph" id="par_id3150345" xml-lang="en-US" l10n="U" oldref="16"><link href="text/scalc/01/03100000.xhp" name="View - Page Break Preview">View - Page Break Preview</link></paragraph> +<paragraph role="paragraph" id="par_id3150345" xml-lang="en-US" l10n="U"><link href="text/scalc/01/03100000.xhp" name="View - Page Break Preview">View - Page Break Preview</link></paragraph> <embed href="text/scalc/guide/print_exact.xhp#print_exact"/> </section> </body> diff --git a/main/helpcontent2/source/text/shared/explorer/database/11170100.xhp b/main/helpcontent2/source/text/shared/explorer/database/11170100.xhp index 47dc3b1031..0e2dbfacc3 100644 --- a/main/helpcontent2/source/text/shared/explorer/database/11170100.xhp +++ b/main/helpcontent2/source/text/shared/explorer/database/11170100.xhp @@ -29,27 +29,27 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1" l10n="U" oldref="1">Database Statistics</paragraph> -<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US" l10n="U" oldref="2">Displays statistics about the Adabas database.</paragraph> -<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="2" l10n="U" oldref="3">Database files</paragraph> +<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1" l10n="U">Database Statistics</paragraph> +<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US" l10n="U">Displays statistics about the Adabas database.</paragraph> +<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="2" l10n="U">Database files</paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:Edit:DLG_ADABASSTAT:ET_SYSDEVSPACE" id="bm_id3149346" localize="false"/> -<paragraph role="heading" id="hd_id3152594" xml-lang="en-US" level="3" l10n="U" oldref="5">SYSDEVSPACE</paragraph> -<paragraph role="paragraph" id="par_id3155552" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="DBACCESS_EDIT_DLG_ADABASSTAT_ET_SYSDEVSPACE">Displays the path and the name of the SYSDEVSPACE file.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3152594" xml-lang="en-US" level="3" l10n="U">SYSDEVSPACE</paragraph> +<paragraph role="paragraph" id="par_id3155552" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_EDIT_DLG_ADABASSTAT_ET_SYSDEVSPACE">Displays the path and the name of the SYSDEVSPACE file.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:Edit:DLG_ADABASSTAT:ET_TRANSACTIONLOG" id="bm_id3156427" localize="false"/> -<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="3" l10n="U" oldref="7">TRANSACTIONLOG</paragraph> -<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="DBACCESS_EDIT_DLG_ADABASSTAT_ET_TRANSACTIONLOG">Displays the path and the name of the TRANSACTIONLOG file.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="3" l10n="U">TRANSACTIONLOG</paragraph> +<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_EDIT_DLG_ADABASSTAT_ET_TRANSACTIONLOG">Displays the path and the name of the TRANSACTIONLOG file.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:ListBox:DLG_ADABASSTAT:LB_DATADEVS" id="bm_id3147089" localize="false"/> -<paragraph role="heading" id="hd_id3150774" xml-lang="en-US" level="3" l10n="U" oldref="9">DATADEVSPACE</paragraph> -<paragraph role="paragraph" id="par_id3147209" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="DBACCESS_LISTBOX_DLG_ADABASSTAT_LB_DATADEVS">Displays the path and the name of the DATADEVSPACE file.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3152996" xml-lang="en-US" level="2" l10n="U" oldref="11">Database sizes</paragraph> +<paragraph role="heading" id="hd_id3150774" xml-lang="en-US" level="3" l10n="U">DATADEVSPACE</paragraph> +<paragraph role="paragraph" id="par_id3147209" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_LISTBOX_DLG_ADABASSTAT_LB_DATADEVS">Displays the path and the name of the DATADEVSPACE file.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3152996" xml-lang="en-US" level="2" l10n="U">Database sizes</paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:Edit:DLG_ADABASSTAT:ET_SIZE" id="bm_id3150085" localize="false"/> -<paragraph role="heading" id="hd_id3145382" xml-lang="en-US" level="3" l10n="U" oldref="13">Size (MB)</paragraph> -<paragraph role="paragraph" id="par_id3149415" xml-lang="en-US" l10n="U" oldref="14"><ahelp hid="DBACCESS_EDIT_DLG_ADABASSTAT_ET_SIZE">Displays the full size (in megabytes) of the database.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3145382" xml-lang="en-US" level="3" l10n="U">Size (MB)</paragraph> +<paragraph role="paragraph" id="par_id3149415" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_EDIT_DLG_ADABASSTAT_ET_SIZE">Displays the full size (in megabytes) of the database.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:Edit:DLG_ADABASSTAT:ET_FREESIZE" id="bm_id3152350" localize="false"/> -<paragraph role="heading" id="hd_id3154285" xml-lang="en-US" level="3" l10n="U" oldref="15">Free space (MB)</paragraph> -<paragraph role="paragraph" id="par_id3149514" xml-lang="en-US" l10n="U" oldref="16"><ahelp hid="DBACCESS_EDIT_DLG_ADABASSTAT_ET_FREESIZE">Displays the amount of free space (in megabytes) that is available in the database.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154285" xml-lang="en-US" level="3" l10n="U">Free space (MB)</paragraph> +<paragraph role="paragraph" id="par_id3149514" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_EDIT_DLG_ADABASSTAT_ET_FREESIZE">Displays the amount of free space (in megabytes) that is available in the database.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:NumericField:DLG_ADABASSTAT:ET_MEMORYUSING" id="bm_id3154515" localize="false"/> -<paragraph role="heading" id="hd_id3149237" xml-lang="en-US" level="3" l10n="U" oldref="17">Memory utilization (in %)</paragraph> -<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U" oldref="18"><ahelp hid="DBACCESS_NUMERICFIELD_DLG_ADABASSTAT_ET_MEMORYUSING">Displays the amount of used space in the database as a percentage.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149237" xml-lang="en-US" level="3" l10n="U">Memory utilization (in %)</paragraph> +<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_NUMERICFIELD_DLG_ADABASSTAT_ET_MEMORYUSING">Displays the amount of used space in the database as a percentage.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/guide/fax.xhp b/main/helpcontent2/source/text/shared/guide/fax.xhp index b66c1f5eeb..7785b961ee 100644 --- a/main/helpcontent2/source/text/shared/guide/fax.xhp +++ b/main/helpcontent2/source/text/shared/guide/fax.xhp @@ -36,26 +36,26 @@ <bookmark_value>sending; documents as faxes </bookmark_value> <bookmark_value>configuring;fax icon</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3156426" xml-lang="en-US" level="1" l10n="U" oldref="5"><variable id="fax"><link href="text/shared/guide/fax.xhp" name="Sending Faxes and Configuring $[officename] for Faxing">Sending Faxes and Configuring $[officename] for Faxing</link> +<paragraph role="heading" id="hd_id3156426" xml-lang="en-US" level="1" l10n="U"><variable id="fax"><link href="text/shared/guide/fax.xhp" name="Sending Faxes and Configuring $[officename] for Faxing">Sending Faxes and Configuring $[officename] for Faxing</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US" l10n="U" oldref="3">To send a fax directly from $[officename], you need a fax modem and a fax driver that allows applications to communicate with the fax modem.</paragraph> -<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="3" l10n="U" oldref="6">Sending a Fax Through the Print Dialog</paragraph> +<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US" l10n="U">To send a fax directly from $[officename], you need a fax modem and a fax driver that allows applications to communicate with the fax modem.</paragraph> +<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="3" l10n="U">Sending a Fax Through the Print Dialog</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3152996" xml-lang="en-US" l10n="U" oldref="7">Open the <emph>Print</emph> dialog by choosing <emph>File - Print</emph> and select the fax driver in the <emph>Name</emph> list box.</paragraph> +<paragraph role="listitem" id="par_id3152996" xml-lang="en-US" l10n="U">Open the <emph>Print</emph> dialog by choosing <emph>File - Print</emph> and select the fax driver in the <emph>Name</emph> list box.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3155135" xml-lang="en-US" l10n="U" oldref="8">Clicking <emph>OK</emph> opens the dialog for your fax driver, where you can select the fax recipient.</paragraph> +<paragraph role="listitem" id="par_id3155135" xml-lang="en-US" l10n="U">Clicking <emph>OK</emph> opens the dialog for your fax driver, where you can select the fax recipient.</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3153825" xml-lang="en-US" level="3" l10n="U" oldref="9">Configuring $[officename] a Fax Icon</paragraph> -<paragraph role="paragraph" id="par_id3153822" xml-lang="en-US" l10n="U" oldref="10">You can configure $[officename] so that a single click on an icon automatically sends the current document as a fax:</paragraph> +<paragraph role="heading" id="hd_id3153825" xml-lang="en-US" level="3" l10n="U">Configuring $[officename] a Fax Icon</paragraph> +<paragraph role="paragraph" id="par_id3153822" xml-lang="en-US" l10n="U">You can configure $[officename] so that a single click on an icon automatically sends the current document as a fax:</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3145315" xml-lang="en-US" l10n="U" oldref="11">Choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040400.xhp" name="Writer - Print">%PRODUCTNAME Writer - Print</link></emph>.</paragraph> +<paragraph role="listitem" id="par_id3145315" xml-lang="en-US" l10n="U">Choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040400.xhp" name="Writer - Print">%PRODUCTNAME Writer - Print</link></emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3150985" xml-lang="en-US" l10n="U" oldref="12">Select the fax driver from the <emph>Fax</emph> list box and click <emph>OK</emph>.</paragraph> +<paragraph role="listitem" id="par_id3150985" xml-lang="en-US" l10n="U">Select the fax driver from the <emph>Fax</emph> list box and click <emph>OK</emph>.</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_idN106EB" xml-lang="en-US" l10n="NEW">Click the arrow icon at the end of the <emph>Standard</emph> bar. In the drop-down menu, choose <emph>Customize</emph>.</paragraph> diff --git a/main/helpcontent2/source/text/shared/guide/macro_recording.xhp b/main/helpcontent2/source/text/shared/guide/macro_recording.xhp index ec82f57c99..518764fc40 100644 --- a/main/helpcontent2/source/text/shared/guide/macro_recording.xhp +++ b/main/helpcontent2/source/text/shared/guide/macro_recording.xhp @@ -34,38 +34,38 @@ <bookmark_value>recording; macros</bookmark_value> <bookmark_value>Basic; recording macros</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3093440" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="macro_recording"><link href="text/shared/guide/macro_recording.xhp" name="Recording a Macro">Recording a Macro</link> +<paragraph role="heading" id="hd_id3093440" xml-lang="en-US" level="1" l10n="U"><variable id="macro_recording"><link href="text/shared/guide/macro_recording.xhp" name="Recording a Macro">Recording a Macro</link> </variable></paragraph> <switch select="appl"> <case select="WRITER"><section id="macrorecorder"> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3154749" xml-lang="en-US" l10n="U" oldref="4">Open the document for which you want to record a macro.</paragraph> +<paragraph role="listitem" id="par_id3154749" xml-lang="en-US" l10n="U">Open the document for which you want to record a macro.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3149398" xml-lang="en-US" l10n="CHG" oldref="5">Choose <emph>Tools - Macros - Record Macro</emph>.</paragraph> -<paragraph role="listitem" id="par_id3150275" xml-lang="en-US" l10n="U" oldref="6">You see the small <emph>Recording</emph> dialog with just one button called <emph>Stop Recording</emph>.</paragraph> +<paragraph role="listitem" id="par_id3149398" xml-lang="en-US" l10n="CHG">Choose <emph>Tools - Macros - Record Macro</emph>.</paragraph> +<paragraph role="listitem" id="par_id3150275" xml-lang="en-US" l10n="U">You see the small <emph>Recording</emph> dialog with just one button called <emph>Stop Recording</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3153087" xml-lang="en-US" l10n="U" oldref="7">Perform the actions you want to be recorded in the document.</paragraph> -<paragraph role="listitem" id="par_id3150504" xml-lang="en-US" l10n="U" oldref="15">Press the Escape key to deselect an object, as the macro recorder currently does not record this action by mouse click.</paragraph> +<paragraph role="listitem" id="par_id3153087" xml-lang="en-US" l10n="U">Perform the actions you want to be recorded in the document.</paragraph> +<paragraph role="listitem" id="par_id3150504" xml-lang="en-US" l10n="U">Press the Escape key to deselect an object, as the macro recorder currently does not record this action by mouse click.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3148492" xml-lang="en-US" l10n="U" oldref="8">Click <emph>Stop Recording</emph>.</paragraph> -<paragraph role="listitem" id="par_id3148686" xml-lang="en-US" l10n="U" oldref="9">The <emph>Macro</emph> dialog appears, in which you can save and run the macro.</paragraph> -<paragraph role="listitem" id="par_id3159158" xml-lang="en-US" l10n="U" oldref="10">If you want to abort the recording without saving a macro, click the <emph>Close</emph> button of the <emph>Recording</emph> dialog.</paragraph> +<paragraph role="listitem" id="par_id3148492" xml-lang="en-US" l10n="U">Click <emph>Stop Recording</emph>.</paragraph> +<paragraph role="listitem" id="par_id3148686" xml-lang="en-US" l10n="U">The <emph>Macro</emph> dialog appears, in which you can save and run the macro.</paragraph> +<paragraph role="listitem" id="par_id3159158" xml-lang="en-US" l10n="U">If you want to abort the recording without saving a macro, click the <emph>Close</emph> button of the <emph>Recording</emph> dialog.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3144510" xml-lang="en-US" l10n="U" oldref="11">To save the macro, first select the object where you want the macro to be saved in the <emph>Save macro in</emph> list box.</paragraph> +<paragraph role="listitem" id="par_id3144510" xml-lang="en-US" l10n="U">To save the macro, first select the object where you want the macro to be saved in the <emph>Save macro in</emph> list box.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3148550" xml-lang="en-US" l10n="U" oldref="12">If you want the macro to be saved into a new library or module, click the <emph>New Library</emph> or <emph>New Module</emph> button and enter a name for the library or module.</paragraph> +<paragraph role="listitem" id="par_id3148550" xml-lang="en-US" l10n="U">If you want the macro to be saved into a new library or module, click the <emph>New Library</emph> or <emph>New Module</emph> button and enter a name for the library or module.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3149456" xml-lang="en-US" l10n="CHG" oldref="13">Enter a name for the new macro in the <emph>Macro name</emph> text box. Do not use Basic keywords as a name.</paragraph> +<paragraph role="listitem" id="par_id3149456" xml-lang="en-US" l10n="CHG">Enter a name for the new macro in the <emph>Macro name</emph> text box. Do not use Basic keywords as a name.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154138" xml-lang="en-US" l10n="U" oldref="14">Click <emph>Save</emph>.</paragraph> +<paragraph role="listitem" id="par_id3154138" xml-lang="en-US" l10n="U">Click <emph>Save</emph>.</paragraph> </listitem> </list> <paragraph role="head2" id="hd_id2486342" xml-lang="en-US" l10n="NEW">Limitations of the macro recorder</paragraph> @@ -92,7 +92,7 @@ </list> <embed href="text/shared/00/00000004.xhp#related"/> <paragraph role="paragraph" id="par_id3156422" xml-lang="en-US" l10n="C"><link href="text/shared/01/06130000.xhp" name="Macro">Macro</link></paragraph> -<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U" oldref="2"><link href="text/shared/main0600.xhp" name="macro programming in $[officename]">Programming in %PRODUCTNAME</link></paragraph><comment>how-to running a macro</comment><comment>how-to testing and debugging a macro</comment></section> +<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U"><link href="text/shared/main0600.xhp" name="macro programming in $[officename]">Programming in %PRODUCTNAME</link></paragraph><comment>how-to running a macro</comment><comment>how-to testing and debugging a macro</comment></section> </case> <case select="CALC"><embed href="text/shared/guide/macro_recording.xhp#macrorecorder"/> </case> diff --git a/main/helpcontent2/source/text/shared/guide/main.xhp b/main/helpcontent2/source/text/shared/guide/main.xhp index 6ad6d69de3..ea7a79e402 100644 --- a/main/helpcontent2/source/text/shared/guide/main.xhp +++ b/main/helpcontent2/source/text/shared/guide/main.xhp @@ -32,9 +32,9 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3151097"> <bookmark_value>instructions; general</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3151097" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="main"><link href="text/shared/guide/main.xhp" name="General Instructions for %PRODUCTNAME">General Instructions for <item type="productname">%PRODUCTNAME</item></link> +<paragraph role="heading" id="hd_id3151097" xml-lang="en-US" level="1" l10n="U"><variable id="main"><link href="text/shared/guide/main.xhp" name="General Instructions for %PRODUCTNAME">General Instructions for <item type="productname">%PRODUCTNAME</item></link> </variable></paragraph> -<paragraph role="heading" id="hd_id3153681" xml-lang="en-US" level="2" l10n="U" oldref="2">Opening and Saving Documents and Templates</paragraph> +<paragraph role="heading" id="hd_id3153681" xml-lang="en-US" level="2" l10n="U">Opening and Saving Documents and Templates</paragraph> <embed href="text/shared/guide/aaa_start.xhp#aaa_start"/> <embed href="text/shared/guide/ms_user.xhp#ms_user"/> <embed href="text/shared/guide/autocorr_url.xhp#autocorr_url"/> @@ -60,7 +60,7 @@ </case> </switch> <embed href="text/shared/guide/mobiledevicefilters.xhp#mobiledevicefilters"/> -<paragraph role="heading" id="hd_id3150669" xml-lang="en-US" level="2" l10n="U" oldref="3">Using Windows, Menus and Icons</paragraph> +<paragraph role="heading" id="hd_id3150669" xml-lang="en-US" level="2" l10n="U">Using Windows, Menus and Icons</paragraph> <embed href="text/shared/guide/contextmenu.xhp#contextmenu"/> <embed href="text/shared/guide/active_help_on_off.xhp#active_help_on_off"/> <embed href="text/shared/guide/autocorr_url.xhp#autocorr_url"/> @@ -69,7 +69,7 @@ <embed href="text/shared/guide/floating_toolbar.xhp#floating_toolbar"/> <embed href="text/shared/guide/navigator_setcursor.xhp#navigator_setcursor"/> <embed href="text/shared/guide/navigator.xhp#navigator"/> -<paragraph role="heading" id="hd_id3149295" xml-lang="en-US" level="2" l10n="U" oldref="10">Accessibility</paragraph> +<paragraph role="heading" id="hd_id3149295" xml-lang="en-US" level="2" l10n="U">Accessibility</paragraph> <embed href="text/shared/guide/accessibility.xhp#accessibility"/> <embed href="text/shared/guide/keyboard.xhp#keyboard"/> <switch select="appl"> @@ -90,7 +90,7 @@ <embed href="text/sdraw/guide/keyboard.xhp#keyboard"/> </case> </switch> -<paragraph role="heading" id="hd_id3159149" xml-lang="en-US" level="2" l10n="U" oldref="4">Copying Data by Drag and Drop or Menu Commands</paragraph> +<paragraph role="heading" id="hd_id3159149" xml-lang="en-US" level="2" l10n="U">Copying Data by Drag and Drop or Menu Commands</paragraph> <embed href="text/shared/guide/dragdrop.xhp#dragdrop"/> <embed href="text/shared/guide/dragdrop_beamer.xhp#dragdrop_beamer"/> <embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/> @@ -102,12 +102,12 @@ <embed href="text/shared/guide/copytable2application.xhp#copytable2application"/> <embed href="text/shared/guide/copytext2application.xhp#copytext2application"/> <embed href="text/shared/guide/insert_specialchar.xhp#insert_specialchar"/> -<paragraph role="heading" id="hd_id3152576" xml-lang="en-US" level="2" l10n="U" oldref="5">Data Sources</paragraph> +<paragraph role="heading" id="hd_id3152576" xml-lang="en-US" level="2" l10n="U">Data Sources</paragraph> <paragraph role="paragraph" id="par_idN10826" xml-lang="en-US" l10n="NEW"><link href="text/shared/explorer/database/main.xhp">Working with databases in %PRODUCTNAME</link></paragraph> <paragraph role="paragraph" id="par_idN10841" xml-lang="en-US" l10n="NEW"><link href="text/shared/explorer/database/tablewizard00.xhp">Table Wizard</link></paragraph> <paragraph role="paragraph" id="par_idN1085B" xml-lang="en-US" l10n="NEW"><link href="text/shared/explorer/database/querywizard00.xhp">Query Wizard</link></paragraph> <paragraph role="paragraph" id="par_idN10875" xml-lang="en-US" l10n="NEW"><link href="text/shared/autopi/01090000.xhp">Forms Wizard</link></paragraph> -<paragraph role="paragraph" id="par_id3154011" xml-lang="en-US" l10n="U" oldref="12"><link href="text/shared/autopi/01100000.xhp">Report Wizard</link></paragraph> +<paragraph role="paragraph" id="par_id3154011" xml-lang="en-US" l10n="U"><link href="text/shared/autopi/01100000.xhp">Report Wizard</link></paragraph> <embed href="text/shared/guide/database_main.xhp#database_main"/> <embed href="text/shared/guide/data_addressbook.xhp#data_addressbook"/> <embed href="text/shared/guide/data_im_export.xhp#data_im_export"/> @@ -118,7 +118,7 @@ <embed href="text/shared/guide/data_tabledefine.xhp#data_tabledefine"/> <embed href="text/shared/guide/formfields.xhp#formfields"/> <embed href="text/shared/guide/data_report.xhp#data_report"/> -<paragraph role="heading" id="hd_id3147216" xml-lang="en-US" level="2" l10n="U" oldref="6">Recording Changes (Revision Marking)</paragraph> +<paragraph role="heading" id="hd_id3147216" xml-lang="en-US" level="2" l10n="U">Recording Changes (Revision Marking)</paragraph> <embed href="text/shared/guide/redlining.xhp#redlining"/> <embed href="text/shared/guide/redlining_accept.xhp#redlining_accept"/> <embed href="text/shared/guide/redlining_doccompare.xhp#redlining_doccompare"/> @@ -126,7 +126,7 @@ <embed href="text/shared/guide/redlining_enter.xhp#redlining_enter"/> <embed href="text/shared/guide/redlining_protect.xhp#redlining_protect"/> <embed href="text/shared/guide/redlining_versions.xhp#redlining_versions"/> -<paragraph role="heading" id="hd_id3145261" xml-lang="en-US" level="2" l10n="U" oldref="7">Configuring and Modifying <item type="productname">%PRODUCTNAME</item> +<paragraph role="heading" id="hd_id3145261" xml-lang="en-US" level="2" l10n="U">Configuring and Modifying <item type="productname">%PRODUCTNAME</item> </paragraph> <switch select="sys"> <case select="UNIX"><embed href="text/shared/guide/spadmin.xhp#spadmin"/> @@ -146,15 +146,15 @@ </switch> <embed href="text/shared/guide/text_color.xhp#text_color"/> <embed href="text/shared/guide/textmode_change.xhp#textmode_change"/> -<paragraph role="heading" id="hd_id3145252" xml-lang="en-US" level="2" l10n="U" oldref="8">Charts</paragraph> +<paragraph role="heading" id="hd_id3145252" xml-lang="en-US" level="2" l10n="U">Charts</paragraph> <embed href="text/shared/guide/chart_insert.xhp#chart_insert"/> <embed href="text/shared/guide/chart_title.xhp#chart_title"/> <embed href="text/shared/guide/chart_axis.xhp#chart_axis"/> <embed href="text/shared/guide/chart_barformat.xhp#chart_barformat"/> <embed href="text/shared/guide/chart_legend.xhp#chart_legend"/> -<paragraph role="heading" id="hd_id3157846" xml-lang="en-US" level="2" l10n="U" oldref="9">Miscellaneous</paragraph> -<paragraph role="paragraph" id="par_id3147173" xml-lang="en-US" l10n="U" oldref="13"><link href="text/shared/00/00000005.xhp" name="General Terminology">General Terminology</link></paragraph> -<paragraph role="paragraph" id="par_id3156332" xml-lang="en-US" l10n="U" oldref="14"><link href="text/shared/00/00000002.xhp" name="Internet Terminology">Internet Terminology</link></paragraph> +<paragraph role="heading" id="hd_id3157846" xml-lang="en-US" level="2" l10n="U">Miscellaneous</paragraph> +<paragraph role="paragraph" id="par_id3147173" xml-lang="en-US" l10n="U"><link href="text/shared/00/00000005.xhp" name="General Terminology">General Terminology</link></paragraph> +<paragraph role="paragraph" id="par_id3156332" xml-lang="en-US" l10n="U"><link href="text/shared/00/00000002.xhp" name="Internet Terminology">Internet Terminology</link></paragraph> <embed href="text/shared/guide/ctl.xhp#ctl"/> <embed href="text/shared/guide/insert_bitmap.xhp#insert_bitmap"/> <embed href="text/shared/guide/groups.xhp#groups"/> diff --git a/main/helpcontent2/source/text/shared/main0201.xhp b/main/helpcontent2/source/text/shared/main0201.xhp index 538ad54a18..bbb9f22919 100644 --- a/main/helpcontent2/source/text/shared/main0201.xhp +++ b/main/helpcontent2/source/text/shared/main0201.xhp @@ -31,12 +31,12 @@ <body> <section id="funktionsleiste"> <bookmark xml-lang="en-US" branch="hid/RID_ENVTOOLBOX" id="bm_id3155805" localize="false"/> -<paragraph role="heading" id="hd_id3154186" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/shared/main0201.xhp" name="Standard Bar">Standard Bar</link></paragraph> -<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid="RID_ENVTOOLBOX">The <emph>Standard</emph> bar is available in every $[officename] application.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154186" xml-lang="en-US" level="1" l10n="CHG"><link href="text/shared/main0201.xhp" name="Standard Bar">Standard Bar</link></paragraph> +<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US" l10n="CHG"><ahelp hid="RID_ENVTOOLBOX">The <emph>Standard</emph> bar is available in every $[officename] application.</ahelp></paragraph> </section> <embed href="text/shared/01/01010000.xhp#neu"/> <embed href="text/shared/00/00000401.xhp#neutextdoc"/> -<paragraph role="heading" id="hd_id3166460" xml-lang="en-US" level="2" l10n="U" oldref="4"><link href="text/shared/01/01020000.xhp" name="Open File">Open File</link></paragraph> +<paragraph role="heading" id="hd_id3166460" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/01020000.xhp" name="Open File">Open File</link></paragraph> <embed href="text/shared/01/01020000.xhp#oeffnentext"/> <embed href="text/shared/00/00000401.xhp#syoeffnen"/> <embed href="text/shared/01/01060000.xhp#speichern"/> diff --git a/main/helpcontent2/source/text/simpress/guide/main.xhp b/main/helpcontent2/source/text/simpress/guide/main.xhp index 80cd9d819b..16437606f6 100644 --- a/main/helpcontent2/source/text/simpress/guide/main.xhp +++ b/main/helpcontent2/source/text/simpress/guide/main.xhp @@ -33,10 +33,10 @@ <bookmark_value>$[officename] Impress instructions</bookmark_value> <bookmark_value>instructions; $[officename] Impress</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3156386" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="main"><link href="text/simpress/guide/main.xhp" name="Instructions for Using $[officename] Impress">Instructions for Using $[officename] Impress</link> +<paragraph role="heading" id="hd_id3156386" xml-lang="en-US" level="1" l10n="U"><variable id="main"><link href="text/simpress/guide/main.xhp" name="Instructions for Using $[officename] Impress">Instructions for Using $[officename] Impress</link> </variable></paragraph> <embed href="text/shared/00/00000099.xhp#table"/> -<paragraph role="heading" id="hd_id3150207" xml-lang="en-US" level="2" l10n="U" oldref="2">Viewing and Printing a Presentation</paragraph> +<paragraph role="heading" id="hd_id3150207" xml-lang="en-US" level="2" l10n="U">Viewing and Printing a Presentation</paragraph> <embed href="text/simpress/guide/show.xhp#show"/> <embed href="text/simpress/guide/arrange_slides.xhp#arrange_slides"/> <embed href="text/simpress/guide/animated_slidechange.xhp#animated_slidechange"/> @@ -45,13 +45,13 @@ <embed href="text/simpress/guide/change_scale.xhp#change_scale"/> <embed href="text/simpress/guide/rehearse_timings.xhp#rehearse_timings"/> <embed href="text/shared/guide/print_faster.xhp#print_faster"/> -<paragraph role="heading" id="hd_id3153812" xml-lang="en-US" level="2" l10n="U" oldref="3">Animated Objects and 3D Objects</paragraph> +<paragraph role="heading" id="hd_id3153812" xml-lang="en-US" level="2" l10n="U">Animated Objects and 3D Objects</paragraph> <embed href="text/simpress/guide/animated_objects.xhp#animated_objects"/> <embed href="text/simpress/guide/animated_gif_create.xhp#animated_gif_create"/> <embed href="text/simpress/guide/animated_gif_save.xhp#animated_gif_save"/> <embed href="text/simpress/guide/select_object.xhp#select_object"/> <embed href="text/simpress/guide/3d_create.xhp#3d_create"/> -<paragraph role="heading" id="hd_id3149350" xml-lang="en-US" level="2" l10n="U" oldref="5">Importing and Exporting</paragraph> +<paragraph role="heading" id="hd_id3149350" xml-lang="en-US" level="2" l10n="U">Importing and Exporting</paragraph> <embed href="text/simpress/guide/html_import.xhp#html_import"/> <embed href="text/simpress/guide/html_export.xhp#html_export"/> <embed href="text/simpress/guide/palette_files.xhp#palette_files"/> @@ -60,7 +60,7 @@ <embed href="text/simpress/guide/print_tofit.xhp#print_tofit"/> <embed href="text/shared/guide/import_ms.xhp#import_ms"/> <embed href="text/shared/guide/export_ms.xhp#export_ms"/> -<paragraph role="heading" id="hd_id3154560" xml-lang="en-US" level="2" l10n="U" oldref="6">Miscellaneous</paragraph> +<paragraph role="heading" id="hd_id3154560" xml-lang="en-US" level="2" l10n="U">Miscellaneous</paragraph> <embed href="text/simpress/guide/keyboard.xhp#keyboard"/> <embed href="text/sdraw/guide/groups.xhp#groups"/> <embed href="text/shared/guide/insert_bitmap.xhp#insert_bitmap"/> diff --git a/main/helpcontent2/source/text/swriter/guide/indices_toc.xhp b/main/helpcontent2/source/text/swriter/guide/indices_toc.xhp index f24a315fe7..c8f7987f40 100644 --- a/main/helpcontent2/source/text/swriter/guide/indices_toc.xhp +++ b/main/helpcontent2/source/text/swriter/guide/indices_toc.xhp @@ -33,40 +33,38 @@ <bookmark_value>tables of contents; creating and updating</bookmark_value> <bookmark_value>updating; tables of contents</bookmark_value> </bookmark><comment>mw deleted "creating;"</comment> -<paragraph xml-lang="en-US" id="hd_id3147104" role="heading" level="1" l10n="U" -oldref="16"><variable id="indices_toc"><link href="text/swriter/guide/indices_toc.xhp" name="Creating a Table of Contents">Creating a Table of Contents</link> +<paragraph xml-lang="en-US" id="hd_id3147104" role="heading" level="1" l10n="U"><variable id="indices_toc"><link href="text/swriter/guide/indices_toc.xhp" name="Creating a Table of Contents">Creating a Table of Contents</link> </variable></paragraph> <section id="tomanual"> -<paragraph xml-lang="en-US" id="par_id3150942" role="paragraph" l10n="U" oldref="45">The best way to generate a table of contents is to apply the predefined heading paragraph styles, such as "HeadingĀ 1", to the paragraphs that you want to include in your table of contents. After you apply these styles, you can then create a table of contents.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150942" role="paragraph" l10n="U">The best way to generate a table of contents is to apply the predefined heading paragraph styles, such as "HeadingĀ 1", to the paragraphs that you want to include in your table of contents. After you apply these styles, you can then create a table of contents.</paragraph> <paragraph xml-lang="en-US" id="hd_id5876949" role="heading" level="2" l10n="NEW">To Insert a Table of Contents</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3150510" role="listitem" l10n="U" oldref="17">Click in your document where you want to create the table of contents.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150510" role="listitem" l10n="U">Click in your document where you want to create the table of contents.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3150528" role="listitem" l10n="U" oldref="18">Choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph>, and then click the <link href="text/swriter/01/04120211.xhp" name="Index/Table"><emph>Index/Table</emph></link> tab.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150528" role="listitem" l10n="U">Choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph>, and then click the <link href="text/swriter/01/04120211.xhp" name="Index/Table"><emph>Index/Table</emph></link> tab.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153746" role="listitem" l10n="U" oldref="46">Select "Table of Contents" in the <emph>Type</emph> box.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153746" role="listitem" l10n="U">Select "Table of Contents" in the <emph>Type</emph> box.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3146856" role="listitem" l10n="U" oldref="47">Select any options that you want.</paragraph> +<paragraph xml-lang="en-US" id="par_id3146856" role="listitem" l10n="U">Select any options that you want.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3146872" role="listitem" l10n="U" oldref="19">Click <emph>OK</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3146872" role="listitem" l10n="U">Click <emph>OK</emph>.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="par_id3146896" role="paragraph" l10n="U" oldref="20">If you want to use a different paragraph style as a table of contents entry, select the <item type="menuitem">Additional Styles</item> check box in the <item type="menuitem">Create from</item> area, and then click the (<item type="menuitem">...</item>) button next to the check box. In the <item type="menuitem">Assign Styles</item> dialog, click the style in the list, and then click the <item type="menuit [...] +<paragraph xml-lang="en-US" id="par_id3146896" role="paragraph" l10n="U">If you want to use a different paragraph style as a table of contents entry, select the <item type="menuitem">Additional Styles</item> check box in the <item type="menuitem">Create from</item> area, and then click the (<item type="menuitem">...</item>) button next to the check box. In the <item type="menuitem">Assign Styles</item> dialog, click the style in the list, and then click the <item type="menuitem">>> [...] </section> -<paragraph xml-lang="en-US" id="hd_id3153148" role="heading" level="2" l10n="U" -oldref="21">To Update a Table of Contents</paragraph> -<paragraph xml-lang="en-US" id="par_id3153161" role="paragraph" l10n="U" oldref="22">Do one of the following:</paragraph> +<paragraph xml-lang="en-US" id="hd_id3153148" role="heading" level="2" l10n="U">To Update a Table of Contents</paragraph> +<paragraph xml-lang="en-US" id="par_id3153161" role="paragraph" l10n="U">Do one of the following:</paragraph> <list type="unordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3153183" role="listitem" l10n="U" oldref="48">Right-click in the table of contents and choose <emph>Update Index/Table</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153183" role="listitem" l10n="U">Right-click in the table of contents and choose <emph>Update Index/Table</emph>.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147066" role="listitem" l10n="U" oldref="44">Choose <emph>Tools - Update - All Indexes and Tables</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147066" role="listitem" l10n="U">Choose <emph>Tools - Update - All Indexes and Tables</emph>.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> diff --git a/main/helpcontent2/source/text/swriter/guide/main.xhp b/main/helpcontent2/source/text/swriter/guide/main.xhp index 269278d082..1f5a4c3386 100644 --- a/main/helpcontent2/source/text/swriter/guide/main.xhp +++ b/main/helpcontent2/source/text/swriter/guide/main.xhp @@ -33,10 +33,10 @@ <bookmark_value>$[officename] Writer; instructions</bookmark_value> <bookmark_value>instructions; $[officename] Writer</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3155855" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="main"><link href="text/swriter/guide/main.xhp" name="Instructions for Using $[officename] Writer">Instructions for Using $[officename] Writer</link> +<paragraph role="heading" id="hd_id3155855" xml-lang="en-US" level="1" l10n="U"><variable id="main"><link href="text/swriter/guide/main.xhp" name="Instructions for Using $[officename] Writer">Instructions for Using $[officename] Writer</link> </variable></paragraph> <embed href="text/shared/00/00000099.xhp#table"/> -<paragraph role="heading" id="hd_id3155156" xml-lang="en-US" level="2" l10n="U" oldref="2">Entering and Formatting Text</paragraph> +<paragraph role="heading" id="hd_id3155156" xml-lang="en-US" level="2" l10n="U">Entering and Formatting Text</paragraph> <embed href="text/shared/guide/textmode_change.xhp#textmode_change"/> <embed href="text/swriter/guide/text_direct_cursor.xhp#text_direct_cursor"/> <embed href="text/swriter/guide/text_nav_keyb.xhp#text_nav_keyb"/> @@ -73,7 +73,7 @@ <embed href="text/swriter/guide/template_default.xhp#template_default"/> <embed href="text/swriter/guide/registertrue.xhp#registertrue"/> <embed href="text/shared/guide/redlining.xhp#redlining"/> -<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="2" l10n="U" oldref="3">Automatically Entering and Formatting Text</paragraph> +<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="2" l10n="U">Automatically Entering and Formatting Text</paragraph> <embed href="text/swriter/guide/auto_off.xhp#auto_off"/> <embed href="text/swriter/guide/auto_numbering.xhp#auto_numbering"/> <embed href="text/swriter/guide/auto_spellcheck.xhp#auto_spellcheck"/> @@ -82,7 +82,7 @@ <embed href="text/swriter/guide/even_odd_sdw.xhp#even_odd_sdw"/> <embed href="text/shared/guide/numbering_stop.xhp#numbering_stop"/> <embed href="text/swriter/guide/removing_line_breaks.xhp#removing_line_breaks"/> -<paragraph role="heading" id="hd_id3150742" xml-lang="en-US" level="2" l10n="U" oldref="4">Using Styles, Numbering Pages, Using Fields</paragraph> +<paragraph role="heading" id="hd_id3150742" xml-lang="en-US" level="2" l10n="U">Using Styles, Numbering Pages, Using Fields</paragraph> <embed href="text/swriter/guide/pagenumbers.xhp#pagenumbers"/> <embed href="text/swriter/guide/pageorientation.xhp#pageorientation"/> <embed href="text/swriter/guide/pagebackground.xhp#pagebackground"/> @@ -100,7 +100,7 @@ <embed href="text/swriter/guide/fields_userdata.xhp#fields_userdata"/> <embed href="text/swriter/guide/field_convert.xhp#field_convert"/> <embed href="text/swriter/guide/fields_date.xhp#fields_date"/> -<paragraph role="heading" id="hd_id3147088" xml-lang="en-US" level="2" l10n="U" oldref="5">Editing Tables in Text</paragraph> +<paragraph role="heading" id="hd_id3147088" xml-lang="en-US" level="2" l10n="U">Editing Tables in Text</paragraph> <embed href="text/swriter/guide/table_select.xhp#table_select"/> <embed href="text/swriter/guide/table_insert.xhp#table_insert"/> <embed href="text/swriter/guide/table_delete.xhp#table_delete"/> @@ -118,7 +118,7 @@ <embed href="text/swriter/guide/tablemode.xhp#tablemode"/> <embed href="text/shared/guide/dragdrop_table.xhp#dragdrop_table"/> <embed href="text/shared/guide/breaking_lines.xhp#breaking_lines"/> -<paragraph role="heading" id="hd_id3155590" xml-lang="en-US" level="2" l10n="U" oldref="6">Images, Drawings, ClipArt, Fontwork</paragraph> +<paragraph role="heading" id="hd_id3155590" xml-lang="en-US" level="2" l10n="U">Images, Drawings, ClipArt, Fontwork</paragraph> <embed href="text/swriter/guide/anchor_object.xhp#anchor_object"/> <embed href="text/swriter/guide/captions.xhp#captions"/> <embed href="text/swriter/guide/captions_numbers.xhp#captions_numbers"/> @@ -134,7 +134,7 @@ <embed href="text/swriter/guide/text_animation.xhp#text_animation"/> <embed href="text/swriter/guide/text_rotate.xhp#text_rotate"/> <embed href="text/shared/guide/background.xhp#background"/> -<paragraph role="heading" id="hd_id3145083" xml-lang="en-US" level="2" l10n="U" oldref="7">Table of Contents, Index</paragraph> +<paragraph role="heading" id="hd_id3145083" xml-lang="en-US" level="2" l10n="U">Table of Contents, Index</paragraph> <embed href="text/swriter/guide/globaldoc.xhp#globaldoc"/> <embed href="text/swriter/guide/indices_enter.xhp#indices_enter"/> <embed href="text/swriter/guide/indices_edit.xhp#indices_edit"/> @@ -146,7 +146,7 @@ <embed href="text/swriter/guide/indices_userdef.xhp#indices_userdef"/> <embed href="text/swriter/guide/indices_multidoc.xhp#indices_multidoc"/> <embed href="text/swriter/guide/navigator.xhp#navigator"/> -<paragraph role="heading" id="hd_id3150427" xml-lang="en-US" level="2" l10n="U" oldref="8">Headings, Types of Numbering</paragraph> +<paragraph role="heading" id="hd_id3150427" xml-lang="en-US" level="2" l10n="U">Headings, Types of Numbering</paragraph> <embed href="text/swriter/guide/using_numbering.xhp#using_numbering"/> <embed href="text/swriter/guide/using_numbered_lists.xhp#using_numbered_lists"/> <embed href="text/swriter/guide/using_numbered_lists2.xhp#using_numbered_lists2"/> @@ -161,7 +161,7 @@ <embed href="text/swriter/guide/numbering_paras.xhp#numbering_paras"/> <embed href="text/shared/guide/numbering_stop.xhp#numbering_stop"/> <embed href="text/swriter/guide/numbering_lines.xhp#numbering_lines"/> -<paragraph role="heading" id="hd_id3154464" xml-lang="en-US" level="2" l10n="U" oldref="9">Headers, Footers, Footnotes</paragraph> +<paragraph role="heading" id="hd_id3154464" xml-lang="en-US" level="2" l10n="U">Headers, Footers, Footnotes</paragraph> <embed href="text/swriter/guide/header_footer.xhp#header_footer"/> <embed href="text/swriter/guide/footer_pagenumber.xhp#footer_pagenumber"/> <embed href="text/swriter/guide/header_with_chapter.xhp#header_with_chapter"/> @@ -169,7 +169,7 @@ <embed href="text/swriter/guide/header_with_line.xhp#header_with_line"/> <embed href="text/swriter/guide/footnote_usage.xhp#footnote_usage"/> <embed href="text/swriter/guide/footnote_with_line.xhp#footnote_with_line"/> -<paragraph role="heading" id="hd_id3152948" xml-lang="en-US" level="2" l10n="U" oldref="10">Editing Other Objects in Text</paragraph> +<paragraph role="heading" id="hd_id3152948" xml-lang="en-US" level="2" l10n="U">Editing Other Objects in Text</paragraph> <embed href="text/swriter/guide/anchor_object.xhp#anchor_object"/> <embed href="text/swriter/guide/auto_numbering.xhp#auto_numbering"/> <embed href="text/swriter/guide/captions.xhp#captions"/> @@ -179,20 +179,20 @@ <embed href="text/shared/guide/lineend_define.xhp#lineend_define"/> <embed href="text/shared/guide/linestyle_define.xhp#linestyle_define"/> <embed href="text/swriter/guide/text_frame.xhp#text_frame"/> -<paragraph role="heading" id="hd_id3154324" xml-lang="en-US" level="2" l10n="U" oldref="11">Spelling, Dictionaries, Hyphenation</paragraph> +<paragraph role="heading" id="hd_id3154324" xml-lang="en-US" level="2" l10n="U">Spelling, Dictionaries, Hyphenation</paragraph> <embed href="text/swriter/guide/spellcheck_dialog.xhp#spellcheck_dialog"/> <embed href="text/swriter/guide/auto_spellcheck.xhp#auto_spellcheck"/> <embed href="text/swriter/guide/autocorr_except.xhp#autocorr_except"/> <embed href="text/swriter/guide/delete_from_dict.xhp#delete_from_dict"/> <embed href="text/swriter/guide/using_hyphen.xhp#using_hyphen"/> <embed href="text/swriter/guide/using_thesaurus.xhp#using_thesaurus"/> -<paragraph role="heading" id="hd_id3145673" xml-lang="en-US" level="2" l10n="U" oldref="12">Form Letters, Labels and Business Cards</paragraph> +<paragraph role="heading" id="hd_id3145673" xml-lang="en-US" level="2" l10n="U">Form Letters, Labels and Business Cards</paragraph> <embed href="text/swriter/guide/form_letters_main.xhp#form_letters"/> <embed href="text/shared/guide/labels.xhp#labels"/> <embed href="text/shared/guide/labels_database.xhp#labels_database"/> <embed href="text/swriter/guide/conditional_text.xhp#conditional_text"/> <embed href="text/swriter/guide/conditional_text2.xhp#conditional_text2"/> -<paragraph role="heading" id="hd_id3145730" xml-lang="en-US" level="2" l10n="U" oldref="13">Working with Documents</paragraph> +<paragraph role="heading" id="hd_id3145730" xml-lang="en-US" level="2" l10n="U">Working with Documents</paragraph> <embed href="text/swriter/guide/print_brochure.xhp#print_brochure"/> <embed href="text/swriter/guide/globaldoc.xhp#globaldoc"/> <embed href="text/swriter/guide/print_preview.xhp#print_preview"/> @@ -206,7 +206,7 @@ <embed href="text/shared/guide/import_ms.xhp#import_ms"/> <embed href="text/shared/guide/email.xhp#email"/> <embed href="text/shared/guide/workfolder.xhp#workfolder"/> -<paragraph role="heading" id="hd_id3156315" xml-lang="en-US" level="2" l10n="U" oldref="14">Miscellaneous</paragraph> +<paragraph role="heading" id="hd_id3156315" xml-lang="en-US" level="2" l10n="U">Miscellaneous</paragraph> <embed href="text/swriter/guide/keyboard.xhp#keyboard"/> <embed href="text/swriter/guide/autotext.xhp#autotext"/> <embed href="text/swriter/guide/smarttags.xhp#smarttags"/> diff --git a/main/helpcontent2/source/text/swriter/guide/number_sequence.xhp b/main/helpcontent2/source/text/swriter/guide/number_sequence.xhp index 519ea786e7..29331c1e6a 100644 --- a/main/helpcontent2/source/text/swriter/guide/number_sequence.xhp +++ b/main/helpcontent2/source/text/swriter/guide/number_sequence.xhp @@ -32,40 +32,39 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3149695"> <bookmark_value>numbering;quotations/similar items</bookmark_value> </bookmark><comment>MW deleted "number ranges;" and changed "numbering;"</comment> -<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1" l10n="U" -oldref="36"><variable id="number_sequence"><link href="text/swriter/guide/number_sequence.xhp" name="Defining Number Ranges">Defining Number Ranges</link> +<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1" l10n="U"><variable id="number_sequence"><link href="text/swriter/guide/number_sequence.xhp" name="Defining Number Ranges">Defining Number Ranges</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3155918" role="paragraph" l10n="U" oldref="37">You can automatically number similar items, such as quotations, in your document.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155918" role="paragraph" l10n="U">You can automatically number similar items, such as quotations, in your document.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3149829" role="listitem" l10n="U" oldref="38">Type the text that you want to assign numbering to, for example, "Quotation Number ".</paragraph> +<paragraph xml-lang="en-US" id="par_id3149829" role="listitem" l10n="U">Type the text that you want to assign numbering to, for example, "Quotation Number ".</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155048" role="listitem" l10n="U" oldref="39">Choose <item type="menuitem">Insert - Fields - Other</item>, and then click the <item type="menuitem">Variables</item> tab.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155048" role="listitem" l10n="U">Choose <item type="menuitem">Insert - Fields - Other</item>, and then click the <item type="menuitem">Variables</item> tab.</paragraph> </listitem> </list> <list type="ordered" startwith="3"> <listitem> -<paragraph xml-lang="en-US" id="par_id3156240" role="listitem" l10n="U" oldref="40">Click "Number range" in the <item type="menuitem">Type</item> list.</paragraph> +<paragraph xml-lang="en-US" id="par_id3156240" role="listitem" l10n="U">Click "Number range" in the <item type="menuitem">Type</item> list.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153363" role="listitem" l10n="U" oldref="61">Type "Quotation" in the <item type="menuitem">Name</item> box.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153363" role="listitem" l10n="U">Type "Quotation" in the <item type="menuitem">Name</item> box.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153387" role="listitem" l10n="U" oldref="62">Do one of the following:</paragraph> +<paragraph xml-lang="en-US" id="par_id3153387" role="listitem" l10n="U">Do one of the following:</paragraph> </listitem> </list> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3154250" xml-lang="en-US" l10n="U" oldref="42">Type a number in the <emph>Value</emph> box, or leave the box empty to use automatic numbering.</paragraph> +<paragraph role="listitem" id="par_id3154250" xml-lang="en-US" l10n="U">Type a number in the <emph>Value</emph> box, or leave the box empty to use automatic numbering.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154851" xml-lang="en-US" l10n="U" oldref="58">Select the outline level where you want the numbering to restart in the <emph>Level</emph> box.</paragraph> +<paragraph role="listitem" id="par_id3154851" xml-lang="en-US" l10n="U">Select the outline level where you want the numbering to restart in the <emph>Level</emph> box.</paragraph> </listitem> </list> <list type="ordered" startwith="6"> <listitem> -<paragraph xml-lang="en-US" id="par_id3155886" role="listitem" l10n="U" oldref="41">Click <emph>Insert</emph>, and then click <emph>Close</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155886" role="listitem" l10n="U">Click <emph>Insert</emph>, and then click <emph>Close</emph>.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> diff --git a/main/helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp b/main/helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp index 9b2d7a7946..bcf94828c3 100644 --- a/main/helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp +++ b/main/helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp @@ -37,27 +37,26 @@ <bookmark_value>formats; copying and pasting</bookmark_value> <bookmark_value>text formats; copying and pasting</bookmark_value> </bookmark><comment>mw changed "copying;"</comment> -<paragraph xml-lang="en-US" id="hd_id3145084" role="heading" level="1" l10n="U" -oldref="31"><variable id="stylist_fillformat"><link href="text/swriter/guide/stylist_fillformat.xhp" name="Applying Styles in Fill Format Mode">Applying Styles in Fill Format Mode</link> +<paragraph xml-lang="en-US" id="hd_id3145084" role="heading" level="1" l10n="U"><variable id="stylist_fillformat"><link href="text/swriter/guide/stylist_fillformat.xhp" name="Applying Styles in Fill Format Mode">Applying Styles in Fill Format Mode</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3155855" role="paragraph" l10n="CHG" oldref="42">You can quickly apply styles, such as paragraph and character styles, in your document by using the Fill Format Mode in the Styles and Formatting window.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155855" role="paragraph" l10n="CHG">You can quickly apply styles, such as paragraph and character styles, in your document by using the Fill Format Mode in the Styles and Formatting window.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3156114" role="listitem" l10n="CHG" oldref="32">Choose <emph>Format - Styles and Formatting</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3156114" role="listitem" l10n="CHG">Choose <emph>Format - Styles and Formatting</emph>.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153128" role="listitem" l10n="CHG" oldref="33">Click the icon of the style category that you want to apply.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153128" role="listitem" l10n="CHG">Click the icon of the style category that you want to apply.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3145090" role="listitem" l10n="U" oldref="17">Click the style, and then click the <item type="menuitem">Fill Format Mode</item> icon +<paragraph xml-lang="en-US" id="par_id3145090" role="listitem" l10n="U">Click the style, and then click the <item type="menuitem">Fill Format Mode</item> icon <image id="img_id3149644" src="res/commandimagelist/sc_fillstyle.png" width="0.1665in" height="0.1665in"><alt xml-lang="en-US" id="alt_id3149644">Icon</alt> </image> in the <item type="menuitem">Styles and Formatting</item> window.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153371" role="listitem" l10n="U" oldref="29">Move the mouse pointer to where you want to apply the style in the document, and click. To apply the style to more than one item, drag to select the items, and then release.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153371" role="listitem" l10n="U">Move the mouse pointer to where you want to apply the style in the document, and click. To apply the style to more than one item, drag to select the items, and then release.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3154263" role="listitem" l10n="U" oldref="34">Press <item type="keycode">Esc</item> when finished.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154263" role="listitem" l10n="U">Press <item type="keycode">Esc</item> when finished.</paragraph> </listitem> </list> <section id="relatedtopics"> @@ -67,7 +66,7 @@ oldref="31"><variable id="stylist_fillformat"><link href="text/swriter/guide/sty <embed href="text/swriter/guide/templates_styles.xhp#templates_styles"/> <embed href="text/swriter/guide/stylist_fromselect.xhp#stylist_fromselect"/> <embed href="text/swriter/guide/stylist_update.xhp#stylist_update"/> -<paragraph xml-lang="en-US" id="par_id3159259" role="paragraph" l10n="U" oldref="35"><link href="text/swriter/01/05140000.xhp" name="Styles and Formatting">Styles and Formatting</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3159259" role="paragraph" l10n="U"><link href="text/swriter/01/05140000.xhp" name="Styles and Formatting">Styles and Formatting</link></paragraph> </section> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp b/main/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp index acfc683689..8229b1d13d 100644 --- a/main/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp +++ b/main/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp @@ -37,9 +37,9 @@ <bookmark_value>cursor;direct cursor</bookmark_value> <bookmark_value>settings;direct cursor</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3155178" role="heading" level="1" l10n="U" oldref="24"><variable id="text_direct_cursor"><link href="text/swriter/guide/text_direct_cursor.xhp" name="Using the Direct Cursor">Using the Direct Cursor</link></variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3155908" role="paragraph" l10n="U" oldref="25">The direct cursor allows you to enter text anywhere on a page.</paragraph> -<paragraph xml-lang="en-US" id="par_id3155921" role="paragraph" l10n="U" oldref="41">To set the behavior of the direct cursor, choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</emph>.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3155178" role="heading" level="1" l10n="U"><variable id="text_direct_cursor"><link href="text/swriter/guide/text_direct_cursor.xhp" name="Using the Direct Cursor">Using the Direct Cursor</link></variable></paragraph> +<paragraph xml-lang="en-US" id="par_id3155908" role="paragraph" l10n="U">The direct cursor allows you to enter text anywhere on a page.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155921" role="paragraph" l10n="U">To set the behavior of the direct cursor, choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</emph>.</paragraph> <list type="ordered"> <listitem> <paragraph xml-lang="en-US" id="par_idN106A3" role="listitem" l10n="NEW">On the <item type="menuitem">Tools</item> bar, click the <item type="menuitem">Direct Cursor</item> icon diff --git a/main/helpcontent2/source/text/swriter/main0220.xhp b/main/helpcontent2/source/text/swriter/main0220.xhp index ce91ce9715..270cbc19a2 100644 --- a/main/helpcontent2/source/text/swriter/main0220.xhp +++ b/main/helpcontent2/source/text/swriter/main0220.xhp @@ -31,8 +31,8 @@ <body> <section id="beitextcursorinobjekt"> <bookmark xml-lang="en-US" branch="hid/HID_DRAW_TEXT_TOOLBOX" id="bm_id3155376" localize="false"/> -<paragraph role="heading" id="hd_id3155366" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/swriter/main0220.xhp" name="Text Object Bar">Text Object Bar</link></paragraph> -<paragraph role="paragraph" id="par_id3155386" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid="HID_DRAW_TEXT_TOOLBOX">Contains formatting commands for text that is contained in a draw object.</ahelp> The <emph>Text Object</emph> bar appears when you double-click inside a draw object.</paragraph> +<paragraph role="heading" id="hd_id3155366" xml-lang="en-US" level="1" l10n="CHG"><link href="text/swriter/main0220.xhp" name="Text Object Bar">Text Object Bar</link></paragraph> +<paragraph role="paragraph" id="par_id3155386" xml-lang="en-US" l10n="CHG"><ahelp hid="HID_DRAW_TEXT_TOOLBOX">Contains formatting commands for text that is contained in a draw object.</ahelp> The <emph>Text Object</emph> bar appears when you double-click inside a draw object.</paragraph> </section> <embed href="text/shared/02/02020000.xhp#schriftart"/> <embed href="text/shared/02/02020000.xhp#syschriftart"/> @@ -44,10 +44,10 @@ <embed href="text/shared/00/00040502.xhp#sykursiv"/> <embed href="text/shared/01/05110300.xhp#unter"/> <embed href="text/shared/00/00040502.xhp#syunterstreichen"/> -<paragraph role="heading" id="hd_id3153416" xml-lang="en-US" level="2" l10n="U" oldref="15"><link href="text/shared/01/05020500.xhp" name="Superscript">Superscript</link></paragraph> +<paragraph role="heading" id="hd_id3153416" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05020500.xhp" name="Superscript">Superscript</link></paragraph> <embed href="text/shared/01/05020500.xhp#hochtext"/> <embed href="text/shared/00/00000004.xhp#syhochstellen"/> -<paragraph role="heading" id="hd_id3147787" xml-lang="en-US" level="2" l10n="U" oldref="16"><link href="text/shared/01/05020500.xhp" name="Subscript">Subscript</link></paragraph> +<paragraph role="heading" id="hd_id3147787" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/05020500.xhp" name="Subscript">Subscript</link></paragraph> <embed href="text/shared/01/05020500.xhp#tieftext"/> <embed href="text/shared/00/00000004.xhp#sytiefstellen"/> <embed href="text/shared/01/05080100.xhp#links"/> @@ -63,14 +63,14 @@ <embed href="text/shared/02/02040000.xhp#sytextlire"/> <embed href="text/shared/02/02050000.xhp#textobun"/> <embed href="text/shared/02/02050000.xhp#sytextobun"/> -<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="2" l10n="U" oldref="20"><link href="text/shared/01/02090000.xhp" name="Select All">Select All</link></paragraph> +<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/02090000.xhp" name="Select All">Select All</link></paragraph> <embed href="text/shared/01/02090000.xhp#allestext"/> <embed href="text/shared/00/00000402.xhp#syallesau"/> -<paragraph role="heading" id="hd_id3145596" xml-lang="en-US" level="2" l10n="CHG" oldref="17"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></paragraph> +<paragraph role="heading" id="hd_id3145596" xml-lang="en-US" level="2" l10n="CHG"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></paragraph> <embed href="text/shared/01/05020000.xhp#zeichentext"/> <embed href="text/shared/00/00040500.xhp#syzeich"/> -<paragraph role="heading" id="hd_id3145631" xml-lang="en-US" level="2" l10n="CHG" oldref="18"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></paragraph> -<paragraph role="paragraph" id="par_id3145649" xml-lang="en-US" l10n="U" oldref="19">Here you can define the indents, spacing, alignment and line spacing for the paragraph currently selected.</paragraph> +<paragraph role="heading" id="hd_id3145631" xml-lang="en-US" level="2" l10n="CHG"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></paragraph> +<paragraph role="paragraph" id="par_id3145649" xml-lang="en-US" l10n="U">Here you can define the indents, spacing, alignment and line spacing for the paragraph currently selected.</paragraph> <embed href="text/shared/00/00040500.xhp#syabsatz"/> </body> </helpdocument>