Kaydet (Commit) 902cd9fe authored tarafından Tsutomu Uchino's avatar Tsutomu Uchino

#i126649# Fix wrong at tag names

üst 769cffa5
...@@ -312,7 +312,7 @@ published interface XAccessibleText : ::com::sun::star::uno::XInterface ...@@ -312,7 +312,7 @@ published interface XAccessibleText : ::com::sun::star::uno::XInterface
The first character of the new selection. The first character of the new selection.
The valid range is 0..length. The valid range is 0..length.
@parm nEndIndex @param nEndIndex
The position after the last character of the new selection. The position after the last character of the new selection.
The valid range is 0..length. The valid range is 0..length.
......
...@@ -72,7 +72,7 @@ published interface XSSOManager : ::com::sun::star::uno::XInterface ...@@ -72,7 +72,7 @@ published interface XSSOManager : ::com::sun::star::uno::XInterface
the name of the target/acceptor side principal to which the source the name of the target/acceptor side principal to which the source
principal intends to authenticate. principal intends to authenticate.
@paran TargetHost @param TargetHost
the host name associated with the target principal. the host name associated with the target principal.
@returns @returns
......
...@@ -55,7 +55,7 @@ published interface XSimpleTabController : com::sun::star::uno::XInterface ...@@ -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 which can be used further to address this tab by using other methods
of this interface. of this interface.
@return [long @return
an unique ID for this new tab. an unique ID for this new tab.
*/ */
long insertTab(); long insertTab();
...@@ -139,7 +139,7 @@ published interface XSimpleTabController : com::sun::star::uno::XInterface ...@@ -139,7 +139,7 @@ published interface XSimpleTabController : com::sun::star::uno::XInterface
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** return the unique ID of the current active tab. /** return the unique ID of the current active tab.
@eturn [long] @return ID
the ID of the active tab. the ID of the active tab.
*/ */
long getActiveTabID(); long getActiveTabID();
......
...@@ -98,9 +98,9 @@ published interface XGridDataModel ...@@ -98,9 +98,9 @@ published interface XGridDataModel
<p>This method is provided for performance and convenience reasons, it delivers the same result <p>This method is provided for performance and convenience reasons, it delivers the same result
as subsequent calls to <member>getCellData</member> would.</p> 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. 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. of the given row index does not denote a valid row.
*/ */
sequence< any > sequence< any >
......
...@@ -47,7 +47,7 @@ published interface XGridRowSelection ...@@ -47,7 +47,7 @@ published interface XGridRowSelection
@param RowIndex @param RowIndex
denotes the index of the row to select 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 if <code>RowIndex</code> does not denote a valid row index
*/ */
void selectRow( [in] long RowIndex ) void selectRow( [in] long RowIndex )
......
...@@ -208,7 +208,7 @@ published interface XTreeControl ...@@ -208,7 +208,7 @@ published interface XTreeControl
@param x @param x
an integer giving the number of pixels horizontally from the left edge of the controls display area 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 an integer giving the number of pixels vertically from the top edge of the controls display area
@returns @returns
the <type>XTreeNode</type> for the node closest to that location, null if nothing is viewable or there is no model the <type>XTreeNode</type> for the node closest to that location, null if nothing is viewable or there is no model
......
...@@ -140,8 +140,8 @@ published service AccessRootElement ...@@ -140,8 +140,8 @@ published service AccessRootElement
with a single event. with a single event.
</p> </p>
@ see UpdateRootElement @see UpdateRootElement
@ see com::sun::star::util::XChangesBatch @see com::sun::star::util::XChangesBatch
*/ */
interface com::sun::star::util::XChangesNotifier; interface com::sun::star::util::XChangesNotifier;
......
...@@ -170,7 +170,7 @@ published service SetElement ...@@ -170,7 +170,7 @@ published service SetElement
implementation. implementation.
</p> </p>
@ see com::sun::star::configuration::XTemplateContainer @see com::sun::star::configuration::XTemplateContainer
*/ */
interface com::sun::star::configuration::XTemplateInstance; interface com::sun::star::configuration::XTemplateInstance;
}; };
......
...@@ -93,8 +93,8 @@ published service UpdateRootElement ...@@ -93,8 +93,8 @@ published service UpdateRootElement
is invoked. is invoked.
</p> </p>
@ see AccessRootElement @see AccessRootElement
@ see com::sun::star::util::XChangesNotifier @see com::sun::star::util::XChangesNotifier
*/ */
interface com::sun::star::util::XChangesBatch; interface com::sun::star::util::XChangesBatch;
}; };
......
...@@ -75,7 +75,7 @@ interface XPackage ...@@ -75,7 +75,7 @@ interface XPackage
@param xCmdEnv @param xCmdEnv
command environment for error handling and other interaction. command environment for error handling and other interaction.
@alreadyInstalled @param alreadyInstalled
indicates that an extension with the same identifyer is already installed. indicates that an extension with the same identifyer is already installed.
@return @return
......
...@@ -82,7 +82,7 @@ interface XPackageRegistry ...@@ -82,7 +82,7 @@ interface XPackageRegistry
media type of package, empty string if to be detected media type of package, empty string if to be detected
@param removed @param removed
@para unfulfilledPrerequisites @param unfulfilledPrerequisites
has a value other null if the extension could not be installed previously has a value other null if the extension could not be installed previously
because <member>XPackage::checkPrerequisites</member> failed. because <member>XPackage::checkPrerequisites</member> failed.
......
...@@ -39,7 +39,7 @@ interface XPane2 ...@@ -39,7 +39,7 @@ interface XPane2
{ {
/** Return whether all windows that are used to implement the pane are /** Return whether all windows that are used to implement the pane are
visible. visible.
@Returns <TRUE> when all windows of the pane are visible. @returns <TRUE> when all windows of the pane are visible.
*/ */
boolean isVisible (); boolean isVisible ();
......
...@@ -103,7 +103,7 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface ...@@ -103,7 +103,7 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface
optional parameters for object reloading, see also optional parameters for object reloading, see also
<type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> <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 one of arguments is illegal
@throws com::sun::star::embed::WrongStateException @throws com::sun::star::embed::WrongStateException
......
...@@ -130,10 +130,10 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface ...@@ -130,10 +130,10 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface
an object of type <type>EmbeddedObjectDescriptor</type> an object of type <type>EmbeddedObjectDescriptor</type>
contains object related properties contains object related properties
@thrown ::com::sun::star::lang::IllegalArgumentException @throws ::com::sun::star::lang::IllegalArgumentException
one of arguments is illegal one of arguments is illegal
@thrown ::com::sun::star::container::NoSuchElementException @throws ::com::sun::star::container::NoSuchElementException
the specified entry does not exist the specified entry does not exist
@throws com::sun::star::io::IOException @throws com::sun::star::io::IOException
...@@ -175,7 +175,7 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface ...@@ -175,7 +175,7 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface
an object of type <type>EmbeddedObjectDescriptor</type> an object of type <type>EmbeddedObjectDescriptor</type>
contains object related properties contains object related properties
@thrown ::com::sun::star::lang::IllegalArgumentException @throws ::com::sun::star::lang::IllegalArgumentException
one of arguments is illegal one of arguments is illegal
@throws com::sun::star::io::IOException @throws com::sun::star::io::IOException
......
...@@ -100,7 +100,7 @@ published interface XEmbedObjectFactory: com::sun::star::uno::XInterface ...@@ -100,7 +100,7 @@ published interface XEmbedObjectFactory: com::sun::star::uno::XInterface
see also see also
<type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> <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 one of arguments is illegal
@throws com::sun::star::io::IOException @throws com::sun::star::io::IOException
......
...@@ -107,7 +107,7 @@ published interface XEmbedPersist: XCommonEmbedPersist ...@@ -107,7 +107,7 @@ published interface XEmbedPersist: XCommonEmbedPersist
see also see also
<type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> <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 one of arguments is illegal
@throws com::sun::star::embed::WrongStateException @throws com::sun::star::embed::WrongStateException
...@@ -148,7 +148,7 @@ published interface XEmbedPersist: XCommonEmbedPersist ...@@ -148,7 +148,7 @@ published interface XEmbedPersist: XCommonEmbedPersist
optional parameters for the object saving, see also optional parameters for the object saving, see also
<type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> <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 one of arguments is illegal
@throws com::sun::star::embed::WrongStateException @throws com::sun::star::embed::WrongStateException
...@@ -198,7 +198,7 @@ published interface XEmbedPersist: XCommonEmbedPersist ...@@ -198,7 +198,7 @@ published interface XEmbedPersist: XCommonEmbedPersist
optional parameters for the object saving, see also optional parameters for the object saving, see also
<type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> <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 one of arguments is illegal
@throws com::sun::star::embed::WrongStateException @throws com::sun::star::embed::WrongStateException
......
...@@ -82,7 +82,7 @@ published interface XInsertObjectDialog: com::sun::star::uno::XInterface ...@@ -82,7 +82,7 @@ published interface XInsertObjectDialog: com::sun::star::uno::XInterface
@returns @returns
the structure containing the object and container related options 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 one of arguments is illegal
@throws com::sun::star::io::IOException @throws com::sun::star::io::IOException
......
...@@ -65,7 +65,7 @@ published interface XStorable2: XStorable ...@@ -65,7 +65,7 @@ published interface XStorable2: XStorable
optional parameters for saving, can take values from subset of optional parameters for saving, can take values from subset of
<type scope="com::sun::star::document">MediaDescriptor</type> <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 the optional parameters contain unacceptable for save entry
@throws com::sun::star::io::IOException @throws com::sun::star::io::IOException
......
...@@ -45,7 +45,7 @@ published interface XColumnsSupplier: com::sun::star::uno::XInterface ...@@ -45,7 +45,7 @@ published interface XColumnsSupplier: com::sun::star::uno::XInterface
{ {
/** returns the container of columns. /** returns the container of columns.
@rerurns @returns
the columns the columns
*/ */
com::sun::star::container::XNameAccess getColumns(); com::sun::star::container::XNameAccess getColumns();
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
/** contains the scheme name of this SyncScheme /** contains the scheme name of this SyncScheme
@derepcated @deprecated
*/ */
published struct SyncScheme published struct SyncScheme
{ {
......
...@@ -79,7 +79,7 @@ published struct TableSortField ...@@ -79,7 +79,7 @@ published struct TableSortField
<member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member> <member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member>
</p> </p>
@ see com::sun::star::i18n::XCollator @see com::sun::star::i18n::XCollator
*/ */
com::sun::star::lang::Locale CollatorLocale; com::sun::star::lang::Locale CollatorLocale;
...@@ -90,7 +90,7 @@ published struct TableSortField ...@@ -90,7 +90,7 @@ published struct TableSortField
<member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member> <member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member>
</p> </p>
@ see com::sun::star::i18n::XCollator @see com::sun::star::i18n::XCollator
*/ */
string CollatorAlgorithm; string CollatorAlgorithm;
......
...@@ -124,7 +124,7 @@ published interface XDynamicResultSet: com::sun::star::lang::XComponent ...@@ -124,7 +124,7 @@ published interface XDynamicResultSet: com::sun::star::lang::XComponent
implemented as <type>ContentResultSet</type>. Its content will never implemented as <type>ContentResultSet</type>. Its content will never
change. change.
@trows ListenerAlreadySetException @throws ListenerAlreadySetException
if someone already has registered as listener via if someone already has registered as listener via
<member>XDynamicResultSet::setListener</member> or if someone has <member>XDynamicResultSet::setListener</member> or if someone has
established a connection to a <type>CachedDynamicResultSet</type> established a connection to a <type>CachedDynamicResultSet</type>
......
...@@ -46,7 +46,7 @@ published interface XInteractionSupplyName : com::sun::star::task::XInteractionC ...@@ -46,7 +46,7 @@ published interface XInteractionSupplyName : com::sun::star::task::XInteractionC
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** sets the name to supply. /** sets the name to supply.
@parem Name @param Name
contains the name to supply. contains the name to supply.
*/ */
void setName( [in] string Name ); void setName( [in] string Name );
......
...@@ -57,7 +57,7 @@ service UIElementFactoryManager ...@@ -57,7 +57,7 @@ service UIElementFactoryManager
retrieves the responsible user interface element factory from the provided arguments and passes retrieves the responsible user interface element factory from the provided arguments and passes
the arguments to it. the arguments to it.
see @XUIElementFactory @see XUIElementFactory
</p> </p>
*/ */
interface XUIElementFactory; interface XUIElementFactory;
......
...@@ -52,7 +52,7 @@ published interface XModifiable2: com::sun::star::util::XModifiable ...@@ -52,7 +52,7 @@ published interface XModifiable2: com::sun::star::util::XModifiable
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** disable possibility to change modified state of the document /** 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 enabled before the call
<TRUE/> the changing of the modified state was already disabled <TRUE/> the changing of the modified state was already disabled
<FALSE/> the changing of the modified state was enabled <FALSE/> the changing of the modified state was enabled
...@@ -63,7 +63,7 @@ published interface XModifiable2: com::sun::star::util::XModifiable ...@@ -63,7 +63,7 @@ published interface XModifiable2: com::sun::star::util::XModifiable
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** enable possibility to change modified state of the document /** 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 enabled before the call
<TRUE/> the changing of the modified state was disabled <TRUE/> the changing of the modified state was disabled
<FALSE/> the changing of the modified state was already enabled <FALSE/> the changing of the modified state was already enabled
......
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