From 7e42394ecbf921ee53160b495aa12c1cba158604 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Tue, 6 Dec 2022 14:05:20 +0200 Subject: tdf#152323 drop name attribute from elements Replacement done with find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \ 's#(]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g' (note some inconsistencies with space between name and = and also having empty value, and some more complicated expression to also clear up double space before/after the attribute) translation files will be prepped with: find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \ $'s#(]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/' (note that not all languages use the " as quote character for the attributes, but that also single quotes appera in the po file. Hence the use of the shell $'string' syntax to be able to quote ' as \' It also requires to quote the backslash, so that it needs to be escaped once for the shell, then another time for perl. Also don't work on obsolete strings (those are prefixed with #~ in the po files) Also note that gets turned into during translation extraction (along with removal of the space between the attribute name and the value), so the pattern needs to be slightly different here) Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- source/text/shared/guide/aaa_start.xhp | 16 ++++++------ source/text/shared/guide/accessibility.xhp | 12 ++++----- source/text/shared/guide/active_help_on_off.xhp | 2 +- source/text/shared/guide/activex.xhp | 2 +- source/text/shared/guide/assistive.xhp | 10 ++++---- source/text/shared/guide/auto_redact.xhp | 4 +-- source/text/shared/guide/autocorr_url.xhp | 4 +-- source/text/shared/guide/autohide.xhp | 2 +- source/text/shared/guide/background.xhp | 4 +-- source/text/shared/guide/border_paragraph.xhp | 2 +- source/text/shared/guide/border_table.xhp | 2 +- source/text/shared/guide/change_title.xhp | 4 +-- source/text/shared/guide/chart_axis.xhp | 4 +-- source/text/shared/guide/chart_barformat.xhp | 2 +- source/text/shared/guide/chart_insert.xhp | 4 +-- source/text/shared/guide/chart_legend.xhp | 4 +-- source/text/shared/guide/chart_title.xhp | 4 +-- source/text/shared/guide/classification.xhp | 2 +- source/text/shared/guide/collab.xhp | 2 +- source/text/shared/guide/configure_overview.xhp | 6 ++--- source/text/shared/guide/contextmenu.xhp | 2 +- source/text/shared/guide/convertfilters.xhp | 6 ++--- source/text/shared/guide/copy_drawfunctions.xhp | 2 +- source/text/shared/guide/copytable2application.xhp | 2 +- source/text/shared/guide/copytext2application.xhp | 2 +- source/text/shared/guide/csv_params.xhp | 2 +- source/text/shared/guide/ctl.xhp | 8 +++--- source/text/shared/guide/data_addressbook.xhp | 6 ++--- source/text/shared/guide/data_dbase2office.xhp | 8 +++--- source/text/shared/guide/data_enter_sql.xhp | 4 +-- source/text/shared/guide/data_report.xhp | 4 +-- source/text/shared/guide/data_search.xhp | 4 +-- source/text/shared/guide/data_search2.xhp | 8 +++--- source/text/shared/guide/data_tabledefine.xhp | 4 +-- source/text/shared/guide/database_main.xhp | 22 ++++++++-------- source/text/shared/guide/dev_tools.xhp | 4 +-- source/text/shared/guide/digital_signatures.xhp | 2 +- source/text/shared/guide/digitalsign_receive.xhp | 2 +- source/text/shared/guide/doc_autosave.xhp | 10 ++++---- source/text/shared/guide/doc_open.xhp | 4 +-- source/text/shared/guide/doc_save.xhp | 10 ++++---- source/text/shared/guide/dragdrop.xhp | 4 +-- source/text/shared/guide/dragdrop_beamer.xhp | 4 +-- source/text/shared/guide/dragdrop_fromgallery.xhp | 2 +- source/text/shared/guide/dragdrop_gallery.xhp | 2 +- source/text/shared/guide/dragdrop_graphic.xhp | 2 +- source/text/shared/guide/dragdrop_table.xhp | 2 +- source/text/shared/guide/edit_symbolbar.xhp | 2 +- source/text/shared/guide/email.xhp | 2 +- source/text/shared/guide/error_report.xhp | 2 +- source/text/shared/guide/export_ms.xhp | 4 +-- source/text/shared/guide/fax.xhp | 4 +-- source/text/shared/guide/flat_icons.xhp | 2 +- source/text/shared/guide/floating_toolbar.xhp | 2 +- source/text/shared/guide/formfields.xhp | 2 +- source/text/shared/guide/gallery_insert.xhp | 2 +- source/text/shared/guide/hyperlink_edit.xhp | 4 +-- source/text/shared/guide/hyperlink_insert.xhp | 4 +-- source/text/shared/guide/hyperlink_rel_abs.xhp | 4 +-- source/text/shared/guide/import_ms.xhp | 8 +++--- source/text/shared/guide/insert_bitmap.xhp | 4 +-- source/text/shared/guide/insert_graphic_drawit.xhp | 4 +-- source/text/shared/guide/insert_specialchar.xhp | 6 ++--- source/text/shared/guide/integratinguno.xhp | 4 +-- source/text/shared/guide/keyboard.xhp | 6 ++--- source/text/shared/guide/labels.xhp | 8 +++--- source/text/shared/guide/labels_database.xhp | 2 +- source/text/shared/guide/language_select.xhp | 8 +++--- source/text/shared/guide/line_intext.xhp | 8 +++--- source/text/shared/guide/lineend_define.xhp | 2 +- source/text/shared/guide/linestyle_define.xhp | 2 +- source/text/shared/guide/linestyles.xhp | 2 +- source/text/shared/guide/lotusdbasediff.xhp | 2 +- source/text/shared/guide/macro_recording.xhp | 4 +-- source/text/shared/guide/main.xhp | 6 ++--- source/text/shared/guide/manage_templates.xhp | 6 ++--- source/text/shared/guide/measurement_units.xhp | 6 ++--- source/text/shared/guide/microsoft_terms.xhp | 30 +++++++++++----------- source/text/shared/guide/ms_doctypes.xhp | 2 +- .../shared/guide/ms_import_export_limitations.xhp | 6 ++--- source/text/shared/guide/ms_user.xhp | 10 ++++---- source/text/shared/guide/navigator.xhp | 2 +- source/text/shared/guide/navigator_setcursor.xhp | 2 +- source/text/shared/guide/navpane_on.xhp | 2 +- source/text/shared/guide/numbering_stop.xhp | 4 +-- source/text/shared/guide/openpgp.xhp | 4 +-- source/text/shared/guide/pageformat_max.xhp | 4 +-- source/text/shared/guide/palette_files.xhp | 8 +++--- source/text/shared/guide/print_blackwhite.xhp | 6 ++--- source/text/shared/guide/protection.xhp | 6 ++--- source/text/shared/guide/qrcode.xhp | 2 +- source/text/shared/guide/redaction.xhp | 2 +- source/text/shared/guide/redlining.xhp | 2 +- source/text/shared/guide/redlining_accept.xhp | 4 +-- source/text/shared/guide/redlining_doccompare.xhp | 2 +- source/text/shared/guide/redlining_docmerge.xhp | 2 +- source/text/shared/guide/redlining_enter.xhp | 8 +++--- source/text/shared/guide/redlining_navigation.xhp | 2 +- source/text/shared/guide/redlining_protect.xhp | 4 +-- source/text/shared/guide/redlining_versions.xhp | 4 +-- source/text/shared/guide/round_corner.xhp | 2 +- source/text/shared/guide/scripting.xhp | 2 +- source/text/shared/guide/space_hyphen.xhp | 8 +++--- source/text/shared/guide/spadmin.xhp | 2 +- source/text/shared/guide/standard_template.xhp | 6 ++--- source/text/shared/guide/start_parameters.xhp | 10 ++++---- source/text/shared/guide/tabs.xhp | 16 ++++++------ source/text/shared/guide/template_manager.xhp | 2 +- source/text/shared/guide/text_color.xhp | 6 ++--- source/text/shared/guide/textmode_change.xhp | 4 +-- source/text/shared/guide/tipoftheday.xhp | 2 +- source/text/shared/guide/version_number.xhp | 2 +- .../text/shared/guide/viewing_file_properties.xhp | 2 +- source/text/shared/guide/workfolder.xhp | 4 +-- 114 files changed, 266 insertions(+), 266 deletions(-) (limited to 'source/text/shared/guide') diff --git a/source/text/shared/guide/aaa_start.xhp b/source/text/shared/guide/aaa_start.xhp index eda6b989dc..3b9ce48afe 100644 --- a/source/text/shared/guide/aaa_start.xhp +++ b/source/text/shared/guide/aaa_start.xhp @@ -29,7 +29,7 @@ templates; new documents from templates business cards; using templates -

First Steps

+

First Steps

How to simplify your work using samples and templates

%PRODUCTNAME includes many sample documents and ready-to-use templates. You can access these by choosing File - New - Templates, or press Shift+CommandCtrl+N. @@ -37,18 +37,18 @@ Click the Browse online templates button in the dialog to select and download more templates. You can also use the various wizards (under the File - Wizards menu) to create your own templates, which you can use as a basis for further documents.
-Working with %PRODUCTNAME -Working with Templates +Working with %PRODUCTNAME +Working with Templates -Working with Text Documents +Working with Text Documents -Working with Spreadsheets +Working with Spreadsheets -Working with Presentations +Working with Presentations -Working with Drawings +Working with Drawings -Working with Formulas +Working with Formulas
diff --git a/source/text/shared/guide/accessibility.xhp b/source/text/shared/guide/accessibility.xhp index 248de3bae6..0c1101b655 100644 --- a/source/text/shared/guide/accessibility.xhp +++ b/source/text/shared/guide/accessibility.xhp @@ -27,14 +27,14 @@ accessibility; %PRODUCTNAME features -

Accessibility in %PRODUCTNAME

+

Accessibility in %PRODUCTNAME

The following accessibility features are part of %PRODUCTNAME: - Support of external devices and applications + Support of external devices and applications - Access to all functions by keyboard. The keys that replace the mouse actions are listed in the %PRODUCTNAME Help + Access to all functions by keyboard. The keys that replace the mouse actions are listed in the %PRODUCTNAME Help Improved readability of screen contents @@ -47,9 +47,9 @@ Please note that accessibility support relies on Java technology for communications with assistive technology tools. This means that the first program startup may take a few seconds longer, because the Java runtime environment has to be started as well.
- %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - View - %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Application Colors - %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Accessibility + %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - View + %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Application Colors + %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Accessibility diff --git a/source/text/shared/guide/active_help_on_off.xhp b/source/text/shared/guide/active_help_on_off.xhp index b047530f30..c8df5d4db9 100644 --- a/source/text/shared/guide/active_help_on_off.xhp +++ b/source/text/shared/guide/active_help_on_off.xhp @@ -36,7 +36,7 @@ tooltips;extended tips activating;extended help tips -Turning Extended Tips On and Off +Turning Extended Tips On and Off Extended tips provide a brief description of the function of a particular icon, text box or menu command when you rest your cursor on that item. diff --git a/source/text/shared/guide/activex.xhp b/source/text/shared/guide/activex.xhp index 8505f56fa3..c15cd81871 100644 --- a/source/text/shared/guide/activex.xhp +++ b/source/text/shared/guide/activex.xhp @@ -36,7 +36,7 @@ viewing;%PRODUCTNAME documents in Internet Explorer editing;%PRODUCTNAME documents in Internet Explorer -ActiveX Control to Display Documents in Internet Explorer +ActiveX Control to Display Documents in Internet Explorer Under Windows only, you can view any $[officename] document in a window of the Microsoft Internet Explorer. Install the ActiveX control in the $[officename] Setup program. Installing the ActiveX control diff --git a/source/text/shared/guide/assistive.xhp b/source/text/shared/guide/assistive.xhp index 710b79fb76..074208656d 100644 --- a/source/text/shared/guide/assistive.xhp +++ b/source/text/shared/guide/assistive.xhp @@ -35,10 +35,10 @@ screen magnifiers magnifiers -Assistive Tools in $[officename] +Assistive Tools in $[officename] $[officename] supports some assistive technology tools like screen magnification software, screen readers, and on-screen keyboards. -A current list of supported assistive tools can be found on the Wiki at https://wiki.documentfoundation.org/Accessibility. +A current list of supported assistive tools can be found on the Wiki at https://wiki.documentfoundation.org/Accessibility. Supported Input Devices $[officename] provides the ability to use alternative input devices for access to all functions of $[officename]. @@ -54,9 +54,9 @@
-%PRODUCTNAME - PreferencesTools - Options - $[officename] - View -%PRODUCTNAME - PreferencesTools - Options - $[officename] - Application Colors -%PRODUCTNAME - PreferencesTools - Options - $[officename] - Accessibility +%PRODUCTNAME - PreferencesTools - Options - $[officename] - View +%PRODUCTNAME - PreferencesTools - Options - $[officename] - Application Colors +%PRODUCTNAME - PreferencesTools - Options - $[officename] - Accessibility
diff --git a/source/text/shared/guide/auto_redact.xhp b/source/text/shared/guide/auto_redact.xhp index 1b61e109a3..7877b390b1 100644 --- a/source/text/shared/guide/auto_redact.xhp +++ b/source/text/shared/guide/auto_redact.xhp @@ -25,7 +25,7 @@
-

