summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03/sf_dictionary.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03/sf_dictionary.xhp')
-rw-r--r--source/text/sbasic/shared/03/sf_dictionary.xhp14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/text/sbasic/shared/03/sf_dictionary.xhp b/source/text/sbasic/shared/03/sf_dictionary.xhp
index aab563fcff..be4602d2bb 100644
--- a/source/text/sbasic/shared/03/sf_dictionary.xhp
+++ b/source/text/sbasic/shared/03/sf_dictionary.xhp
@@ -54,7 +54,7 @@
<paragraph id="par_id41582885195836" role="tablehead" xml-lang="en-US">Name</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id31582885195372" role="tablehead" xml-lang="en-US">Readonly</paragraph>
+ <paragraph id="par_id31582885195372" role="tablehead" xml-lang="en-US">Read-only</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id31582885195238" role="tablehead" xml-lang="en-US">Type</paragraph>
@@ -126,19 +126,19 @@
<tablecell><paragraph id="par_id781606472825856" role="tablehead" localize="false"></paragraph></tablecell>
</tablerow>
<tablerow>
- <tablecell><paragraph id="par_id381606472825856" role="tablecontent">
+ <tablecell><paragraph id="par_id381606472825856" role="tablecontent" localize="false">
<link href="text/sbasic/shared/03/sf_dictionary.xhp#Add" name="Add method">Add</link><br/>
<link href="text/sbasic/shared/03/sf_dictionary.xhp#ConvertToArray" name="ConvertToArray method">ConvertToArray</link><br/>
<link href="text/sbasic/shared/03/sf_dictionary.xhp#ConvertToJson" name="ConvertToJson method">ConvertToJson</link><br/>
<link href="text/sbasic/shared/03/sf_dictionary.xhp#ConvertToPropertyValues" name="ConvertToPropertyValues method">ConvertToPropertyValues</link>
</paragraph></tablecell>
- <tablecell><paragraph id="par_id451606472825856" role="tablecontent">
+ <tablecell><paragraph id="par_id451606472825856" role="tablecontent" localize="false">
<link href="text/sbasic/shared/03/sf_dictionary.xhp#Exists" name="Exists method">Exists</link><br/>
<link href="text/sbasic/shared/03/sf_dictionary.xhp#ImportFromJson" name="ImportFromJson method">ImportFromJson</link><br/>
<link href="text/sbasic/shared/03/sf_dictionary.xhp#ImportFromPropertyValues" name="ImportFromPropertyValues method">ImportFromPropertyValues</link><br/>
<link href="text/sbasic/shared/03/sf_dictionary.xhp#Item" name="Item method">Item</link>
</paragraph></tablecell>
- <tablecell><paragraph id="par_id161606472825856" role="tablecontent">
+ <tablecell><paragraph id="par_id161606472825856" role="tablecontent" localize="false">
<link href="text/sbasic/shared/03/sf_dictionary.xhp#Remove" name="Remove method">Remove</link><br/>
<link href="text/sbasic/shared/03/sf_dictionary.xhp#RemoveAll" name="RemoveAll method">RemoveAll</link><br/>
<link href="text/sbasic/shared/03/sf_dictionary.xhp#ReplaceItem" name="ReplaceItem method">ReplaceItem</link><br/>
@@ -240,10 +240,10 @@
<bascode>
<paragraph role="bascode" localize="false" id="bas_id81610393124521">Dim myDict as Variant</paragraph>
<paragraph role="bascode" localize="false" id="bas_id971610393127816">myDict = CreateScriptService("Dictionary")</paragraph>
- <paragraph role="bascode" localize="false" id="bas_id531610393130289">'Adds some properties to the dictionary</paragraph>
+ <paragraph role="bascode" id="bas_id531610393130289">'Adds some properties to the dictionary</paragraph>
<paragraph role="bascode" localize="false" id="bas_id711610393132877">myDict.Add("Color", "Blue")</paragraph>
<paragraph role="bascode" localize="false" id="bas_id681610393135354">myDict.Add("Width", 20)</paragraph>
- <paragraph role="bascode" localize="false" id="bas_id571610393137959">'Converts to an Array of PropertyValue objects</paragraph>
+ <paragraph role="bascode" id="bas_id571610393137959">'Converts to an Array of PropertyValue objects</paragraph>
<paragraph role="bascode" localize="false" id="bas_id351610393140357">Dim prop as Variant</paragraph>
<paragraph role="bascode" localize="false" id="bas_id101610393142717">prop = myDict.ConvertToPropertyValues()</paragraph>
</bascode>
@@ -267,7 +267,7 @@
<bascode>
<paragraph role="bascode" localize="false" id="bas_id741582889812919">Dim myDict as Variant</paragraph>
<paragraph role="bascode" localize="false" id="bas_id471582889812919">myDict = CreateScriptService("Dictionary")</paragraph>
- <paragraph role="bascode" localize="false" id="bas_id811606485130666">'Adds some properties to the dictionary</paragraph>
+ <paragraph role="bascode" id="bas_id811606485130666">'Adds some properties to the dictionary</paragraph>
<paragraph role="bascode" localize="false" id="bas_id391610393640781">myDict.Add("Color", "Blue")</paragraph>
<paragraph role="bascode" localize="false" id="bas_id891610393643755">myDict.Add("Width", 20)</paragraph>
<paragraph role="bascode" localize="false" id="bas_id531610393646186">'(...)</paragraph>