offapi/com/sun/star/accessibility/XAccessibleText.idl | 2 +- offapi/com/sun/star/auth/XSSOManager.idl | 2 +- offapi/com/sun/star/awt/XSimpleTabController.idl | 4 ++-- offapi/com/sun/star/awt/grid/XGridDataModel.idl | 4 ++-- offapi/com/sun/star/awt/grid/XGridRowSelection.idl | 2 +- offapi/com/sun/star/awt/tree/XTreeControl.idl | 2 +- offapi/com/sun/star/configuration/AccessRootElement.idl | 4 ++-- offapi/com/sun/star/configuration/SetElement.idl | 2 +- offapi/com/sun/star/configuration/UpdateRootElement.idl | 4 ++-- offapi/com/sun/star/deployment/XPackage.idl | 2 +- offapi/com/sun/star/deployment/XPackageRegistry.idl | 2 +- offapi/com/sun/star/drawing/framework/XPane2.idl | 2 +- offapi/com/sun/star/embed/XCommonEmbedPersist.idl | 2 +- offapi/com/sun/star/embed/XEmbedObjectCreator.idl | 6 +++--- offapi/com/sun/star/embed/XEmbedObjectFactory.idl | 2 +- offapi/com/sun/star/embed/XEmbedPersist.idl | 6 +++--- offapi/com/sun/star/embed/XInsertObjectDialog.idl | 2 +- offapi/com/sun/star/frame/XStorable2.idl | 2 +- offapi/com/sun/star/sdbcx/XColumnsSupplier.idl | 2 +- offapi/com/sun/star/sync/SyncScheme.idl | 2 +- offapi/com/sun/star/table/TableSortField.idl | 4 ++-- offapi/com/sun/star/ucb/XDynamicResultSet.idl | 2 +- offapi/com/sun/star/ucb/XInteractionSupplyName.idl | 2 +- offapi/com/sun/star/ui/UIElementFactoryManager.idl | 2 +- offapi/com/sun/star/util/XModifiable2.idl | 4 ++-- 25 files changed, 35 insertions(+), 35 deletions(-)
New commits: commit 902cd9fe198a4e24843b0e4432cbc2dd3c587056 Author: Tsutomu Uchino <[email protected]> Date: Fri Nov 13 12:53:52 2015 +0000 #i126649# Fix wrong at tag names diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl index 29c9b97..31de362bf 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl @@ -312,7 +312,7 @@ published interface XAccessibleText : ::com::sun::star::uno::XInterface The first character of the new selection. The valid range is 0..length. - @parm nEndIndex + @param nEndIndex The position after the last character of the new selection. The valid range is 0..length. diff --git a/offapi/com/sun/star/auth/XSSOManager.idl b/offapi/com/sun/star/auth/XSSOManager.idl index f9bec9c..963b42b 100644 --- a/offapi/com/sun/star/auth/XSSOManager.idl +++ b/offapi/com/sun/star/auth/XSSOManager.idl @@ -72,7 +72,7 @@ published interface XSSOManager : ::com::sun::star::uno::XInterface the name of the target/acceptor side principal to which the source principal intends to authenticate. - @paran TargetHost + @param TargetHost the host name associated with the target principal. @returns diff --git a/offapi/com/sun/star/awt/XSimpleTabController.idl b/offapi/com/sun/star/awt/XSimpleTabController.idl index 5f30aa0..87c5a0f 100644 --- a/offapi/com/sun/star/awt/XSimpleTabController.idl +++ b/offapi/com/sun/star/awt/XSimpleTabController.idl @@ -55,7 +55,7 @@ published interface XSimpleTabController : com::sun::star::uno::XInterface which can be used further to address this tab by using other methods of this interface. - @return [long + @return an unique ID for this new tab. */ long insertTab(); @@ -139,7 +139,7 @@ published interface XSimpleTabController : com::sun::star::uno::XInterface //------------------------------------------------------------------------- /** return the unique ID of the current active tab. - @eturn [long] + @return ID the ID of the active tab. */ long getActiveTabID(); diff --git a/offapi/com/sun/star/awt/grid/XGridDataModel.idl b/offapi/com/sun/star/awt/grid/XGridDataModel.idl index 96ee4f0..55132a2 100644 --- a/offapi/com/sun/star/awt/grid/XGridDataModel.idl +++ b/offapi/com/sun/star/awt/grid/XGridDataModel.idl @@ -98,9 +98,9 @@ published interface XGridDataModel <p>This method is provided for performance and convenience reasons, it delivers the same result as subsequent calls to <member>getCellData</member> would.</p> - @param Row + @param RowIndex the index of the row whose data should is to be retrieved. - @raises ::com::sun::star::lang::IndexOutOfBoundsException + @throws ::com::sun::star::lang::IndexOutOfBoundsException of the given row index does not denote a valid row. */ sequence< any > diff --git a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl index 15350de..817eee3 100644 --- a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl +++ b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl @@ -47,7 +47,7 @@ published interface XGridRowSelection @param RowIndex denotes the index of the row to select - @raises ::com::sun::star::lang::IndexOutOfBoundsException + @throws ::com::sun::star::lang::IndexOutOfBoundsException if <code>RowIndex</code> does not denote a valid row index */ void selectRow( [in] long RowIndex ) diff --git a/offapi/com/sun/star/awt/tree/XTreeControl.idl b/offapi/com/sun/star/awt/tree/XTreeControl.idl index fc21f96..a3f747b 100644 --- a/offapi/com/sun/star/awt/tree/XTreeControl.idl +++ b/offapi/com/sun/star/awt/tree/XTreeControl.idl @@ -208,7 +208,7 @@ published interface XTreeControl @param x an integer giving the number of pixels horizontally from the left edge of the controls display area - @para y + @param y an integer giving the number of pixels vertically from the top edge of the controls display area @returns the <type>XTreeNode</type> for the node closest to that location, null if nothing is viewable or there is no model diff --git a/offapi/com/sun/star/configuration/AccessRootElement.idl b/offapi/com/sun/star/configuration/AccessRootElement.idl index b0763ca..c00fec2 100644 --- a/offapi/com/sun/star/configuration/AccessRootElement.idl +++ b/offapi/com/sun/star/configuration/AccessRootElement.idl @@ -140,8 +140,8 @@ published service AccessRootElement with a single event. </p> - @ see UpdateRootElement - @ see com::sun::star::util::XChangesBatch + @see UpdateRootElement + @see com::sun::star::util::XChangesBatch */ interface com::sun::star::util::XChangesNotifier; diff --git a/offapi/com/sun/star/configuration/SetElement.idl b/offapi/com/sun/star/configuration/SetElement.idl index b0ea298..169518e 100644 --- a/offapi/com/sun/star/configuration/SetElement.idl +++ b/offapi/com/sun/star/configuration/SetElement.idl @@ -170,7 +170,7 @@ published service SetElement implementation. </p> - @ see com::sun::star::configuration::XTemplateContainer + @see com::sun::star::configuration::XTemplateContainer */ interface com::sun::star::configuration::XTemplateInstance; }; diff --git a/offapi/com/sun/star/configuration/UpdateRootElement.idl b/offapi/com/sun/star/configuration/UpdateRootElement.idl index 7e49ec4..8748b60 100644 --- a/offapi/com/sun/star/configuration/UpdateRootElement.idl +++ b/offapi/com/sun/star/configuration/UpdateRootElement.idl @@ -93,8 +93,8 @@ published service UpdateRootElement is invoked. </p> - @ see AccessRootElement - @ see com::sun::star::util::XChangesNotifier + @see AccessRootElement + @see com::sun::star::util::XChangesNotifier */ interface com::sun::star::util::XChangesBatch; }; diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl index f05de72..b621135 100755 --- a/offapi/com/sun/star/deployment/XPackage.idl +++ b/offapi/com/sun/star/deployment/XPackage.idl @@ -75,7 +75,7 @@ interface XPackage @param xCmdEnv command environment for error handling and other interaction. - @alreadyInstalled + @param alreadyInstalled indicates that an extension with the same identifyer is already installed. @return diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl index bd9870b..b2bc394 100644 --- a/offapi/com/sun/star/deployment/XPackageRegistry.idl +++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl @@ -82,7 +82,7 @@ interface XPackageRegistry media type of package, empty string if to be detected @param removed - @para unfulfilledPrerequisites + @param unfulfilledPrerequisites has a value other null if the extension could not be installed previously because <member>XPackage::checkPrerequisites</member> failed. diff --git a/offapi/com/sun/star/drawing/framework/XPane2.idl b/offapi/com/sun/star/drawing/framework/XPane2.idl index d1b75bb..3ebdec1 100644 --- a/offapi/com/sun/star/drawing/framework/XPane2.idl +++ b/offapi/com/sun/star/drawing/framework/XPane2.idl @@ -39,7 +39,7 @@ interface XPane2 { /** Return whether all windows that are used to implement the pane are visible. - @Returns <TRUE> when all windows of the pane are visible. + @returns <TRUE> when all windows of the pane are visible. */ boolean isVisible (); diff --git a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl index a6a8aa3..ccf0e85 100644 --- a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl +++ b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl @@ -103,7 +103,7 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface optional parameters for object reloading, see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException diff --git a/offapi/com/sun/star/embed/XEmbedObjectCreator.idl b/offapi/com/sun/star/embed/XEmbedObjectCreator.idl index b141baa..cbcb22a 100644 --- a/offapi/com/sun/star/embed/XEmbedObjectCreator.idl +++ b/offapi/com/sun/star/embed/XEmbedObjectCreator.idl @@ -130,10 +130,10 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface an object of type <type>EmbeddedObjectDescriptor</type> contains object related properties - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal - @thrown ::com::sun::star::container::NoSuchElementException + @throws ::com::sun::star::container::NoSuchElementException the specified entry does not exist @throws com::sun::star::io::IOException @@ -175,7 +175,7 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface an object of type <type>EmbeddedObjectDescriptor</type> contains object related properties - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::io::IOException diff --git a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl index d14906f..d2c3419 100644 --- a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl +++ b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl @@ -100,7 +100,7 @@ published interface XEmbedObjectFactory: com::sun::star::uno::XInterface see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::io::IOException diff --git a/offapi/com/sun/star/embed/XEmbedPersist.idl b/offapi/com/sun/star/embed/XEmbedPersist.idl index 874e76a..a3ea687 100644 --- a/offapi/com/sun/star/embed/XEmbedPersist.idl +++ b/offapi/com/sun/star/embed/XEmbedPersist.idl @@ -107,7 +107,7 @@ published interface XEmbedPersist: XCommonEmbedPersist see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException @@ -148,7 +148,7 @@ published interface XEmbedPersist: XCommonEmbedPersist optional parameters for the object saving, see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException @@ -198,7 +198,7 @@ published interface XEmbedPersist: XCommonEmbedPersist optional parameters for the object saving, see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException diff --git a/offapi/com/sun/star/embed/XInsertObjectDialog.idl b/offapi/com/sun/star/embed/XInsertObjectDialog.idl index d21779b..f13adc8 100644 --- a/offapi/com/sun/star/embed/XInsertObjectDialog.idl +++ b/offapi/com/sun/star/embed/XInsertObjectDialog.idl @@ -82,7 +82,7 @@ published interface XInsertObjectDialog: com::sun::star::uno::XInterface @returns the structure containing the object and container related options - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::io::IOException diff --git a/offapi/com/sun/star/frame/XStorable2.idl b/offapi/com/sun/star/frame/XStorable2.idl index 55029cf..b2c36d5 100644 --- a/offapi/com/sun/star/frame/XStorable2.idl +++ b/offapi/com/sun/star/frame/XStorable2.idl @@ -65,7 +65,7 @@ published interface XStorable2: XStorable optional parameters for saving, can take values from subset of <type scope="com::sun::star::document">MediaDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException the optional parameters contain unacceptable for save entry @throws com::sun::star::io::IOException diff --git a/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl b/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl index 3c9addf..b73de4f 100644 --- a/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl +++ b/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl @@ -45,7 +45,7 @@ published interface XColumnsSupplier: com::sun::star::uno::XInterface { /** returns the container of columns. - @rerurns + @returns the columns */ com::sun::star::container::XNameAccess getColumns(); diff --git a/offapi/com/sun/star/sync/SyncScheme.idl b/offapi/com/sun/star/sync/SyncScheme.idl index e3111db..4e01ae1 100644 --- a/offapi/com/sun/star/sync/SyncScheme.idl +++ b/offapi/com/sun/star/sync/SyncScheme.idl @@ -30,7 +30,7 @@ /** contains the scheme name of this SyncScheme - @derepcated + @deprecated */ published struct SyncScheme { diff --git a/offapi/com/sun/star/table/TableSortField.idl b/offapi/com/sun/star/table/TableSortField.idl index 5ddcb5c..913275e 100644 --- a/offapi/com/sun/star/table/TableSortField.idl +++ b/offapi/com/sun/star/table/TableSortField.idl @@ -79,7 +79,7 @@ published struct TableSortField <member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member> </p> - @ see com::sun::star::i18n::XCollator + @see com::sun::star::i18n::XCollator */ com::sun::star::lang::Locale CollatorLocale; @@ -90,7 +90,7 @@ published struct TableSortField <member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member> </p> - @ see com::sun::star::i18n::XCollator + @see com::sun::star::i18n::XCollator */ string CollatorAlgorithm; diff --git a/offapi/com/sun/star/ucb/XDynamicResultSet.idl b/offapi/com/sun/star/ucb/XDynamicResultSet.idl index 4f6199f..321515b 100644 --- a/offapi/com/sun/star/ucb/XDynamicResultSet.idl +++ b/offapi/com/sun/star/ucb/XDynamicResultSet.idl @@ -124,7 +124,7 @@ published interface XDynamicResultSet: com::sun::star::lang::XComponent implemented as <type>ContentResultSet</type>. Its content will never change. - @trows ListenerAlreadySetException + @throws ListenerAlreadySetException if someone already has registered as listener via <member>XDynamicResultSet::setListener</member> or if someone has established a connection to a <type>CachedDynamicResultSet</type> diff --git a/offapi/com/sun/star/ucb/XInteractionSupplyName.idl b/offapi/com/sun/star/ucb/XInteractionSupplyName.idl index 9097d5e..7521dbb 100644 --- a/offapi/com/sun/star/ucb/XInteractionSupplyName.idl +++ b/offapi/com/sun/star/ucb/XInteractionSupplyName.idl @@ -46,7 +46,7 @@ published interface XInteractionSupplyName : com::sun::star::task::XInteractionC //------------------------------------------------------------------------- /** sets the name to supply. - @parem Name + @param Name contains the name to supply. */ void setName( [in] string Name ); diff --git a/offapi/com/sun/star/ui/UIElementFactoryManager.idl b/offapi/com/sun/star/ui/UIElementFactoryManager.idl index 73151ed..f7c6dcb 100644 --- a/offapi/com/sun/star/ui/UIElementFactoryManager.idl +++ b/offapi/com/sun/star/ui/UIElementFactoryManager.idl @@ -57,7 +57,7 @@ service UIElementFactoryManager retrieves the responsible user interface element factory from the provided arguments and passes the arguments to it. - see @XUIElementFactory + @see XUIElementFactory </p> */ interface XUIElementFactory; diff --git a/offapi/com/sun/star/util/XModifiable2.idl b/offapi/com/sun/star/util/XModifiable2.idl index 62a6005..b3e36c0 100644 --- a/offapi/com/sun/star/util/XModifiable2.idl +++ b/offapi/com/sun/star/util/XModifiable2.idl @@ -52,7 +52,7 @@ published interface XModifiable2: com::sun::star::util::XModifiable //------------------------------------------------------------------------- /** disable possibility to change modified state of the document - @retuns the value that says whether the modified state change was + @returns the value that says whether the modified state change was enabled before the call <TRUE/> the changing of the modified state was already disabled <FALSE/> the changing of the modified state was enabled @@ -63,7 +63,7 @@ published interface XModifiable2: com::sun::star::util::XModifiable //------------------------------------------------------------------------- /** enable possibility to change modified state of the document - @retuns the value that says whether the modified state change was + @returns the value that says whether the modified state change was enabled before the call <TRUE/> the changing of the modified state was disabled <FALSE/> the changing of the modified state was already enabled _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
