From 56d158c38cca6de82256e727b7f4c83f311d87b8 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 29 Apr 2013 00:18:07 +0200 Subject: *api: convert more sed -i "s,\([^<]\+[^)]\),\1(),g" Change-Id: Ie443efb5b283067bc5475810f6848061900d8401 --- offapi/com/sun/star/awt/grid/XGridColumn.idl | 2 +- offapi/com/sun/star/chart2/data/XRangeHighlighter.idl | 2 +- .../sun/star/datatransfer/dnd/XDropTargetListener.idl | 2 +- offapi/com/sun/star/document/XBinaryStreamResolver.idl | 2 +- offapi/com/sun/star/document/XMLBasicExporter.idl | 4 ++-- offapi/com/sun/star/document/XMLBasicImporter.idl | 2 +- offapi/com/sun/star/document/XMLOasisBasicExporter.idl | 4 ++-- offapi/com/sun/star/document/XMLOasisBasicImporter.idl | 2 +- offapi/com/sun/star/embed/FileSystemStorage.idl | 8 ++++---- offapi/com/sun/star/embed/Storage.idl | 16 ++++++++-------- offapi/com/sun/star/embed/XEmbedPersist.idl | 4 ++-- offapi/com/sun/star/frame/XFrame.idl | 2 +- offapi/com/sun/star/i18n/CharacterIteratorMode.idl | 2 +- offapi/com/sun/star/i18n/DirectionProperty.idl | 2 +- offapi/com/sun/star/i18n/ForbiddenCharacters.idl | 2 +- offapi/com/sun/star/i18n/KParseTokens.idl | 4 ++-- offapi/com/sun/star/sdb/SQLFilterOperator.idl | 2 +- offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl | 2 +- offapi/com/sun/star/sheet/XDataPilotTable2.idl | 4 ++-- offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl | 4 ++-- offapi/com/sun/star/text/ControlCharacter.idl | 2 +- offapi/com/sun/star/ucb/CommandEnvironment.idl | 4 ++-- .../sun/star/ucb/DuplicateCommandIdentifierException.idl | 2 +- offapi/com/sun/star/ui/ActionTriggerContainer.idl | 2 +- offapi/com/sun/star/util/XCloseBroadcaster.idl | 2 +- offapi/com/sun/star/util/XCloseListener.idl | 2 +- offapi/com/sun/star/util/XDataEditor.idl | 2 +- offapi/com/sun/star/util/XSearchable.idl | 4 ++-- offapi/com/sun/star/view/XMultiSelectionSupplier.idl | 2 +- offapi/com/sun/star/view/XSelectionSupplier.idl | 2 +- offapi/com/sun/star/xml/ExportFilter.idl | 2 +- offapi/com/sun/star/xml/sax/InputSource.idl | 4 ++-- offapi/com/sun/star/xml/sax/XErrorHandler.idl | 2 +- 33 files changed, 52 insertions(+), 52 deletions(-) (limited to 'offapi') 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 UnoControlGridModel::ShowRowHeader 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 - XRangeHighlighter::addSelectionChangeListener + 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.

NOTE: The implementation - has to wait until the method XDropTargetDropContext::dropComplete + 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 - XBinaryStreamResolver::resolveOutputStream. + 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. -

First the XExporter::setSourceDocument method must be +

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 XFilter::filter method.

+ by calling the XFilter::filter() method.

@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. -

The XImporter::setTargetDocument method must be +

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. -

First the XExporter::setSourceDocument method must be +

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 XFilter::filter method.

+ by calling the XFilter::filter() method.

@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. -

The XImporter::setTargetDocument method must be +

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

interface XStorage
-
XStorage::openStorageElement
+
XStorage::openStorageElement()
This method returns FileSystemStorage service implementation.
-
XStorage::copyLastCommitTo
+
XStorage::copyLastCommitTo()
Since this service implementation supports no transaction this method just creates a copy of the storage in it's current state.
-
XStorage::copyStorageElementLastCommitTo
+
XStorage::copyStorageElementLastCommitTo()
Since this service implementation supports no transaction this method just creates a copy of the storage in it's current state.
-
XStorage::removeStorageElement
+
XStorage::removeStorageElement()
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
interface XStorage
-
XStorage::openStreamElement
+
XStorage::openStreamElement()

