Kaydet (Commit) 8998a84f authored tarafından Julien Nabet's avatar Julien Nabet

*api: remove type + remnants ">

Change-Id: I2b60de0a11948ad1cab29931ac09b0aa1fe9adee
üst ff901a00
...@@ -225,14 +225,14 @@ published service Content ...@@ -225,14 +225,14 @@ published service Content
com::sun::star::ucb::OpenMode::DOCUMENT_SHARE_DENY_WRITE. com::sun::star::ucb::OpenMode::DOCUMENT_SHARE_DENY_WRITE.
Support for DOCUMENT is mandatory, all others are optional. Support for DOCUMENT is mandatory, all others are optional.
</li> </li>
<li>com::sun::star::ucb">OpenCommandArgument::Priority: <li>com::sun::star::ucb::OpenCommandArgument::Priority:
can be set, but implementation may ignore the value can be set, but implementation may ignore the value
</li> </li>
<li>com::sun::star::ucb::OpenCommandArgument::Sink: <li>com::sun::star::ucb::OpenCommandArgument::Sink:
a sink, where the implementation can put the document data into. a sink, where the implementation can put the document data into.
</li> </li>
<li>com::sun::star::ucb::OpenCommandArgument::Properties: empty ( ignored )</li> <li>com::sun::star::ucb::OpenCommandArgument::Properties: empty ( ignored )</li>
<li>com::sun::star::ucb">OpenCommandArgument2::SortingInfo: empty ( ignored )</li> <li>com::sun::star::ucb::OpenCommandArgument2::SortingInfo: empty ( ignored )</li>
</ul> </ul>
<p>The exceution must be aborted by the implementation of this command <p>The exceution must be aborted by the implementation of this command
(by throwing a CommandAbortedException), if an (by throwing a CommandAbortedException), if an
...@@ -451,7 +451,7 @@ published service Content ...@@ -451,7 +451,7 @@ published service Content
<tr> <tr>
<td>addProperty</td> <td>addProperty</td>
<td>void</td> <td>void</td>
<td><type>PropertyCommandArgument</type> aCmdArg</td> <td>PropertyCommandArgument aCmdArg</td>
<td> <td>
Adds a new properties to the content. Adds a new properties to the content.
<p> <p>
...@@ -462,7 +462,7 @@ published service Content ...@@ -462,7 +462,7 @@ published service Content
match the one specified in <member scope="com::sun::star::beans">Property::Type</member>. match the one specified in <member scope="com::sun::star::beans">Property::Type</member>.
</p> </p>
<p>Note that the dynamic properties must be kept persistent. The <p>Note that the dynamic properties must be kept persistent. The
service <type>Store</type> (UCB persistence service) may be used to service Store (UCB persistence service) may be used to
implement this.</p> implement this.</p>
<p><b>Important:</b> The implementation must at least support <p><b>Important:</b> The implementation must at least support
adding properties of the following basic data types:</p> adding properties of the following basic data types:</p>
...@@ -480,11 +480,11 @@ published service Content ...@@ -480,11 +480,11 @@ published service Content
</ul> </ul>
</p> </p>
<p> <p>
Raises a <type scope="com::sun::star::beans">PropertyExistException</type> Raises a ::com::sun::star::beans::PropertyExistException
if a property with the same name already exists; if a property with the same name already exists;
<type scope="com::sun::star::beans">IllegalTypeException</type> ::com::sun::star::beans::IllegalTypeException
if the property has an unsupported type; if the property has an unsupported type;
<type scope="com::sun::star::lang">IllegalArgumentException</type> ::com::sun::star::lang::IllegalArgumentException
if the Name of the property is empty.</p> if the Name of the property is empty.</p>
<blockquote> <blockquote>
Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method
...@@ -497,9 +497,9 @@ published service Content ...@@ -497,9 +497,9 @@ published service Content
<td>void</td> <td>void</td>
<td>string PropertyName</td> <td>string PropertyName</td>
<td>Removes the properties from the content. <td>Removes the properties from the content.
<p>Raises a <type scope="com::sun::star::beans">UnknownPropertyException</type> <p>Raises a ::com::sun::star::beans::UnknownPropertyException
if the property does not exist; if the property does not exist;
<type scope="com::sun::star::beans">NotRemoveableException</type> ::com::sun::star::beans::NotRemoveableException
if the property is not removable.</p> if the property is not removable.</p>
<blockquote> <blockquote>
Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment