source/text/sbasic/shared/00000002.xhp |    2 +-
 source/text/sbasic/shared/03020404.xhp |    4 ++--
 source/text/scalc/01/04060104.xhp      |    8 ++++----
 source/text/scalc/01/04060109.xhp      |    4 ++--
 source/text/swriter/01/04020100.xhp    |    2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 2251478b3e1440a5a0b1928dc492e15f679fca49
Author: Gabor Kelemen <kelem...@gnome.hu>
Date:   Thu Sep 15 13:56:20 2016 +0200

    Change file extensions in examples: sxw -> odt, sxc -> ods
    
    Some examples still used the old StarOffice extensions.
    
    Change-Id: Id6f7a28f0ff8511181f3641d8ad9f6f5896cef68
    Reviewed-on: https://gerrit.libreoffice.org/28925
    Reviewed-by: Michael Stahl <mst...@redhat.com>
    Tested-by: Michael Stahl <mst...@redhat.com>

diff --git a/source/text/sbasic/shared/00000002.xhp 
b/source/text/sbasic/shared/00000002.xhp
index f2f6ac2..224f06a 100644
--- a/source/text/sbasic/shared/00000002.xhp
+++ b/source/text/sbasic/shared/00000002.xhp
@@ -59,7 +59,7 @@
 
<emph>protocol</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>
 </paragraph>
 <paragraph role="paragraph" id="par_id3168612" xml-lang="en-US" l10n="U" 
oldref="109">The most common usage of URLs is on the internet when specifying 
web pages. Example for protocols are <emph>http</emph>, <emph>ftp</emph>, or 
<emph>file</emph>. The <emph>file</emph> protocol specifier is used when 
referring to a file on the local file system.</paragraph>
-<paragraph role="paragraph" id="par_id3150324" xml-lang="en-US" l10n="U" 
oldref="110">URL notation does not allow certain special characters to be used. 
These are either replaced by other characters or encoded. A slash 
(<emph>/</emph>) is used as a path separator. For example, a file referred to 
as <emph>C:\My File.sxw</emph> on the local host in "Windows notation" becomes 
<emph>file:///C|/My%20File.sxw</emph> in URL notation.</paragraph>
+<paragraph role="paragraph" id="par_id3150324" xml-lang="en-US" l10n="U" 
oldref="110">URL notation does not allow certain special characters to be used. 
These are either replaced by other characters or encoded. A slash 
(<emph>/</emph>) is used as a path separator. For example, a file referred to 
as <emph>C:\My File.odt</emph> on the local host in "Windows notation" becomes 
<emph>file:///C|/My%20File.odt</emph> in URL notation.</paragraph>
 </section>
 </sort>
 </body>
diff --git a/source/text/sbasic/shared/03020404.xhp 
b/source/text/sbasic/shared/03020404.xhp
index 82cb4e5..fbf540f 100644
--- a/source/text/sbasic/shared/03020404.xhp
+++ b/source/text/sbasic/shared/03020404.xhp
@@ -53,7 +53,7 @@
 <paragraph id="par_id3147427" role="paragraph" xml-lang="en-US">16 : Returns 
the name of the directory only.</paragraph>
 <paragraph id="par_id3153952" role="paragraph" xml-lang="en-US">Use this 
attribute to check if a file or directory exists, or to determine all files and 
folders in a specific directory.</paragraph>
 <paragraph id="par_id3159156" role="paragraph" xml-lang="en-US">To check if a 
file exists, enter the complete path and name of the file. If the file or 
directory name does not exist, the Dir function returns a zero-length string 
("").</paragraph>
-<paragraph id="par_id3154012" role="paragraph" xml-lang="en-US">To generate a 
list of all existing files in a specific directory, proceed as follows: The 
first time you call the Dir function, specify the complete search path for the 
files, for example, "D:\Files\*.sxw". If the path is correct and the search 
finds at least one file, the Dir function returns the name of the first file 
that matches the search path. To return additional file names that match the 
path, call Dir again, but with no arguments.</paragraph>
+<paragraph id="par_id3154012" role="paragraph" xml-lang="en-US">To generate a 
list of all existing files in a specific directory, proceed as follows: The 
first time you call the Dir function, specify the complete search path for the 
files, for example, "D:\Files\*.ods". If the path is correct and the search 
finds at least one file, the Dir function returns the name of the first file 
that matches the search path. To return additional file names that match the 
path, call Dir again, but with no arguments.</paragraph>
 <paragraph id="par_id3147348" role="paragraph" xml-lang="en-US">To return 
directories only, use the attribute parameter. The same applies if you want to 
determine the name of a volume (for example, a hard drive partition)</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
@@ -82,4 +82,4 @@
 </bascode>
 </body>
 
-</helpdocument>
\ No newline at end of file
+</helpdocument>
diff --git a/source/text/scalc/01/04060104.xhp 
b/source/text/scalc/01/04060104.xhp
index 943a5ca..116f54e 100644
--- a/source/text/scalc/01/04060104.xhp
+++ b/source/text/scalc/01/04060104.xhp
@@ -723,7 +723,7 @@
       <paragraph id="par_id3156054" role="tablecontent" 
xml-lang="en-US">Returns the absolute address of the referenced 
cell.</paragraph>
       <paragraph id="par_id3154136" role="tablecontent" xml-lang="en-US"><item 
type="input">=CELL("ADDRESS";D2)</item> returns $D$2.</paragraph>
       <paragraph id="par_id3159198" role="tablecontent" xml-lang="en-US"><item 
