This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new 232139182f Remove 'oldref' entries (work in progress) 232139182f is described below commit 232139182f2d558719788533beb1e302bd3becf9 Author: mseidel <msei...@apache.org> AuthorDate: Sun Nov 3 19:54:41 2024 +0100 Remove 'oldref' entries (work in progress) (cherry picked from commit 2226c5af3d6893a5c86178743d2773abaff2d4a7) --- .../source/text/sbasic/shared/01020500.xhp | 20 +++++++-------- .../source/text/sbasic/shared/03130800.xhp | 30 +++++++++++----------- .../source/text/sbasic/shared/03132200.xhp | 26 +++++++++---------- .../source/text/shared/01/01050000.xhp | 16 ++++++------ .../source/text/shared/01/05340200.xhp | 14 +++++----- .../source/text/shared/02/06110000.xhp | 10 ++++---- .../source/text/shared/autopi/01110000.xhp | 22 ++++++++-------- .../text/shared/explorer/database/05000003.xhp | 20 +++++++-------- .../text/swriter/guide/insert_graphic_scan.xhp | 12 ++++----- .../source/text/swriter/guide/shortcut_writing.xhp | 14 +++++----- 10 files changed, 91 insertions(+), 93 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/01020500.xhp b/main/helpcontent2/source/text/sbasic/shared/01020500.xhp index 5050f7f85e..b9464e7d6a 100644 --- a/main/helpcontent2/source/text/sbasic/shared/01020500.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/01020500.xhp @@ -30,17 +30,17 @@ </meta> <body> <section id="biblio"> -<paragraph role="heading" id="hd_id3147317" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/01020500.xhp" name="Libraries, Modules and Dialogs">Libraries, Modules and Dialogs</link></paragraph> -<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U" oldref="2">The following describes the basic use of libraries, modules and dialogs in $[officename] Basic.</paragraph> +<paragraph role="heading" id="hd_id3147317" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/01020500.xhp" name="Libraries, Modules and Dialogs">Libraries, Modules and Dialogs</link></paragraph> +<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U">The following describes the basic use of libraries, modules and dialogs in $[officename] Basic.</paragraph> </section> -<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" l10n="U" oldref="3">$[officename] Basic provides tools to help you structuring your projects. It supports various "units" which enable you to group individual SUBS and FUNCTIONS in a Basic project.</paragraph> -<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="2" l10n="U" oldref="5">Libraries</paragraph> -<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US" l10n="U" oldref="6">Libraries serve as a tool for organizing modules, and can either be attached to a document or a template. When the document or a template is saved, all modules contained in the library are automatically saved as well.</paragraph> -<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="U" oldref="7">A library can contain up to 16,000 modules.</paragraph> -<paragraph role="heading" id="hd_id3149262" xml-lang="en-US" level="2" l10n="U" oldref="8">Modules</paragraph> -<paragraph role="paragraph" id="par_id3156441" xml-lang="en-US" l10n="U" oldref="9">A module contains SUBS and FUNCTIONS along with variable declarations. The length of the program that can be saved in a module is limited to 64 KB. If more space is required you can divide a $[officename] Basic project among several modules, and then save them in a single library.</paragraph> -<paragraph role="heading" id="hd_id3152577" xml-lang="en-US" level="2" l10n="U" oldref="11">Dialog Modules</paragraph> -<paragraph role="paragraph" id="par_id3149377" xml-lang="en-US" l10n="U" oldref="12">Dialog modules contain dialog definitions, including the dialog box properties, the properties of each dialog element and the events assigned. Since a dialog module can only contain a single dialog, they are often referred to as "dialogs".</paragraph> +<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" l10n="U">$[officename] Basic provides tools to help you structuring your projects. It supports various "units" which enable you to group individual SUBS and FUNCTIONS in a Basic project.</paragraph> +<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="2" l10n="U">Libraries</paragraph> +<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US" l10n="U">Libraries serve as a tool for organizing modules, and can either be attached to a document or a template. When the document or a template is saved, all modules contained in the library are automatically saved as well.</paragraph> +<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="U">A library can contain up to 16,000 modules.</paragraph> +<paragraph role="heading" id="hd_id3149262" xml-lang="en-US" level="2" l10n="U">Modules</paragraph> +<paragraph role="paragraph" id="par_id3156441" xml-lang="en-US" l10n="U">A module contains SUBS and FUNCTIONS along with variable declarations. The length of the program that can be saved in a module is limited to 64 KB. If more space is required you can divide a $[officename] Basic project among several modules, and then save them in a single library.</paragraph> +<paragraph role="heading" id="hd_id3152577" xml-lang="en-US" level="2" l10n="U">Dialog Modules</paragraph> +<paragraph role="paragraph" id="par_id3149377" xml-lang="en-US" l10n="U">Dialog modules contain dialog definitions, including the dialog box properties, the properties of each dialog element and the events assigned. Since a dialog module can only contain a single dialog, they are often referred to as "dialogs".</paragraph> <section id="relatedtopics"> <embed href="text/sbasic/shared/01030400.xhp#01030400"/> </section> diff --git a/main/helpcontent2/source/text/sbasic/shared/03130800.xhp b/main/helpcontent2/source/text/sbasic/shared/03130800.xhp index e80fff0a9e..21dd4b9c20 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03130800.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03130800.xhp @@ -33,23 +33,23 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3155364"> <bookmark_value>Environ function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3155364" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03130800.xhp" name="Environ Function [Runtime]">Environ Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3145090" xml-lang="en-US" l10n="U" oldref="2">Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have.</paragraph> +<paragraph role="heading" id="hd_id3155364" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03130800.xhp" name="Environ Function [Runtime]">Environ Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3145090" xml-lang="en-US" l10n="U">Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have.</paragraph> </section> -<paragraph role="heading" id="hd_id3150670" xml-lang="en-US" level="2" l10n="U" oldref="4">Syntax:</paragraph> -<paragraph role="code" id="par_id3159176" xml-lang="en-US" l10n="U" oldref="5">Environ (Environment As String)</paragraph> -<paragraph role="heading" id="hd_id3159157" xml-lang="en-US" level="2" l10n="U" oldref="6">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U" oldref="7">String</paragraph> -<paragraph role="heading" id="hd_id3145609" xml-lang="en-US" level="2" l10n="U" oldref="8">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US" l10n="U" oldref="9">Environment: Environment variable that you want to return the value for.</paragraph> +<paragraph role="heading" id="hd_id3150670" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="code" id="par_id3159176" xml-lang="en-US" l10n="U">Environ (Environment As String)</paragraph> +<paragraph role="heading" id="hd_id3159157" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U">String</paragraph> +<paragraph role="heading" id="hd_id3145609" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US" l10n="U">Environment: Environment variable that you want to return the value for.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3148663" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph> -<paragraph role="code" id="par_id3149655" xml-lang="en-US" l10n="U" oldref="11">Sub ExampleEnviron</paragraph> -<paragraph role="code" id="par_id3154940" xml-lang="en-US" l10n="U" oldref="12">Dim sTemp As String</paragraph> -<paragraph role="code" id="par_id3148920" xml-lang="en-US" l10n="U" oldref="13">sTemp=Environ ("TEMP")</paragraph> -<paragraph role="code" id="par_id3150869" xml-lang="en-US" l10n="U" oldref="14">If sTemp = "" Then sTemp=Environ("TMP")</paragraph> -<paragraph role="code" id="par_id3145419" xml-lang="en-US" l10n="U" oldref="15">MsgBox "'" & sTemp & "'" ,64,"Directory of temporary files:"</paragraph> -<paragraph role="code" id="par_id3154124" xml-lang="en-US" l10n="U" oldref="16">End Sub</paragraph> +<paragraph role="heading" id="hd_id3148663" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="code" id="par_id3149655" xml-lang="en-US" l10n="U">Sub ExampleEnviron</paragraph> +<paragraph role="code" id="par_id3154940" xml-lang="en-US" l10n="U">Dim sTemp As String</paragraph> +<paragraph role="code" id="par_id3148920" xml-lang="en-US" l10n="U">sTemp=Environ ("TEMP")</paragraph> +<paragraph role="code" id="par_id3150869" xml-lang="en-US" l10n="U">If sTemp = "" Then sTemp=Environ("TMP")</paragraph> +<paragraph role="code" id="par_id3145419" xml-lang="en-US" l10n="U">MsgBox "'" & sTemp & "'" ,64,"Directory of temporary files:"</paragraph> +<paragraph role="code" id="par_id3154124" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03132200.xhp b/main/helpcontent2/source/text/sbasic/shared/03132200.xhp index caeb981d2a..42f9316275 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03132200.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03132200.xhp @@ -34,19 +34,19 @@ <bookmark_value>ThisComponent property</bookmark_value> <bookmark_value>components;addressing</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3155342" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/sbasic/shared/03132200.xhp" name="ThisComponent [Runtime]">ThisComponent [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3154923" xml-lang="en-US" l10n="CHG" oldref="2">Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type.<comment>text copied from dev guide. See i60932</comment></paragraph> +<paragraph role="heading" id="hd_id3155342" xml-lang="en-US" level="1" l10n="CHG"><link href="text/sbasic/shared/03132200.xhp" name="ThisComponent [Runtime]">ThisComponent [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3154923" xml-lang="en-US" l10n="CHG">Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type.<comment>text copied from dev guide. See i60932</comment></paragraph> </section> -<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3151056" xml-lang="en-US" l10n="U" oldref="4">ThisComponent</paragraph> -<paragraph role="heading" id="hd_id3154940" xml-lang="en-US" level="2" l10n="U" oldref="5">Example:</paragraph> -<paragraph role="paragraph" id="par_id3151211" xml-lang="en-US" l10n="U" oldref="6">Sub Main</paragraph> -<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U" oldref="7"> REM updates the "Table of Contents" in a text doc</paragraph> -<paragraph role="paragraph" id="par_id3151381" xml-lang="en-US" l10n="U" oldref="8"> Dim allindexes, index As Object</paragraph> -<paragraph role="paragraph" id="par_id3150769" xml-lang="en-US" l10n="U" oldref="9"> allindexes = ThisComponent.getDocumentIndexes()</paragraph> -<paragraph role="paragraph" id="par_id3153194" xml-lang="en-US" l10n="U" oldref="10"> index = allindexes.getByName("Table of Contents1")</paragraph> -<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US" l10n="U" oldref="11"> REM use the default name for Table of Contents and a 1</paragraph> -<paragraph role="paragraph" id="par_id3153368" xml-lang="en-US" l10n="U" oldref="12"> index.update()</paragraph> -<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" l10n="U" oldref="13">End Sub</paragraph> +<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3151056" xml-lang="en-US" l10n="U">ThisComponent</paragraph> +<paragraph role="heading" id="hd_id3154940" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3151211" xml-lang="en-US" l10n="U">Sub Main</paragraph> +<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U"> REM updates the "Table of Contents" in a text doc</paragraph> +<paragraph role="paragraph" id="par_id3151381" xml-lang="en-US" l10n="U"> Dim allindexes, index As Object</paragraph> +<paragraph role="paragraph" id="par_id3150769" xml-lang="en-US" l10n="U"> allindexes = ThisComponent.getDocumentIndexes()</paragraph> +<paragraph role="paragraph" id="par_id3153194" xml-lang="en-US" l10n="U"> index = allindexes.getByName("Table of Contents1")</paragraph> +<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US" l10n="U"> REM use the default name for Table of Contents and a 1</paragraph> +<paragraph role="paragraph" id="par_id3153368" xml-lang="en-US" l10n="U"> index.update()</paragraph> +<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/01/01050000.xhp b/main/helpcontent2/source/text/shared/01/01050000.xhp index 5554f192aa..22ea598e90 100644 --- a/main/helpcontent2/source/text/shared/01/01050000.xhp +++ b/main/helpcontent2/source/text/shared/01/01050000.xhp @@ -36,19 +36,19 @@ </bookmark><comment>mw deleted "backing window"</comment> <bookmark xml-lang="en-US" branch="hid/.uno:CloseDoc" id="bm_id5360279" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:CloseDoc" id="bm_id3150702" localize="false"/> -<paragraph role="heading" id="hd_id3154545" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/01/01050000.xhp" name="Close">Close</link></paragraph> -<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:CloseDoc">Closes the current document without exiting the program.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154545" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/01/01050000.xhp" name="Close">Close</link></paragraph> +<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US" l10n="U"><ahelp hid=".uno:CloseDoc">Closes the current document without exiting the program.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#schliessen"/> </section> -<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US" l10n="U" oldref="7">The <emph>Close</emph> command closes all of the open windows for the current document.</paragraph> -<paragraph role="paragraph" id="par_id3148620" xml-lang="en-US" l10n="U" oldref="4">If you have made changes to the current document, you are prompted if you want to <link href="text/shared/01/01060000.xhp" name="save">save</link> your changes.</paragraph><comment>no longer the default -id="par_id3159399" l10n="U" oldref="5"If you open a document for printing, and do not make any changes, you are still prompted to save your changes when you close the document. This is because $[officename] keeps track of when a document is printed.</comment> -<paragraph role="paragraph" id="par_id3159201" xml-lang="en-US" l10n="CHG" oldref="8">When you close the last open document window, you see the <link href="text/shared/guide/startcenter.xhp">Start Center</link>.</paragraph> +<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US" l10n="U">The <emph>Close</emph> command closes all of the open windows for the current document.</paragraph> +<paragraph role="paragraph" id="par_id3148620" xml-lang="en-US" l10n="U">If you have made changes to the current document, you are prompted if you want to <link href="text/shared/01/01060000.xhp" name="save">save</link> your changes.</paragraph> +<comment>no longer the default id="par_id3159399" l10n="U" If you open a document for printing, and do not make any changes, you are still prompted to save your changes when you close the document. This is because $[officename] keeps track of when a document is printed.</comment> +<paragraph role="paragraph" id="par_id3159201" xml-lang="en-US" l10n="CHG">When you close the last open document window, you see the <link href="text/shared/guide/startcenter.xhp">Start Center</link>.</paragraph> <section id="relatedtopics"> -<paragraph role="paragraph" id="par_id3153821" xml-lang="en-US" l10n="U" oldref="9"><link href="text/shared/02/10100000.xhp" name="Close the current window">Close the current window</link></paragraph> -<paragraph role="paragraph" id="par_id3154750" xml-lang="en-US" l10n="U" oldref="10"><link href="text/shared/01/01170000.xhp" name="Exit $[officename]">Exit $[officename]</link></paragraph> +<paragraph role="paragraph" id="par_id3153821" xml-lang="en-US" l10n="U"><link href="text/shared/02/10100000.xhp" name="Close the current window">Close the current window</link></paragraph> +<paragraph role="paragraph" id="par_id3154750" xml-lang="en-US" l10n="U"><link href="text/shared/01/01170000.xhp" name="Exit $[officename]">Exit $[officename]</link></paragraph> </section> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/01/05340200.xhp b/main/helpcontent2/source/text/shared/01/05340200.xhp index 2d38cee837..9f6cd16491 100644 --- a/main/helpcontent2/source/text/shared/01/05340200.xhp +++ b/main/helpcontent2/source/text/shared/01/05340200.xhp @@ -31,17 +31,17 @@ <body> <bookmark xml-lang="en-US" branch="hid/.uno:ColumnWidth" id="bm_id7108329" localize="false"/><!-- HID added by script --> <bookmark branch="hid/.uno:ColumnWidth" xml-lang="en-US" id="bm_id3155619"/><bookmark branch="hid/DBACCESS_HID_BROWSER_COLUMNWIDTH" xml-lang="en-US" id="bm_id3150756"/> -<paragraph role="heading" level="1" id="hd_id3158397" l10n="U" xml-lang="en-US" oldref="1">Column width</paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3153272" xml-lang="en-US" oldref="2"><variable id="spaltetext"><ahelp hid="HID_BROWSER_COLUMNWIDTH" visibility="visible">Changes the width of the current column, or the selected columns.</ahelp></variable></paragraph> +<paragraph role="heading" level="1" id="hd_id3158397" l10n="U" xml-lang="en-US">Column width</paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3153272" xml-lang="en-US"><variable id="spaltetext"><ahelp hid="HID_BROWSER_COLUMNWIDTH" visibility="visible">Changes the width of the current column, or the selected columns.</ahelp></variable></paragraph> <section id="howtoget"> <embed href="text/shared/00/00040503.xhp#fosb"/> </section> -<paragraph l10n="U" role="paragraph" id="par_id3152821" xml-lang="en-US" oldref="7">You can also change the width of a column by dragging the divider beside the column header.<switchinline select="appl"> <caseinline select="CALC"> To fit the column width to the cell contents, double-click the divider.</caseinline> </switchinline></paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3152821" xml-lang="en-US">You can also change the width of a column by dragging the divider beside the column header.<switchinline select="appl"> <caseinline select="CALC"> To fit the column width to the cell contents, double-click the divider.</caseinline> </switchinline></paragraph> <bookmark branch="hid/sc:MetricField:RID_SCDLG_COL_MAN:ED_VALUE" xml-lang="en-US" id="bm_id3154984"/><bookmark branch="hid/dbaccess:MetricField:DLG_COLWIDTH:MF_VALUE" xml-lang="en-US" id="bm_id3153346"/> -<paragraph role="heading" level="2" id="hd_id3149346" l10n="U" xml-lang="en-US" oldref="3">Width</paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3147576" xml-lang="en-US" oldref="4"><ahelp hid="DBACCESS_METRICFIELD_DLG_COLWIDTH_MF_VALUE" visibility="visible">Enter the column width that you want to use.</ahelp></paragraph> +<paragraph role="heading" level="2" id="hd_id3149346" l10n="U" xml-lang="en-US">Width</paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3147576" xml-lang="en-US"><ahelp hid="DBACCESS_METRICFIELD_DLG_COLWIDTH_MF_VALUE" visibility="visible">Enter the column width that you want to use.</ahelp></paragraph> <bookmark branch="hid/sc:CheckBox:RID_SCDLG_COL_MAN:BTN_DEFVAL" xml-lang="en-US" id="bm_id3155392"/><bookmark branch="hid/dbaccess:CheckBox:DLG_COLWIDTH:CB_STANDARD" xml-lang="en-US" id="bm_id3157959"/> -<paragraph id="hd_id3148621" role="heading" level="2" oldref="5" l10n="U" xml-lang="en-US"><switchinline select="appl"> <caseinline select="CALC">Default value</caseinline> <defaultinline>Automatic</defaultinline> </switchinline></paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3147008" xml-lang="en-US" oldref="6"><ahelp hid="DBACCESS_CHECKBOX_DLG_COLWIDTH_CB_STANDARD" visibility="visible">Automatically adjusts the column width based on the current font.</ahelp></paragraph> +<paragraph id="hd_id3148621" role="heading" level="2" l10n="U" xml-lang="en-US"><switchinline select="appl"> <caseinline select="CALC">Default value</caseinline> <defaultinline>Automatic</defaultinline> </switchinline></paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3147008" xml-lang="en-US"><ahelp hid="DBACCESS_CHECKBOX_DLG_COLWIDTH_CB_STANDARD" visibility="visible">Automatically adjusts the column width based on the current font.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/02/06110000.xhp b/main/helpcontent2/source/text/shared/02/06110000.xhp index dcb10e6315..d4fcebb57c 100644 --- a/main/helpcontent2/source/text/shared/02/06110000.xhp +++ b/main/helpcontent2/source/text/shared/02/06110000.xhp @@ -34,13 +34,13 @@ <bookmark xml-lang="en-US" branch="hid/.uno:OutlineDown" id="bm_id3154894" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:MoveDown" id="bm_id7415824" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:MoveDown" id="bm_id3149495" localize="false"/> -<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/02/06110000.xhp" name="Move Down">Move Down</link></paragraph> -<paragraph role="paragraph" id="par_id3154228" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:MoveDown">Positions the selected paragraph after the one below it.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/02/06110000.xhp" name="Move Down">Move Down</link></paragraph> +<paragraph role="paragraph" id="par_id3154228" xml-lang="en-US" l10n="U"><ahelp hid=".uno:MoveDown">Positions the selected paragraph after the one below it.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3158405" xml-lang="en-US" l10n="CHG" oldref="5">If you have numbered paragraphs and click the <emph>Move Down</emph> icon, the numbers will be adjusted to the current order. <switchinline select="appl"><caseinline select="WRITER">The <emph>Move Down</emph> icon is only visible when the cursor is positioned in a bulleted or numbered list. +<paragraph role="paragraph" id="par_id3158405" xml-lang="en-US" l10n="CHG">If you have numbered paragraphs and click the <emph>Move Down</emph> icon, the numbers will be adjusted to the current order. <switchinline select="appl"><caseinline select="WRITER">The <emph>Move Down</emph> icon is only visible when the cursor is positioned in a bulleted or numbered list. </caseinline></switchinline><switchinline select="appl"><caseinline select="IMPRESS">The <emph>Move Down</emph> icon appears on the <emph>Text Formatting</emph> Bar when you use the outline view. </caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3149751" xml-lang="en-US" l10n="U" oldref="4">This function can be called by pressing <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow.</paragraph> +<paragraph role="paragraph" id="par_id3149751" xml-lang="en-US" l10n="U">This function can be called by pressing <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow.</paragraph> <section id="syhinunterschieben"> <table id="tbl_id3155535"> <tablerow> @@ -50,7 +50,7 @@ </image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3145212" xml-lang="en-US" l10n="U" oldref="3">Move Down</paragraph> +<paragraph role="paragraph" id="par_id3145212" xml-lang="en-US" l10n="U">Move Down</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/shared/autopi/01110000.xhp b/main/helpcontent2/source/text/shared/autopi/01110000.xhp index c921d90620..1b96f3d607 100644 --- a/main/helpcontent2/source/text/shared/autopi/01110000.xhp +++ b/main/helpcontent2/source/text/shared/autopi/01110000.xhp @@ -21,8 +21,6 @@ * ***********************************************************--> - - <helpdocument version="1.0"> <meta> <topic id="textsharedautopi01110000xml" indexer="include" status="PUBLISH"> @@ -31,24 +29,24 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3154788" xml-lang="en-US" level="1" l10n="U" oldref="1">HTML Export</paragraph> -<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".">Determines the settings for publishing $[officename] Draw or $[officename] Impress documents in HTML format.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154788" xml-lang="en-US" level="1" l10n="U">HTML Export</paragraph> +<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US" l10n="U"><ahelp hid=".">Determines the settings for publishing $[officename] Draw or $[officename] Impress documents in HTML format.</ahelp></paragraph> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#htmlspeichern"/> </section> -<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US" l10n="U" oldref="10">The pages displayed differ depending on what you select on the second page of the Wizard.</paragraph> +<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US" l10n="U">The pages displayed differ depending on what you select on the second page of the Wizard.</paragraph> <embed href="text/shared/autopi/01110100.xhp#seite1"/> <embed href="text/shared/autopi/01110200.xhp#seite2"/> <embed href="text/shared/autopi/01110300.xhp#seite3"/> <embed href="text/shared/autopi/01110400.xhp#seite4"/> <embed href="text/shared/autopi/01110500.xhp#seite5"/> <embed href="text/shared/autopi/01110600.xhp#seite6"/> -<paragraph role="heading" id="hd_id3146797" xml-lang="en-US" level="2" l10n="U" oldref="3">< Back</paragraph> -<paragraph role="paragraph" id="par_id3150444" xml-lang="en-US" l10n="U" oldref="4"><ahelp hid="SD:PUSHBUTTON:DLG_PUBLISHING:BUT_LAST">Returns to the selections made on the previous page.</ahelp> The current settings remain saved. You can select this button once you are in the second editing step.</paragraph> -<paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="2" l10n="U" oldref="5">Next ></paragraph> -<paragraph role="paragraph" id="par_id3147574" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SD:PUSHBUTTON:DLG_PUBLISHING:BUT_NEXT">Saves the current settings and moves to the next page.</ahelp> This button becomes inactive on the last page of the dialog.</paragraph> -<paragraph role="heading" id="hd_id3154046" xml-lang="en-US" level="2" l10n="U" oldref="7">Create</paragraph> -<paragraph role="paragraph" id="par_id3157909" xml-lang="en-US" l10n="CHG" oldref="8"><ahelp hid=".">Creates new documents according to your selections and saves the documents.</ahelp></paragraph> -<paragraph role="note" id="par_id3154897" xml-lang="en-US" l10n="U" oldref="9">$[officename] saves the current Wizard settings and uses them as default the next time that you open the Wizard.</paragraph> +<paragraph role="heading" id="hd_id3146797" xml-lang="en-US" level="2" l10n="U">< Back</paragraph> +<paragraph role="paragraph" id="par_id3150444" xml-lang="en-US" l10n="U"><ahelp hid="SD:PUSHBUTTON:DLG_PUBLISHING:BUT_LAST">Returns to the selections made on the previous page.</ahelp> The current settings remain saved. You can select this button once you are in the second editing step.</paragraph> +<paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="2" l10n="U">Next ></paragraph> +<paragraph role="paragraph" id="par_id3147574" xml-lang="en-US" l10n="U"><ahelp hid="SD:PUSHBUTTON:DLG_PUBLISHING:BUT_NEXT">Saves the current settings and moves to the next page.</ahelp> This button becomes inactive on the last page of the dialog.</paragraph> +<paragraph role="heading" id="hd_id3154046" xml-lang="en-US" level="2" l10n="U">Create</paragraph> +<paragraph role="paragraph" id="par_id3157909" xml-lang="en-US" l10n="CHG"><ahelp hid=".">Creates new documents according to your selections and saves the documents.</ahelp></paragraph> +<paragraph role="note" id="par_id3154897" xml-lang="en-US" l10n="U">$[officename] saves the current Wizard settings and uses them as default the next time that you open the Wizard.</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/explorer/database/05000003.xhp b/main/helpcontent2/source/text/shared/explorer/database/05000003.xhp index 5ecc45172d..3f358c1230 100644 --- a/main/helpcontent2/source/text/shared/explorer/database/05000003.xhp +++ b/main/helpcontent2/source/text/shared/explorer/database/05000003.xhp @@ -29,19 +29,19 @@ </topic> </meta> <body> -<paragraph role="heading" id="hd_id3163829" xml-lang="en-US" level="1" l10n="U" oldref="1">Enter / change password</paragraph> -<paragraph role="paragraph" id="par_id3148520" xml-lang="en-US" l10n="U" oldref="2">Allows you to enter and confirm a new or changed password. If you have defined a new user, enter the user's name in this dialog.</paragraph> +<paragraph role="heading" id="hd_id3163829" xml-lang="en-US" level="1" l10n="U">Enter / change password</paragraph> +<paragraph role="paragraph" id="par_id3148520" xml-lang="en-US" l10n="U">Allows you to enter and confirm a new or changed password. If you have defined a new user, enter the user's name in this dialog.</paragraph> <bookmark xml-lang="en-US" branch="hid/sfx2:Edit:DLG_PASSWD:ED_PASSWD_USER" id="bm_id3149283" localize="false"/> -<paragraph role="heading" id="hd_id3157898" xml-lang="en-US" level="2" l10n="U" oldref="3">User</paragraph> -<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US" l10n="U" oldref="4"><ahelp hid="SFX2:EDIT:DLG_PASSWD:ED_PASSWD_USER">Specifies the name of the new user.</ahelp> This field is only visible if you have defined a new user.</paragraph> +<paragraph role="heading" id="hd_id3157898" xml-lang="en-US" level="2" l10n="U">User</paragraph> +<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US" l10n="U"><ahelp hid="SFX2:EDIT:DLG_PASSWD:ED_PASSWD_USER">Specifies the name of the new user.</ahelp> This field is only visible if you have defined a new user.</paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:Edit:DLG_PASSWORD:ED_OLDPASSWORD" id="bm_id3145346" localize="false"/> -<paragraph role="heading" id="hd_id3153681" xml-lang="en-US" level="2" l10n="U" oldref="9">Old password</paragraph> -<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="DBACCESS_EDIT_DLG_PASSWORD_ED_OLDPASSWORD">Enter the old password.</ahelp> This field is visible when you have started the dialog via <emph>Change password</emph>.</paragraph> +<paragraph role="heading" id="hd_id3153681" xml-lang="en-US" level="2" l10n="U">Old password</paragraph> +<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_EDIT_DLG_PASSWORD_ED_OLDPASSWORD">Enter the old password.</ahelp> This field is visible when you have started the dialog via <emph>Change password</emph>.</paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess:Edit:DLG_PASSWORD:ED_PASSWORD" id="bm_id3166411" localize="false"/> -<paragraph role="heading" id="hd_id3153311" xml-lang="en-US" level="2" l10n="U" oldref="5">Password</paragraph> -<paragraph role="paragraph" id="par_id3147243" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="DBACCESS_EDIT_DLG_PASSWORD_ED_PASSWORD">Enter the new password.</ahelp></paragraph><comment>UFI: removed help id</comment> +<paragraph role="heading" id="hd_id3153311" xml-lang="en-US" level="2" l10n="U">Password</paragraph> +<paragraph role="paragraph" id="par_id3147243" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_EDIT_DLG_PASSWORD_ED_PASSWORD">Enter the new password.</ahelp></paragraph><comment>UFI: removed help id</comment> <bookmark xml-lang="en-US" branch="hid/dbaccess:Edit:DLG_PASSWORD:ED_PASSWORD_REPEAT" id="bm_id3163802" localize="false"/> -<paragraph role="heading" id="hd_id3147275" xml-lang="en-US" level="2" l10n="U" oldref="7">Confirm (password)</paragraph> -<paragraph role="paragraph" id="par_id3153541" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="DBACCESS_EDIT_DLG_PASSWORD_ED_PASSWORD_REPEAT">Enter the new password again.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3147275" xml-lang="en-US" level="2" l10n="U">Confirm (password)</paragraph> +<paragraph role="paragraph" id="par_id3153541" xml-lang="en-US" l10n="U"><ahelp hid="DBACCESS_EDIT_DLG_PASSWORD_ED_PASSWORD_REPEAT">Enter the new password again.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp b/main/helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp index d8278c3179..ae2f84647a 100644 --- a/main/helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp +++ b/main/helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp @@ -34,21 +34,21 @@ <bookmark_value>pictures; scanning</bookmark_value> <bookmark_value>scanning pictures</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3156017" role="heading" level="1" l10n="U" oldref="1"><variable id="insert_graphic_scan"><link href="text/swriter/guide/insert_graphic_scan.xhp" name="Inserting a Scanned Image">Inserting a Scanned Image</link> +<paragraph xml-lang="en-US" id="hd_id3156017" role="heading" level="1" l10n="U"><variable id="insert_graphic_scan"><link href="text/swriter/guide/insert_graphic_scan.xhp" name="Inserting a Scanned Image">Inserting a Scanned Image</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3149692" role="paragraph" l10n="U" oldref="2">To insert a scanned image, the scanner must be connected to your system and the scanner software drivers must be installed.</paragraph> -<paragraph xml-lang="en-US" id="par_id3155182" role="paragraph" l10n="U" oldref="3"><switchinline select="sys"><caseinline select="WIN">The scanner must support the TWAIN standard. +<paragraph xml-lang="en-US" id="par_id3149692" role="paragraph" l10n="U">To insert a scanned image, the scanner must be connected to your system and the scanner software drivers must be installed.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155182" role="paragraph" l10n="U"><switchinline select="sys"><caseinline select="WIN">The scanner must support the TWAIN standard. </caseinline></switchinline><switchinline select="sys"><caseinline select="UNIX">The scanner must support the SANE standard. </caseinline></switchinline></paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3155915" role="listitem" l10n="U" oldref="4">Click in the document where you want to insert the scanned image.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155915" role="listitem" l10n="U">Click in the document where you want to insert the scanned image.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155864" role="listitem" l10n="U" oldref="5">Choose <link href="text/shared/01/04060000.xhp" name="Insert - Picture - Scan"><emph>Insert - Picture - Scan</emph></link>, and choose the scanning source from the submenu.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155864" role="listitem" l10n="U">Choose <link href="text/shared/01/04060000.xhp" name="Insert - Picture - Scan"><emph>Insert - Picture - Scan</emph></link>, and choose the scanning source from the submenu.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153416" role="listitem" l10n="U" oldref="8">Follow the scanning instructions.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153416" role="listitem" l10n="U">Follow the scanning instructions.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> diff --git a/main/helpcontent2/source/text/swriter/guide/shortcut_writing.xhp b/main/helpcontent2/source/text/swriter/guide/shortcut_writing.xhp index c96b9d7100..2b6c08fbe5 100644 --- a/main/helpcontent2/source/text/swriter/guide/shortcut_writing.xhp +++ b/main/helpcontent2/source/text/swriter/guide/shortcut_writing.xhp @@ -36,24 +36,24 @@ <bookmark_value>bold;formatting while typing</bookmark_value> <bookmark_value>shortcut keys;bold formatting</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3149689" role="heading" level="1" l10n="U" oldref="1"><variable id="shortcut_writing"><link href="text/swriter/guide/shortcut_writing.xhp" name="Applying Text Formatting While You Type">Applying Text Formatting While You Type</link> +<paragraph xml-lang="en-US" id="hd_id3149689" role="heading" level="1" l10n="U"><variable id="shortcut_writing"><link href="text/swriter/guide/shortcut_writing.xhp" name="Applying Text Formatting While You Type">Applying Text Formatting While You Type</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="hd_id3155909" role="paragraph" l10n="U" oldref="2">To apply bold formatting</paragraph> +<paragraph xml-lang="en-US" id="hd_id3155909" role="paragraph" l10n="U">To apply bold formatting</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3155861" role="listitem" l10n="U" oldref="14">Select the text that you want to format.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155861" role="listitem" l10n="U">Select the text that you want to format.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3149836" role="listitem" l10n="U" oldref="5">Press <switchinline select="sys"><caseinline select="MAC">Command +<paragraph xml-lang="en-US" id="par_id3149836" role="listitem" l10n="U">Press <switchinline select="sys"><caseinline select="MAC">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B.</paragraph> -<paragraph xml-lang="en-US" id="par_id3156112" role="listitem" l10n="U" oldref="6">You can also press <switchinline select="sys"><caseinline select="MAC">Command +<paragraph xml-lang="en-US" id="par_id3156112" role="listitem" l10n="U">You can also press <switchinline select="sys"><caseinline select="MAC">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select="sys"><caseinline select="MAC">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/swriter/guide/subscript.xhp#subscript"/> -<paragraph xml-lang="en-US" id="par_id3149648" role="paragraph" l10n="U" oldref="12"><link href="text/swriter/04/01020000.xhp" name="Keyboard shortcut for text documents">Keyboard shortcut for text documents</link></paragraph> -<paragraph xml-lang="en-US" id="par_id3149611" role="paragraph" l10n="U" oldref="13"><link href="text/shared/main0400.xhp" name="Keyboard shortcut in $[officename]">Keyboard shortcut in $[officename]</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3149648" role="paragraph" l10n="U"><link href="text/swriter/04/01020000.xhp" name="Keyboard shortcut for text documents">Keyboard shortcut for text documents</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3149611" role="paragraph" l10n="U"><link href="text/shared/main0400.xhp" name="Keyboard shortcut in $[officename]">Keyboard shortcut in $[officename]</link></paragraph> </body> </helpdocument>