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

*api: convert <method>

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

Change-Id: I9483d63cce4afd168d47a465b367aed3da45d64b
üst b235412d
......@@ -126,7 +126,7 @@ published interface XGridColumn
void addGridColumnListener( [in] XGridColumnListener listener);
/** Removes a listener previously added with <method>addColumnListener()</method>.
/** Removes a listener previously added with addColumnListener().
@param Listener
the listener to remove.
*/
......
......@@ -88,7 +88,7 @@ published interface XGridRowSelection
*/
void addSelectionListener( [in] XGridSelectionListener listener);
/** Removes a listener previously added with <method>addSelectionListener()</method>.
/** Removes a listener previously added with addSelectionListener().
@param listener
the listener to remove.
*/
......
......@@ -75,7 +75,7 @@ published interface XTabPageContainer
void addTabPageContainerListener( [in] XTabPageContainerListener listener);
/** Removes a listener previously added with <method>addTabPageListener()</method>.
/** Removes a listener previously added with addTabPageListener().
@param listener
the listener to remove.
*/
......
......@@ -55,7 +55,7 @@ interface XTreeDataModel : ::com::sun::star::lang::XComponent
void addTreeDataModelListener( [in] XTreeDataModelListener Listener );
/** Removes a listener previously added with <method>addTreeDataModelListener()</method>.
/** Removes a listener previously added with addTreeDataModelListener().
@param Listener
the listener to remove.
......
......@@ -38,7 +38,7 @@ interface XTreeExpansionListener: com::sun::star::lang::XEventListener
{
/** Invoked when a node with children on demand is about to be expanded.
<p>This event is invoked before the <method>treeExpanding()</method>
<p>This event is invoked before the treeExpanding()
event.</p>
*/
void requestChildNodes( [in] TreeExpansionEvent Event );
......
......@@ -92,7 +92,7 @@ interface XSlidePreviewCache
void removePreviewCreationNotifyListener ([in] XSlidePreviewCacheListener xListener);
/** Stop the asynchronous creation of previews temporarily.
Call <method>resume()</method> to restart it.
Call resume() to restart it.
*/
void pause ();
......
......@@ -27,7 +27,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
implementor may then call <method>getSlidePreview()</method> a second
implementor may then call getSlidePreview() a second
time to get the up-to-date version of the preview.
*/
interface XSlidePreviewCacheListener
......
......@@ -35,7 +35,7 @@ interface XMergeableCellRange : com::sun::star::uno::XInterface
@throws com::sun::star::lang::NoSupportException
if a merge is not possible for this range. You can use
<method>isMergeable()</method> to check if a merge is possible.
isMergeable() to check if a merge is possible.
*/
void merge() raises( ::com::sun::star::lang::NoSupportException );
......
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