Auto-Redact

+

Auto-Redact

Use automatic redaction to define words and patterns that are automatically marked for redaction.
Automatic redaction makes it easier to redact %PRODUCTNAME documents that have multiple portions of text that need to be hidden due to sensitivity or privacy issues. @@ -51,7 +51,7 @@ Add all targets that you want to apply to your document and click OK. This opens the document as a drawing in %PRODUCTNAME Draw with all targets automatically redacted with the Rectangle Redaction tool. Continue redacting other portions of the generated document and then print or export it to PDF. - Refer to the help page List of Regular Expressions to learn more about how to use regular expressions in %PRODUCTNAME. + Refer to the help page List of Regular Expressions to learn more about how to use regular expressions in %PRODUCTNAME.

Exporting and Importing Targets

Click the Save Targets button to save all defined targets in the document as a JSON (JavaScript Object Notation) file. Click the Load Targets button to import and apply the targets defined in a JSON file to another %PRODUCTNAME document. diff --git a/source/text/shared/guide/autocorr_url.xhp b/source/text/shared/guide/autocorr_url.xhp index 630010dfc8..ecebf3dbc8 100644 --- a/source/text/shared/guide/autocorr_url.xhp +++ b/source/text/shared/guide/autocorr_url.xhp @@ -32,9 +32,9 @@ links;turning off automatic recognition predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -

Turning off Automatic URL Recognition +

Turning off Automatic URL Recognition

- When you enter text, $[officename] automatically recognizes a word that may be a URL and replaces the word with a hyperlink. $[officename] formats the hyperlink with direct font attributes (color and underline) the properties of which are obtained from certain Character Styles. + When you enter text, $[officename] automatically recognizes a word that may be a URL and replaces the word with a hyperlink. $[officename] formats the hyperlink with direct font attributes (color and underline) the properties of which are obtained from certain Character Styles. The following texts are changed to hyperlinks: diff --git a/source/text/shared/guide/autohide.xhp b/source/text/shared/guide/autohide.xhp index 20c0e12642..667c314e94 100644 --- a/source/text/shared/guide/autohide.xhp +++ b/source/text/shared/guide/autohide.xhp @@ -40,7 +40,7 @@ hiding;docked windows -Showing, Docking and Hiding Windows +Showing, Docking and Hiding Windows Some windows in $[officename] are dockable, such as the Navigator window. You can move these windows, re-size them or dock them to an edge. Docking and Undocking Windows diff --git a/source/text/shared/guide/background.xhp b/source/text/shared/guide/background.xhp index 730a8c763f..151150c0f0 100644 --- a/source/text/shared/guide/background.xhp +++ b/source/text/shared/guide/background.xhp @@ -32,7 +32,7 @@ text, see also text documents, paragraphs and characters MW deleted 6 entries and changed "pages;" -

Defining Graphics or Colors in the Background of Pages (Watermark) +

Defining Graphics or Colors in the Background of Pages (Watermark)

@@ -49,7 +49,7 @@ - Area tab page + Area tab page Backgrounds in Text Backgrounds in Spreadsheets

diff --git a/source/text/shared/guide/border_paragraph.xhp b/source/text/shared/guide/border_paragraph.xhp index 3e349d64a3..609b9a35af 100644 --- a/source/text/shared/guide/border_paragraph.xhp +++ b/source/text/shared/guide/border_paragraph.xhp @@ -40,7 +40,7 @@ defining;paragraph borders mw changed "adding;" to "inserting;" - Defining Borders for Paragraphs + Defining Borders for Paragraphs Setting a Predefined Border Style diff --git a/source/text/shared/guide/border_table.xhp b/source/text/shared/guide/border_table.xhp index 178ea94571..aab10f137b 100644 --- a/source/text/shared/guide/border_table.xhp +++ b/source/text/shared/guide/border_table.xhp @@ -33,7 +33,7 @@ defining;table borders mw deleted "adding;" -

Defining Borders for Tables and Table Cells +

Defining Borders for Tables and Table Cells

Setting a Predefined Border Style

diff --git a/source/text/shared/guide/change_title.xhp b/source/text/shared/guide/change_title.xhp index d5bfcf881f..70cf26c514 100644 --- a/source/text/shared/guide/change_title.xhp +++ b/source/text/shared/guide/change_title.xhp @@ -35,7 +35,7 @@ changing;document titles documents; changing titles -Changing the Title of a Document +Changing the Title of a Document You can specify a title for your document. Some file manager utilities can display the titles next to the filenames of your documents. How to change the title of the current document @@ -52,7 +52,7 @@
-Document Properties +Document Properties
diff --git a/source/text/shared/guide/chart_axis.xhp b/source/text/shared/guide/chart_axis.xhp index b6b6c48ebb..aa82902c33 100644 --- a/source/text/shared/guide/chart_axis.xhp +++ b/source/text/shared/guide/chart_axis.xhp @@ -35,7 +35,7 @@ editing; chart axes formatting; axes in charts -Editing Chart Axes +Editing Chart Axes To edit the axes of a chart that you have inserted: @@ -54,7 +54,7 @@
-Format - Object properties +Format - Object properties
diff --git a/source/text/shared/guide/chart_barformat.xhp b/source/text/shared/guide/chart_barformat.xhp index 5b421d4412..a50202580f 100644 --- a/source/text/shared/guide/chart_barformat.xhp +++ b/source/text/shared/guide/chart_barformat.xhp @@ -37,7 +37,7 @@ inserting;textures on chart bars MW changed "adding;" to "inserting;" - Adding Texture to Chart Bars + Adding Texture to Chart Bars You can add texture to the bars in a graph or chart (instead of the default colors) via graphics: diff --git a/source/text/shared/guide/chart_insert.xhp b/source/text/shared/guide/chart_insert.xhp index 3b2e07f106..d318b8e41d 100644 --- a/source/text/shared/guide/chart_insert.xhp +++ b/source/text/shared/guide/chart_insert.xhp @@ -37,7 +37,7 @@ charts; editing data editing; chart data moved many index entries to new schart/01 files -Inserting Charts +Inserting Charts Different methods exist to start a chart: @@ -88,7 +88,7 @@ In Writer, Draw or Impress, choose Insert - Chart to insert a chart based on default data. -You can change the default data values by double-clicking on the chart and then choosing View - Chart Data Table. +You can change the default data values by double-clicking on the chart and then choosing View - Chart Data Table.
diff --git a/source/text/shared/guide/chart_legend.xhp b/source/text/shared/guide/chart_legend.xhp index c6c95d76eb..64b4c2afa0 100644 --- a/source/text/shared/guide/chart_legend.xhp +++ b/source/text/shared/guide/chart_legend.xhp @@ -35,7 +35,7 @@ editing; chart legends formatting; chart legends -Editing Chart Legends +Editing Chart Legends To edit a chart legend: @@ -52,7 +52,7 @@ To select the legend, first double-click on the chart (see step 1), then click on the legend. You can now move the legend within the chart using the mouse.ufi: removed an obsolete note
-Format - Object Properties +Format - Object Properties
diff --git a/source/text/shared/guide/chart_title.xhp b/source/text/shared/guide/chart_title.xhp index e3bf5d5887..40e9675d60 100644 --- a/source/text/shared/guide/chart_title.xhp +++ b/source/text/shared/guide/chart_title.xhp @@ -34,7 +34,7 @@ editing; chart titles titles; editing in charts -Editing Chart Titles +Editing Chart Titles To edit a chart title that you have inserted into a $[officename] document: @@ -60,7 +60,7 @@
-Format - Object properties +Format - Object properties
diff --git a/source/text/shared/guide/classification.xhp b/source/text/shared/guide/classification.xhp index e90ec88750..b406b00368 100644 --- a/source/text/shared/guide/classification.xhp +++ b/source/text/shared/guide/classification.xhp @@ -18,7 +18,7 @@ -

Document Classification

+

Document Classification

classification;BAILS levels classification;BAF category diff --git a/source/text/shared/guide/collab.xhp b/source/text/shared/guide/collab.xhp index 3d9515b35c..abc7397d83 100644 --- a/source/text/shared/guide/collab.xhp +++ b/source/text/shared/guide/collab.xhp @@ -121,7 +121,7 @@ Write access also enables other users to (accidentally or deliberately) delete or change a file.
-Save As +Save As
diff --git a/source/text/shared/guide/configure_overview.xhp b/source/text/shared/guide/configure_overview.xhp index 7293d80948..1523608c32 100644 --- a/source/text/shared/guide/configure_overview.xhp +++ b/source/text/shared/guide/configure_overview.xhp @@ -32,7 +32,7 @@ configuring; $[officename] customizing; $[officename] -Configuring $[officename] +Configuring $[officename]
You can customize your $[officename] to suit your needs. @@ -47,10 +47,10 @@ You can change the shortcut keys. -To change these, choose Tools - Customize to open the Customize dialog. +To change these, choose Tools - Customize to open the Customize dialog.
-Tools - Customize +Tools - Customize
diff --git a/source/text/shared/guide/contextmenu.xhp b/source/text/shared/guide/contextmenu.xhp index e072fee629..bc03768505 100644 --- a/source/text/shared/guide/contextmenu.xhp +++ b/source/text/shared/guide/contextmenu.xhp @@ -37,7 +37,7 @@ opening; context menus activating;context menus
-Using Context Menus +Using Context Menus
diff --git a/source/text/shared/guide/convertfilters.xhp b/source/text/shared/guide/convertfilters.xhp index a599646e1b..85f4519575 100644 --- a/source/text/shared/guide/convertfilters.xhp +++ b/source/text/shared/guide/convertfilters.xhp @@ -24,16 +24,16 @@ module file filters

- File Conversion Filter Names + File Conversion Filter Names

- Tables with filter names for command line document conversion. + Tables with filter names for command line document conversion.

Usage

-Filter names are used when importing and exporting files in alien formats and converting files formats through the command line. +Filter names are used when importing and exporting files in alien formats and converting files formats through the command line. soffice --convert-to OutputFileExtension[:OutputFilterName[:OutputFilterParams[,param]]] [--outdir output_dir] soffice --infilter="InputFilterName[:InputFilterParams[,param]]" diff --git a/source/text/shared/guide/copy_drawfunctions.xhp b/source/text/shared/guide/copy_drawfunctions.xhp index cac529d163..08fe87806a 100644 --- a/source/text/shared/guide/copy_drawfunctions.xhp +++ b/source/text/shared/guide/copy_drawfunctions.xhp @@ -35,7 +35,7 @@ copying; draw objects between documents pasting;draw objects from other documents mw added "pasting;" -Copying Drawing Objects Into Other Documents +Copying Drawing Objects Into Other Documents In $[officename] it is possible to copy drawing objects between text, spreadsheets and presentation documents. diff --git a/source/text/shared/guide/copytable2application.xhp b/source/text/shared/guide/copytable2application.xhp index 8a036be8d8..aedd63e863 100644 --- a/source/text/shared/guide/copytable2application.xhp +++ b/source/text/shared/guide/copytable2application.xhp @@ -37,7 +37,7 @@ text documents;inserting spreadsheet cells tables in spreadsheets;copying data to other applications mw deleted "tables;" and added "charts;" and "tables in spreadsheets;" -Inserting Data From Spreadsheets +Inserting Data From Spreadsheets diff --git a/source/text/shared/guide/copytext2application.xhp b/source/text/shared/guide/copytext2application.xhp index 2cd158c087..e48abba93d 100644 --- a/source/text/shared/guide/copytext2application.xhp +++ b/source/text/shared/guide/copytext2application.xhp @@ -39,7 +39,7 @@ copying;data from text documents pasting;data from text documents mw added "pasting; and changed "drag and drop;"" -Inserting Data From Text Documents +Inserting Data From Text Documents You can insert text into other document types, such as spreadsheets and presentations. Note that there is a difference between whether the text is inserted into a frame, a spreadsheet cell, or into the outline view of a presentation. diff --git a/source/text/shared/guide/csv_params.xhp b/source/text/shared/guide/csv_params.xhp index 5881c41fbd..c9f2c9cf92 100644 --- a/source/text/shared/guide/csv_params.xhp +++ b/source/text/shared/guide/csv_params.xhp @@ -24,7 +24,7 @@ CSV;command line filter options
-

CSV Filter Options

+

CSV Filter Options