This method returns StorageStream @@ -105,7 +105,7 @@ published service Storage

-
XStorage::openEncryptedStreamElement
+
XStorage::openEncryptedStreamElement()
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.
-
XStorage::openStorageElement
+
XStorage::openStorageElement()
This method returns Storage service implementation.
-
XStorage::cloneStreamElement
+
XStorage::cloneStreamElement()

This method returns StorageStream service @@ -156,7 +156,7 @@ published service Storage

-
XStorage::cloneEncryptedStreamElement
+
XStorage::cloneEncryptedStreamElement()

This method returns StorageStream service @@ -181,7 +181,7 @@ published service Storage

-
XStorage::copyLastCommitTo
+
XStorage::copyLastCommitTo()
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.
-
XStorage::copyStorageElementLastCommitTo
+
XStorage::copyStorageElementLastCommitTo()

This method gets Storage service @@ -207,7 +207,7 @@ published service Storage

-
XStorage::removeStorageElement
+
XStorage::removeStorageElement()
If the element is opened the removing will fail.
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

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 XEmbedPersist::saveCompleted 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 - XEmbedPersist::saveCompleted is called. + XEmbedPersist::saveCompleted() is called. So this state can be treated as "HandsOff" state.

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

According to a call to this interface, the frame calls - XFrameEventListener::frameAction 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.

Used with XBreakIterator::nextCharacters() and - XBreakIterator::previousCharacters

+ XBreakIterator::previousCharacters()

*/ 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 - XCharacterClassification::getCharacterDirection. + 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.

Returned by - XLocaleData::getForbiddenCharacters 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 nStartCharFlags parameter to - ChararacterClassification::parseAnyToken and - ChararacterClassification::parsePredefinedToken, + ChararacterClassification::parseAnyToken() and + ChararacterClassification::parsePredefinedToken(), ignored on nContCharFlags parameter. Not 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 XSingleSelectQueryComposer::setStructuredFilter. + 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

This constant set is used to indicate the type of output range desired when - XDataPilotTable2::getOutputRangeByType is called, which + XDataPilotTable2::getOutputRangeByType() is called, which returns a different cell range depending upon the value passed to it as the argument.

@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, - XDataPilotTable2::getDrillDownData 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 XDataPilotTable2::insertDrillDownSheet + @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 XDataPilotTable2::getDrillDownData - or XDataPilotTable2::insertDrillDownSheet. 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 XSimpleText::insertControlCharacter 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 - XCommandEnvironemt::getInteractionHandler + XCommandEnvironemt::getInteractionHandler() @param ProgressHandler the progress handler instance that will be returned by this service's implementation of - XCommandEnvironemt::getProgressHandler + 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.

Each thread must use it's own command identifier, which must be obtained - using XCommandProcessor::createCommandIdentifier. Command + using XCommandProcessor::createCommandIdentifier(). Command identifier 0, 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. -

Usually, the XMultiServiceFactory::getSupportedServiceNames +

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 XCloseable::close 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 @@

If an event com::sun::star::lang::XEventListener::disposing() - occurred, nobody called XCloseable::close 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!

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 XDataEditor::setModel. + 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 XSearchable::findFirst or - the previous XSearchable::findNext. + 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. -

The method XSelectionSupplier::setSelection for an +

The method XSelectionSupplier::setSelection() for an instance that also supports XMultiSelectionSupplier should be implemented that it also takes either a selectable object or a sequence of selectable objects.

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 - XSelectionSupplier::addSelectionChangeListener. + 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. -

First, the XExportFilter::exporter method must be +

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:

    -
  • as the argument of XParser::parseStream
  • -
  • as the return value of XEntityReslover::resolveEntity. +
  • as the argument of XParser::parseStream()
  • +
  • as the return value of XEntityReslover::resolveEntity().
*/ 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 {

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 XParser::setErrorhandler + SAX parser using the parser's XParser::setErrorhandler() method. The parser will then report all errors and warnings through this interface.

-- cgit