diff options
-rw-r--r-- | source/text/sbasic/guide/access2base.xhp | 6 | ||||
-rw-r--r-- | source/text/sbasic/shared/03103350.xhp | 4 | ||||
-rw-r--r-- | source/text/scalc/01/04060106.xhp | 4 | ||||
-rw-r--r-- | source/text/shared/guide/ms_user.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/01/04020100.xhp | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/source/text/sbasic/guide/access2base.xhp b/source/text/sbasic/guide/access2base.xhp index b0ed3ae09a..d94e0c3d9c 100644 --- a/source/text/sbasic/guide/access2base.xhp +++ b/source/text/sbasic/guide/access2base.xhp @@ -46,13 +46,13 @@ <paragraph role="heading" id="hd_idA2B008" xml-lang="en-US" level="2">The implemented macros include:</paragraph> <list type="ordered" format="1"> <listitem> - <paragraph role="listitem" id="par_idA2B009" xml-lang="en-US">a simplified and extensible API for <emph>forms</emph>, <emph>dialogs</emph> and <emph>controls</emph> manipulations similar with the MSAccess object model</paragraph> + <paragraph role="listitem" id="par_idA2B009" xml-lang="en-US">a simplified and extensible API for <emph>forms</emph>, <emph>dialogs</emph> and <emph>controls</emph> manipulations similar with the Microsoft Access object model</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_idA2B010" xml-lang="en-US">an API for database access with the <emph>table</emph>, <emph>query</emph>, <emph>recordset</emph> and <emph>field</emph> objects</paragraph> </listitem> <listitem> - <paragraph role="listitem" id="par_idA2B011" xml-lang="en-US">a number of <emph>actions</emph> with a syntax identical to their corresponding MSAccess macros/actions</paragraph> + <paragraph role="listitem" id="par_idA2B011" xml-lang="en-US">a number of <emph>actions</emph> with a syntax identical to their corresponding Microsoft Access macros/actions</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_idA2B012" xml-lang="en-US">the <emph>DLookup</emph>, <emph>DSum</emph>, ... database functions</paragraph> @@ -73,7 +73,7 @@ <paragraph role="listitem" id="par_idA2B017" xml-lang="en-US">the support of both embedded forms and standalone (Writer) forms</paragraph> </listitem> </list> - <paragraph role="heading" id="hd_idA2B018" xml-lang="en-US" level="2">Compare Access2Base with MSAccess VBA</paragraph> + <paragraph role="heading" id="hd_idA2B018" xml-lang="en-US" level="2">Compare Access2Base with Microsoft Access VBA</paragraph> <bascode> <paragraph role="bascode" id="hd_idA2B019" xml-lang="en-US" localize="false">REM Open a form ... </paragraph> <paragraph role="bascode" id="hd_idA2B020" xml-lang="en-US" localize="false"> OpenForm("myForm") </paragraph> diff --git a/source/text/sbasic/shared/03103350.xhp b/source/text/sbasic/shared/03103350.xhp index 6cd1eb4262..cc47ba6284 100644 --- a/source/text/sbasic/shared/03103350.xhp +++ b/source/text/sbasic/shared/03103350.xhp @@ -30,8 +30,8 @@ <section id="optioniVBASupport"> <bookmark xml-lang="en-US" branch="index" id="bm_id3145090"> - <bookmark_value>MS Excel macros support;Enable</bookmark_value> - <bookmark_value>MS Excel macros support;Option VBASupport statement</bookmark_value> + <bookmark_value>Microsoft Excel macros support;Enable</bookmark_value> + <bookmark_value>Microsoft Excel macros support;Option VBASupport statement</bookmark_value> <bookmark_value>VBA Support;Option VBASupport statement</bookmark_value> <bookmark_value>Option VBASupport statement</bookmark_value> </bookmark> diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index ec11f80459..1455a7890f 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -688,7 +688,7 @@ <paragraph id="par_id3153467" role="paragraph" xml-lang="en-US"><emph>Number</emph> is the number that is to be rounded up.</paragraph> <paragraph id="par_id3155000" role="paragraph" xml-lang="en-US"><emph>Significance</emph> is the number to whose multiple the value is to be rounded up.</paragraph> <paragraph id="par_id3155020" role="paragraph" xml-lang="en-US"><emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number, i.e. negative numbers are rounded away from zero. If the Mode value is equal to zero or is not given, negative numbers are rounded towards zero.</paragraph> -<paragraph id="par_id3163792" role="warning" xml-lang="en-US">If the spreadsheet is exported to MS Excel, the CEILING function is exported as the equivalent CEILING.MATH function that exists since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either CEILING.PRECISE that exists since Excel 2010, or CEILING.XCL that is exported as the CEILING function compatible with all Excel versions. Note that CEILING.XCL always rounds away from zero.</paragraph> +<paragraph id="par_id3163792" role="warning" xml-lang="en-US">If the spreadsheet is exported to Microsoft Excel, the CEILING function is exported as the equivalent CEILING.MATH function that exists since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either CEILING.PRECISE that exists since Excel 2010, or CEILING.XCL that is exported as the CEILING function compatible with all Excel versions. Note that CEILING.XCL always rounds away from zero.</paragraph> <paragraph id="hd_id3145697" role="heading" level="3" xml-lang="en-US">Example</paragraph> <paragraph id="par_id3145710" role="paragraph" xml-lang="en-US"><item type="input">=CEILING(-11;-2)</item> returns -10</paragraph> @@ -1385,7 +1385,7 @@ <paragraph id="par_id3157478" role="paragraph" xml-lang="en-US"><emph>Number</emph> is the number that is to be rounded down.</paragraph> <paragraph id="par_id3157497" role="paragraph" xml-lang="en-US"><emph>Significance</emph> is the value to whose multiple the number is to be rounded down.</paragraph> <paragraph id="par_id3157517" role="paragraph" xml-lang="en-US"><emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number, i.e. negative numbers are rounded towards zero. If the Mode value is equal to zero or is not given, negative numbers are rounded away from zero.</paragraph> -<paragraph id="par_id3163894" role="warning" xml-lang="en-US">If the spreadsheet is exported to MS Excel, the FLOOR function is exported as the equivalent FLOOR.MATH function that exists since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either FLOOR.PRECISE that exists since Excel 2010, or FLOOR.XCL that is exported as the FLOOR function compatible with all Excel versions. Note that FLOOR.XCL always rounds towards zero.</paragraph> +<paragraph id="par_id3163894" role="warning" xml-lang="en-US">If the spreadsheet is exported to Microsoft Excel, the FLOOR function is exported as the equivalent FLOOR.MATH function that exists since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either FLOOR.PRECISE that exists since Excel 2010, or FLOOR.XCL that is exported as the FLOOR function compatible with all Excel versions. Note that FLOOR.XCL always rounds towards zero.</paragraph> <paragraph id="hd_id3163932" role="heading" level="3" xml-lang="en-US">Example</paragraph> <paragraph id="par_id3163945" role="paragraph" xml-lang="en-US"><item type="input">=FLOOR( -11;-2)</item> returns -12</paragraph> diff --git a/source/text/shared/guide/ms_user.xhp b/source/text/shared/guide/ms_user.xhp index 30de78d378..4d661f4ae2 100644 --- a/source/text/shared/guide/ms_user.xhp +++ b/source/text/shared/guide/ms_user.xhp @@ -61,7 +61,7 @@ </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_id3154898" xml-lang="en-US">MS Excel, *.xls, *.xlsx</paragraph> +<paragraph role="tablecontent" id="par_id3154898" xml-lang="en-US">Microsoft Excel, *.xls, *.xlsx</paragraph> </tablecell> <tablecell> <paragraph role="tablecontent" id="par_id3149580" xml-lang="en-US">$[officename] Calc</paragraph> diff --git a/source/text/swriter/01/04020100.xhp b/source/text/swriter/01/04020100.xhp index bffcbea211..ca36186adb 100644 --- a/source/text/swriter/01/04020100.xhp +++ b/source/text/swriter/01/04020100.xhp @@ -56,7 +56,7 @@ <paragraph role="heading" id="hd_id3153672" xml-lang="en-US" level="3">DDE<comment>UFI: WIN only, while fixing #109638#</comment></paragraph> <paragraph role="paragraph" id="par_id3151310" xml-lang="en-US"><ahelp hid=".">Creates a <emph>DDE </emph>link. Select this check box, and then enter the <emph>DDE </emph>command that you want to use. The <emph>DDE</emph> option is only available if the <emph>Link</emph> check box is selected.</ahelp></paragraph> <paragraph role="paragraph" id="par_id3143280" xml-lang="en-US">The general syntax for a DDE command is: "<Server> <Topic> <Item>", where server is the DDE name for the application that contains the data. Topic refers to the location of the Item (usually the file name), and Item represents the actual object.</paragraph> -<paragraph role="paragraph" id="par_id3149098" xml-lang="en-US">For example, to insert a section named "Section1" from a $[officename] text document abc.odt as a DDE link, use the command: "soffice x:\abc.odt Section1". To insert the contents of the first cell from a MS Excel spreadsheet file called "abc.xls", use the command: "excel x:\[abc.xls]Sheet1 z1s1". You can also copy the elements that you want to insert as a DDE link, and then <emph>Edit - Paste Special</emph>. You can then view the DDE command for the link, by selecting the contents and choosing <emph>Edit - Fields</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3149098" xml-lang="en-US">For example, to insert a section named "Section1" from a $[officename] text document abc.odt as a DDE link, use the command: "soffice x:\abc.odt Section1". To insert the contents of the first cell from a Microsoft Excel spreadsheet file called "abc.xls", use the command: "excel x:\[abc.xls]Sheet1 z1s1". You can also copy the elements that you want to insert as a DDE link, and then <emph>Edit - Paste Special</emph>. You can then view the DDE command for the link, by selecting the contents and choosing <emph>Edit - Fields</emph>.</paragraph> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/sectionpage/filename" id="bm_id3149038" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/editsectiondialog/filename" id="bm_id3149042" localize="false"/> <paragraph role="heading" id="hd_id3153640" xml-lang="en-US" level="3">File name<switchinline select="sys"><caseinline select="WIN"> / DDE command |