The CSV filter accepts an option string containing five to thirteen tokens, separated by commas. Tokens 6 to 13 are optional.
diff --git a/source/text/shared/guide/ctl.xhp b/source/text/shared/guide/ctl.xhp index edf50297f6..c4aace0702 100644 --- a/source/text/shared/guide/ctl.xhp +++ b/source/text/shared/guide/ctl.xhp @@ -38,9 +38,9 @@ Arabic;entering text Thai;entering text mw made "text layout;" a one level entry -Languages Using Complex Text Layout +Languages Using Complex Text Layout -Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as CTL languages. +Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as CTL languages. If you select the text flow from right to left, embedded Western text still runs from left to right. The cursor responds to the arrow keys in that Right Arrow moves it "to the text end" and Left Arrow "to the text start". You can change the text writing direction directly by pressing one of the following key combinations: @@ -69,7 +69,7 @@ -%PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages -%PRODUCTNAME - PreferencesTools - Options - Language Settings - Complex Text Layout +%PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages +%PRODUCTNAME - PreferencesTools - Options - Language Settings - Complex Text Layout diff --git a/source/text/shared/guide/data_addressbook.xhp b/source/text/shared/guide/data_addressbook.xhp index f6d4b0381a..40df278af3 100644 --- a/source/text/shared/guide/data_addressbook.xhp +++ b/source/text/shared/guide/data_addressbook.xhp @@ -36,7 +36,7 @@ registering; address books -Registering an Address Book +Registering an Address Book
In %PRODUCTNAME you can register different data sources. The contents of the data fields are then available to you for use in various fields and controls. Your system address book is such a data source. @@ -46,11 +46,11 @@ In order for the replacement to take place, you must tell %PRODUCTNAME which address book you use. The wizard asking for this information appears automatically the first time you activate, for example, a business letter template. You can also call the wizard by following the steps listed below. The address book data is read-only in %PRODUCTNAME Base. It is not possible to add, edit, or delete address data from within Base. Address Data Source Wizard -To call the Address Data Source wizard, choose File - Wizards - Address Data Source. +To call the Address Data Source wizard, choose File - Wizards - Address Data Source. Registering An Existing Address Book Manually -Choose Tools - Address Book Source. The Templates: Address Book Assignment dialog appears. +Choose Tools - Address Book Source. The Templates: Address Book Assignment dialog appears. In the Data source combo box, select the system address book or the data source you want to use as an address book. diff --git a/source/text/shared/guide/data_dbase2office.xhp b/source/text/shared/guide/data_dbase2office.xhp index a352b229f8..559b867bd1 100644 --- a/source/text/shared/guide/data_dbase2office.xhp +++ b/source/text/shared/guide/data_dbase2office.xhp @@ -34,7 +34,7 @@ importing; tables in text format exporting; spreadsheets to text format -Importing and Exporting Data in Text Format +Importing and Exporting Data in Text Format If you want to exchange data with a database that does not have an ODBC link and does not allow dBASE import and export, you can use a common text format. Importing Data into $[officename] @@ -44,13 +44,13 @@ Export the desired data from the source database in a text format. The CSV text format is recommended. This format separates data fields by using delimiters such as commas or semi-colons, and separates records by inserting line breaks. -Choose File - Open and click the file to import. +Choose File - Open and click the file to import. Select "Text CSV" from the File type combo box. Click Open. -The Text Import dialog appears. Decide which data to include from the text document. +The Text Import dialog appears. Decide which data to include from the text document. Once the data is in a $[officename] Calc spreadsheet, you can edit it as needed. Save the data as a $[officename] data source: @@ -69,7 +69,7 @@ In File type select the filter "Text CSV". Enter a file name and click Save. -This opens the Export of text files dialog, in which you can select the character set, field delimiter and text delimiter. Click OK. A warning informs you that only the active sheet was saved. +This opens the Export of text files dialog, in which you can select the character set, field delimiter and text delimiter. Click OK. A warning informs you that only the active sheet was saved. diff --git a/source/text/shared/guide/data_enter_sql.xhp b/source/text/shared/guide/data_enter_sql.xhp index c7268b251c..c74b4eae24 100644 --- a/source/text/shared/guide/data_enter_sql.xhp +++ b/source/text/shared/guide/data_enter_sql.xhp @@ -32,7 +32,7 @@ commands;SQL executing SQL commands mw changed "SQL;executing commands"mw made "executing;" a one level entry -Executing SQL Commands +Executing SQL Commands With the help of SQL commands you can control the database directly, and can also create and edit tables and queries. Not all database types support all SQL instructions. If necessary, find out which SQL commands are supported by your database system. @@ -67,7 +67,7 @@
- Query Design + Query Design
diff --git a/source/text/shared/guide/data_report.xhp b/source/text/shared/guide/data_report.xhp index 91389473c0..a55cf7e9b8 100644 --- a/source/text/shared/guide/data_report.xhp +++ b/source/text/shared/guide/data_report.xhp @@ -38,7 +38,7 @@ reports;templates -Using and Editing Database Reports +Using and Editing Database Reports Using a Report %PRODUCTNAME stores the information about the created reports in the database file. @@ -66,7 +66,7 @@ Editing a Report Created by the Report Wizard -On the last dialog page of the Report Wizard, you can choose to edit the report template before you use the report. +On the last dialog page of the Report Wizard, you can choose to edit the report template before you use the report. You can edit the page styles for the first page and the following pages of the report as well as the paragraph styles, the number formats, the printed field labels, and more. diff --git a/source/text/shared/guide/data_search.xhp b/source/text/shared/guide/data_search.xhp index 9356b22a20..16e431ce7c 100644 --- a/source/text/shared/guide/data_search.xhp +++ b/source/text/shared/guide/data_search.xhp @@ -34,7 +34,7 @@ forms;finding records searching;tables and forms -Searching Tables and Form Documents +Searching Tables and Form Documents @@ -49,7 +49,7 @@
-You can search in one or in all data fields. You can select whether the text must be at the beginning, end or any location of the data field. You also can use the ? and * wildcards, as in the Find & Replace dialog. You can find additional information about the database search function in the $[officename] Help. +You can search in one or in all data fields. You can select whether the text must be at the beginning, end or any location of the data field. You also can use the ? and * wildcards, as in the Find & Replace dialog. You can find additional information about the database search function in the $[officename] Help. diff --git a/source/text/shared/guide/data_search2.xhp b/source/text/shared/guide/data_search2.xhp index bcfbe5d5c7..928fbe6ac5 100644 --- a/source/text/shared/guide/data_search2.xhp +++ b/source/text/shared/guide/data_search2.xhp @@ -37,7 +37,7 @@ data;filtering in forms forms; filtering data data, see also values -MW inserted a cross-referenceSearching With a Form Filter +MW inserted a cross-referenceSearching With a Form Filter @@ -58,15 +58,15 @@ Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND). -More information about wildcards and operators can be found in Query Design. +More information about wildcards and operators can be found in Query Design. If you click the Apply Form-Based Filter icon on the Form Filter toolbar, the filter will be applied. You see the Form Navigation toolbar and can browse through the found records. If you click on the Close button on the Form Filter toolbar, the form is displayed without a filter. -Click the Apply Filter icon +Click the Apply Filter icon Icon on the Form Navigation toolbar to change to the filtered view. -The filter that has been set can be removed by clicking Reset Filter/Sort icon +The filter that has been set can be removed by clicking Reset Filter/Sort icon Icon . diff --git a/source/text/shared/guide/data_tabledefine.xhp b/source/text/shared/guide/data_tabledefine.xhp index b1f0f1656d..f7d39b5cd8 100644 --- a/source/text/shared/guide/data_tabledefine.xhp +++ b/source/text/shared/guide/data_tabledefine.xhp @@ -35,9 +35,9 @@ primary keys;design view MW deleted "database tables;" and changed "tables in databases;"UFI added AutoValue and Primary Key entry - i48831MW changed Tables in databases, AutoValue and Primary Key entries - Table Design + Table Design - This section contains information about how to create a new database table in the design view. + This section contains information about how to create a new database table in the design view. Open the database file of the database where you want a new table. Click the Tables icon. Choose Create Table in Design View to create a new table. In the Design view, you can now create the fields for your table. diff --git a/source/text/shared/guide/database_main.xhp b/source/text/shared/guide/database_main.xhp index ec874dc4e4..7f22016ed3 100644 --- a/source/text/shared/guide/database_main.xhp +++ b/source/text/shared/guide/database_main.xhp @@ -33,28 +33,28 @@ explorer of data sources -

Database Overview +

Database Overview remove this file when all links are resolved

Working with databases in %PRODUCTNAME

Data Source View

Choose View - Data Sources or press CommandCtrl + Shift + F4 keys to call the data source view from a text document or spreadsheet. -On the left you can see the Data source explorer. If you select a table or query there, you see the contents of this table or query on the right. At the top margin is the Table Data bar. +On the left you can see the Data source explorer. If you select a table or query there, you see the contents of this table or query on the right. At the top margin is the Table Data bar.

Data Sources

-Address book as data source -View data source contents +Address book as data source +View data source contents Menu bar of a database file

Forms and Reports

-Create new form document, edit form controls, Form Wizard -Entering data versus editing form -Report Wizard +Create new form document, edit form controls, Form Wizard +Entering data versus editing form +Report Wizard

Queries

-Create new query or table view, edit query structure +Create new query or table view, edit query structure Query Wizard -Enter, edit and copy records +Enter, edit and copy records

Tables

-Create new table, edit table structure, index, relations +Create new table, edit table structure, index, relations Table Wizard -Enter, edit and copy records +Enter, edit and copy records diff --git a/source/text/shared/guide/dev_tools.xhp b/source/text/shared/guide/dev_tools.xhp index 5463a73128..73c0fd8ed0 100644 --- a/source/text/shared/guide/dev_tools.xhp +++ b/source/text/shared/guide/dev_tools.xhp @@ -32,7 +32,7 @@
-

Development Tools

+

Development Tools

Inspects objects in %PRODUCTNAME documents and shows supported UNO services, as well as available methods, properties and implemented interfaces.
This feature also allows to explore the document structure using the Document Object Model (DOM). @@ -119,7 +119,7 @@

Object Inspection Panel

The right side of the window is the Object Inspection Panel that displays information about the object being inspected. Class Name: is the name of the object class. - Use the class name to search more information in the API documentation. For example, the top-level object in a Writer document is an instance of the class SwXTextDocument, which is documented at SwXTextDocument Class Reference. + Use the class name to search more information in the API documentation. For example, the top-level object in a Writer document is an instance of the class SwXTextDocument, which is documented at SwXTextDocument Class Reference. You can inspect the object further by using the four tabs available that display its Interfaces, Services, Properties and Methods. The information about the object is organized in columns in each tab. The set of columns displayed depend on the selected tab.

Interfaces tab

diff --git a/source/text/shared/guide/digital_signatures.xhp b/source/text/shared/guide/digital_signatures.xhp index c57804bb98..6bd0633073 100644 --- a/source/text/shared/guide/digital_signatures.xhp +++ b/source/text/shared/guide/digital_signatures.xhp @@ -101,7 +101,7 @@ The messages about validation of a signature that you see in %PRODUCTNAME are the messages that the validation files return. The %PRODUCTNAME software has no way to ensure that the messages reflect the true status of any certificate. The %PRODUCTNAME software only displays the messages that other files that are not under control of %PRODUCTNAME report. There is no legal responsibility of %PRODUCTNAME that the displayed messages reflect the true status of a digital signature.
- English Wiki page on digital signatures + English Wiki page on digital signatures Opening a document using WebDAV over HTTPS
diff --git a/source/text/shared/guide/digitalsign_receive.xhp b/source/text/shared/guide/digitalsign_receive.xhp index ae690d7d7b..4eec633261 100644 --- a/source/text/shared/guide/digitalsign_receive.xhp +++ b/source/text/shared/guide/digitalsign_receive.xhp @@ -85,7 +85,7 @@ If you enable Remember password till end of session, your password will be remembered for subsequent WebDAV connections until you exit %PRODUCTNAME.
- English Wiki page on digital signatures + English Wiki page on digital signatures About digital signatures
diff --git a/source/text/shared/guide/doc_autosave.xhp b/source/text/shared/guide/doc_autosave.xhp index 2b00429e5f..befc2b3adc 100644 --- a/source/text/shared/guide/doc_autosave.xhp +++ b/source/text/shared/guide/doc_autosave.xhp @@ -44,12 +44,12 @@ presentations; saving automatically
-Saving Documents Automatically +Saving Documents Automatically To create a backup file every time you save a document -Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. +Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. Mark Always create backup copy. @@ -67,7 +67,7 @@ To save recovery information automatically every n minutes -Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. +Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. Mark Save AutoRecovery information every and select the time interval. @@ -78,8 +78,8 @@
-Save As -%PRODUCTNAME - PreferencesTools - Options - Load/Save - General +Save As +%PRODUCTNAME - PreferencesTools - Options - Load/Save - General Error Report Tool
diff --git a/source/text/shared/guide/doc_open.xhp b/source/text/shared/guide/doc_open.xhp index 7161b37ef7..8952d16a18 100644 --- a/source/text/shared/guide/doc_open.xhp +++ b/source/text/shared/guide/doc_open.xhp @@ -43,7 +43,7 @@
mw changed "tables;..." to "spreadsheets;..."mw made one entry out of two for "spreadsheets;", "presentations;" and "text (documents);" - Opening Documents + Opening Documents Opening an existing document @@ -76,7 +76,7 @@
- File - Open + File - Open
diff --git a/source/text/shared/guide/doc_save.xhp b/source/text/shared/guide/doc_save.xhp index 30c0a6cdda..17657e9893 100644 --- a/source/text/shared/guide/doc_save.xhp +++ b/source/text/shared/guide/doc_save.xhp @@ -38,7 +38,7 @@ drawings; saving presentations; saving FTP; saving documents -mw changed "tables;..." to "spreadsheets;..."mw changed "text;" to "text documents;"Saving Documents +mw changed "tables;..." to "spreadsheets;..."mw changed "text;" to "text documents;"Saving Documents @@ -56,8 +56,8 @@ -When you save a new file for the first time, the Save As dialog opens, in which you can enter a name, folder and drive or volume for the file. To open this dialog, choose File - Save As. -You can set the automatic creation of a backup copy under %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. +When you save a new file for the first time, the Save As dialog opens, in which you can enter a name, folder and drive or volume for the file. To open this dialog, choose File - Save As. +You can set the automatic creation of a backup copy under %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. Automatic extension to the file name When saving a file, %PRODUCTNAME always appends an extension to the file name, except when the file name already has an extension that matches the file type. See the list of ODF extensions. Some examples for the automatic extensions are listed in the following table: @@ -122,9 +122,9 @@ -Save As +Save As -%PRODUCTNAME - PreferencesTools - Options - Load/Save - General +%PRODUCTNAME - PreferencesTools - Options - Load/Save - General

