summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 00:18:07 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit56d158c38cca6de82256e727b7f4c83f311d87b8 (patch)
tree7bf89cc1a9beb14b6e1b4683074974e606421b59 /offapi
parent928b8640c0d1a9c49249100efbdd70f8c1090b07 (diff)
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g" Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumn.idl2
-rw-r--r--offapi/com/sun/star/chart2/data/XRangeHighlighter.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl2
-rw-r--r--offapi/com/sun/star/document/XBinaryStreamResolver.idl2
-rw-r--r--offapi/com/sun/star/document/XMLBasicExporter.idl4
-rw-r--r--offapi/com/sun/star/document/XMLBasicImporter.idl2
-rw-r--r--offapi/com/sun/star/document/XMLOasisBasicExporter.idl4
-rw-r--r--offapi/com/sun/star/document/XMLOasisBasicImporter.idl2
-rw-r--r--offapi/com/sun/star/embed/FileSystemStorage.idl8
-rw-r--r--offapi/com/sun/star/embed/Storage.idl16
-rw-r--r--offapi/com/sun/star/embed/XEmbedPersist.idl4
-rw-r--r--offapi/com/sun/star/frame/XFrame.idl2
-rw-r--r--offapi/com/sun/star/i18n/CharacterIteratorMode.idl2
-rw-r--r--offapi/com/sun/star/i18n/DirectionProperty.idl2
-rw-r--r--offapi/com/sun/star/i18n/ForbiddenCharacters.idl2
-rw-r--r--offapi/com/sun/star/i18n/KParseTokens.idl4
-rw-r--r--offapi/com/sun/star/sdb/SQLFilterOperator.idl2
-rw-r--r--offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl2
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTable2.idl4
-rw-r--r--offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl4
-rw-r--r--offapi/com/sun/star/text/ControlCharacter.idl2
-rw-r--r--offapi/com/sun/star/ucb/CommandEnvironment.idl4
-rw-r--r--offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl2
-rw-r--r--offapi/com/sun/star/ui/ActionTriggerContainer.idl2
-rw-r--r--offapi/com/sun/star/util/XCloseBroadcaster.idl2
-rw-r--r--offapi/com/sun/star/util/XCloseListener.idl2
-rw-r--r--offapi/com/sun/star/util/XDataEditor.idl2
-rw-r--r--offapi/com/sun/star/util/XSearchable.idl4
-rw-r--r--offapi/com/sun/star/view/XMultiSelectionSupplier.idl2
-rw-r--r--offapi/com/sun/star/view/XSelectionSupplier.idl2
-rw-r--r--offapi/com/sun/star/xml/ExportFilter.idl2
-rw-r--r--offapi/com/sun/star/xml/sax/InputSource.idl4
-rw-r--r--offapi/com/sun/star/xml/sax/XErrorHandler.idl2
33 files changed, 52 insertions, 52 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl
index edbb767042a0..778664420f43 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumn.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumn.idl
@@ -90,7 +90,7 @@ published interface XGridColumn
*/
[attribute] ::com::sun::star::style::HorizontalAlignment HorizontalAlign;
- /** A title is displayed in the column header row if <method>UnoControlGridModel::ShowRowHeader</method> is set to `TRUE`**/
+ /** A title is displayed in the column header row if UnoControlGridModel::ShowRowHeader() is set to `TRUE`**/
[attribute] string Title;
/** is the help text associated with the column.
diff --git a/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl b/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl
index ccce107b9ec7..cda60b794c3b 100644
--- a/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl
+++ b/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl
@@ -49,7 +49,7 @@ interface XRangeHighlighter : ::com::sun::star::uno::XInterface
void addSelectionChangeListener( [in] com::sun::star::view::XSelectionChangeListener xListener );
/** unregisters an event listener which was registered with
- <method>XRangeHighlighter::addSelectionChangeListener</method>
+ XRangeHighlighter::addSelectionChangeListener()
before.
*/
void removeSelectionChangeListener( [in] com::sun::star::view::XSelectionChangeListener xListener );
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
index 50323a23a51b..1d574c49406b 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
@@ -40,7 +40,7 @@ published interface XDropTargetListener: com::sun::star::lang::XEventListener
/** The drag operation has terminated with a drop on this drop target.
<p><strong>NOTE:</strong> The implementation
- has to wait until the method <method>XDropTargetDropContext::dropComplete</method>
+ has to wait until the method XDropTargetDropContext::dropComplete()
is called before releasing the data for the drop operation. This
should occur before returning from drop in a normal flow of operation.
Also, the implementor of XDropTargetListener should not assume
diff --git a/offapi/com/sun/star/document/XBinaryStreamResolver.idl b/offapi/com/sun/star/document/XBinaryStreamResolver.idl
index e8ca7d6513e6..b0bca3541578 100644
--- a/offapi/com/sun/star/document/XBinaryStreamResolver.idl
+++ b/offapi/com/sun/star/document/XBinaryStreamResolver.idl
@@ -51,7 +51,7 @@ published interface XBinaryStreamResolver: com::sun::star::uno::XInterface
/** creates an output stream, to which binary data can be written.
After writing, an URL can be retrieved by a call to
- <method>XBinaryStreamResolver::resolveOutputStream</method>.
+ XBinaryStreamResolver::resolveOutputStream().
*/
com::sun::star::io::XOutputStream createOutputStream();
diff --git a/offapi/com/sun/star/document/XMLBasicExporter.idl b/offapi/com/sun/star/document/XMLBasicExporter.idl
index a8d618c817da..d994a2174052 100644
--- a/offapi/com/sun/star/document/XMLBasicExporter.idl
+++ b/offapi/com/sun/star/document/XMLBasicExporter.idl
@@ -29,10 +29,10 @@ module com { module sun { module star { module document {
/** Filter for exporting Basic macros to the OpenOffice.org file format.
- <p>First the <method>XExporter::setSourceDocument</method> method must be
+ <p>First the XExporter::setSourceDocument() method must be
called in order to provide the export component with the source document
from which the data should be exported. After that, the export is started
- by calling the <method>XFilter::filter</method> method.</p>
+ by calling the XFilter::filter() method.</p>
@since OOo 2.0
*/
diff --git a/offapi/com/sun/star/document/XMLBasicImporter.idl b/offapi/com/sun/star/document/XMLBasicImporter.idl
index fc8c0940d2c2..208d95ddd003 100644
--- a/offapi/com/sun/star/document/XMLBasicImporter.idl
+++ b/offapi/com/sun/star/document/XMLBasicImporter.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module document {
/** Filter for importing Basic macros from the OpenOffice.org file format.
- <p>The <method>XImporter::setTargetDocument</method> method must be
+ <p>The XImporter::setTargetDocument() method must be
called in order to provide the import component with the target document
to which the data should be imported.
The com::sun::star::xml::sax::XDocumentHandler
diff --git a/offapi/com/sun/star/document/XMLOasisBasicExporter.idl b/offapi/com/sun/star/document/XMLOasisBasicExporter.idl
index d983f07d7333..7befbf1004a4 100644
--- a/offapi/com/sun/star/document/XMLOasisBasicExporter.idl
+++ b/offapi/com/sun/star/document/XMLOasisBasicExporter.idl
@@ -29,10 +29,10 @@ module com { module sun { module star { module document {
/** Filter for exporting Basic macros to the OASIS Open Office file format.
- <p>First the <method>XExporter::setSourceDocument</method> method must be
+ <p>First the XExporter::setSourceDocument() method must be
called in order to provide the export component with the source document
from which the data should be exported. After that, the export is started
- by calling the <method>XFilter::filter</method> method.</p>
+ by calling the XFilter::filter() method.</p>
@since OOo 2.0
*/
diff --git a/offapi/com/sun/star/document/XMLOasisBasicImporter.idl b/offapi/com/sun/star/document/XMLOasisBasicImporter.idl
index 2271765bd1ff..6d1fb9113606 100644
--- a/offapi/com/sun/star/document/XMLOasisBasicImporter.idl
+++ b/offapi/com/sun/star/document/XMLOasisBasicImporter.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module document {
/** Filter for importing Basic macros from the OASIS Open Office file format.
- <p>The <method>XImporter::setTargetDocument</method> method must be
+ <p>The XImporter::setTargetDocument() method must be
called in order to provide the import component with the target document
to which the data should be imported.
The com::sun::star::xml::sax::XDocumentHandler
diff --git a/offapi/com/sun/star/embed/FileSystemStorage.idl b/offapi/com/sun/star/embed/FileSystemStorage.idl
index e6c209d27647..b4b875ae6650 100644
--- a/offapi/com/sun/star/embed/FileSystemStorage.idl
+++ b/offapi/com/sun/star/embed/FileSystemStorage.idl
@@ -57,27 +57,27 @@ published service FileSystemStorage
<dt>interface XStorage</dt>
<dd>
<dl>
- <dt><method>XStorage::openStorageElement</method></dt>
+ <dt>XStorage::openStorageElement()</dt>
<dd>
This method returns FileSystemStorage
service implementation.
</dd>
- <dt><method>XStorage::copyLastCommitTo</method></dt>
+ <dt>XStorage::copyLastCommitTo()</dt>
<dd>
Since this service implementation supports no transaction
this method just creates a copy of the storage in it's
current state.
</dd>
- <dt><method>XStorage::copyStorageElementLastCommitTo</method></dt>
+ <dt>XStorage::copyStorageElementLastCommitTo()</dt>
<dd>
Since this service implementation supports no transaction
this method just creates a copy of the storage in it's
current state.
</dd>
- <dt><method>XStorage::removeStorageElement</method></dt>
+ <dt>XStorage::removeStorageElement()</dt>
<dd>
If the element is opened and it is a stream element
the removing will fail. If the element is opened and
diff --git a/offapi/com/sun/star/embed/Storage.idl b/offapi/com/sun/star/embed/Storage.idl
index 16855afa4599..df48e21fbe29 100644
--- a/offapi/com/sun/star/embed/Storage.idl
+++ b/offapi/com/sun/star/embed/Storage.idl
@@ -88,7 +88,7 @@ published service Storage
<dt>interface XStorage</dt>
<dd>
<dl>
- <dt><method>XStorage::openStreamElement</method></dt>
+ <dt>XStorage::openStreamElement()</dt>
<dd>
<p>
This method returns StorageStream
@@ -105,7 +105,7 @@ published service Storage
</p>
</dd>
- <dt><method>XStorage::openEncryptedStreamElement</method></dt>
+ <dt>XStorage::openEncryptedStreamElement()</dt>
<dd>
This method allows to specify reading password for the
stream explicitly. The password will be used to read
@@ -116,13 +116,13 @@ published service Storage
be used for storing.
</dd>
- <dt><method>XStorage::openStorageElement</method></dt>
+ <dt>XStorage::openStorageElement()</dt>
<dd>
This method returns Storage service
implementation.
</dd>
- <dt><method>XStorage::cloneStreamElement</method></dt>
+ <dt>XStorage::cloneStreamElement()</dt>
<dd>
<p>
This method returns StorageStream service
@@ -156,7 +156,7 @@ published service Storage
</p>
</dd>
- <dt><method>XStorage::cloneEncryptedStreamElement</method></dt>
+ <dt>XStorage::cloneEncryptedStreamElement()</dt>
<dd>
<p>
This method returns StorageStream service
@@ -181,7 +181,7 @@ published service Storage
</p>
</dd>
- <dt><method>XStorage::copyLastCommitTo</method></dt>
+ <dt>XStorage::copyLastCommitTo()</dt>
<dd>
This method gets Storage service
implementation and fills it in with the latest
@@ -190,7 +190,7 @@ published service Storage
changes will not appear in the new created storage.
</dd>
- <dt><method>XStorage::copyStorageElementLastCommitTo</method></dt>
+ <dt>XStorage::copyStorageElementLastCommitTo()</dt>
<dd>
<p>
This method gets Storage service
@@ -207,7 +207,7 @@ published service Storage
</p>
</dd>
- <dt><method>XStorage::removeStorageElement</method></dt>
+ <dt>XStorage::removeStorageElement()</dt>
<dd>
If the element is opened the removing will fail.
</dd>
diff --git a/offapi/com/sun/star/embed/XEmbedPersist.idl b/offapi/com/sun/star/embed/XEmbedPersist.idl
index 2bd94dd3d5bc..9c00974800b3 100644
--- a/offapi/com/sun/star/embed/XEmbedPersist.idl
+++ b/offapi/com/sun/star/embed/XEmbedPersist.idl
@@ -148,10 +148,10 @@ published interface XEmbedPersist: XCommonEmbedPersist
<p>
The object should be stored to the new entry, after that the entry
should be remembered by the object. After the storing process is
- finished the <method>XEmbedPersist::saveCompleted</method> method
+ finished the XEmbedPersist::saveCompleted() method
can be used to specify whether the object should use the new entry or
the old one. The object persistence can not be used until
- <method>XEmbedPersist::saveCompleted</method> is called.
+ XEmbedPersist::saveCompleted() is called.
So this state can be treated as "HandsOff" state.
<p>
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index 05d7f172ad00..3649ff44ca98 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -313,7 +313,7 @@ published interface XFrame: com::sun::star::lang::XComponent
<p>
According to a call to this interface, the frame calls
- <method>XFrameEventListener::frameAction</method> with
+ XFrameEventListener::frameAction() with
FrameAction::CONTEXT_CHANGED to all listeners which
are registered using XFrame::addFrameActionListener().
For external controllers this event can be used to requery dispatches.
diff --git a/offapi/com/sun/star/i18n/CharacterIteratorMode.idl b/offapi/com/sun/star/i18n/CharacterIteratorMode.idl
index 80d72ef73d87..42ec68f49a6b 100644
--- a/offapi/com/sun/star/i18n/CharacterIteratorMode.idl
+++ b/offapi/com/sun/star/i18n/CharacterIteratorMode.idl
@@ -26,7 +26,7 @@ module com { module sun { module star { module i18n {
/** Constants to specify the type of character iteration.
<p> Used with XBreakIterator::nextCharacters() and
- <method>XBreakIterator::previousCharacters</method> </p>
+ XBreakIterator::previousCharacters() </p>
*/
published constants CharacterIteratorMode
{
diff --git a/offapi/com/sun/star/i18n/DirectionProperty.idl b/offapi/com/sun/star/i18n/DirectionProperty.idl
index 5eaab6276076..61e2427fa66a 100644
--- a/offapi/com/sun/star/i18n/DirectionProperty.idl
+++ b/offapi/com/sun/star/i18n/DirectionProperty.idl
@@ -25,7 +25,7 @@ module com { module sun { module star { module i18n {
/**
Direction properties returned by
- <method>XCharacterClassification::getCharacterDirection</method>.
+ XCharacterClassification::getCharacterDirection().
*/
published enum DirectionProperty
diff --git a/offapi/com/sun/star/i18n/ForbiddenCharacters.idl b/offapi/com/sun/star/i18n/ForbiddenCharacters.idl
index 98f31cbeb290..5f0c100a705b 100644
--- a/offapi/com/sun/star/i18n/ForbiddenCharacters.idl
+++ b/offapi/com/sun/star/i18n/ForbiddenCharacters.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module i18n {
start or end of a line.
<p> Returned by
- <method>XLocaleData::getForbiddenCharacters</method> and used with
+ XLocaleData::getForbiddenCharacters() and used with
XForbiddenCharacters methods.
*/
diff --git a/offapi/com/sun/star/i18n/KParseTokens.idl b/offapi/com/sun/star/i18n/KParseTokens.idl
index e3b0a8a9185f..ce5d355f0430 100644
--- a/offapi/com/sun/star/i18n/KParseTokens.idl
+++ b/offapi/com/sun/star/i18n/KParseTokens.idl
@@ -114,8 +114,8 @@ published constants KParseTokens
const long UNI_OTHER = 0x20000000;
/** Only valid for <em>nStartCharFlags</em> parameter to
- <method>ChararacterClassification::parseAnyToken</method> and
- <method>ChararacterClassification::parsePredefinedToken</method>,
+ ChararacterClassification::parseAnyToken() and
+ ChararacterClassification::parsePredefinedToken(),
ignored on <em>nContCharFlags</em> parameter.
<strong>Not</strong> set in ParseResult. */
const long IGNORE_LEADING_WS = 0x40000000;
diff --git a/offapi/com/sun/star/sdb/SQLFilterOperator.idl b/offapi/com/sun/star/sdb/SQLFilterOperator.idl
index fbd5ba30b1d2..af1a93e39e1d 100644
--- a/offapi/com/sun/star/sdb/SQLFilterOperator.idl
+++ b/offapi/com/sun/star/sdb/SQLFilterOperator.idl
@@ -24,7 +24,7 @@ module com { module sun { module star { module sdb {
/** These constants are used to specify the filter operator
which should be applied when creating a filter
- with the method <method>XSingleSelectQueryComposer::setStructuredFilter</method>.
+ with the method XSingleSelectQueryComposer::setStructuredFilter().
@see com::sun::star::sdb::SingleSelectQueryComposer
@see com::sun::star::sdb::XSingleSelectQueryComposer
diff --git a/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl b/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl
index b9283aff456b..8937345623a6 100644
--- a/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl
+++ b/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl
@@ -26,7 +26,7 @@ module com { module sun { module star { module sheet {
/** specifies region type of DataPilot table range
<p>This constant set is used to indicate the type of output range desired when
- <method>XDataPilotTable2::getOutputRangeByType</method> is called, which
+ XDataPilotTable2::getOutputRangeByType() is called, which
returns a different cell range depending upon the value passed to it as the argument.</p>
@see com::sun::star::sheet::XDataPilotTable2
diff --git a/offapi/com/sun/star/sheet/XDataPilotTable2.idl b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
index 4c1ef21618b8..cec0aed51667 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTable2.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
@@ -44,7 +44,7 @@ module com { module sun { module star { module sheet {
interface XDataPilotTable2: com::sun::star::sheet::XDataPilotTable
{
/** When the address of a cell within the result area is given,
- <method>XDataPilotTable2::getDrillDownData</method> returns its drill-down
+ XDataPilotTable2::getDrillDownData() returns its drill-down
output table that includes only those rows that contribute to the value of
that cell.
@@ -52,7 +52,7 @@ interface XDataPilotTable2: com::sun::star::sheet::XDataPilotTable
@returns drill-down output as 2-dimensional sequence, including the header row.
- @see <method>XDataPilotTable2::insertDrillDownSheet</method>
+ @see XDataPilotTable2::insertDrillDownSheet()
*/
sequence< sequence< any > > getDrillDownData( [in] com::sun::star::table::CellAddress aAddr );
diff --git a/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl b/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
index f18a074af7ab..bb211ec43873 100644
--- a/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
+++ b/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
@@ -32,8 +32,8 @@ module com { module sun { module star { module sheet {
A service that acts as a DataPilot data source can optionally implement this
interface to allow drill-down of result data. The method this interface provides
- is used internally when calling <method>XDataPilotTable2::getDrillDownData</method>
- or <method>XDataPilotTable2::insertDrillDownSheet</method>. If the data source
+ is used internally when calling XDataPilotTable2::getDrillDownData()
+ or XDataPilotTable2::insertDrillDownSheet(). If the data source
service does not implement this interface, then the aforementioned two methods
will have no effect.
diff --git a/offapi/com/sun/star/text/ControlCharacter.idl b/offapi/com/sun/star/text/ControlCharacter.idl
index c6aa8a08a13d..702384a11b70 100644
--- a/offapi/com/sun/star/text/ControlCharacter.idl
+++ b/offapi/com/sun/star/text/ControlCharacter.idl
@@ -24,7 +24,7 @@
module com { module sun { module star { module text {
/** These constants are the codes for inserting control characters
- using <method>XSimpleText::insertControlCharacter</method> interface.
+ using XSimpleText::insertControlCharacter() interface.
*/
published constants ControlCharacter
{
diff --git a/offapi/com/sun/star/ucb/CommandEnvironment.idl b/offapi/com/sun/star/ucb/CommandEnvironment.idl
index 55130cb68412..8133e799e8f6 100644
--- a/offapi/com/sun/star/ucb/CommandEnvironment.idl
+++ b/offapi/com/sun/star/ucb/CommandEnvironment.idl
@@ -40,11 +40,11 @@ module com { module sun { module star { module ucb {
@param InteractionHandler the interaction handler instance that will be
returned by this service's implementation of
- <method>XCommandEnvironemt::getInteractionHandler</method>
+ XCommandEnvironemt::getInteractionHandler()
@param ProgressHandler the progress handler instance that will be
returned by this service's implementation of
- <method>XCommandEnvironemt::getProgressHandler</method>
+ XCommandEnvironemt::getProgressHandler()
*/
create( [in] com::sun::star::task::XInteractionHandler InteractionHandler,
[in] com::sun::star::ucb::XProgressHandler ProgressHandler );
diff --git a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
index 8e5ff313a62c..44b44ee86f3b 100644
--- a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
+++ b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module ucb {
the same command identifier was used for two threads.
<p>Each thread must use it's own command identifier, which must be obtained
- using <method>XCommandProcessor::createCommandIdentifier</method>. Command
+ using XCommandProcessor::createCommandIdentifier(). Command
identifier <code>0</code>, which indicates that the command shall never
be aborted by a client, can be used by any thread.
diff --git a/offapi/com/sun/star/ui/ActionTriggerContainer.idl b/offapi/com/sun/star/ui/ActionTriggerContainer.idl
index 1bd96f9a2cae..5a6e1990f3c6 100644
--- a/offapi/com/sun/star/ui/ActionTriggerContainer.idl
+++ b/offapi/com/sun/star/ui/ActionTriggerContainer.idl
@@ -59,7 +59,7 @@ published service ActionTriggerContainer
interface ::com::sun::star::container::XIndexContainer;
/** creates elements to be inserted into the container.
- <p>Usually, the <method>XMultiServiceFactory::getSupportedServiceNames</method>
+ <p>Usually, the XMultiServiceFactory::getSupportedServiceNames()
gives you a ActionTrigger and
optionally ActionTriggerContainer and
ActionTriggerSeparator
diff --git a/offapi/com/sun/star/util/XCloseBroadcaster.idl b/offapi/com/sun/star/util/XCloseBroadcaster.idl
index 1882ddfd430e..50959474fc7d 100644
--- a/offapi/com/sun/star/util/XCloseBroadcaster.idl
+++ b/offapi/com/sun/star/util/XCloseBroadcaster.idl
@@ -31,7 +31,7 @@
The called object for closing must post the closing events immediately
and before any internal cancel operations will be started.
If a listener disagree with that it should throw a CloseVetoException
- and called function <method>XCloseable::close</method> must be broken immediately.
+ and called function XCloseable::close() must be broken immediately.
It's not allowed to catch it inside the close() request.
If no listener nor internal processes hinder the object on closing
all listeners get a notification about real closing.
diff --git a/offapi/com/sun/star/util/XCloseListener.idl b/offapi/com/sun/star/util/XCloseListener.idl
index 58c1e2c5e7ba..6f3362a9e85a 100644
--- a/offapi/com/sun/star/util/XCloseListener.idl
+++ b/offapi/com/sun/star/util/XCloseListener.idl
@@ -41,7 +41,7 @@
<p>
If an event com::sun::star::lang::XEventListener::disposing()
- occurred, nobody called <method>XCloseable::close</method> on listened object before.
+ occurred, nobody called XCloseable::close() on listened object before.
Then it's not allowed to break this request - it must be accepted!
</p>
diff --git a/offapi/com/sun/star/util/XDataEditor.idl b/offapi/com/sun/star/util/XDataEditor.idl
index b2532396409a..c6e84ea3fc3d 100644
--- a/offapi/com/sun/star/util/XDataEditor.idl
+++ b/offapi/com/sun/star/util/XDataEditor.idl
@@ -39,7 +39,7 @@ published interface XDataEditor: com::sun::star::uno::XInterface
void setModel( [in] com::sun::star::uno::XInterface model );
/** @returns
- the data model which was set by <method>XDataEditor::setModel</method>.
+ the data model which was set by XDataEditor::setModel().
*/
com::sun::star::uno::XInterface getModel();
diff --git a/offapi/com/sun/star/util/XSearchable.idl b/offapi/com/sun/star/util/XSearchable.idl
index c6322a4d66b0..28e84d464d96 100644
--- a/offapi/com/sun/star/util/XSearchable.idl
+++ b/offapi/com/sun/star/util/XSearchable.idl
@@ -75,8 +75,8 @@ published interface XSearchable: com::sun::star::uno::XInterface
@param xStartAt
represents a position within the component at which the search continues.
- This position is returned by <method>XSearchable::findFirst</method> or
- the previous <method>XSearchable::findNext</method>.
+ This position is returned by XSearchable::findFirst() or
+ the previous XSearchable::findNext().
@see SearchDescriptor
*/
diff --git a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl
index d1aab3b07827..a00f04464e56 100644
--- a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl
+++ b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module view {
/** makes it possible to append and remove objects from a selection.
- <p>The method <method>XSelectionSupplier::setSelection</method> for an
+ <p>The method XSelectionSupplier::setSelection() for an
instance that also supports <type>XMultiSelectionSupplier</method> should
be implemented that it also takes either a selectable object or a sequence
of selectable objects.</p>
diff --git a/offapi/com/sun/star/view/XSelectionSupplier.idl b/offapi/com/sun/star/view/XSelectionSupplier.idl
index 00af0455a011..b4d0efa2e768 100644
--- a/offapi/com/sun/star/view/XSelectionSupplier.idl
+++ b/offapi/com/sun/star/view/XSelectionSupplier.idl
@@ -56,7 +56,7 @@ published interface XSelectionSupplier: com::sun::star::uno::XInterface
void addSelectionChangeListener( [in] com::sun::star::view::XSelectionChangeListener xListener );
/** unregisters an event listener which was registered with
- <method>XSelectionSupplier::addSelectionChangeListener</method>.
+ XSelectionSupplier::addSelectionChangeListener().
*/
void removeSelectionChangeListener( [in] com::sun::star::view::XSelectionChangeListener xListener );
diff --git a/offapi/com/sun/star/xml/ExportFilter.idl b/offapi/com/sun/star/xml/ExportFilter.idl
index 8d078ed3244b..498c33023d12 100644
--- a/offapi/com/sun/star/xml/ExportFilter.idl
+++ b/offapi/com/sun/star/xml/ExportFilter.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module xml {
/** describes an export filter for XML-based file formats.
- <p>First, the <method>XExportFilter::exporter</method> method must be
+ <p>First, the XExportFilter::exporter() method must be
called to provide the export component with the target location to
which the data should be exported. Then, the source document's XML
representation will be generated by calling the appropriate methods
diff --git a/offapi/com/sun/star/xml/sax/InputSource.idl b/offapi/com/sun/star/xml/sax/InputSource.idl
index 9bda6e68b0c1..8c8a04b6707b 100644
--- a/offapi/com/sun/star/xml/sax/InputSource.idl
+++ b/offapi/com/sun/star/xml/sax/InputSource.idl
@@ -32,8 +32,8 @@ module com { module sun { module star { module xml { module sax {
source to the parser:
</p>
<ul>
- <li>as the argument of <method>XParser::parseStream</method></li>
- <li>as the return value of <method>XEntityReslover::resolveEntity</method>.
+ <li>as the argument of XParser::parseStream()</li>
+ <li>as the return value of XEntityReslover::resolveEntity().
</li>
</ul>
*/
diff --git a/offapi/com/sun/star/xml/sax/XErrorHandler.idl b/offapi/com/sun/star/xml/sax/XErrorHandler.idl
index db26a9e76276..2906191af601 100644
--- a/offapi/com/sun/star/xml/sax/XErrorHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XErrorHandler.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module xml { module sax {
<p>If a SAX application needs to implement customized error handling,
it must implement this interface and then register an instance with the
- SAX parser using the parser's <method>XParser::setErrorhandler</method>
+ SAX parser using the parser's XParser::setErrorhandler()
method. The parser will then report all errors and warnings through this
interface. </p>