type="input">=CELL("ADDRESS";Sheet3.D2)</item> returns $Sheet3.$D$2.</paragraph>
-      <paragraph id="par_id3150245" role="tablecontent" xml-lang="en-US"><item 
type="input">=CELL("ADDRESS";'X:\dr\test.sxc'#$Sheet1.D2)</item> returns 
'file:///X:/dr/test.sxc'#$Sheet1.$D$2.</paragraph>
+      <paragraph id="par_id3150245" role="tablecontent" xml-lang="en-US"><item 
type="input">=CELL("ADDRESS";'X:\dr\test.ods'#$Sheet1.D2)</item> returns 
'file:///X:/dr/test.ods'#$Sheet1.$D$2.</paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -732,8 +732,8 @@
     </tablecell>
     <tablecell>
       <paragraph id="par_id3151328" role="tablecontent" 
xml-lang="en-US">Returns the file name and the sheet number of the referenced 
cell.</paragraph>
-      <paragraph id="par_id3148896" role="tablecontent" xml-lang="en-US"><item 
type="input">=CELL("FILENAME";D2)</item> returns 
'file:///X:/dr/own.sxc'#$Sheet1, if the formula in the current document 
X:\dr\own.sxc is located in Sheet1.</paragraph>
-      <paragraph id="par_id3155144" role="tablecontent" xml-lang="en-US"><item 
type="input">=CELL("FILENAME";'X:\dr\test.sxc'#$Sheet1.D2)</item> returns 
'file:///X:/dr/test.sxc'#$Sheet1.</paragraph>
+      <paragraph id="par_id3148896" role="tablecontent" xml-lang="en-US"><item 
type="input">=CELL("FILENAME";D2)</item> returns 
'file:///X:/dr/own.ods'#$Sheet1, if the formula in the current document 
X:\dr\own.ods is located in Sheet1.</paragraph>
+      <paragraph id="par_id3155144" role="tablecontent" xml-lang="en-US"><item 
type="input">=CELL("FILENAME";'X:\dr\test.ods'#$Sheet1.D2)</item> returns 
'file:///X:/dr/test.ods'#$Sheet1.</paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -848,4 +848,4 @@
 </section>
 </body>
 
-</helpdocument>
\ No newline at end of file
+</helpdocument>
diff --git a/source/text/scalc/01/04060109.xhp 
b/source/text/scalc/01/04060109.xhp
index 3f6442c..a2d98d3 100644
--- a/source/text/scalc/01/04060109.xhp
+++ b/source/text/scalc/01/04060109.xhp
@@ -156,9 +156,9 @@
          <paragraph xml-lang="en-US" id="hd_id3149546" role="heading" 
level="3" l10n="U"
                     oldref="35">Example</paragraph>
          <paragraph xml-lang="en-US" id="par_id3148734" role="paragraph" 
l10n="U" oldref="36">
-            <item 
type="input">=DDE("soffice";"c:\office\document\data1.sxc";"sheet1.A1")</item> 
reads the contents of cell A1 in sheet1 of the <item 
type="productname">%PRODUCTNAME</item> Calc spreadsheet data1.sxc.</paragraph>
+            <item 
type="input">=DDE("soffice";"c:\office\document\data1.ods";"sheet1.A1")</item> 
reads the contents of cell A1 in sheet1 of the <item 
type="productname">%PRODUCTNAME</item> Calc spreadsheet data1.ods.</paragraph>
          <paragraph xml-lang="en-US" id="par_id3153081" role="paragraph" 
l10n="U" oldref="37">
-            <item 
type="input">=DDE("soffice";"c:\office\document\motto.sxw";"Today's 
motto")</item> returns a motto in the cell containing this formula. First, you 
must enter a line in the motto.sxw document containing the motto text and 
define it as the first line of a section named <item type="literal">Today's 
Motto</item> (in <item type="productname">%PRODUCTNAME</item> Writer under 
<emph>Insert - Section</emph>). If the motto is modified (and saved) in the 
<item type="productname">%PRODUCTNAME</item> Writer document, the motto is 
updated in all <item type="productname">%PRODUCTNAME</item> Calc cells in which 
this DDE link is defined.</paragraph>
+            <item 
type="input">=DDE("soffice";"c:\office\document\motto.odt";"Today's 
motto")</item> returns a motto in the cell containing this formula. First, you 
must enter a line in the motto.odt document containing the motto text and 
define it as the first line of a section named <item type="literal">Today's 
Motto</item> (in <item type="productname">%PRODUCTNAME</item> Writer under 
<emph>Insert - Section</emph>). If the motto is modified (and saved) in the 
<item type="productname">%PRODUCTNAME</item> Writer document, the motto is 
updated in all <item type="productname">%PRODUCTNAME</item> Calc cells in which 
this DDE link is defined.</paragraph>
       </section>
       <section id="Section4">
 <bookmark xml-lang="en-US" branch="index" 
id="bm_id3153114"><bookmark_value>ERRORTYPE function</bookmark_value>
diff --git a/source/text/swriter/01/04020100.xhp 
b/source/text/swriter/01/04020100.xhp
index eb126e0..6638858 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" 
l10n="U" oldref="26">DDE<comment>UFI: WIN only, while fixing 
#109638#</comment></paragraph>
 <paragraph role="paragraph" id="par_id3151310" xml-lang="en-US" l10n="U" 
oldref="27"><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" l10n="U" 
oldref="34">The general syntax for a DDE command is: "&lt;Server&gt; 
&lt;Topic&gt; &lt;Item&gt;", 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" l10n="U" 
oldref="35">For example, to insert a section named "Section1" from a 
$[officename] text document abc.sxw as a DDE link, use the command: "soffice 
x:\abc.sxw 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" l10n="U" 
oldref="35">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>
 <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" 
l10n="U" oldref="28">File name<switchinline select="sys"><caseinline 
select="WIN"> / DDE command
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to