diff --git a/source/text/shared/guide/dragdrop.xhp b/source/text/shared/guide/dragdrop.xhp index edc25b9687..7075ee9543 100644 --- a/source/text/shared/guide/dragdrop.xhp +++ b/source/text/shared/guide/dragdrop.xhp @@ -36,7 +36,7 @@ copying;by drag and drop -Dragging and Dropping Within a $[officename] Document +Dragging and Dropping Within a $[officename] Document There are many options for moving or copying objects using drag-and-drop. Text sections, drawing objects, graphics, form controls, hyperlinks, cell ranges, and many more can be moved or copied with the mouse. Note that the mouse pointer displays a plus sign when copying and an arrow when creating a link or hyperlink. @@ -90,7 +90,7 @@ -If you drag objects out of the Navigator, you can specify in the submenu of the Navigator's Drag Mode icon whether to copy the object, insert it as a link or insert it as a hyperlink. +If you drag objects out of the Navigator, you can specify in the submenu of the Navigator's Drag Mode icon whether to copy the object, insert it as a link or insert it as a hyperlink. diff --git a/source/text/shared/guide/dragdrop_beamer.xhp b/source/text/shared/guide/dragdrop_beamer.xhp index e2ef53609b..5dd037495c 100644 --- a/source/text/shared/guide/dragdrop_beamer.xhp +++ b/source/text/shared/guide/dragdrop_beamer.xhp @@ -36,7 +36,7 @@ copying;from data source view pasting;from data source view mw added "pasting;" -Drag-and-Drop With the Data Source View +Drag-and-Drop With the Data Source View A fast way of copying from a data source into a text or spreadsheet document, or of creating forms based on a data source, is by drag-and-drop. @@ -58,7 +58,7 @@ Plain text can be copied using drag-and-drop from one document to a data field in the data source view.Using data in a text documentYou can insert a database field in a text document by dragging a field name from the column header of the data source view into the document. This is especially useful when designing form letters. Simply drag the desired fields - home address, form of address, and so on - into your document. -To insert a complete record, select the corresponding header and drag it into the document. When you release the mouse button, the Insert database columns dialog appears, in which you can decide whether to use all database fields, and whether to copy the data into the document as text, a table or fields. All currently selected records will be inserted. +To insert a complete record, select the corresponding header and drag it into the document. When you release the mouse button, the Insert database columns dialog appears, in which you can decide whether to use all database fields, and whether to copy the data into the document as text, a table or fields. All currently selected records will be inserted.Applying data to a table documentYou can insert one or more records into the current sheet of a spreadsheet by selecting the rows in the data source view and dragging and dropping them into the spreadsheet. The data is inserted at the place where you release the mouse button.Inserting controls in a text form diff --git a/source/text/shared/guide/dragdrop_fromgallery.xhp b/source/text/shared/guide/dragdrop_fromgallery.xhp index 60b2828d78..9eb4d5c7fc 100644 --- a/source/text/shared/guide/dragdrop_fromgallery.xhp +++ b/source/text/shared/guide/dragdrop_fromgallery.xhp @@ -36,7 +36,7 @@ draw objects;dropping Gallery picturesdrag and drop;from Gallery to draw objectsmw deleted "Gallery;copying..." and copied "copying;..." to Shared guide gallery_insert.xhp. -Copying Graphics From the Gallery +Copying Graphics From the Gallery If you drag a graphic from the Gallery into a text, spreadsheet or presentation document, the graphic will be inserted there. diff --git a/source/text/shared/guide/dragdrop_gallery.xhp b/source/text/shared/guide/dragdrop_gallery.xhp index e0eba5bee9..6ddd0fcb9b 100644 --- a/source/text/shared/guide/dragdrop_gallery.xhp +++ b/source/text/shared/guide/dragdrop_gallery.xhp @@ -40,7 +40,7 @@ pasting;to Gallery mw changed "adding;" to "inserting;" - Adding Graphics to the Gallery + Adding Graphics to the Gallery You can place a graphic from a document such as an HTML page in the Gallery by drag-and-drop. diff --git a/source/text/shared/guide/dragdrop_graphic.xhp b/source/text/shared/guide/dragdrop_graphic.xhp index ca3136cae9..f5a344e3a8 100644 --- a/source/text/shared/guide/dragdrop_graphic.xhp +++ b/source/text/shared/guide/dragdrop_graphic.xhp @@ -36,7 +36,7 @@ copying;pictures, between documents pasting;pictures from other documents mw added "pasting;" -Copying Graphics Between Documents +Copying Graphics Between Documents You can copy a graphic from one document to another by drag-and-drop. If you plan to publish your document, please observe copyright laws and obtain the consent of the authors. diff --git a/source/text/shared/guide/dragdrop_table.xhp b/source/text/shared/guide/dragdrop_table.xhp index 8b6375d6d3..5d03aae9e0 100644 --- a/source/text/shared/guide/dragdrop_table.xhp +++ b/source/text/shared/guide/dragdrop_table.xhp @@ -34,7 +34,7 @@ copying; sheet areas, to text documents pasting;sheet areas in text documents mw added "pasting;" -

Copying Spreadsheet Areas to Text Documents

+

Copying Spreadsheet Areas to Text Documents

Open both the text document and the spreadsheet. diff --git a/source/text/shared/guide/edit_symbolbar.xhp b/source/text/shared/guide/edit_symbolbar.xhp index 71c649e011..31e8be39c1 100644 --- a/source/text/shared/guide/edit_symbolbar.xhp +++ b/source/text/shared/guide/edit_symbolbar.xhp @@ -34,7 +34,7 @@ -

Adding Buttons to Toolbars

+

Adding Buttons to Toolbars

To make a button visible on a toolbar

Open the context menu of the toolbar (right click) and choose Visible Buttons and then select the button you want to display. diff --git a/source/text/shared/guide/email.xhp b/source/text/shared/guide/email.xhp index 3c7907f491..53d6687d79 100644 --- a/source/text/shared/guide/email.xhp +++ b/source/text/shared/guide/email.xhp @@ -40,7 +40,7 @@ presentations; sending as email attachments in emails -Sending Documents as Email +Sending Documents as Email Working in $[officename], you can send the current document as an email attachment. diff --git a/source/text/shared/guide/error_report.xhp b/source/text/shared/guide/error_report.xhp index 6574a0d13f..3956cdc221 100644 --- a/source/text/shared/guide/error_report.xhp +++ b/source/text/shared/guide/error_report.xhp @@ -34,7 +34,7 @@ activating;Crash Report Tool -

Crash Report Tool

+

Crash Report Tool

The Crash Report Tool starts automatically after a program crash occurs. The Crash Report Tool gathers necessary information that can help the program developers to improve the code, so that in later versions this error can possibly be avoided. Please help us to improve the software and send the generated crash report. diff --git a/source/text/shared/guide/export_ms.xhp b/source/text/shared/guide/export_ms.xhp index 1474a57510..0936b10f04 100644 --- a/source/text/shared/guide/export_ms.xhp +++ b/source/text/shared/guide/export_ms.xhp @@ -42,7 +42,7 @@ Excel; saving as PowerPoint export mw made "PowerPoint;..." a one level entry -Saving Documents in Other Formats +Saving Documents in Other Formats @@ -59,7 +59,7 @@
-Save As +Save As diff --git a/source/text/shared/guide/fax.xhp b/source/text/shared/guide/fax.xhp index 768bdeeffb..fdaaadff56 100644 --- a/source/text/shared/guide/fax.xhp +++ b/source/text/shared/guide/fax.xhp @@ -35,7 +35,7 @@ sending; documents as faxes configuring;fax icon
-Sending Faxes and Configuring $[officename] for Faxing +Sending Faxes and Configuring $[officename] for Faxing 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. Sending a Fax Through the Print Dialog @@ -51,7 +51,7 @@ You can configure $[officename] so that a single click on an icon automatically sends the current document as a fax: -Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Print. +Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Print. Select the fax driver from the Fax list box and click OK. diff --git a/source/text/shared/guide/flat_icons.xhp b/source/text/shared/guide/flat_icons.xhp index ef4eaeca40..d3de992269 100644 --- a/source/text/shared/guide/flat_icons.xhp +++ b/source/text/shared/guide/flat_icons.xhp @@ -39,7 +39,7 @@ large icons small icons
-Changing Icon Size +Changing Icon Size You can change the icon view between small and large icons. diff --git a/source/text/shared/guide/floating_toolbar.xhp b/source/text/shared/guide/floating_toolbar.xhp index 3a4dfb82fd..2400b9dcf2 100644 --- a/source/text/shared/guide/floating_toolbar.xhp +++ b/source/text/shared/guide/floating_toolbar.xhp @@ -49,7 +49,7 @@ button bars, see toolbars -

Using Toolbars

+

Using Toolbars

Toolbars in %PRODUCTNAME can be either docked as part of the main window, or floating as a separate window. By default, the visible toolbars and the ones you open with View – Toolbars are docked, and their positions are locked. Some toolbar icons, for example the Font Color icon, can open another toolbar. Click the arrow next to the icon to open a toolbar containing further icons. You now have a choice: either click the icon that you want to activate, or seize the toolbar by its title bar and drag it while holding down the mouse button. diff --git a/source/text/shared/guide/formfields.xhp b/source/text/shared/guide/formfields.xhp index 5e249e6cdd..25cc408b87 100644 --- a/source/text/shared/guide/formfields.xhp +++ b/source/text/shared/guide/formfields.xhp @@ -35,7 +35,7 @@ press buttons, see push buttons push buttons;adding to documents MW changed "adding;" to "inserting;" -Adding a Command Button to a Document +Adding a Command Button to a Document You can use the Form Controls toolbar to add checkboxes, buttons, tables showing data records, and other controls to a document. To Add a Button to a Document diff --git a/source/text/shared/guide/gallery_insert.xhp b/source/text/shared/guide/gallery_insert.xhp index aaa8cebb1c..81c8110f65 100644 --- a/source/text/shared/guide/gallery_insert.xhp +++ b/source/text/shared/guide/gallery_insert.xhp @@ -42,7 +42,7 @@ copying;from Gallery mw deleted "adding;" - Inserting Objects From the Gallery + Inserting Objects From the Gallery You can insert an object in a document either as a copy or as a link. A copy of an object is independent of the original object. Changes to the original object have no effect on the copy. A link remains dependent on the original object. Changes to the original object are also reflected in the link. Inserting an object as a copy diff --git a/source/text/shared/guide/hyperlink_edit.xhp b/source/text/shared/guide/hyperlink_edit.xhp index 720d3b0c10..50638c5ed6 100644 --- a/source/text/shared/guide/hyperlink_edit.xhp +++ b/source/text/shared/guide/hyperlink_edit.xhp @@ -36,7 +36,7 @@ buttons;editing hyperlink buttons URL;changing hyperlink URLs MW deleted "changing;" -

Editing Hyperlinks

+

Editing Hyperlinks

When you CommandCtrl-click a hyperlink in a Writer document, your web browser opens with the requested web address. If you don't use a mouse, position the cursor inside the hyperlink and open the context menu by Shift+F10, then choose Open Hyperlink.

Changing the text of a hyperlink

@@ -47,7 +47,7 @@

Changing the URL of a hyperlink

-As described above, open Hyperlink Dialog. +As described above, open Hyperlink Dialog.

Changing the attribute of all hyperlinks

