From 62b032f16a72f9c8f24f4ad81324839464e3337d Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Fri, 2 Oct 2009 10:19:40 +0000 Subject: first_build --- helpcontent2/source/text/swriter/01/mailmerge00.xhp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'helpcontent2/source/text/swriter') diff --git a/helpcontent2/source/text/swriter/01/mailmerge00.xhp b/helpcontent2/source/text/swriter/01/mailmerge00.xhp index 0b2f4eff8d..2f9ee0a09f 100755 --- a/helpcontent2/source/text/swriter/01/mailmerge00.xhp +++ b/helpcontent2/source/text/swriter/01/mailmerge00.xhp @@ -47,9 +47,8 @@ - -UFI: inserted help idsMail Merge Wizard +UFI: inserted help idsUFI: moved DSBFormLetter ID to shared/main0212Mail Merge Wizard Starts the Mail Merge Wizard to create form letters or send e-mail messages to many recipients.
-- cgit From f93153f617a109f1249802a49ce747b64faaeab4 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Fri, 16 Oct 2009 08:59:46 +0000 Subject: Zwischenstand --- helpcontent2/source/text/swriter/01/04090200.xhp | 104 +++++++++---------- .../source/text/swriter/guide/auto_off.xhp | 8 +- .../source/text/swriter/guide/search_regexp.xhp | 112 ++++++++++----------- .../source/text/swriter/guide/tablemode.xhp | 32 +++--- .../source/text/swriter/guide/template_default.xhp | 10 +- .../text/swriter/guide/word_completion_adjust.xhp | 50 ++++----- 6 files changed, 155 insertions(+), 161 deletions(-) (limited to 'helpcontent2/source/text/swriter') diff --git a/helpcontent2/source/text/swriter/01/04090200.xhp b/helpcontent2/source/text/swriter/01/04090200.xhp index 66da064bd8..9e143f2345 100755 --- a/helpcontent2/source/text/swriter/01/04090200.xhp +++ b/helpcontent2/source/text/swriter/01/04090200.xhp @@ -11,7 +11,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.8 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -74,18 +74,18 @@ - TRUE + TRUE - The condition is always met. You can also enter any value not equal to 0 as the conditional text. + The condition is always met. You can also enter any value not equal to 0 as the conditional text. - FALSE + FALSE - The condition is not met. You can also enter the value 0. + The condition is not met. You can also enter the value 0.
@@ -114,26 +114,26 @@ - x == 1 or x EQ 1 + x == 1 or x EQ 1 - The condition is true if "x" is equal to 1. + The condition is true if "x" is equal to 1. - x != 1 or x NEQ 1 + x != 1 or x NEQ 1 - The condition is true if "x" does not equal 1. + The condition is true if "x" does not equal 1. - sinx == 0 + sinx == 0 - The condition is true if "x" is a multiple of pi. + The condition is true if "x" is a multiple of pi.
@@ -142,20 +142,20 @@ - x == "ABC" or x EQ "ABC" + x == "ABC" or x EQ "ABC" - Checks if variable "x" contains (true) the "ABC" string, or not (false). + Checks if variable "x" contains (true) the "ABC" string, or not (false). - x == "" or x EQ "" - or - !x or NOT x + x == "" or x EQ "" + or + !x or NOT x - Checks if the variable "x" contains an empty string. + Checks if the variable "x" contains an empty string.
@@ -168,130 +168,130 @@ - Variable + Variable - Meaning + Meaning - user_firstname + user_firstname - First name + First name - user_lastname + user_lastname - Last name + Last name - user_initials + user_initials - Initials + Initials - user_company + user_company - Company + Company - user_street + user_street - Street + Street - user_country + user_country - Country + Country - user_zipcode + user_zipcode - Zip code + Zip code - user_city + user_city - City + City - user_title + user_title - Title + Title - user_position + user_position - Position + Position - user_tel_work + user_tel_work - Business telephone number + Business telephone number - user_tel_home + user_tel_home - Home telephone number + Home telephone number - user_fax + user_fax - Fax number + Fax number - user_email + user_email - E-mail address + E-mail address - user_state + user_state - State (not in all $[officename] versions) + State (not in all $[officename] versions)
@@ -351,13 +351,15 @@ Note the difference between the boolean NOT "!" and the comparative operator not equal "!=" (NEQ). When you refer to a database field in a condition, use the form Databasename.Tablename.Fieldname. If one of the names contains a character that is an operator, such as a minus sign (-), enclose the name in square brackets, for example, Databasename.[Table-name].Fieldname. Never use spaces inside field names.UFI: fixes bug #i25781# - but see #i25983#. Fixes also #i19571# - Example: Hiding an Empty Database Field + Example: Hiding an Empty Database Field You may want to create a condition that hides an empty field, for example, if the COMPANY field is empty for some of the data records. Select the Hidden Paragraph list entry, and type the following condition: Addressbook.Addresses.Company EQ "" or type the following NOT Addressbook.Addresses.Company If the COMPANY database field is empty, the condition is true and the paragraph is hidden. - To display hidden paragraphs on the screen, you can choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids, and clear the Fields: Hidden paragraphs check box. + To display hidden paragraphs on the screen, you can choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids, and enable the Fields: Hidden + paragraphs check box. Examples of Conditions in Fields The following examples use the Conditional text field, although they can be applied to any fields that can be linked to a condition. The syntax used for conditions is also used for the Hidden text, Hidden paragraph, Any record or Next record fields. diff --git a/helpcontent2/source/text/swriter/guide/auto_off.xhp b/helpcontent2/source/text/swriter/guide/auto_off.xhp index f46ea279bf..a6f67a2a3c 100755 --- a/helpcontent2/source/text/swriter/guide/auto_off.xhp +++ b/helpcontent2/source/text/swriter/guide/auto_off.xhp @@ -11,7 +11,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.10 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -94,7 +94,7 @@ Click the Custom Quotes tab - Clear the “Replace” check box(es). + Clear the "Replace" check box(es). To Stop Capitalizing the First Letter of a Sentence @@ -106,7 +106,7 @@ Click the Options tab. - Clear the “Capitalize first letter of every sentence check box. + Clear the "Capitalize first letter of every sentence" check box. Click the Options tab. - Clear the “Apply border check box. + Clear the "Apply border" check box. diff --git a/helpcontent2/source/text/swriter/guide/search_regexp.xhp b/helpcontent2/source/text/swriter/guide/search_regexp.xhp index 5d1d14e71c..e418f92685 100755 --- a/helpcontent2/source/text/swriter/guide/search_regexp.xhp +++ b/helpcontent2/source/text/swriter/guide/search_regexp.xhp @@ -11,7 +11,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.10 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -35,63 +35,63 @@ - -Using Wildcards in Text Searches -/text/swriter/guide/search_regexp.xhp - - - + + Using Wildcards in Text Searches + /text/swriter/guide/search_regexp.xhp + + + wildcards, see regular expressions -searching; with wildcards -regular expressions;searching -examples for regular expressions -characters;finding all -invisible characters;finding + searching; with wildcards + regular expressions;searching + examples for regular expressions + characters;finding all + invisible characters;finding mw deleted "wildcards;" and inserted wildcards crossreference Using Wildcards in Text Searches + oldref="15">Using Wildcards in Text Searches -Wildcards or placeholders can be used to search for some unspecified or even invisible characters. -You can use wildcards when you find and replace text in a document. For example, "s.n" finds "sun" and "son". - - -Choose Edit - Find & Replace. - - -Click More Options to expand the dialog. - - -Select the Regular expressions check box. - - -In the Search for box, type the search term and the wildcard(s) that you want to use in your search. - - -Click Find or Find All. - - -Regular Expression Examples - - -The wildcard for a single character is a period (.). - - -The wildcard for zero or more occurrences of the previous character is an asterisk. For example: "123*" finds "12" "123", and "1233". - - -The wildcard combination to search for zero or more occurrences of any character is a period and asterisk (.*). - - -The wildcard for the end of a paragraph is a dollar sign ($). The wildcard character combination for the start of a paragraph is a caret and a period (^.). - - -The wildcard for a tab character is \t. - - -You can only search for regular expressions within the same paragraph. That is, you cannot search for one term in a paragraph and a different term in the next paragraph. -
-List of Wildcards -
- + Wildcards or placeholders can be used to search for some unspecified or even invisible characters. + You can use wildcards when you find and replace text in a document. For example, "s.n" finds "sun" and "son". + + + Choose Edit - Find & Replace. + + + Click More Options to expand the dialog. + + + Select the Regular expressions check box. + + + In the Search for box, type the search term and the wildcard(s) that you want to use in your search. + + + Click Find or Find All. + + + Regular Expression Examples + + + The wildcard for a single character is a period (.). + + + The wildcard for zero or more occurrences of the previous character is an asterisk. For example: "123*" finds "12" "123", and "1233". + + + The wildcard combination to search for zero or more occurrences of any character is a period and asterisk (.*). + + + The wildcard for the end of a paragraph is a dollar sign ($). The wildcard character combination for the start of a paragraph is a caret and a period (^.). + + + The wildcard for a tab character is \t. + + + A search using a regular expression will work only within one paragraph. To search using a regular expression in more than one paragraph, do a separate search in each paragraph. +
+ List of Wildcards +
+ \ No newline at end of file diff --git a/helpcontent2/source/text/swriter/guide/tablemode.xhp b/helpcontent2/source/text/swriter/guide/tablemode.xhp index 389dd53ce1..a321d0213e 100755 --- a/helpcontent2/source/text/swriter/guide/tablemode.xhp +++ b/helpcontent2/source/text/swriter/guide/tablemode.xhp @@ -11,7 +11,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.10 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -42,33 +42,27 @@ table mode selection - proportional distribution of tables - relative distribution of table cells - tables; adapting the width by keyboard - cells; adapting the width by keyboard - keyboard;modifying the behavior of rows/columns - behavior of rows/columns +proportional distribution of tables +relative distribution of table cells +tables; adapting the width by keyboard +cells; adapting the width by keyboard +keyboard;modifying the behavior of rows/columns +behavior of rows/columns -Modifying Rows and Columns by Keyboard +Modifying Rows and Columns by Keyboard When you insert or delete cells, rows or columns in a table, the Behavior of rows/columns options determine how the neighboring elements are affected. For example, you can only insert new rows and columns into a table with fixed row and column dimensions if space permits. - Note that these properties are valid only for changes to the column width that are made using the keyboard. Using the mouse, you are free to make any column width changes.UFI: fixes bugtraq 4971582 - To set the Behavior of rows/columns - options for tables in text documents, choose Tools - Options - %PRODUCTNAME Writer - Table, or use the Fixed, Fixed/Proportional, and Variable icons on the Table - Bar. There are three display modes for tables: + Note that these properties are valid only for changes to the column width that are made using the keyboard. Using the mouse, you are free to make any column width changes. + To set the Behavior of rows/columns options for tables in text documents, choose Tools - Options - %PRODUCTNAME Writer - Table. There are three display modes for tables: - -Fixed - changes only affect the adjacent cell, and not the entire table. For example, when you widen a cell, the adjacent cell becomes narrower, but the width of the table remains constant. + Fixed - changes only affect the adjacent cell, and not the entire table. For example, when you widen a cell, the adjacent cell becomes narrower, but the width of the table remains constant. - -Fixed, proportional - changes affect the entire table, and wide cells shrink more than narrow cells. For example, when you widen a cell, the adjacent cells become proportionally narrower, but the width of the table remains constant. + Fixed, proportional - changes affect the entire table, and wide cells shrink more than narrow cells. For example, when you widen a cell, the adjacent cells become proportionally narrower, but the width of the table remains constant. - -Variable - changes affect the table size. For example, when you widen a cell, the width of the table increases. + Variable - changes affect the table size. For example, when you widen a cell, the width of the table increases. diff --git a/helpcontent2/source/text/swriter/guide/template_default.xhp b/helpcontent2/source/text/swriter/guide/template_default.xhp index 1d881647ae..430bac38db 100755 --- a/helpcontent2/source/text/swriter/guide/template_default.xhp +++ b/helpcontent2/source/text/swriter/guide/template_default.xhp @@ -11,7 +11,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.10 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -62,14 +62,13 @@ In the New Template box, type a name for the new template. - In the Categories - list, select "My Templates", and then click OK. + In the Categories list, select "My Templates", and then click OK. Choose File - Templates - Organize. - In the category list, double-click the "My Templates" folder. + In the Templates list, double-click the "My Templates" folder. Right-click the template that you created, and choose Set as Default Template. @@ -85,8 +84,7 @@ Choose File - Templates - Organize. - Right-click a folder in the category list, choose - Reset Default Template - Text Document. + Right-click a text file in any of the two lists, choose Reset Default Template - Text Document. Click Close. diff --git a/helpcontent2/source/text/swriter/guide/word_completion_adjust.xhp b/helpcontent2/source/text/swriter/guide/word_completion_adjust.xhp index 61b47f8df9..76bb788de3 100644 --- a/helpcontent2/source/text/swriter/guide/word_completion_adjust.xhp +++ b/helpcontent2/source/text/swriter/guide/word_completion_adjust.xhp @@ -11,7 +11,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.10 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -48,41 +48,41 @@ weekdays; automatically completing months; automatically completing mw copied two entries from word_completion.xhp and created three new entries -Fine-Tuning the Word Completion for Text Documents +Fine-Tuning the Word Completion for Text Documents MW created this guide by splitting word_completion.xhp -If you like it that $[officename] automatically completes the words that you frequently use, you can make further adjustments to refine that behavior. If you want, you can also save the current list of collected words so that it can be used in the next session. - To fine-tune the word completion choose Tools – AutoCorrect Options - Word Completion and select any of the following options: - To Insert an Additional Space Character - Select Append space. - The space character is appended after you type the first character of the next word after the auto-completed word. The space character is suppressed if the next character is a delimiter, such as a full stop or a new line character. - To Define the Accept Key - Choose the key to accept the suggested word using the Accept with list box. - To Select the Minimum Number of Characters - Use the Min. word length box to set the minimum number of characters a word must have to be collected into the list. - To Select the Scope of Collected Words - Select When closing a document, save the list for later use in other documents. - Now the list is also valid for other documents that you open. When you close the last %PRODUCTNAME document, the word list is deleted. - If you do not select the checkbox, the list is only valid as long as the current document is open. +If you like it that $[officename] automatically completes the words that you frequently use, you can make further adjustments to refine that behavior. If you want, you can also save the current list of collected words so that it can be used in the next session. + To fine-tune the word completion choose Tools – AutoCorrect Options - Word Completion and select any of the following options: + To Insert an Additional Space Character + Select Append space. + The space character is appended after you type the first character of the next word after the auto-completed word. The space character is suppressed if the next character is a delimiter, such as a full stop or a new line character. + To Define the Accept Key + Choose the key to accept the suggested word using the Accept with list box. + To Select the Minimum Number of Characters + Use the Min. word length box to set the minimum number of characters a word must have to be collected into the list. + To Select the Scope of Collected Words + Disable the option When closing a document, remove the words collected from it from the list. + Now the list is also valid for other documents that you open. When you close the last %PRODUCTNAME document, the word list is deleted. + If you enable the checkbox, the list is only valid as long as the current document is open. If you want the word list to exist longer than the current %PRODUCTNAME session, save it as a document, as described in the following section. - To Use the Word List for Further Sessions - If the automatic spellcheck option is enabled, only the words that are recognized by the spellcheck are collected. - Use the word list to always start with a defined set of technical terms for the word completion feature. + To Use the Word List for Further Sessions + If the automatic spellcheck option is enabled, only the words that are recognized by the spellcheck are collected. + Use the word list to always start with a defined set of technical terms for the word completion feature. - Open the text document that contains the terms that you want to use for word completion. - The word completion feature collects the words. + Open the text document that contains the terms that you want to use for word completion. + The word completion feature collects the words. - Select all or some of the words in the list. + Select all or some of the words in the list. - Use Command -Ctrl+C to copy all selected words into the clipboard. Paste the clipboard into a new document and save it to get a reference list of collected words. - Later you can open the reference list and automatically collect the words, so that the word completion feature starts with a defined set of words. + Use Command +Ctrl+C to copy all selected words into the clipboard. Paste the clipboard into a new document and save it to get a reference list of collected words. + Later you can open the reference list and automatically collect the words, so that the word completion feature starts with a defined set of words.
- Word Completion + Word Completion Using Word Completion
-- cgit From c17ce7625aaff3a47958fa17f6b832bcd1018aca Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Fri, 16 Oct 2009 09:01:02 +0000 Subject: Zwischenstand --- helpcontent2/source/text/swriter/01/02150000.xhp | 2 +- helpcontent2/source/text/swriter/01/03090000.xhp | 2 +- helpcontent2/source/text/swriter/01/04090200.xhp | 4 ++-- helpcontent2/source/text/swriter/01/04120211.xhp | 2 +- helpcontent2/source/text/swriter/01/04150000.xhp | 2 +- helpcontent2/source/text/swriter/01/04200000.xhp | 2 +- helpcontent2/source/text/swriter/04/01020000.xhp | 5 ++--- helpcontent2/source/text/swriter/guide/captions.xhp | 2 +- helpcontent2/source/text/swriter/guide/captions_numbers.xhp | 2 +- helpcontent2/source/text/swriter/guide/delete_from_dict.xhp | 2 +- helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp | 2 +- helpcontent2/source/text/swriter/guide/fields.xhp | 2 +- helpcontent2/source/text/swriter/guide/finding.xhp | 2 +- helpcontent2/source/text/swriter/guide/footnote_usage.xhp | 2 +- helpcontent2/source/text/swriter/guide/hyphen_prevent.xhp | 4 ++-- helpcontent2/source/text/swriter/guide/indenting.xhp | 2 +- helpcontent2/source/text/swriter/guide/indices_edit.xhp | 2 +- helpcontent2/source/text/swriter/guide/numbering_lines.xhp | 2 +- helpcontent2/source/text/swriter/guide/pagenumbers.xhp | 2 +- helpcontent2/source/text/swriter/guide/protection.xhp | 4 ++-- helpcontent2/source/text/swriter/guide/select_language.xhp | 2 +- helpcontent2/source/text/swriter/guide/smarttags.xhp | 2 +- helpcontent2/source/text/swriter/guide/table_sizing.xhp | 2 +- helpcontent2/source/text/swriter/guide/tablemode.xhp | 2 +- helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp | 2 +- 25 files changed, 29 insertions(+), 30 deletions(-) (limited to 'helpcontent2/source/text/swriter') diff --git a/helpcontent2/source/text/swriter/01/02150000.xhp b/helpcontent2/source/text/swriter/01/02150000.xhp index f8dec4568e..da1a02785a 100644 --- a/helpcontent2/source/text/swriter/01/02150000.xhp +++ b/helpcontent2/source/text/swriter/01/02150000.xhp @@ -60,7 +60,7 @@ ... -To change the format of a footnote or endnote anchor or text, select it, and then choose Format - Character. You can press F11 to open the Styles and Formatting window and modify the footnote or endnote paragraph style. +To change the format of a footnote or endnote anchor or text, select it, and then choose Format - Character. You can press Command+TF11 to open the Styles and Formatting window and modify the footnote or endnote paragraph style. Type Select the type of note to insert, that is, footnote or endnote. A footnote is placed at the bottom of the current page, whereas an endnote is placed at the end of the document. Footnote diff --git a/helpcontent2/source/text/swriter/01/03090000.xhp b/helpcontent2/source/text/swriter/01/03090000.xhp index d868f450ee..818cd6b14b 100644 --- a/helpcontent2/source/text/swriter/01/03090000.xhp +++ b/helpcontent2/source/text/swriter/01/03090000.xhp @@ -52,7 +52,7 @@
-To change the default field display to field names instead of the field contents, choose Tools - Options - %PRODUCTNAME Writer - View, and then select the Field codes checkbox in the Display area. +To change the default field display to field names instead of the field contents, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - View, and then select the Field codes checkbox in the Display area. When you print a document with View - Field Names enabled, you are prompted to include the field names in the print out. Insert - Fields. diff --git a/helpcontent2/source/text/swriter/01/04090200.xhp b/helpcontent2/source/text/swriter/01/04090200.xhp index 66da064bd8..6ac2d718bf 100755 --- a/helpcontent2/source/text/swriter/01/04090200.xhp +++ b/helpcontent2/source/text/swriter/01/04090200.xhp @@ -163,7 +163,7 @@ The "equal" comparative operator must be represented by two equal signs (==) in a condition. For example, if you define a variable "x" with the value of 1, you can enter the condition as x==1. User Data - You can include user data when you define conditions. To change your user data, choose Tools - Options - $[officename] - User data. User data must be entered in the form of strings. You can query the user data with "==" (EQ), "!=" (NEQ), or "!"(NOT). + You can include user data when you define conditions. To change your user data, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - User data. User data must be entered in the form of strings. You can query the user data with "==" (EQ), "!=" (NEQ), or "!"(NOT). The following table lists user data variables and their meanings: @@ -357,7 +357,7 @@ or type the following NOT Addressbook.Addresses.Company If the COMPANY database field is empty, the condition is true and the paragraph is hidden. - To display hidden paragraphs on the screen, you can choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids, and clear the Fields: Hidden paragraphs check box. + To display hidden paragraphs on the screen, you can choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and clear the Fields: Hidden paragraphs check box. Examples of Conditions in Fields The following examples use the Conditional text field, although they can be applied to any fields that can be linked to a condition. The syntax used for conditions is also used for the Hidden text, Hidden paragraph, Any record or Next record fields. diff --git a/helpcontent2/source/text/swriter/01/04120211.xhp b/helpcontent2/source/text/swriter/01/04120211.xhp index 2415e5a5b1..e409380deb 100755 --- a/helpcontent2/source/text/swriter/01/04120211.xhp +++ b/helpcontent2/source/text/swriter/01/04120211.xhp @@ -64,7 +64,7 @@ Enter a title for the selected index. Protected against manual changes - Prevents the contents of the index from being changed. Manual changes that you make to an index are lost when the index is refreshed. If you want the cursor to scroll through a protected area, choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids, and then select the Cursor in protected areas - Enabled check box. + Prevents the contents of the index from being changed. Manual changes that you make to an index are lost when the index is refreshed. If you want the cursor to scroll through a protected area, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and then select the Cursor in protected areas - Enabled check box.
diff --git a/helpcontent2/source/text/swriter/01/04150000.xhp b/helpcontent2/source/text/swriter/01/04150000.xhp index 41b0d556a2..04a1f77397 100644 --- a/helpcontent2/source/text/swriter/01/04150000.xhp +++ b/helpcontent2/source/text/swriter/01/04150000.xhp @@ -65,7 +65,7 @@ dedr: reviewed To insert a table into a table, click in a cell in the table and choose Table - Insert - Table. -$[officename] can automatically format numbers that you enter in a table cell, for example, dates and times. To activate this feature, choose Tools - Options - %PRODUCTNAME Writer - Table and click the Number recognition check box in the Input in tables area. +$[officename] can automatically format numbers that you enter in a table cell, for example, dates and times. To activate this feature, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Table and click the Number recognition check box in the Input in tables area. Name diff --git a/helpcontent2/source/text/swriter/01/04200000.xhp b/helpcontent2/source/text/swriter/01/04200000.xhp index f12c72cc77..282b307e1a 100644 --- a/helpcontent2/source/text/swriter/01/04200000.xhp +++ b/helpcontent2/source/text/swriter/01/04200000.xhp @@ -50,7 +50,7 @@
- An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose Tools - Options - %PRODUCTNAME Writer/Web - View, and select the Comments check box. To edit a script, double-click the green rectangle. + An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer/Web - View, and select the Comments check box. To edit a script, double-click the green rectangle. If your document contains more than one script, the Edit Script dialog contains previous and next buttons to jump from script to script. Jump to Previous Script. diff --git a/helpcontent2/source/text/swriter/04/01020000.xhp b/helpcontent2/source/text/swriter/04/01020000.xhp index f8f245fcbf..a9570acea9 100755 --- a/helpcontent2/source/text/swriter/04/01020000.xhp +++ b/helpcontent2/source/text/swriter/04/01020000.xhp @@ -223,7 +223,7 @@ - F11 + Command+TF11 Styles and Formatting window on/off @@ -385,8 +385,7 @@ - Command -Ctrl+Y + Command+Shift+ZCtrl+Y Redo last action diff --git a/helpcontent2/source/text/swriter/guide/captions.xhp b/helpcontent2/source/text/swriter/guide/captions.xhp index f92e4a12a3..8957400f75 100644 --- a/helpcontent2/source/text/swriter/guide/captions.xhp +++ b/helpcontent2/source/text/swriter/guide/captions.xhp @@ -76,7 +76,7 @@ You can edit caption text directly in the document. A caption is formatted with the paragraph style that matches the name of the caption category. For example, if you insert a "Table" caption, the "Table" paragraph style is applied to the caption text. - $[officename] can automatically add a caption when you insert an object, graphic, frame, or table. Choose Tools - Options - %PRODUCTNAME Writer - AutoCaption. + $[officename] can automatically add a caption when you insert an object, graphic, frame, or table. Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - AutoCaption. diff --git a/helpcontent2/source/text/swriter/guide/captions_numbers.xhp b/helpcontent2/source/text/swriter/guide/captions_numbers.xhp index 3b983a9cd8..aade858aa8 100644 --- a/helpcontent2/source/text/swriter/guide/captions_numbers.xhp +++ b/helpcontent2/source/text/swriter/guide/captions_numbers.xhp @@ -81,7 +81,7 @@ In the Caption dialog, click OK. - $[officename] can automatically add a caption when you insert an object, graphic, or table. Choose Tools - Options - %PRODUCTNAME Writer - AutoCaption. + $[officename] can automatically add a caption when you insert an object, graphic, or table. Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - AutoCaption.
AutoCaption dialog diff --git a/helpcontent2/source/text/swriter/guide/delete_from_dict.xhp b/helpcontent2/source/text/swriter/guide/delete_from_dict.xhp index fc16d93155..225806906f 100755 --- a/helpcontent2/source/text/swriter/guide/delete_from_dict.xhp +++ b/helpcontent2/source/text/swriter/guide/delete_from_dict.xhp @@ -50,7 +50,7 @@ - Choose Tools - Options - Language Settings - Writing Aids. + Choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Writing Aids. Select the user-defined dictionary that you want to edit in the User-defined diff --git a/helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp b/helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp index d44a7e685e..6a81534314 100644 --- a/helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp +++ b/helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp @@ -101,7 +101,7 @@ If two even or two odd pages directly follow each other in your document, Writer will insert an empty page by default. You can suppress those automatically generated empty pages from printing and from exporting to PDF. - Choose Tools - Options - %PRODUCTNAME Writer - Print. + Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Print. Remove the check mark from Print automatically inserted blank pages. diff --git a/helpcontent2/source/text/swriter/guide/fields.xhp b/helpcontent2/source/text/swriter/guide/fields.xhp index a1bcdfbadc..ec4889d656 100644 --- a/helpcontent2/source/text/swriter/guide/fields.xhp +++ b/helpcontent2/source/text/swriter/guide/fields.xhp @@ -54,7 +54,7 @@ Fields are used for data that changes in a document, such as the current date or the total number of pages in a document. Viewing Fields Fields consist of a field name and the field content. To switch the field display between the field name or the field content, choose View - Field Names. - To display or hide field highlighting in a document, choose View - Field Shadings. To permanently disable this feature, choose Tools - Options - $[officename] - Appearance, and clear the check box in front of Field shadings. + To display or hide field highlighting in a document, choose View - Field Shadings. To permanently disable this feature, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Appearance, and clear the check box in front of Field shadings. To change the color of field shadings, choose Tools - Options - $[officename] - Appearance, locate the Field shadings option, and then select a different color in the Color setting box. Field Properties diff --git a/helpcontent2/source/text/swriter/guide/finding.xhp b/helpcontent2/source/text/swriter/guide/finding.xhp index fa128de2a8..f4908f33fb 100644 --- a/helpcontent2/source/text/swriter/guide/finding.xhp +++ b/helpcontent2/source/text/swriter/guide/finding.xhp @@ -130,7 +130,7 @@ More options The similarity search can find text that is almost the same as your search text. You can set the number of characters that are allowed to differ. Check the Similarity search option and optionally click the ... button to change the settings. (Setting all three numbers to 1 works fine for English text.) - When you have enabled Asian language support under Tools - Options - Language Settings - Languages, the Find & Replace dialog offers options to search Asian text. + When you have enabled Asian language support under %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages, the Find & Replace dialog offers options to search Asian text. The Navigator The Navigator is the main tool for finding and selecting objects. You can also use the Navigator to move and arrange chapters, providing an outline view to your document. Choose Edit - Navigator to open the Navigator window. diff --git a/helpcontent2/source/text/swriter/guide/footnote_usage.xhp b/helpcontent2/source/text/swriter/guide/footnote_usage.xhp index 5daa018085..6bc921fcd7 100644 --- a/helpcontent2/source/text/swriter/guide/footnote_usage.xhp +++ b/helpcontent2/source/text/swriter/guide/footnote_usage.xhp @@ -102,7 +102,7 @@ To edit the text of a footnote or endnote, click in the note, or click the anchor for the note in the text. - To change the format of a footnote, click in the footnote, press F11 to open the Styles and Formatting window, right-click "Footnote" in the list, and then choose Modify. + To change the format of a footnote, click in the footnote, press Command+TF11 to open the Styles and Formatting window, right-click "Footnote" in the list, and then choose Modify. To jump from the footnote or endnote text to the note anchor in the text, press PageUp. diff --git a/helpcontent2/source/text/swriter/guide/hyphen_prevent.xhp b/helpcontent2/source/text/swriter/guide/hyphen_prevent.xhp index c2c1d59a0f..54e43ecb26 100644 --- a/helpcontent2/source/text/swriter/guide/hyphen_prevent.xhp +++ b/helpcontent2/source/text/swriter/guide/hyphen_prevent.xhp @@ -51,7 +51,7 @@ If your text is automatically hyphenated and certain hyphenated words look ugly, or if you want specific words never to be hyphenated you can switch off hyphenation for those words: - Choose Tools - Options - Language Settings - Writing Aids + Choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Writing Aids @@ -69,7 +69,7 @@ Some words contain special characters that %PRODUCTNAME treats as a hyphen. If you do not want such words to be hyphenated, you can insert a special code that prevents hyphenation at the position where the special code is inserted. Proceed as follows: - Enable the special features of complex text layout (CTL) languages: Choose Tools - Options - Language Settings - Languages and check Enabled for complex text layout (CTL). Click OK. + Enable the special features of complex text layout (CTL) languages: Choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages and check Enabled for complex text layout (CTL). Click OK. Position the cursor at the place where no hyphenation should occur. diff --git a/helpcontent2/source/text/swriter/guide/indenting.xhp b/helpcontent2/source/text/swriter/guide/indenting.xhp index 53d2801850..4ab90fee6a 100644 --- a/helpcontent2/source/text/swriter/guide/indenting.xhp +++ b/helpcontent2/source/text/swriter/guide/indenting.xhp @@ -51,7 +51,7 @@ mw made indents a two level entry, changed "paragraphs;" and copied "changing;indents" from writer guide "ruler.xhp" Indenting Paragraphs see i66307 -To change the measurement units, choose Tools - Options - %PRODUCTNAME Writer - General, and then select a new measurement unit in the Settings area. +To change the measurement units, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - General, and then select a new measurement unit in the Settings area. You can change the indents for the current paragraph, or for all selected paragraphs, or for a Paragraph Style. You can also set indents using the ruler. To display the ruler, choose View - Ruler. diff --git a/helpcontent2/source/text/swriter/guide/indices_edit.xhp b/helpcontent2/source/text/swriter/guide/indices_edit.xhp index 69d33dbf55..a6c525230f 100755 --- a/helpcontent2/source/text/swriter/guide/indices_edit.xhp +++ b/helpcontent2/source/text/swriter/guide/indices_edit.xhp @@ -53,7 +53,7 @@ Place the cursor in the index or table of contents. - If you cannot place your cursor in the index or table of contents, choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids, and then select + If you cannot place your cursor in the index or table of contents, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and then select Enable in the Cursor in protected areas section. diff --git a/helpcontent2/source/text/swriter/guide/numbering_lines.xhp b/helpcontent2/source/text/swriter/guide/numbering_lines.xhp index ed00103314..391d1dc0ee 100644 --- a/helpcontent2/source/text/swriter/guide/numbering_lines.xhp +++ b/helpcontent2/source/text/swriter/guide/numbering_lines.xhp @@ -75,7 +75,7 @@ Select Show numbering. - Press F11 to open the Styles and Formatting window, and then click the Paragraph Styles icon. + Press Command+TF11 to open the Styles and Formatting window, and then click the Paragraph Styles icon. Right-click the "Default" paragraph style and choose Modify. diff --git a/helpcontent2/source/text/swriter/guide/pagenumbers.xhp b/helpcontent2/source/text/swriter/guide/pagenumbers.xhp index 4d3e9ae9e5..5ba113a5e3 100755 --- a/helpcontent2/source/text/swriter/guide/pagenumbers.xhp +++ b/helpcontent2/source/text/swriter/guide/pagenumbers.xhp @@ -88,7 +88,7 @@ An automatic page break appears at the end of a page when the page style has a different "next style". - For example, the "First Page" page style has "Default" as the next style. To see this, you may press F11 to open the Styles and Formatting window, click the Page Styles icon, right-click the First Page entry. Choose Modify from the context menu. On the Organizer tab, you can see the "next style". + For example, the "First Page" page style has "Default" as the next style. To see this, you may press Command+TF11Command+TF11 to open the Styles and Formatting window, click the Page Styles icon, right-click the First Page entry. Choose Modify from the context menu. On the Organizer tab, you can see the "next style". A manually inserted page break can be applied without or with a change of page styles. diff --git a/helpcontent2/source/text/swriter/guide/protection.xhp b/helpcontent2/source/text/swriter/guide/protection.xhp index 3eca2b98c1..13a54bdb43 100644 --- a/helpcontent2/source/text/swriter/guide/protection.xhp +++ b/helpcontent2/source/text/swriter/guide/protection.xhp @@ -93,7 +93,7 @@ Turning off protection - Place the cursor in the cell or select the cells. First, if necessary, choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids and mark Cursor in protected areas - Enable. Then right-click the cell to open the context menu, choose Cell - Unprotect. + Place the cursor in the cell or select the cells. First, if necessary, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids and mark Cursor in protected areas - Enable. Then right-click the cell to open the context menu, choose Cell - Unprotect. Select the table in the Navigator, open the context menu and select Table - Unprotect. Use Shift+Ctrl+T to remove protection for the entire current table or all selected tables. @@ -119,7 +119,7 @@ Turning off protection - Place the cursor in the index. First of all, if necessary, under Tools - Options - %PRODUCTNAME Writer - Formatting Aids , mark Cursor in protected areas - Enable. + Place the cursor in the index. First of all, if necessary, under %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids , mark Cursor in protected areas - Enable. From the context menu choose Edit Index/Table. On the Index/Table tab page, unmark Protected against manual changes. In the Navigator, select the index, then open the context menu in the Navigator and select Index - Read-only. diff --git a/helpcontent2/source/text/swriter/guide/select_language.xhp b/helpcontent2/source/text/swriter/guide/select_language.xhp index 4de6046db9..c0f0bd3973 100644 --- a/helpcontent2/source/text/swriter/guide/select_language.xhp +++ b/helpcontent2/source/text/swriter/guide/select_language.xhp @@ -52,7 +52,7 @@ $[officename] can check the spelling of words in more than one language, provided that you have installed dictionaries for the other languages. - Choose Tools - Options - Language Settings - Writing Aids, and ensure that the Check in all languages check box in the Options + Choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Writing Aids, and ensure that the Check in all languages check box in the Options list is selected. diff --git a/helpcontent2/source/text/swriter/guide/smarttags.xhp b/helpcontent2/source/text/swriter/guide/smarttags.xhp index 6221aaf545..9def14ef90 100644 --- a/helpcontent2/source/text/swriter/guide/smarttags.xhp +++ b/helpcontent2/source/text/swriter/guide/smarttags.xhp @@ -62,7 +62,7 @@ Smart Tags Menu - Any text in a Writer document can be marked with a Smart Tag, by default a magenta colored underline. You can change the color in Tools - Options - %PRODUCTNAME - Appearance. + Any text in a Writer document can be marked with a Smart Tag, by default a magenta colored underline. You can change the color in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Appearance. When you point to a Smart Tag, a tip help informs you to Ctrl-click to open the Smart Tags menu. If you don't use a mouse, position the cursor inside the marked text and open the context menu by Shift+F10. In the Smart Tags menu you see the available actions that are defined for this Smart Tag. Choose an option from the menu. The Smart Tags Options command opens the Smart Tags page of Tools - Autocorrect Options. To Enable and Disable Smart Tags diff --git a/helpcontent2/source/text/swriter/guide/table_sizing.xhp b/helpcontent2/source/text/swriter/guide/table_sizing.xhp index 79076a622f..cc67176628 100644 --- a/helpcontent2/source/text/swriter/guide/table_sizing.xhp +++ b/helpcontent2/source/text/swriter/guide/table_sizing.xhp @@ -93,7 +93,7 @@ Alt+Shift, and then press the right arrow key. - You can specify the behavior for the arrow keys by choosing Tools - Options - %PRODUCTNAME Writer - Table, and selecting the options that you want in the Keyboard handling area. + You can specify the behavior for the arrow keys by choosing %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Table, and selecting the options that you want in the Keyboard handling area. To Change the Width of a Cell Hold down Option+Command diff --git a/helpcontent2/source/text/swriter/guide/tablemode.xhp b/helpcontent2/source/text/swriter/guide/tablemode.xhp index 389dd53ce1..fbcdbf6fee 100755 --- a/helpcontent2/source/text/swriter/guide/tablemode.xhp +++ b/helpcontent2/source/text/swriter/guide/tablemode.xhp @@ -55,7 +55,7 @@ When you insert or delete cells, rows or columns in a table, the Behavior of rows/columns options determine how the neighboring elements are affected. For example, you can only insert new rows and columns into a table with fixed row and column dimensions if space permits. Note that these properties are valid only for changes to the column width that are made using the keyboard. Using the mouse, you are free to make any column width changes.UFI: fixes bugtraq 4971582 To set the Behavior of rows/columns - options for tables in text documents, choose Tools - Options - %PRODUCTNAME Writer - Table, or use the Fixed, Fixed/Proportional, and Variable icons on the Table + options for tables in text documents, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Table, or use the Fixed, Fixed/Proportional, and Variable icons on the Table Bar. There are three display modes for tables: diff --git a/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp b/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp index d0a1f89fa3..46c60dd2ca 100644 --- a/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp +++ b/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp @@ -52,7 +52,7 @@ oldref="24">Using the Direct Cursor The direct cursor allows you to enter text anywhere on a page. - To set the behavior of the direct cursor, choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids. + To set the behavior of the direct cursor, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids. On the Tools bar, click the Direct Cursor icon -- cgit From 84da983f78544c6fd6aa08be43fbbd2a4777c09b Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 12:30:37 +0000 Subject: vor bauen --- helpcontent2/source/text/swriter/01/03050000.xhp | 6 +--- helpcontent2/source/text/swriter/01/03090000.xhp | 4 --- helpcontent2/source/text/swriter/01/03100000.xhp | 2 +- helpcontent2/source/text/swriter/01/03140000.xhp | 2 +- helpcontent2/source/text/swriter/01/04060000.xhp | 2 +- helpcontent2/source/text/swriter/01/04090001.xhp | 4 +-- helpcontent2/source/text/swriter/01/04090003.xhp | 4 +-- helpcontent2/source/text/swriter/01/04130100.xhp | 2 +- helpcontent2/source/text/swriter/01/04150000.xhp | 2 +- helpcontent2/source/text/swriter/01/05040800.xhp | 6 +--- helpcontent2/source/text/swriter/01/05090201.xhp | 2 +- helpcontent2/source/text/swriter/01/06030000.xhp | 6 ++-- helpcontent2/source/text/swriter/02/18030700.xhp | 2 +- helpcontent2/source/text/swriter/02/18130000.xhp | 6 +--- helpcontent2/source/text/swriter/guide/fields.xhp | 3 +- .../source/text/swriter/guide/number_date_conv.xhp | 4 +-- helpcontent2/source/text/swriter/guide/ruler.xhp | 24 ++++++++-------- .../source/text/swriter/guide/select_language.xhp | 18 ++++-------- .../source/text/swriter/guide/smarttags.xhp | 8 +++--- .../source/text/swriter/guide/tablemode.xhp | 32 ++++++++-------------- .../text/swriter/guide/text_direct_cursor.xhp | 17 +++++------- 21 files changed, 60 insertions(+), 96 deletions(-) (limited to 'helpcontent2/source/text/swriter') diff --git a/helpcontent2/source/text/swriter/01/03050000.xhp b/helpcontent2/source/text/swriter/01/03050000.xhp index f87e6c1607..c26ac7b8df 100644 --- a/helpcontent2/source/text/swriter/01/03050000.xhp +++ b/helpcontent2/source/text/swriter/01/03050000.xhp @@ -37,17 +37,13 @@ Ruler /text/swriter/01/03050000.xhp - -Sun Microsystems, Inc. -converted from old format - fpe -
Ruler -Shows or hides the horizontal ruler, that you can use to adjust page margins, tab stops, indents, borders, table cells, and to arrange objects on the page. To show the vertical ruler, choose Tools - Options - %PRODUCTNAME Writer - View, and then select the Vertical ruler check box in the Ruler area. +Shows or hides the horizontal ruler, that you can use to adjust page margins, tab stops, indents, borders, table cells, and to arrange objects on the page. To show the vertical ruler, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - View, and then select the Vertical ruler check box in the Ruler area.
diff --git a/helpcontent2/source/text/swriter/01/03090000.xhp b/helpcontent2/source/text/swriter/01/03090000.xhp index 818cd6b14b..626a76d574 100644 --- a/helpcontent2/source/text/swriter/01/03090000.xhp +++ b/helpcontent2/source/text/swriter/01/03090000.xhp @@ -37,10 +37,6 @@ Fields /text/swriter/01/03090000.xhp - -Sun Microsystems, Inc. -converted from old format - fpe -
diff --git a/helpcontent2/source/text/swriter/01/03100000.xhp b/helpcontent2/source/text/swriter/01/03100000.xhp index 5c91b2e1b2..9cfa630f00 100644 --- a/helpcontent2/source/text/swriter/01/03100000.xhp +++ b/helpcontent2/source/text/swriter/01/03100000.xhp @@ -53,6 +53,6 @@
When you delete a paragraph mark, the paragraph that is merged takes on the formatting of the paragraph that the cursor is in. -To specify which nonprinting characters are displayed, choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids, and then select the options that you want in the Display of area. +To specify which nonprinting characters are displayed, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and then select the options that you want in the Display of area. diff --git a/helpcontent2/source/text/swriter/01/03140000.xhp b/helpcontent2/source/text/swriter/01/03140000.xhp index 029f189312..113b60726c 100644 --- a/helpcontent2/source/text/swriter/01/03140000.xhp +++ b/helpcontent2/source/text/swriter/01/03140000.xhp @@ -52,7 +52,7 @@
-To enable this feature, choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids, and ensure that the Hidden paragraphs check box in the Display of area is selected. +To enable this feature, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and ensure that the Hidden paragraphs check box in the Display of area is selected. Use the field command "Hidden Paragraph" to assign a condition that must be met to hide a paragraph. If the condition is not met, the paragraph is displayed. When you hide a paragraph, footnotes and frames that are anchored to characters in the paragraph are also hidden. diff --git a/helpcontent2/source/text/swriter/01/04060000.xhp b/helpcontent2/source/text/swriter/01/04060000.xhp index 980f3fdf1a..f71392edc3 100644 --- a/helpcontent2/source/text/swriter/01/04060000.xhp +++ b/helpcontent2/source/text/swriter/01/04060000.xhp @@ -75,7 +75,7 @@ AutoCaption -Opens the Caption dialog. It has the same information as the dialog you get by menu Tools - Options - %PRODUCTNAME Writer - AutoCaption. +Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box. diff --git a/helpcontent2/source/text/swriter/01/04090001.xhp b/helpcontent2/source/text/swriter/01/04090001.xhp index ad94508674..e72f90aa4c 100644 --- a/helpcontent2/source/text/swriter/01/04090001.xhp +++ b/helpcontent2/source/text/swriter/01/04090001.xhp @@ -109,7 +109,7 @@ Sender - Inserts fields containing user data. You can change the user-data that is displayed by choosingTools - Options - $[officename] - User Data. + Inserts fields containing user data. You can change the user-data that is displayed by choosing %PRODUCTNAME - PreferencesTools - Options - $[officename] - User Data. @@ -117,7 +117,7 @@ Statistics - Inserts document statistics, such as page and word counts, as a field. To view the statistics of a document, choose File - Properties, and then click the Statistics tab. + Inserts document statistics, such as page and word counts, as a field. To view the statistics of a document, choose File - Properties, and then click the Statistics tab. diff --git a/helpcontent2/source/text/swriter/01/04090003.xhp b/helpcontent2/source/text/swriter/01/04090003.xhp index 5a0fbc53ff..34d8c19d98 100644 --- a/helpcontent2/source/text/swriter/01/04090003.xhp +++ b/helpcontent2/source/text/swriter/01/04090003.xhp @@ -109,7 +109,7 @@ Hidden text -Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids and clear the Fields: Hidden text check box. +Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids and clear the Fields: Hidden text check box. @@ -117,7 +117,7 @@ Hidden Paragraph -Hides a paragraph when the condition that you specify is met. To use this function, choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids and clear the Fields: Hidden paragraph check box. +Hides a paragraph when the condition that you specify is met. To use this function, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids and clear the Fields: Hidden paragraph check box. diff --git a/helpcontent2/source/text/swriter/01/04130100.xhp b/helpcontent2/source/text/swriter/01/04130100.xhp index 25bd7255e4..93a94d39e8 100755 --- a/helpcontent2/source/text/swriter/01/04130100.xhp +++ b/helpcontent2/source/text/swriter/01/04130100.xhp @@ -50,7 +50,7 @@ You can resize and move selected frames and objects with the keyboard. To move a selected frame or object, press an arrow key. To move by one pixel, hold down OptionAlt, and then press an arrow key. To resize a selected frame or object, first press Ctrl+Tab. Now one of the handles blinks to show that it is selected. To select another handle, press Ctrl+Tab again. Press an arrow key to resize the object by one grid unit. To resize by one pixel, hold down OptionAlt, and then press an arrow key. -The increment by which you move an object with the keyboard is determined by the document grid. To change the properties of the document grid, choose Tools - Options - %PRODUCTNAME Writer - Grid. +The increment by which you move an object with the keyboard is determined by the document grid. To change the properties of the document grid, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Grid. diff --git a/helpcontent2/source/text/swriter/01/04150000.xhp b/helpcontent2/source/text/swriter/01/04150000.xhp index 04a1f77397..a6124cf2f0 100644 --- a/helpcontent2/source/text/swriter/01/04150000.xhp +++ b/helpcontent2/source/text/swriter/01/04150000.xhp @@ -107,6 +107,6 @@ dedr: reviewed Table - Table Properties - Text Flow -Tools - Options - %PRODUCTNAME Writer - Table +%PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Table diff --git a/helpcontent2/source/text/swriter/01/05040800.xhp b/helpcontent2/source/text/swriter/01/05040800.xhp index bf75bf9aaa..15c0aa7e57 100755 --- a/helpcontent2/source/text/swriter/01/05040800.xhp +++ b/helpcontent2/source/text/swriter/01/05040800.xhp @@ -39,17 +39,13 @@ Text Grid /text/swriter/01/05040800.xhp - -Sun Microsystems, Inc. -converted from old format - fpe -
text grid for Asian layout Text Grid -Adds a text grid to the current page style. This option is only available if Asian language support is enabled under Tools - Options - Language Settings - Languages. +Adds a text grid to the current page style. This option is only available if Asian language support is enabled under Language Settings - Languages in the Options dialog box.
diff --git a/helpcontent2/source/text/swriter/01/05090201.xhp b/helpcontent2/source/text/swriter/01/05090201.xhp index dbf511c3ae..de7d8baee7 100644 --- a/helpcontent2/source/text/swriter/01/05090201.xhp +++ b/helpcontent2/source/text/swriter/01/05090201.xhp @@ -78,7 +78,7 @@ To delete a row, place the cursor in the row that you want to delete, hold down OptionAlt and press Delete, release, and then press the up or the down arrow. -To change the behavior of tables in a text document, choose Tools - Options - %PRODUCTNAME Writer - Table. +To change the behavior of tables in a text document, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Table. Table Bar diff --git a/helpcontent2/source/text/swriter/01/06030000.xhp b/helpcontent2/source/text/swriter/01/06030000.xhp index 47259a6a3d..7d22f0ed47 100644 --- a/helpcontent2/source/text/swriter/01/06030000.xhp +++ b/helpcontent2/source/text/swriter/01/06030000.xhp @@ -67,13 +67,13 @@ To reject the suggestion, click Remove. -To exclude paragraphs from the automatic hyphenation, select the paragraphs, choose Format - Paragraph, click the Text Flow tab, and then clear the Automatically check box in the Hyphenation area. -To turn off the suggestion dialogs for hyphenation, choose Tools - Options - Language Settings - Writing Aids, and select the Hyphenate without inquiry check box. +To exclude paragraphs from the automatic hyphenation, select the paragraphs, choose Format - Paragraph, click the Text Flow tab, and then clear the Automatically check box in the Hyphenation area. +To turn off the suggestion dialogs for hyphenation, choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Writing Aids, and select the Hyphenate without inquiry check box. To manually enter a hyphen, click in the word where you want to add the hyphen, and then press Command Ctrl+Minus sign (-). To insert a non-breaking (protected) hyphen, click in the word that you want to hyphenate, and then press Shift+Command +Ctrl +Minus sign(-). -To hide custom hyphens, choose Tools - Options - %PRODUCTNAME Writer - Formatting Aids, and then clear the Custom hyphens check box. +To hide custom hyphens, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and then clear the Custom hyphens check box. Word Word diff --git a/helpcontent2/source/text/swriter/02/18030700.xhp b/helpcontent2/source/text/swriter/02/18030700.xhp index 12050ea71a..fd60b0e15d 100644 --- a/helpcontent2/source/text/swriter/02/18030700.xhp +++ b/helpcontent2/source/text/swriter/02/18030700.xhp @@ -47,7 +47,7 @@ Author -Inserts the name of the person who created the document here as a field. The field applies the entry made under Tools - Options - $[officename] - User data. +Inserts the name of the person who created the document here as a field. The field applies the entry made under %PRODUCTNAME - PreferencesTools - Options - $[officename] - User data.
diff --git a/helpcontent2/source/text/swriter/02/18130000.xhp b/helpcontent2/source/text/swriter/02/18130000.xhp index 6d68f0777f..eaef344c3a 100644 --- a/helpcontent2/source/text/swriter/02/18130000.xhp +++ b/helpcontent2/source/text/swriter/02/18130000.xhp @@ -36,10 +36,6 @@ Direct Cursor On/Off /text/swriter/02/18130000.xhp - -Sun Microsystems, Inc. -converted from old format - fpe -
@@ -48,7 +44,7 @@ Direct Cursor On/Off -Activates or deactivates the direct cursor. You can specify the behavior of the direct cursor by choosing Tools - Options - %PRODUCTNAME Writer - Formatting Aids. +Activates or deactivates the direct cursor. You can specify the behavior of the direct cursor by choosing %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids.
diff --git a/helpcontent2/source/text/swriter/guide/fields.xhp b/helpcontent2/source/text/swriter/guide/fields.xhp index ec4889d656..d1e7f9ee3d 100644 --- a/helpcontent2/source/text/swriter/guide/fields.xhp +++ b/helpcontent2/source/text/swriter/guide/fields.xhp @@ -55,8 +55,7 @@ Viewing FieldsFields consist of a field name and the field content. To switch the field display between the field name or the field content, choose View - Field Names.To display or hide field highlighting in a document, choose View - Field Shadings. To permanently disable this feature, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Appearance, and clear the check box in front of Field shadings. - To change the color of field shadings, choose Tools - Options - $[officename] - Appearance, locate the Field shadings option, and then select a different color in the Color setting - box. + To change the color of field shadings, choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Appearance, locate the Field shadings option, and then select a different color in the Color setting box.Field PropertiesMost field types in a document, including database fields, store and display variable values.The following field types execute an action when you click the field: diff --git a/helpcontent2/source/text/swriter/guide/number_date_conv.xhp b/helpcontent2/source/text/swriter/guide/number_date_conv.xhp index 6086d36072..769e1c20a6 100755 --- a/helpcontent2/source/text/swriter/guide/number_date_conv.xhp +++ b/helpcontent2/source/text/swriter/guide/number_date_conv.xhp @@ -58,11 +58,11 @@ - Choose Tools - Options - %PRODUCTNAME Writer - Table, and select or clear the Number recognition + Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Table, and select or clear the Number recognition check box. - Tools - Options - %PRODUCTNAME Writer - Table + %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Table \ No newline at end of file diff --git a/helpcontent2/source/text/swriter/guide/ruler.xhp b/helpcontent2/source/text/swriter/guide/ruler.xhp index e607ffbe44..8e2e503f53 100644 --- a/helpcontent2/source/text/swriter/guide/ruler.xhp +++ b/helpcontent2/source/text/swriter/guide/ruler.xhp @@ -42,23 +42,21 @@ rulers;using rulers - horizontal rulers - vertical rulers - indents; setting on rulers - page margins on rulers - table cells;adjusting the width on rulers - showing;rulers - hiding;rulers - adjusting page margins and cell widths +horizontal rulers +vertical rulers +indents; setting on rulers +page margins on rulers +table cells;adjusting the width on rulers +showing;rulers +hiding;rulers +adjusting page margins and cell widths mw made "indent settings..." a two level entry and cut "changing;indents"Using Rulers - To show or hide rulers, choose View - Ruler. To show the vertical ruler, choose Tools - Options - %PRODUCTNAME Writer - View, and then select Vertical ruler in the Ruler area. - Adjusting Page Margins + To show or hide rulers, choose View - Ruler. To show the vertical ruler, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - View, and then select Vertical ruler in the Ruler area. + Adjusting Page MarginsThe margins of a page are indicated by the filled areas at the ends of the rulers. - Changing Indents + Changing IndentsIndents are adjusted with the three small triangles on the horizontal ruler. diff --git a/helpcontent2/source/text/swriter/guide/select_language.xhp b/helpcontent2/source/text/swriter/guide/select_language.xhp index c0f0bd3973..7c2f68521b 100644 --- a/helpcontent2/source/text/swriter/guide/select_language.xhp +++ b/helpcontent2/source/text/swriter/guide/select_language.xhp @@ -42,27 +42,21 @@ languages; recognition of - recognition;languages - spellcheck;activating for all languages - checking spelling;all languages +recognition;languages +spellcheck;activating for all languages +checking spelling;all languages MW made a two level entry of "regognition of languages" -Checking Spelling in Other Languages - +Checking Spelling in Other Languages $[officename] can check the spelling of words in more than one language, provided that you have installed dictionaries for the other languages. - Choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Writing Aids, and ensure that the Check in all languages check box in the Options - list is selected. + Choose %PRODUCTNAME - PreferencesTools - Options - Language Settings - Writing Aids, and ensure that the Check in all languages check box in the Options list is selected. Activate the AutoSpellcheck icon in the Standard bar. - If you do not enable the Check in all languages - feature, words that do not occur in the default language of the document are underlined by a wavy red line. To assign the underlined word to another language, right-click the word, and then choose - Word is - or Paragraph is, where the suggested language and country is shown in the command. + If you do not enable the Check in all languages feature, words that do not occur in the default language of the document are underlined by a wavy red line. To assign the underlined word to another language, right-click the word, and then choose Word is or Paragraph is, where the suggested language and country is shown in the command. diff --git a/helpcontent2/source/text/swriter/guide/smarttags.xhp b/helpcontent2/source/text/swriter/guide/smarttags.xhp index 9def14ef90..eb5f8eeee2 100644 --- a/helpcontent2/source/text/swriter/guide/smarttags.xhp +++ b/helpcontent2/source/text/swriter/guide/smarttags.xhp @@ -42,10 +42,10 @@ smart tags - AutoCorrect function; smart tags - options;smart tags - disabling;smart tags - installing;smart tags +AutoCorrect function; smart tags +options;smart tags +disabling;smart tags +installing;smart tags MW moved 2 index entries from shared/01/06040700.xhp, inverted "smart tags;options", made "smart tags;" a one level entry and added 2 entries Using Smart Tags diff --git a/helpcontent2/source/text/swriter/guide/tablemode.xhp b/helpcontent2/source/text/swriter/guide/tablemode.xhp index fbcdbf6fee..defe74d7c9 100755 --- a/helpcontent2/source/text/swriter/guide/tablemode.xhp +++ b/helpcontent2/source/text/swriter/guide/tablemode.xhp @@ -32,8 +32,7 @@ * ************************************************************************ --> - - + Modifying Rows and Columns by Keyboard @@ -42,33 +41,26 @@ table mode selection - proportional distribution of tables - relative distribution of table cells - tables; adapting the width by keyboard - cells; adapting the width by keyboard - keyboard;modifying the behavior of rows/columns - behavior of rows/columns +proportional distribution of tables +relative distribution of table cells +tables; adapting the width by keyboard +cells; adapting the width by keyboard +keyboard;modifying the behavior of rows/columns +behavior of rows/columns -Modifying Rows and Columns by Keyboard - +Modifying Rows and Columns by Keyboard When you insert or delete cells, rows or columns in a table, the Behavior of rows/columns options determine how the neighboring elements are affected. For example, you can only insert new rows and columns into a table with fixed row and column dimensions if space permits. Note that these properties are valid only for changes to the column width that are made using the keyboard. Using the mouse, you are free to make any column width changes.UFI: fixes bugtraq 4971582 - To set the Behavior of rows/columns - options for tables in text documents, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Table, or use the Fixed, Fixed/Proportional, and Variable icons on the Table - Bar. There are three display modes for tables: + To set the Behavior of rows/columns options for tables in text documents, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Table, or use the Fixed, Fixed/Proportional, and Variable icons on the Table Bar. There are three display modes for tables: - -Fixed - changes only affect the adjacent cell, and not the entire table. For example, when you widen a cell, the adjacent cell becomes narrower, but the width of the table remains constant. + Fixed - changes only affect the adjacent cell, and not the entire table. For example, when you widen a cell, the adjacent cell becomes narrower, but the width of the table remains constant. - -Fixed, proportional - changes affect the entire table, and wide cells shrink more than narrow cells. For example, when you widen a cell, the adjacent cells become proportionally narrower, but the width of the table remains constant. + Fixed, proportional - changes affect the entire table, and wide cells shrink more than narrow cells. For example, when you widen a cell, the adjacent cells become proportionally narrower, but the width of the table remains constant. - -Variable - changes affect the table size. For example, when you widen a cell, the width of the table increases. + Variable - changes affect the table size. For example, when you widen a cell, the width of the table increases. diff --git a/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp b/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp index 46c60dd2ca..841316728e 100644 --- a/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp +++ b/helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp @@ -42,22 +42,19 @@ text; cursor - entering text with direct cursor - direct cursor; settings - writing with direct cursor - cursor;direct cursor - settings;direct cursor +entering text with direct cursor +direct cursor; settings +writing with direct cursor +cursor;direct cursor +settings;direct cursor -Using the Direct Cursor - +Using the Direct Cursor The direct cursor allows you to enter text anywhere on a page. To set the behavior of the direct cursor, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids. On the Tools bar, click the Direct Cursor icon -Icon - . +Icon. Click in a free space in the text document. The mouse pointer changes to reflect the alignment that will be applied to the text that you type: -- cgit From 696542163651cf7d76b35f45675b1369b13f0cd9 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Tue, 27 Oct 2009 15:27:06 +0000 Subject: emph bugs --- helpcontent2/source/text/swriter/01/03050000.xhp | 2 +- helpcontent2/source/text/swriter/01/03100000.xhp | 2 +- helpcontent2/source/text/swriter/01/03140000.xhp | 2 +- helpcontent2/source/text/swriter/01/04090001.xhp | 2 +- helpcontent2/source/text/swriter/01/04090003.xhp | 4 ++-- helpcontent2/source/text/swriter/01/04130100.xhp | 2 +- helpcontent2/source/text/swriter/01/04200000.xhp | 2 +- helpcontent2/source/text/swriter/01/05090201.xhp | 2 +- helpcontent2/source/text/swriter/01/06030000.xhp | 2 +- helpcontent2/source/text/swriter/02/18030700.xhp | 2 +- helpcontent2/source/text/swriter/02/18130000.xhp | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) (limited to 'helpcontent2/source/text/swriter') diff --git a/helpcontent2/source/text/swriter/01/03050000.xhp b/helpcontent2/source/text/swriter/01/03050000.xhp index c26ac7b8df..fee44c822d 100644 --- a/helpcontent2/source/text/swriter/01/03050000.xhp +++ b/helpcontent2/source/text/swriter/01/03050000.xhp @@ -43,7 +43,7 @@ Ruler -Shows or hides the horizontal ruler, that you can use to adjust page margins, tab stops, indents, borders, table cells, and to arrange objects on the page. To show the vertical ruler, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - View, and then select the Vertical ruler check box in the Ruler area. +Shows or hides the horizontal ruler, that you can use to adjust page margins, tab stops, indents, borders, table cells, and to arrange objects on the page. To show the vertical ruler, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - View, and then select the Vertical ruler check box in the Ruler area.
diff --git a/helpcontent2/source/text/swriter/01/03100000.xhp b/helpcontent2/source/text/swriter/01/03100000.xhp index 9cfa630f00..304d5bca8e 100644 --- a/helpcontent2/source/text/swriter/01/03100000.xhp +++ b/helpcontent2/source/text/swriter/01/03100000.xhp @@ -53,6 +53,6 @@
When you delete a paragraph mark, the paragraph that is merged takes on the formatting of the paragraph that the cursor is in. -To specify which nonprinting characters are displayed, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and then select the options that you want in the Display of area. +To specify which nonprinting characters are displayed, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and then select the options that you want in the Display of area. diff --git a/helpcontent2/source/text/swriter/01/03140000.xhp b/helpcontent2/source/text/swriter/01/03140000.xhp index 113b60726c..4a07e9f1f1 100644 --- a/helpcontent2/source/text/swriter/01/03140000.xhp +++ b/helpcontent2/source/text/swriter/01/03140000.xhp @@ -52,7 +52,7 @@
-To enable this feature, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and ensure that the Hidden paragraphs check box in the Display of area is selected. +To enable this feature, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and ensure that the Hidden paragraphs check box in the Display of area is selected. Use the field command "Hidden Paragraph" to assign a condition that must be met to hide a paragraph. If the condition is not met, the paragraph is displayed. When you hide a paragraph, footnotes and frames that are anchored to characters in the paragraph are also hidden. diff --git a/helpcontent2/source/text/swriter/01/04090001.xhp b/helpcontent2/source/text/swriter/01/04090001.xhp index e72f90aa4c..4a979bcf45 100644 --- a/helpcontent2/source/text/swriter/01/04090001.xhp +++ b/helpcontent2/source/text/swriter/01/04090001.xhp @@ -109,7 +109,7 @@ Sender - Inserts fields containing user data. You can change the user-data that is displayed by choosing %PRODUCTNAME - PreferencesTools - Options - $[officename] - User Data. + Inserts fields containing user data. You can change the user-data that is displayed by choosing %PRODUCTNAME - PreferencesTools - Options - $[officename] - User Data. diff --git a/helpcontent2/source/text/swriter/01/04090003.xhp b/helpcontent2/source/text/swriter/01/04090003.xhp index 34d8c19d98..d873080207 100644 --- a/helpcontent2/source/text/swriter/01/04090003.xhp +++ b/helpcontent2/source/text/swriter/01/04090003.xhp @@ -109,7 +109,7 @@ Hidden text -Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids and clear the Fields: Hidden text check box. +Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids and clear the Fields: Hidden text check box. @@ -117,7 +117,7 @@ Hidden Paragraph -Hides a paragraph when the condition that you specify is met. To use this function, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids and clear the Fields: Hidden paragraph check box. +Hides a paragraph when the condition that you specify is met. To use this function, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids and clear the Fields: Hidden paragraph check box. diff --git a/helpcontent2/source/text/swriter/01/04130100.xhp b/helpcontent2/source/text/swriter/01/04130100.xhp index 93a94d39e8..1505a3c650 100755 --- a/helpcontent2/source/text/swriter/01/04130100.xhp +++ b/helpcontent2/source/text/swriter/01/04130100.xhp @@ -50,7 +50,7 @@ You can resize and move selected frames and objects with the keyboard. To move a selected frame or object, press an arrow key. To move by one pixel, hold down OptionAlt, and then press an arrow key. To resize a selected frame or object, first press Ctrl+Tab. Now one of the handles blinks to show that it is selected. To select another handle, press Ctrl+Tab again. Press an arrow key to resize the object by one grid unit. To resize by one pixel, hold down OptionAlt, and then press an arrow key. -The increment by which you move an object with the keyboard is determined by the document grid. To change the properties of the document grid, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Grid. +The increment by which you move an object with the keyboard is determined by the document grid. To change the properties of the document grid, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Grid. diff --git a/helpcontent2/source/text/swriter/01/04200000.xhp b/helpcontent2/source/text/swriter/01/04200000.xhp index 282b307e1a..dd9057759a 100644 --- a/helpcontent2/source/text/swriter/01/04200000.xhp +++ b/helpcontent2/source/text/swriter/01/04200000.xhp @@ -50,7 +50,7 @@
- An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer/Web - View, and select the Comments check box. To edit a script, double-click the green rectangle. + An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer/Web - View, and select the Comments check box. To edit a script, double-click the green rectangle. If your document contains more than one script, the Edit Script dialog contains previous and next buttons to jump from script to script. Jump to Previous Script. diff --git a/helpcontent2/source/text/swriter/01/05090201.xhp b/helpcontent2/source/text/swriter/01/05090201.xhp index de7d8baee7..d09e8ad9b8 100644 --- a/helpcontent2/source/text/swriter/01/05090201.xhp +++ b/helpcontent2/source/text/swriter/01/05090201.xhp @@ -78,7 +78,7 @@ To delete a row, place the cursor in the row that you want to delete, hold down OptionAlt and press Delete, release, and then press the up or the down arrow.
-To change the behavior of tables in a text document, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Table. +To change the behavior of tables in a text document, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Table. Table Bar diff --git a/helpcontent2/source/text/swriter/01/06030000.xhp b/helpcontent2/source/text/swriter/01/06030000.xhp index 7d22f0ed47..398ddbb768 100644 --- a/helpcontent2/source/text/swriter/01/06030000.xhp +++ b/helpcontent2/source/text/swriter/01/06030000.xhp @@ -73,7 +73,7 @@ Ctrl+Minus sign (-). To insert a non-breaking (protected) hyphen, click in the word that you want to hyphenate, and then press Shift+Command +Ctrl +Minus sign(-). -To hide custom hyphens, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and then clear the Custom hyphens check box. +To hide custom hyphens, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and then clear the Custom hyphens check box. Word Word diff --git a/helpcontent2/source/text/swriter/02/18030700.xhp b/helpcontent2/source/text/swriter/02/18030700.xhp index fd60b0e15d..f3c9ed9137 100644 --- a/helpcontent2/source/text/swriter/02/18030700.xhp +++ b/helpcontent2/source/text/swriter/02/18030700.xhp @@ -47,7 +47,7 @@ Author -Inserts the name of the person who created the document here as a field. The field applies the entry made under %PRODUCTNAME - PreferencesTools - Options - $[officename] - User data. +Inserts the name of the person who created the document here as a field. The field applies the entry made under %PRODUCTNAME - PreferencesTools - Options - $[officename] - User data.
diff --git a/helpcontent2/source/text/swriter/02/18130000.xhp b/helpcontent2/source/text/swriter/02/18130000.xhp index eaef344c3a..df753e68f8 100644 --- a/helpcontent2/source/text/swriter/02/18130000.xhp +++ b/helpcontent2/source/text/swriter/02/18130000.xhp @@ -44,7 +44,7 @@ Direct Cursor On/Off -Activates or deactivates the direct cursor. You can specify the behavior of the direct cursor by choosing %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids. +Activates or deactivates the direct cursor. You can specify the behavior of the direct cursor by choosing %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids.
-- cgit