Kaydet (Commit) ae7595a7 authored tarafından Michael Stahl's avatar Michael Stahl

*api: convert more <method>

sed -i "s,<method>\([^<]\+\)</method>,\1,g"

Change-Id: Ic3eef0c03e512f7d607a87c58f9f01626f5a57a1
üst 56d158c3
......@@ -26,7 +26,7 @@ module com { module sun { module star { module drawing {
/** Listener for asynchronous preview creations. Called when a slide
preview has been created that was previously requested via a call to
<method>XSlidePreviewCache::getSlidePreview()</method>. The
XSlidePreviewCache::getSlidePreview(). The
implementor may then call getSlidePreview() a second
time to get the up-to-date version of the preview.
*/
......
......@@ -135,7 +135,7 @@ published interface XStorageRawAccess
<p>
This method allows to insert a stream retrieved by
<method>XStorageRawAccess::getRawEncrStreamElement()</method> into a
XStorageRawAccess::getRawEncrStreamElement() into a
storage.
</p>
......
......@@ -63,7 +63,7 @@ published interface XFrames: com::sun::star::container::XIndexAccess
<p>
Note:
<ul>
<li>The method <method>XComponent::dispose()</method> is not called implicitly
<li>The method XComponent::dispose() is not called implicitly
by this method.</li>
<li>The creator attribute of the frame must be reset by the caller of
this method.</li>
......
......@@ -39,7 +39,7 @@ published interface XStorable2: XStorable
</p>
<p>
This is an extension of the <method>XStorable::store()</method>.
This is an extension of the XStorable::store().
This method allows to specify some additional parameters for
storing process.
</p>
......
......@@ -30,7 +30,7 @@ module com { module sun { module star { module i18n {
only single character return value was requested.
<p> Used by
<method>XExtendedTransliteration::transliterateChar2Char()</method>
XExtendedTransliteration::transliterateChar2Char()
</p>
@since OOo 1.1.2
......
......@@ -75,7 +75,7 @@ published interface XExtendedTransliteration : ::com::sun::star::i18n::XTranslit
Greek Beta) to upper case "SS", MultipleCharsOutputException
will be thrown, the caller must catch the exception and then
call
<method>XTransliteration::transliterateChar2String()</method> to
XTransliteration::transliterateChar2String() to
obtain the correct result. </p>
@param cChar
......
......@@ -25,7 +25,7 @@
/** specifies the which type of text is passed to
<method>XSmartTagRecognizer::recognize()</method></p>
XSmartTagRecognizer::recognize()</p>
@since OOo 2.3
*/
......
......@@ -27,7 +27,7 @@ module com { module sun { module star { module text {
/** Constants to specify the type of text markup.
<p>These constants are used with
<method>XTextMarkup::commitTextMarkup()</method></p>
XTextMarkup::commitTextMarkup()</p>
@since OOo 2.3
*/
......
......@@ -44,7 +44,7 @@ published service ExportFilter
com::sun::star::xml::sax::XDocumentHandler calls. */
interface com::sun::star::xml::sax::XDocumentHandler;
/** The <method>XExportFilter:exporter()</method> call will provide the
/** The XExportFilter:exporter() call will provide the
com::sun::star::document::TypeDetection user data
required to perform the filtering correctly.
*/
......
......@@ -55,7 +55,7 @@ published interface XImplementationLoader: com::sun::star::uno::XInterface
more than only one file url).
@param xKey A registry which may be used to read static data previously
written via <method>XImplementationLoader::writeRegistryInfo()</method>.
written via XImplementationLoader::writeRegistryInfo().
The use of this parameter is deprecated.
@return returns a factory interface, which allows to create an instance of
......
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