diff --git a/source/text/shared/guide/hyperlink_insert.xhp b/source/text/shared/guide/hyperlink_insert.xhp index f243a177ad..debd886e72 100644 --- a/source/text/shared/guide/hyperlink_insert.xhp +++ b/source/text/shared/guide/hyperlink_insert.xhp @@ -33,10 +33,10 @@ links; inserting inserting; hyperlinks -Inserting Hyperlinks +Inserting Hyperlinks You can insert hyperlinks in two ways: as text or as a button. In both cases, the visible text can be different from the URL. -Place the text cursor in the document at the point where you want to insert the hyperlink or select the text that you want to put the hyperlink on. Select Hyperlink command from the Insert menu. Alternatively click on the Icon Hyperlink icon on the Standard toolbar. The Hyperlink dialog appears. +Place the text cursor in the document at the point where you want to insert the hyperlink or select the text that you want to put the hyperlink on. Select Hyperlink command from the Insert menu. Alternatively click on the Icon Hyperlink icon on the Standard toolbar. The Hyperlink dialog appears. To jump to a specific line in a text document, first enter a bookmark at that position (Insert - Bookmark). diff --git a/source/text/shared/guide/hyperlink_rel_abs.xhp b/source/text/shared/guide/hyperlink_rel_abs.xhp index 32503d6097..9a7e817075 100644 --- a/source/text/shared/guide/hyperlink_rel_abs.xhp +++ b/source/text/shared/guide/hyperlink_rel_abs.xhp @@ -34,12 +34,12 @@ hyperlinks; relative and absolute hyperlinks, see also links -Relative and Absolute Links +Relative and Absolute Links When you include hyperlinks, two factors must be taken into account: whether they are set as relative or absolute on saving, and whether or not the file is present. -Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General and specify in the Save URLs relative to field if $[officename] creates relative or absolute hyperlinks. Relative linking is only possible when the document you are working on and the link destination are on the same drive. +Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General and specify in the Save URLs relative to field if $[officename] creates relative or absolute hyperlinks. Relative linking is only possible when the document you are working on and the link destination are on the same drive. You should create the same directory structure on your hard disk as that which exists in the web space hosted by your Internet provider. Call the root directory for the homepage on your hard disk "homepage", for example. The start file is then "index.html", the full path being "C:\homepage\index.html" (assuming Windows operating system). The URL on your Internet provider's server might then be as follows: "http://www.myprovider.com/mypage/index.html". With relative addressing, you indicate the link relative to the location of the output document. For example, if you placed all the graphics for your homepage in a subfolder called "C:\homepage\images", you would need to give the following path to access the graphic "picture.gif": "images\picture.gif". This is the relative path, starting from the location of the file "index.html". On the provider's server, you would place the picture in the folder "mypage/images". When you transfer the document "index.html" to the provider's server through the File - Save As dialog, and if you have marked the option Copy local images to Internet under %PRODUCTNAME - PreferencesTools - Options - Load/Save - HTML Compatibility, $[officename] will automatically copy the graphic to the correct directory on the server. diff --git a/source/text/shared/guide/import_ms.xhp b/source/text/shared/guide/import_ms.xhp index 48056d273c..814328f885 100644 --- a/source/text/shared/guide/import_ms.xhp +++ b/source/text/shared/guide/import_ms.xhp @@ -46,7 +46,7 @@ converters; document converter files, see also documents MW inserted cross-reference "files, see also documents"MW changed "defaults;..."ufi added "converters;document converter" -Opening documents saved in other formats +Opening documents saved in other formats You can open a document saved in another format by using the following procedure: @@ -65,7 +65,7 @@ Open the wizard, which guides you through the operation, to copy and convert all documents from Microsoft Word, Microsoft Excel or Microsoft PowerPoint into OpenDocument file format documents. You can select a source and target directory, specify whether to convert documents and/or templates, and more besides. -Choose File - Wizards - Document Converter. +Choose File - Wizards - Document Converter. @@ -89,8 +89,8 @@ - Working with VBA code - Setting the default file format + Working with VBA code + Setting the default file format diff --git a/source/text/shared/guide/insert_bitmap.xhp b/source/text/shared/guide/insert_bitmap.xhp index d40579549e..8c13a86626 100644 --- a/source/text/shared/guide/insert_bitmap.xhp +++ b/source/text/shared/guide/insert_bitmap.xhp @@ -50,7 +50,7 @@ pictures;filters filters;pictures mw made "illustrations,..." a see-reference -

Inserting, Editing, Saving Bitmaps Images +

Inserting, Editing, Saving Bitmaps Images

Inserting Bitmaps

A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents. @@ -81,7 +81,7 @@

Icons on the Image bar

When you select the bitmap image, the Image Bar offers you the tools for editing the image. Only a local copy is edited in the document, even if you have inserted an image as a link. The Image Bar may look slightly different depending to the module you are using. -A number of filters are located on the Image Filter toolbar, which you can open with the icon on the Image Bar. +A number of filters are located on the Image Filter toolbar, which you can open with the icon on the Image Bar. The original image file will not be changed by the filters. Filters are applied to an image only inside the document. Some of the filters open a dialog, which you can use to select, for example, the intensity of the filter. Most filters can be applied multiple times to increase the filter effect. In $[officename] Draw and $[officename] Impress, you can add text and graphics, select these objects together with the bitmap, and export the selection as a new bitmap image. diff --git a/source/text/shared/guide/insert_graphic_drawit.xhp b/source/text/shared/guide/insert_graphic_drawit.xhp index 5953a3966b..9491c8b9ff 100644 --- a/source/text/shared/guide/insert_graphic_drawit.xhp +++ b/source/text/shared/guide/insert_graphic_drawit.xhp @@ -47,7 +47,7 @@ editing;draw objects pictures;scaling/resizing MW added "graphic objects, see also..." -Editing Graphic Objects +Editing Graphic Objects Choose View - Toolbars - Drawing to open the Drawing toolbar, if it is not already open. Drawing objects can be subsequently edited and modified. Drawing objects created in this way are vector graphics, which you can scale freely without any loss of quality. @@ -87,7 +87,7 @@ To revert to normal mode after creating and editing draw objects, click in an area of the document containing no objects. If you see a drawing cursor, first exit this mode by clicking the Select icon.
- Information about the individual icons + Information about the individual icons diff --git a/source/text/shared/guide/insert_specialchar.xhp b/source/text/shared/guide/insert_specialchar.xhp index 59d385b4c0..df26285b79 100644 --- a/source/text/shared/guide/insert_specialchar.xhp +++ b/source/text/shared/guide/insert_specialchar.xhp @@ -36,7 +36,7 @@ accents compose key to insert special characters -Inserting Special Characters +Inserting Special Characters This function allows you to insert special characters, such as check marks, boxes, and telephone symbols, into your text. @@ -59,7 +59,7 @@ All Unix systems: (Alt Graph) as additional compose key. The (Alt Graph) key can work in $[officename] like the Compose key, if you set the environment variable SAL_ALTGR_COMPOSE. The (Alt Graph) key must trigger a mode_switch, so, for example, xmodmap -e "keysym Alt_R = Mode_switch" must be set. First press (Alt Graph), then the first modifier, then the second modifier. The characters are combined as described on a Solaris system in the file /usr/openwin/include/X11/Suncompose.h. -Special Characters -AutoCorrect +Special Characters +AutoCorrect diff --git a/source/text/shared/guide/integratinguno.xhp b/source/text/shared/guide/integratinguno.xhp index 5a709a6c14..f3a2e001e6 100644 --- a/source/text/shared/guide/integratinguno.xhp +++ b/source/text/shared/guide/integratinguno.xhp @@ -34,7 +34,7 @@ UNO components;integrating new installing;UNO components -Integrating new UNO components +Integrating new UNO components Programmers can write and integrate their own UNO (Universal Network Objects) components to $[officename]. Those new components can be added to the $[officename] menus and toolbars; we call them "Add-Ons". The integration of new components is supported by some tools and services. Details can be found in the $[officename] Developer's Guide. The three main steps are as follows: @@ -50,7 +50,7 @@ Change the user interface (menus or toolbars). This can be done almost automatically by writing an XML text file that describes the changes. More information can be found in the $[officename] Developer's Guide. -The Add-Ons can extend the functionality of $[officename]. They are not related to the Add-Ins +The Add-Ons can extend the functionality of $[officename]. They are not related to the Add-Ins Add-Ins that provide new functions for $[officename] Calc. diff --git a/source/text/shared/guide/keyboard.xhp b/source/text/shared/guide/keyboard.xhp index 253aea1aa9..d7abfce703 100644 --- a/source/text/shared/guide/keyboard.xhp +++ b/source/text/shared/guide/keyboard.xhp @@ -30,7 +30,7 @@ accessibility;general shortcuts shortcut keys; %PRODUCTNAME accessibility -Shortcuts (%PRODUCTNAME Accessibility) +Shortcuts (%PRODUCTNAME Accessibility) You can control %PRODUCTNAME without using a mouse device, using only the keyboard. On each module's main help page (for example, the %PRODUCTNAME Writer or %PRODUCTNAME Calc main help page) there is a link to access the keyboard shortcuts' help for that module. @@ -99,7 +99,7 @@

Selection in Tables - In several windows, dialogs, and in the table control field, there are tables to select data, for instance, in the right part of the Data Source View. The following keys are used for selections in these tables: + In several windows, dialogs, and in the table control field, there are tables to select data, for instance, in the right part of the Data Source View. The following keys are used for selections in these tables: Spacebar: switches from selection of the current row and cancellation of any selection, but not if the current cell is in edit mode. @@ -290,7 +290,7 @@
Controlling the Help - Press Shift+F1 to display the Extended Tips for the currently selected command, icon or control. + Press Shift+F1 to display the Extended Tips for the currently selected command, icon or control. Navigating the main help pages diff --git a/source/text/shared/guide/labels.xhp b/source/text/shared/guide/labels.xhp index 2faefa4862..f9b920b606 100644 --- a/source/text/shared/guide/labels.xhp +++ b/source/text/shared/guide/labels.xhp @@ -34,15 +34,15 @@ business cards; creating and synchronizing synchronizing;labels and business cards mw made "synchronizing..." a two level entry -Creating and Printing Labels and Business Cards +Creating and Printing Labels and Business Cards Designing Business Cards Through a Dialog -Choose File - New - Business Cards to open the Business Cards dialog, which allows you to choose how your business cards will look. +Choose File - New - Business Cards to open the Business Cards dialog, which allows you to choose how your business cards will look. Designing Labels and Business Cards You can design both labels and business cards through the Labels dialog. -Choose File - New - Labels to open the Labels dialog. +Choose File - New - Labels to open the Labels dialog. On the Labels tab, under Format, define the label format. @@ -67,6 +67,6 @@ -Business Cards +Business Cards diff --git a/source/text/shared/guide/labels_database.xhp b/source/text/shared/guide/labels_database.xhp index 6102fa5827..16fba62714 100644 --- a/source/text/shared/guide/labels_database.xhp +++ b/source/text/shared/guide/labels_database.xhp @@ -32,7 +32,7 @@ stickers databases;creating labels mw deleted "creating;" -Printing Address Labels +Printing Address Labels diff --git a/source/text/shared/guide/language_select.xhp b/source/text/shared/guide/language_select.xhp index 83f1827efe..de98380b0f 100644 --- a/source/text/shared/guide/language_select.xhp +++ b/source/text/shared/guide/language_select.xhp @@ -37,7 +37,7 @@ spelling; default languages dictionaries, see also languages mw deleted "applying;" and changed "languages;" -Selecting the Document Language +Selecting the Document Language The language you select for your document determines the dictionary used for spellcheck, thesaurus and hyphenation, the decimal and thousands delimiter used and the default currency format. @@ -54,7 +54,7 @@ Selecting a language for the whole document - Choose %PRODUCTNAME - PreferencesTools - Options. Go to Language Settings - Languages. + Choose %PRODUCTNAME - PreferencesTools - Options. Go to Language Settings - Languages. Under Default languages for documents, select the document language for all newly created documents. If you mark For the current document only, your choice will only apply to the current document. Close the dialog with OK. @@ -202,7 +202,7 @@ - %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages - Format - Character - Font + %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages + Format - Character - Font diff --git a/source/text/shared/guide/line_intext.xhp b/source/text/shared/guide/line_intext.xhp index 06575b3899..9ea1f41fd7 100644 --- a/source/text/shared/guide/line_intext.xhp +++ b/source/text/shared/guide/line_intext.xhp @@ -35,7 +35,7 @@ drawing lines in text automatic lines/borders in text -Drawing Lines in Text +Drawing Lines in Text You can incorporate lines into your text with custom angles, width, color, and other attributes. To define the line attributes and direction, use the Line drawing object as follows: @@ -96,7 +96,7 @@ Create a horizontal line by applying the preset Paragraph Style Horizontal Line. Click into an empty paragraph, and double-click the Horizontal Line Style in the Styles window. If the entry for horizontal lines is not visible in the list of Paragraph Styles, select "All Styles" in the lower listbox. -You can draw a line above, beside or below a paragraph in a Writer text document by choosing Format - Paragraph - Borders. +You can draw a line above, beside or below a paragraph in a Writer text document by choosing Format - Paragraph - Borders. Automatic lines in Writer @@ -115,10 +115,10 @@ To disable the automatic borders, choose Tools - AutoCorrect - AutoCorrect Options - Options and clear Apply border. -The lines and other drawing objects that you insert in text are not defined in HTML, and are therefore not exported directly into HTML format. Instead, they are exported as graphics. +The lines and other drawing objects that you insert in text are not defined in HTML, and are therefore not exported directly into HTML format. Instead, they are exported as graphics. When you enter a line width, you can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium. -Format - Paragraph - Borders +Format - Paragraph - Borders diff --git a/source/text/shared/guide/lineend_define.xhp b/source/text/shared/guide/lineend_define.xhp index 791e02aa15..206eaf711b 100644 --- a/source/text/shared/guide/lineend_define.xhp +++ b/source/text/shared/guide/lineend_define.xhp @@ -29,7 +29,7 @@ arrows; defining arrow heads lines;defining ends -

