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