Defining Arrow Styles

+

Defining Arrow Styles

You can define any shape to be included in the list of available arrow styles. Only the form of the shape is added as a black filled arrowhead. diff --git a/source/text/shared/guide/linestyle_define.xhp b/source/text/shared/guide/linestyle_define.xhp index 834b3e6546..b457101039 100644 --- a/source/text/shared/guide/linestyle_define.xhp +++ b/source/text/shared/guide/linestyle_define.xhp @@ -30,7 +30,7 @@ line styles;defining defining;line styles -Defining Line Styles +Defining Line Styles diff --git a/source/text/shared/guide/linestyles.xhp b/source/text/shared/guide/linestyles.xhp index c24942c2cf..ada9b17bf7 100644 --- a/source/text/shared/guide/linestyles.xhp +++ b/source/text/shared/guide/linestyles.xhp @@ -35,7 +35,7 @@ arrows; defining arrow lines line styles; applying -Applying Line Styles Using the Toolbar +Applying Line Styles Using the Toolbar The Drawing Object Properties toolbar contains icons and combo boxes to define various line attributes. diff --git a/source/text/shared/guide/lotusdbasediff.xhp b/source/text/shared/guide/lotusdbasediff.xhp index d23eb13569..7a723b9f62 100644 --- a/source/text/shared/guide/lotusdbasediff.xhp +++ b/source/text/shared/guide/lotusdbasediff.xhp @@ -22,7 +22,7 @@ Diff;command line filter options
-

Lotus, dBase and Diff filter parameters

+

Lotus, dBase and Diff filter parameters

The Lotus, dBase and Diff filters accept a string containing the numerical index of the used character set for single-byte characters, that is, 0 for the system character set. The numerical indexes assigned to the character sets are in the table below.
diff --git a/source/text/shared/guide/macro_recording.xhp b/source/text/shared/guide/macro_recording.xhp index fe2c4ea56f..bb1821ccee 100644 --- a/source/text/shared/guide/macro_recording.xhp +++ b/source/text/shared/guide/macro_recording.xhp @@ -30,7 +30,7 @@ recording; macros Basic; recording macros - Recording a Macro + Recording a Macro %PRODUCTNAME can record commands executed with the keyboard and mouse in Writer and Calc @@ -90,7 +90,7 @@
- Macro + Macro
diff --git a/source/text/shared/guide/main.xhp b/source/text/shared/guide/main.xhp index a3f45acf2e..e74fda9a6f 100644 --- a/source/text/shared/guide/main.xhp +++ b/source/text/shared/guide/main.xhp @@ -31,7 +31,7 @@ instructions; general -

General Instructions for %PRODUCTNAME

+

General Instructions for %PRODUCTNAME

Opening and Saving Documents and Templates

@@ -168,8 +168,8 @@

Miscellaneous

-General Terminology -Internet Terminology +General Terminology +Internet Terminology diff --git a/source/text/shared/guide/manage_templates.xhp b/source/text/shared/guide/manage_templates.xhp index 5cf2239c38..c88404b0d8 100644 --- a/source/text/shared/guide/manage_templates.xhp +++ b/source/text/shared/guide/manage_templates.xhp @@ -22,8 +22,8 @@ file extensions;in templates -

Templates in the Template Manager

-The recommended method for working with templates is to use the Template Manager and the commands in the File - Templates submenu, Edit Template and Save as Template. These commands are sufficient for basic management of templates in %PRODUCTNAME. +

Templates in the Template Manager

+The recommended method for working with templates is to use the Template Manager and the commands in the File - Templates submenu, Edit Template and Save as Template. These commands are sufficient for basic management of templates in %PRODUCTNAME. This guide explains how the file system interacts with the Template Manager. This information is particularly useful if you want to manage directories directly, but still be coordinated with the Template Manager.

Working with Template Files

@@ -70,7 +70,7 @@ -For information about the meaning of the extensions see Filter Conversion. +For information about the meaning of the extensions see Filter Conversion.

Working with Template Names

The Template Manager shows the Title field of a document as the Template Name. As long as the Title field is not empty, the filename has no consequences for the Template Name shown in the Template Manager. If the Title field is empty, the filename, without extension, is shown as the Template Name. If two templates have the exact same entry in the Title field and belong to the same Category, then only one template appears in the Template Manager. diff --git a/source/text/shared/guide/measurement_units.xhp b/source/text/shared/guide/measurement_units.xhp index 156859f351..55b308ac21 100644 --- a/source/text/shared/guide/measurement_units.xhp +++ b/source/text/shared/guide/measurement_units.xhp @@ -38,7 +38,7 @@ distances selecting;measurement units -Selecting Measurement Units +Selecting Measurement Units You can select separate measurement units for $[officename] Writer, $[officename] Writer/Web, $[officename] Calc, $[officename] Impress and $[officename] Draw documents. @@ -60,7 +60,7 @@
-Entering measurement units directly -%PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - General +Entering measurement units directly +%PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - General diff --git a/source/text/shared/guide/microsoft_terms.xhp b/source/text/shared/guide/microsoft_terms.xhp index 3fbd667217..a6d6959409 100644 --- a/source/text/shared/guide/microsoft_terms.xhp +++ b/source/text/shared/guide/microsoft_terms.xhp @@ -29,7 +29,7 @@ Microsoft Office;feature comparisons -Comparing Microsoft Office and $[officename] Terms +Comparing Microsoft Office and $[officename] Terms The following table lists Microsoft Office features and their $[officename] equivalents. @@ -46,7 +46,7 @@ AutoShapes -Gallery Objects
Shapes are on the Drawing toolbar (menu View - Toolbars - Drawing)
+Gallery Objects
Shapes are on the Drawing toolbar (menu View - Toolbars - Drawing)
@@ -54,7 +54,7 @@ Change Case -Case/Characters +Case/Characters @@ -70,7 +70,7 @@ Compare and Merge Documents -Compare +Compare @@ -78,7 +78,7 @@ Document Map -Navigator +Navigator @@ -86,7 +86,7 @@ Formula Auditing -Detective +Detective @@ -94,7 +94,7 @@ Lines and Page Breaks -Text Flow +Text Flow @@ -111,7 +111,7 @@ Markup -Track Changes - Show +Track Changes - Show @@ -127,7 +127,7 @@ Replace text as you type -AutoCorrect +AutoCorrect @@ -135,7 +135,7 @@ Show/Hide -Nonprinting Characters, Hidden Paragraphs +Nonprinting Characters, Hidden Paragraphs @@ -143,7 +143,7 @@ Spelling and Grammar -Spelling +Spelling @@ -151,7 +151,7 @@ Track changes -Changes - Record +Changes - Record @@ -159,7 +159,7 @@ Validation -Validity +Validity @@ -167,7 +167,7 @@ Workbook -Spreadsheet +Spreadsheet @@ -175,7 +175,7 @@ Worksheet -Sheet +Sheet diff --git a/source/text/shared/guide/ms_doctypes.xhp b/source/text/shared/guide/ms_doctypes.xhp index 06d277b274..7c7dc4576b 100644 --- a/source/text/shared/guide/ms_doctypes.xhp +++ b/source/text/shared/guide/ms_doctypes.xhp @@ -31,7 +31,7 @@ file associations for Microsoft Office changing;file associations in Setup program -Changing the Association of Microsoft Office Document Types +Changing the Association of Microsoft Office Document Types To change the association of Microsoft Office file name extensions to open the files either in $[officename] or in Microsoft Office, using Microsoft Windows:
diff --git a/source/text/shared/guide/ms_import_export_limitations.xhp b/source/text/shared/guide/ms_import_export_limitations.xhp index 3be46e3086..4e5d98eacf 100644 --- a/source/text/shared/guide/ms_import_export_limitations.xhp +++ b/source/text/shared/guide/ms_import_export_limitations.xhp @@ -31,7 +31,7 @@ Microsoft Office;importing password protected files MW moved "Microsoft Office;" from shared/guide/protection.xhp -About Converting Microsoft Office Documents +About Converting Microsoft Office Documents $[officename] can automatically open Microsoft Office 97/2000/XP documents. However, some layout features and formatting attributes in more complex Microsoft Office documents are handled differently in $[officename] or are unsupported. As a result, converted files require some degree of manual reformatting. The amount of reformatting that can be expected is proportional to the complexity of the structure and formatting of the source document. $[officename] cannot run Visual Basic Scripts, but can load them for you to analyze. The most recent versions of %PRODUCTNAME can load and save the Microsoft Office Open XML document formats with the extensions docx, xlsx, and pptx. The same versions can also run some Excel Visual Basic scripts, if you enable this feature at %PRODUCTNAME - PreferencesTools - Options - Load/Save - VBA Properties. The following lists provide a general overview of Microsoft Office features that may cause conversion challenges. These will not affect your ability to use or work with the content of the converted document. @@ -116,7 +116,7 @@ In Excel, the formula =A1+A2 returns 2, but the formula =SUM(A1,A2) returns 0.in SUM(A1<limiter>A2), use the Excel limiter comma , in English and semicolon ; in German -For a detailed overview about converting documents to and from Microsoft Office format, see the Migration Guide. +For a detailed overview about converting documents to and from Microsoft Office format, see the Migration Guide. Opening Microsoft Office Documents That Are Protected With a Password %PRODUCTNAME can open the following Microsoft Office document types that are protected by a password.
@@ -181,7 +181,7 @@
- Setting the default file format + Setting the default file format
diff --git a/source/text/shared/guide/ms_user.xhp b/source/text/shared/guide/ms_user.xhp index dc9cffe50e..2dbd45aeec 100644 --- a/source/text/shared/guide/ms_user.xhp +++ b/source/text/shared/guide/ms_user.xhp @@ -33,7 +33,7 @@ saving;in Microsoft Office file formatmacros; in MS Office documents -Using Microsoft Office and $[officename] +Using Microsoft Office and $[officename] $[officename] can open and save documents in the Microsoft Office file formats, including Microsoft Office Open XML formats. Opening a Microsoft Office File @@ -89,7 +89,7 @@ Saving Documents by Default in Microsoft Office Formats -Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. +Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. In the Default file format and ODF settings area, first select a document type, then select the file type for saving. @@ -106,19 +106,19 @@ The Document Converter Wizard will copy and convert all Microsoft Office files in a folder into $[officename] documents in the OpenDocument file format. You can specify the folder to be read, and the folder where the converted files are to be saved. -Choose File - Wizards - Document Converter to start the wizard. +Choose File - Wizards - Document Converter to start the wizard. Macros in Microsoft Office and $[officename] With a few exceptions, Microsoft Office and $[officename] cannot run the same macro code. Microsoft Office uses VBA (Visual Basic for Applications) code, and $[officename] uses Basic code based on the $[officename] API (Application Program Interface) environment. Although the programming language is the same, the objects and methods are different. The most recent versions of %PRODUCTNAME can run some Excel Visual Basic scripts if you enable this feature at %PRODUCTNAME - PreferencesTools - Options - Load/Save - VBA Properties. -If you use macros in one of the applications and want to use the same functionality in the other application, you must edit the macros. $[officename] can load the macros that are contained within Microsoft Office files and you can then view and edit the macro code in the $[officename] Basic IDE editor. +If you use macros in one of the applications and want to use the same functionality in the other application, you must edit the macros. $[officename] can load the macros that are contained within Microsoft Office files and you can then view and edit the macro code in the $[officename] Basic IDE editor. You can choose to preserve or delete VBA macros Open a Microsoft Office document that contains VBA macro code. Change only the normal contents (text, cells, graphics), and do not edit the macros. Save the document as a Microsoft Office file type. Open the file in Microsoft Office, and the VBA macros will run as before. You may delete the VBA macros from the Microsoft Office file on loading or on saving. -Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - VBA Properties to set the VBA macro handling of $[officename]. +Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - VBA Properties to set the VBA macro handling of $[officename]. diff --git a/source/text/shared/guide/navigator.xhp b/source/text/shared/guide/navigator.xhp index 467dd52b14..478aebdff6 100644 --- a/source/text/shared/guide/navigator.xhp +++ b/source/text/shared/guide/navigator.xhp @@ -30,7 +30,7 @@ documents; contents as lists Navigator; contents as lists -

Navigator for Document Overview +

Navigator for Document Overview

All contents of the Navigator window are referred to here as "categories," whether headings, sheets, tables, frames, graphics, OLE objects, sections, hyperlinks, references, indexes, comments, or drawing objects. The Navigator displays types of objects contained in a document. If a plus sign appears next to a category, this indicates that at least one object of this kind exists. If you rest the mouse pointer on the category name, the number of objects is displayed in an extended tip. diff --git a/source/text/shared/guide/navigator_setcursor.xhp b/source/text/shared/guide/navigator_setcursor.xhp index d2d70a7693..6796c812f7 100644 --- a/source/text/shared/guide/navigator_setcursor.xhp +++ b/source/text/shared/guide/navigator_setcursor.xhp @@ -36,7 +36,7 @@ navigating;in documents Navigator;working with -Navigation to Quickly Reach Objects +Navigation to Quickly Reach Objects This is a common use of the Navigator. diff --git a/source/text/shared/guide/navpane_on.xhp b/source/text/shared/guide/navpane_on.xhp index 659ce4c2d1..25959d9510 100644 --- a/source/text/shared/guide/navpane_on.xhp +++ b/source/text/shared/guide/navpane_on.xhp @@ -37,7 +37,7 @@ indexes;showing/hiding Help index tab -Showing Navigation Pane of the Help +Showing Navigation Pane of the Help In the Help window, you can show or hide the navigation pane as needed.

diff --git a/source/text/shared/guide/numbering_stop.xhp b/source/text/shared/guide/numbering_stop.xhp index d1b1f62ea7..8904df1762 100644 --- a/source/text/shared/guide/numbering_stop.xhp +++ b/source/text/shared/guide/numbering_stop.xhp @@ -31,7 +31,7 @@ removing;bullets and numberingkeyboard;removing numbering -

Turning off Bullets and Numbering for Individual Paragraphs

+

Turning off Bullets and Numbering for Individual Paragraphs

no bullets for Calc Bullets and Numbering of paragraphs is supported only in Writer, Impress and Draw. @@ -82,7 +82,7 @@ Press Shift+Backspace at the beginning of a list paragraph to return the number or bullet. Press the Enter key in an empty numbered paragraph to stop the numbering.
- Format - Bullets and Numbering + Format - Bullets and Numbering diff --git a/source/text/shared/guide/openpgp.xhp b/source/text/shared/guide/openpgp.xhp index f53e4e7720..7a71bc032f 100644 --- a/source/text/shared/guide/openpgp.xhp +++ b/source/text/shared/guide/openpgp.xhp @@ -24,7 +24,7 @@ file encryption;symmetric keys
-

Encrypting Documents with OpenPGP

+

Encrypting Documents with OpenPGP

%PRODUCTNAME can encrypt documents using OpenPGP public key cryptography. The document is encrypted using a symmetric encryption algorithm.
According to https://bugs.documentfoundation.org/show_bug.cgi?id=125636#c16 , only ODF files can be signed with GPG @@ -100,7 +100,7 @@ With document OpenPGP encryption, you define the set of users that can decrypt the document and you don’t need to send passwords through channels which security is unknown. Besides, the OpenPGP application manages the key chain of public keys more efficiently.
- Wikipedia on OpenPGP + Wikipedia on OpenPGP
diff --git a/source/text/shared/guide/pageformat_max.xhp b/source/text/shared/guide/pageformat_max.xhp index 60a45f1be7..309e17a795 100644 --- a/source/text/shared/guide/pageformat_max.xhp +++ b/source/text/shared/guide/pageformat_max.xhp @@ -33,7 +33,7 @@ formats; maximizing page formats printers; maximum page formats -Selecting the Maximum Printable Area on a Page +Selecting the Maximum Printable Area on a Page Not all printers can print a paper up to its edges. Most of them leave an unprinted margin. $[officename] offers a semi-automatic feature that enables you to print as close to the paper's edge as is possible. @@ -59,6 +59,6 @@ -Printing +Printing diff --git a/source/text/shared/guide/palette_files.xhp b/source/text/shared/guide/palette_files.xhp index 144382fe94..52847a3102 100644 --- a/source/text/shared/guide/palette_files.xhp +++ b/source/text/shared/guide/palette_files.xhp @@ -33,7 +33,7 @@ hatching;loading lists loading;colors/gradients/hatchings -

Loading Color, Gradient, and Hatching Palettes

+

Loading Color, Gradient, and Hatching Palettes

You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists.

To load a color palette:

@@ -41,7 +41,7 @@ If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME: - Open the Extension Manager. + Open the Extension Manager. Click Add @@ -89,8 +89,8 @@

To load a gradient and hatching palette:

- Extensions Website. - Format - Area + Extensions Website. + Format - Area
diff --git a/source/text/shared/guide/print_blackwhite.xhp b/source/text/shared/guide/print_blackwhite.xhp index 142cabb1ea..98015c1cd6 100644 --- a/source/text/shared/guide/print_blackwhite.xhp +++ b/source/text/shared/guide/print_blackwhite.xhp @@ -32,7 +32,7 @@ colors; not printing text; printing in black -Printing in Black and White +Printing in Black and White Printing Text and Images in Black and White @@ -94,7 +94,7 @@ - Printing dialogs - %PRODUCTNAME - PreferencesTools - Options dialog + Printing dialogs + %PRODUCTNAME - PreferencesTools - Options dialog diff --git a/source/text/shared/guide/protection.xhp b/source/text/shared/guide/protection.xhp index cb8a3f5eb9..de60a51fd5 100644 --- a/source/text/shared/guide/protection.xhp +++ b/source/text/shared/guide/protection.xhp @@ -38,11 +38,11 @@ graphics;protecting frames;protecting -

Protecting Contents in %PRODUCTNAME +

Protecting Contents in %PRODUCTNAME

The following is an overview of the different ways of protecting contents in %PRODUCTNAME from being modified, deleted or viewed.

Protecting Documents With Passwords When Saving

- All documents that are saved in OpenDocument format can be saved with a password. Documents that are saved with a password cannot be opened without the password. The content is secured so that it cannot be read with an external editor. This applies to content, graphics and OLE objects. + All documents that are saved in OpenDocument format can be saved with a password. Documents that are saved with a password cannot be opened without the password. The content is secured so that it cannot be read with an external editor. This applies to content, graphics and OLE objects.

@@ -61,7 +61,7 @@
- It is possible to use OpenPGP to define private and public keys to be used to encrypt %PRODUCTNAME documents. Read Encrypting Documents with OpenPGP to learn more on how to set up OpenPGP encryption keys. + It is possible to use OpenPGP to define private and public keys to be used to encrypt %PRODUCTNAME documents. Read Encrypting Documents with OpenPGP to learn more on how to set up OpenPGP encryption keys.

Protecting Revision Marking

With every change made in %PRODUCTNAME Calc and %PRODUCTNAME Writer, the review function records who made the change. This function can be turned on with protection, so that it can only be turned off when the correct password is entered. Until then, all changes will continue to be recorded. Acceptance or rejection of changes is not possible. diff --git a/source/text/shared/guide/qrcode.xhp b/source/text/shared/guide/qrcode.xhp index 9864ab8fec..1011109987 100644 --- a/source/text/shared/guide/qrcode.xhp +++ b/source/text/shared/guide/qrcode.xhp @@ -20,7 +20,7 @@ QR code;barcode
-

QR and Barcode

+

QR and Barcode

Generate linear and matrix codes for any text or URL. diff --git a/source/text/shared/guide/redaction.xhp b/source/text/shared/guide/redaction.xhp index 851834bd7d..f8cbdd7fdb 100644 --- a/source/text/shared/guide/redaction.xhp +++ b/source/text/shared/guide/redaction.xhp @@ -24,7 +24,7 @@
-

Redaction

+

Redaction

Redacting documents blocks out words or portions of a document for authorized use or viewing.
Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy. diff --git a/source/text/shared/guide/redlining.xhp b/source/text/shared/guide/redlining.xhp index 724029a74a..cb21935b63 100644 --- a/source/text/shared/guide/redlining.xhp +++ b/source/text/shared/guide/redlining.xhp @@ -33,7 +33,7 @@ review function; recording changes example Track Changes, see review function
-

Recording and Displaying Changes +

Recording and Displaying Changes

The review function is available in %PRODUCTNAME for text documents and spreadsheet documents. When several authors are working on the same text or spreadsheet, the review function records and displays who made the various changes. On the final edit of the document, it is then possible to look at each individual change and decide whether it should be accepted or rejected. diff --git a/source/text/shared/guide/redlining_accept.xhp b/source/text/shared/guide/redlining_accept.xhp index d2d59ac307..ed2abc3552 100644 --- a/source/text/shared/guide/redlining_accept.xhp +++ b/source/text/shared/guide/redlining_accept.xhp @@ -30,7 +30,7 @@ changes; accepting or rejecting review function;accepting or rejecting changes -

Accepting or Rejecting Changes

+

Accepting or Rejecting Changes

The review function is available in %PRODUCTNAME for text documents and spreadsheet documents. @@ -40,7 +40,7 @@ When you edit a document in which others have made changes, you can accept or reject the changes individually or all together. -If you have put multiple copies of the document in circulation, first merge these into one document (see Merging Versions). +If you have put multiple copies of the document in circulation, first merge these into one document (see Merging Versions). Open the document and choose Edit - Track Changes - Manage. The Manage Changes dialog appears. diff --git a/source/text/shared/guide/redlining_doccompare.xhp b/source/text/shared/guide/redlining_doccompare.xhp index 3f9161a4d6..a1870542dc 100644 --- a/source/text/shared/guide/redlining_doccompare.xhp +++ b/source/text/shared/guide/redlining_doccompare.xhp @@ -33,7 +33,7 @@ changes;comparing to original review function; comparing documents mw made "comparing..." a two level entry -

Comparing Versions of a Document +

Comparing Versions of a Document

The review function is available in %PRODUCTNAME for text documents and spreadsheet documents. Imagine you have some co-authors or reviewers who collaborate with you writing your original document. One day you send out copies of your document to all reviewers. You ask them to edit the copy and send it back. diff --git a/source/text/shared/guide/redlining_docmerge.xhp b/source/text/shared/guide/redlining_docmerge.xhp index 3a31a80dc9..55fef82db4 100644 --- a/source/text/shared/guide/redlining_docmerge.xhp +++ b/source/text/shared/guide/redlining_docmerge.xhp @@ -31,7 +31,7 @@ merging; documents versions;merging document versions -

Merging Versions +

Merging Versions

The review function is available in %PRODUCTNAME for text documents and spreadsheet documents. When a document has been edited by more than one person, it is possible to merge the edited copies into the original. The only requirement is that the documents differ only and exclusively in the recorded changes - all other original text must be identical. diff --git a/source/text/shared/guide/redlining_enter.xhp b/source/text/shared/guide/redlining_enter.xhp index dc8a94a031..af9fd5f45b 100644 --- a/source/text/shared/guide/redlining_enter.xhp +++ b/source/text/shared/guide/redlining_enter.xhp @@ -32,13 +32,13 @@ comments; on changes review function;tracking changes UFI: deleted index review function;recording changesMW changed "settings;tracking changes" -

Recording Changes +

Recording Changes

The review function is available in %PRODUCTNAME for text documents and spreadsheet documents. Not all changes are recorded. For example, the changing of a tab stop from align left to align right is not recorded. However, all usual changes made by a proofreader are recorded, such as additions, deletions, text alterations, and usual formatting. - To start recording changes, open the document to be edited and choose Edit - Track Changes and then choose Record. + To start recording changes, open the document to be edited and choose Edit - Track Changes and then choose Record. Now start making your changes. You will note that all new text passages that you enter are underlined in color, while all text that you delete remains visible but is crossed out and shown in color. @@ -49,10 +49,10 @@ Changes in a spreadsheet document are highlighted by a border around the cells; when you point to the cell you can see more detailed information on this change in the Help Tip. -You can enter a comment on each recorded change by placing the cursor in the area of the change and then choosing Edit - Track Changes - Comment. In addition to Extended Tips, the comment is also displayed in the list in the Manage Changes dialog. +You can enter a comment on each recorded change by placing the cursor in the area of the change and then choosing Edit - Track Changes - Comment. In addition to Extended Tips, the comment is also displayed in the list in the Manage Changes dialog. To stop recording changes, choose Edit - Track Changes - Record again. The check mark is removed and you can now save the document. In a text document, you can highlight all lines that you have changed with an additional colored marking. This can be in the form of a red line in the margin, for example. -To change the settings for tracking changes, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Changes or on the %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Changes. +To change the settings for tracking changes, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Changes or on the %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Changes.
diff --git a/source/text/shared/guide/redlining_navigation.xhp b/source/text/shared/guide/redlining_navigation.xhp index 455005b6cd..ea5b2a8785 100644 --- a/source/text/shared/guide/redlining_navigation.xhp +++ b/source/text/shared/guide/redlining_navigation.xhp @@ -22,7 +22,7 @@ changes; navigating review function; navigating changes -

Navigating Changes

+

Navigating Changes

This feature is Writer-specific. There are two available commands to navigate changes in a Writer document: diff --git a/source/text/shared/guide/redlining_protect.xhp b/source/text/shared/guide/redlining_protect.xhp index 014357029a..963572c73a 100644 --- a/source/text/shared/guide/redlining_protect.xhp +++ b/source/text/shared/guide/redlining_protect.xhp @@ -33,13 +33,13 @@ review function;protecting records mw added an index entry -

Protecting Changes +

Protecting Changes

The review function is available in %PRODUCTNAME for text documents and spreadsheet documents. To protect the changes made in a document during editing, choose Edit - Track Changes - Protect. To turn off the function or to accept or reject changes it is necessary to enter the correct password first. - Choose Protect. This opens the Password dialog. + Choose Protect. This opens the Password dialog. Enter a password consisting of at least one character and confirm it. Click OK. diff --git a/source/text/shared/guide/redlining_versions.xhp b/source/text/shared/guide/redlining_versions.xhp index 8b86ac495c..c177cb36b1 100644 --- a/source/text/shared/guide/redlining_versions.xhp +++ b/source/text/shared/guide/redlining_versions.xhp @@ -28,9 +28,9 @@ documents; version management version management -

Version Management +

Version Management

-The File menu contains a Versions command that enables you to save multiple versions of a document in the same file. +The File menu contains a Versions command that enables you to save multiple versions of a document in the same file. You can choose to view individual versions of a document, or you can display the differences between versions with color markings. In the dialog to open a document, you can select from a combo box which version of this document you want to open.
diff --git a/source/text/shared/guide/round_corner.xhp b/source/text/shared/guide/round_corner.xhp index 3efdffd88e..646c7eda08 100644 --- a/source/text/shared/guide/round_corner.xhp +++ b/source/text/shared/guide/round_corner.xhp @@ -37,7 +37,7 @@ round corners customizing;round corners mw made "rectangles;..." a one level entry -Creating Round Corners +Creating Round Corners When you insert a rectangle or a callout box using the drawing functions and activate the Points icon on the Drawing toolbar, you see a small frame at the upper left corner of the object. The frame indicates the amount by which the corners are rounded. When the frame is positioned at the top left corner, no rounding occurs. When the frame is positioned on the handle centered at the top of the object, the corners are rounded as much as possible. You adjust the degree of rounding by moving the frame between these two positions.

diff --git a/source/text/shared/guide/scripting.xhp b/source/text/shared/guide/scripting.xhp index ac9b091aec..b3986ad59c 100644 --- a/source/text/shared/guide/scripting.xhp +++ b/source/text/shared/guide/scripting.xhp @@ -54,7 +54,7 @@ Python - In addition, developers can use high-level languages, for example Java programming language, to control %PRODUCTNAME externally. The API reference is online at api.libreoffice.org. + In addition, developers can use high-level languages, for example Java programming language, to control %PRODUCTNAME externally. The API reference is online at api.libreoffice.org.To assign a script to a new menu entry diff --git a/source/text/shared/guide/space_hyphen.xhp b/source/text/shared/guide/space_hyphen.xhp index e415a6f45f..86fc245a62 100644 --- a/source/text/shared/guide/space_hyphen.xhp +++ b/source/text/shared/guide/space_hyphen.xhp @@ -40,7 +40,7 @@ protected hyphens exchanging, see also replacing -Inserting Non-breaking Spaces, Hyphens and Soft Hyphens +Inserting Non-breaking Spaces, Hyphens and Soft Hyphens Non-breaking spaces To prevent two words from being separated at the end of a line, hold down the Command key @@ -49,14 +49,14 @@ Non-breaking hyphen An example of a non-breaking hyphen is a company name such as A-Z. Obviously you would not want A- to appear at the end of a line and Z at the beginning of the next line. To solve this problem, press Shift+CommandCtrl+ minus sign. In other words, hold down the Shift and CommandCtrl keys and press the minus key. Replacing hyphens by dashes -In order to enter dashes, you can find under Tools - AutoCorrect - AutoCorrect Options - Options the Replace dashes option. This option replaces one or two hyphens under certain conditions with an en-dash or an em-dash (see AutoCorrect Options). +In order to enter dashes, you can find under Tools - AutoCorrect - AutoCorrect Options - Options the Replace dashes option. This option replaces one or two hyphens under certain conditions with an en-dash or an em-dash (see AutoCorrect Options). For additional replacements see the replacements table under Tools - AutoCorrect - AutoCorrect Options -- Replace. Here you can, among other things, replace a shortcut automatically by a dash, even in another font. +- Replace. Here you can, among other things, replace a shortcut automatically by a dash, even in another font. Soft hyphen To support automatic hyphenation by entering a soft hyphen inside a word yourself, use the keys Command Ctrl+minus sign. The word is separated at this position when it is at the end of the line, even if automatic hyphenation for this paragraph is switched off. -Special characters +Special characters diff --git a/source/text/shared/guide/spadmin.xhp b/source/text/shared/guide/spadmin.xhp index 12275cf25d..f3b0becff4 100644 --- a/source/text/shared/guide/spadmin.xhp +++ b/source/text/shared/guide/spadmin.xhp @@ -36,7 +36,7 @@ printers; faxes under UNIX -Setting up Printer and Fax Under UNIX Based Platforms +Setting up Printer and Fax Under UNIX Based Platforms
%PRODUCTNAME uses the installed fonts of your system. In a text document you can select from all printable fonts. In an HTML document or in Web layout, only fonts that are visible on screen are offered. In spreadsheets and drawings you can select from all installed fonts. diff --git a/source/text/shared/guide/standard_template.xhp b/source/text/shared/guide/standard_template.xhp index 74a7f95f41..2d90d42dfd 100644 --- a/source/text/shared/guide/standard_template.xhp +++ b/source/text/shared/guide/standard_template.xhp @@ -37,7 +37,7 @@ saving;templates resetting;templates -

Creating and Changing Default and Custom Templates +

Creating and Changing Default and Custom Templates

When you open a new document with File - New, a blank document appears based on a $[officename] template. You can edit, modify, or replace this template so that the new document contains your customized Styles or other contents. @@ -123,7 +123,7 @@

Saving a Template in the Template Folder

You can save any document as a template by selecting "Template" file type in the Save dialog. To access the template from the Template Manager, save the template in the User Paths directory specified for Templates in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Paths. It is often easier to save a document with File - Templates - Save As Template, because it automatically places the template in the appropriate directory. -The Template Manager is the preferred method for working with templates. File - New - Templates and File - Templates - Manage Templates are equivalent for opening the Template Manager. CommandCtrl+Shift+N is the predefined shortcut key. +The Template Manager is the preferred method for working with templates. File - New - Templates and File - Templates - Manage Templates are equivalent for opening the Template Manager. CommandCtrl+Shift+N is the predefined shortcut key.
@@ -131,7 +131,7 @@ -Templates +Templates
diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp index 3c6c1e6164..c08734f447 100644 --- a/source/text/shared/guide/start_parameters.xhp +++ b/source/text/shared/guide/start_parameters.xhp @@ -272,7 +272,7 @@ Starts in invisible mode. - Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the API. + Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the API. Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the kill command (UNIX-like systems). It cannot be used in conjunction with --quickstart. More information is found in $[officename] Developer's Guide. @@ -284,7 +284,7 @@ Starts in "headless mode" which allows using the application without user interface. - This special mode can be used when the application is controlled by external clients via the API. + This special mode can be used when the application is controlled by external clients via the API. @@ -551,9 +551,9 @@ --convert-to "txt:Text (encoded):UTF8" *.doc

- See the list of document filters for file conversion. - The list of filter options for Lotus, dBase and Diff files. - The list of filter options for CSV files. + See the list of document filters for file conversion. + The list of filter options for Lotus, dBase and Diff files. + The list of filter options for CSV files.
diff --git a/source/text/shared/guide/tabs.xhp b/source/text/shared/guide/tabs.xhp index 5ae535ee77..a1b093786a 100644 --- a/source/text/shared/guide/tabs.xhp +++ b/source/text/shared/guide/tabs.xhp @@ -42,7 +42,7 @@ rulers; measurement units measurement units; changing on rulers MW deleted "text;" -Inserting and Editing Tab Stops +Inserting and Editing Tab Stops @@ -115,7 +115,7 @@
-Double-click the ruler to open the Paragraph dialog. +Double-click the ruler to open the Paragraph dialog. Double-click the white area of the ruler to set one tab. The Paragraph dialog appears with the Tabs tab page open. Moving Tabs on the Ruler @@ -137,22 +137,22 @@ Changing the Defaults -If you want to change the settings of your default tab stops, you will find further information under %PRODUCTNAME Writer - General -%PRODUCTNAME Calc - General -%PRODUCTNAME Draw - General -%PRODUCTNAME Impress - General +If you want to change the settings of your default tab stops, you will find further information under %PRODUCTNAME Writer - General +%PRODUCTNAME Calc - General +%PRODUCTNAME Draw - General +%PRODUCTNAME Impress - General (module name) - General in the Options dialog box. - The context menu of the ruler allows you to change the displayed units of measurement. These changes are only valid until you exit $[officename], and they only apply to the ruler on whose context menu you made the change. If you want to change the ruler measurement units permanently, choose %PRODUCTNAME - PreferencesTools - Options - [Document type] - View and change the measurement unit there. + The context menu of the ruler allows you to change the displayed units of measurement. These changes are only valid until you exit $[officename], and they only apply to the ruler on whose context menu you made the change. If you want to change the ruler measurement units permanently, choose %PRODUCTNAME - PreferencesTools - Options - [Document type] - View and change the measurement unit there.
-Ruler +Ruler
diff --git a/source/text/shared/guide/template_manager.xhp b/source/text/shared/guide/template_manager.xhp index e6eef9ae61..23788d0bd5 100644 --- a/source/text/shared/guide/template_manager.xhp +++ b/source/text/shared/guide/template_manager.xhp @@ -85,7 +85,7 @@ -To show templates from another folder in the My Templates category, choose %PRODUCTNAME - Preferences - Tools - Options - $[officename] - Paths, select Templates, press Edit, then press Add to open the file dialog for selecting the folder to add. +To show templates from another folder in the My Templates category, choose %PRODUCTNAME - Preferences - Tools - Options - $[officename] - Paths, select Templates, press Edit, then press Add to open the file dialog for selecting the folder to add.

Search

diff --git a/source/text/shared/guide/text_color.xhp b/source/text/shared/guide/text_color.xhp index f21424b18c..3dcabedbcd 100644 --- a/source/text/shared/guide/text_color.xhp +++ b/source/text/shared/guide/text_color.xhp @@ -32,9 +32,9 @@ colors; fonts fonts;colors
MW added two entries from text/shared/01/05020200.xhp and deleted "colors;fill format" -Changing the Color of Text +Changing the Color of Text - Click the arrow next to the Font Color icon to activate a toolbar from which you can choose from a range of colors. + Click the arrow next to the Font Color icon to activate a toolbar from which you can choose from a range of colors. @@ -66,6 +66,6 @@ The following applies to all modules (%PRODUCTNAME Writer, Calc, Draw, Impress): Select the text that is to take another color, then click the color you want on the toolbar. - Font color + Font color \ No newline at end of file diff --git a/source/text/shared/guide/textmode_change.xhp b/source/text/shared/guide/textmode_change.xhp index a15381b89e..6699dd6665 100644 --- a/source/text/shared/guide/textmode_change.xhp +++ b/source/text/shared/guide/textmode_change.xhp @@ -34,7 +34,7 @@

- Switching Between Insert Mode and Overwrite Mode + Switching Between Insert Mode and Overwrite Mode

@@ -71,7 +71,7 @@ - Keyboard commands + Keyboard commands \ No newline at end of file diff --git a/source/text/shared/guide/tipoftheday.xhp b/source/text/shared/guide/tipoftheday.xhp index 927f18f768..e1a9a39058 100644 --- a/source/text/shared/guide/tipoftheday.xhp +++ b/source/text/shared/guide/tipoftheday.xhp @@ -22,7 +22,7 @@
-

Tip of the Day

+

Tip of the Day

The Tip of the Day dialog displays useful tips for the user.
diff --git a/source/text/shared/guide/version_number.xhp b/source/text/shared/guide/version_number.xhp index eaa75da29b..5567c7fea8 100644 --- a/source/text/shared/guide/version_number.xhp +++ b/source/text/shared/guide/version_number.xhp @@ -30,7 +30,7 @@ build numbers of $[officename] copyright for $[officename] -Versions and Build Numbers +Versions and Build Numbers Choose Help - About $[officename]. This opens a dialog containing information about the program. diff --git a/source/text/shared/guide/viewing_file_properties.xhp b/source/text/shared/guide/viewing_file_properties.xhp index 5bc8d566bb..b451262ef3 100644 --- a/source/text/shared/guide/viewing_file_properties.xhp +++ b/source/text/shared/guide/viewing_file_properties.xhp @@ -35,7 +35,7 @@ files;properties viewing;file properties -Viewing File Properties +Viewing File Properties File properties, such as author name, subject, and keywords, help you manage and identify your documents. $[officename] also tracks file statistics, including the number of words and the number of pages in a document, and automatically adds the statistics as part of the file property. diff --git a/source/text/shared/guide/workfolder.xhp b/source/text/shared/guide/workfolder.xhp index e83e2768e5..96fe54a9b5 100644 --- a/source/text/shared/guide/workfolder.xhp +++ b/source/text/shared/guide/workfolder.xhp @@ -34,7 +34,7 @@ pictures; changing paths changing;work directory work --> working, i85615 -Changing Your Working Directory +Changing Your Working Directory When you start a dialog to open or save a document, $[officename] initially displays your working directory. To change this directory: @@ -51,6 +51,6 @@ You also use this procedure to change the directory displayed by $[officename] when you want to insert a graphic. Choose %PRODUCTNAME - PreferencesTools - Options - $[officename] - Paths - Images, then follow step 3.
- Paths + Paths \ No newline at end of file -- cgit