diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-30 14:12:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:06 +0200 |
commit | ddba7d155d07b9018a9f5bf051b6faa1bdac022b (patch) | |
tree | 9b28c72c50b615097448855dccb99957fe8e35dc | |
parent | 73d568408a150875b5c6046680f38e6db287c8fa (diff) |
*api: convert all unsupported html tags
Only useful ones appear to be <tbody> and <thead> which doxygen doesn't
support but we only use those in 3 places so who cares.
Change-Id: I374f7d208873a8436fe76e0f800ce18df5b188b3
25 files changed, 50 insertions, 55 deletions
diff --git a/offapi/com/sun/star/awt/CharSet.idl b/offapi/com/sun/star/awt/CharSet.idl index 6037db1a30ad..dfd3030f252f 100644 --- a/offapi/com/sun/star/awt/CharSet.idl +++ b/offapi/com/sun/star/awt/CharSet.idl @@ -49,7 +49,7 @@ published constants CharSet const short ANSI = 1; - /** specifies the <regtm>Apple Macintosh</regtm> character set. + /** specifies the Apple Macintosh character set. */ const short MAC = 2; diff --git a/offapi/com/sun/star/awt/XContainerWindowProvider.idl b/offapi/com/sun/star/awt/XContainerWindowProvider.idl index 0208d78b976d..454b575e8a3d 100644 --- a/offapi/com/sun/star/awt/XContainerWindowProvider.idl +++ b/offapi/com/sun/star/awt/XContainerWindowProvider.idl @@ -73,7 +73,8 @@ interface XContainerWindowProvider : ::com::sun::star::uno::XInterface { based access will be used. The Introspection based access tries to call a method named according to the - HandlerMethodName specified by a vnd.sun.star.UNO:<HandlerMethodName> URL. + HandlerMethodName specified by a + <code>vnd.sun.star.UNO:<i>HandlerMethodName</i></code> URL. First a method void HandlerMethodName( [in] com::sun::star::awt::XWindow xWindow, [in] any aEvent ) diff --git a/offapi/com/sun/star/awt/XDialogProvider2.idl b/offapi/com/sun/star/awt/XDialogProvider2.idl index 73c419a4e709..7365e1196816 100644 --- a/offapi/com/sun/star/awt/XDialogProvider2.idl +++ b/offapi/com/sun/star/awt/XDialogProvider2.idl @@ -66,7 +66,8 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider { based access will be used. The Introspection based access tries to call a method named according to the - HandlerMethodName specified by a vnd.sun.star.UNO:<HandlerMethodName> URL. + HandlerMethodName specified by a + <code>vnd.sun.star.UNO:<i>HandlerMethodName</i></code> URL. First a method void HandlerMethodName( [in] com::sun::star::awt::XDialog xDialog, [in] any aEvent ) diff --git a/offapi/com/sun/star/awt/tree/XTreeNode.idl b/offapi/com/sun/star/awt/tree/XTreeNode.idl index 0ddfce321a2f..4e5a0b4a8c7b 100644 --- a/offapi/com/sun/star/awt/tree/XTreeNode.idl +++ b/offapi/com/sun/star/awt/tree/XTreeNode.idl @@ -48,9 +48,10 @@ interface XTreeNode /** Returns the parent node of this node. */ XTreeNode getParent(); - /** Returns the index of <var>Node</Node> in this instances children. + /** Returns the index of <var>Node</var> in this instances children. @returns - The child index of <var>Node</Node> , or -1 if <var>Node</Node> is no child of this instance. + The child index of <var>Node</var>, + or -1 if <var>Node</var> is no child of this instance. */ long getIndex( [in] XTreeNode Node); diff --git a/offapi/com/sun/star/chart2/Symbol.idl b/offapi/com/sun/star/chart2/Symbol.idl index 3d9c19f3aeba..1149cb3a3a5f 100644 --- a/offapi/com/sun/star/chart2/Symbol.idl +++ b/offapi/com/sun/star/chart2/Symbol.idl @@ -51,11 +51,8 @@ struct Symbol <p>The default implementation for example currently uses 8 different standard symbols that are matched to the numbers 0 to 7. - <table border=1 rules="groups"> - <thead> + <table border=1> <tr><th> value StandardSymbol </th><th> visible Symbol </th></tr> - </thead> - <tbody> <tr><td><code>0</code></td><td>square</td></tr> <tr><td><code>1</code></td><td>diamond</td></tr> <tr><td><code>2</code></td><td>down arrow</td></tr> @@ -64,7 +61,6 @@ struct Symbol <tr><td><code>5</code></td><td>left arrow</td></tr> <tr><td><code>6</code></td><td>bowtie</td></tr> <tr><td><code>7</code></td><td>sandglass</td></tr> - </tbody> </table> </p> diff --git a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl index 112df63e4494..f7c22ce57eaa 100644 --- a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl +++ b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl @@ -37,7 +37,7 @@ module chart2 interface XRegressionCurveCalculator : com::sun::star::uno::XInterface { /** recalculates the parameters of the internal regression curve according to - the <it>x</it>- and <it>y</it>-values given. + the <i>x</i>- and <i>y</i>-values given. @param aXValues All x-values that represent the measurement points on @@ -51,7 +51,7 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface [in] sequence< double > aYValues ); - /** calculates the value of the regression curve for <it>x</it>. + /** calculates the value of the regression curve for <i>x</i>. @param x The abscissa value for which the value of the regression @@ -59,11 +59,11 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface the domain of the regression function are valid. @return - If <it>x</it> is element of the domain of the regression + If <i>x</i> is element of the domain of the regression curve function, the result is its value. @throws com::sun::star::lang::IllegalArgumentException - If <it>x</it> is not part of the domain of the regression + If <i>x</i> is not part of the domain of the regression function. */ double getCurveValue( [in] double x ) @@ -102,11 +102,11 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface raises( com::sun::star::lang::IllegalArgumentException ); /** Returns the value of the correlation coefficient for the given - regression. This value is often denoted as <it>r</it> or - <it>R</it>. + regression. This value is often denoted as <i>r</i> or + <i>R</i>. - <p>The value of <it>r</it> is signed. Often - <it>r</it><sup>2</sup> is used instead of <it>r</it> to denote + <p>The value of <i>r</i> is signed. Often + <i>r</i><sup>2</sup> is used instead of <i>r</i> to denote a regression curve's accuracy.</p> @return diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl index 075ac5ba2bc3..2840929d2f6f 100644 --- a/offapi/com/sun/star/deployment/XPackageRegistry.idl +++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl @@ -51,7 +51,7 @@ interface XPackageRegistry creates an XPackage object on behalf of that extension and calls XPackage::revokePakage(). The parameter <code>removed</code> indicates this case. The returned object may not - rely on the file or folder to which refers <code>url</url>. Instead it + rely on the file or folder to which refers <code>url</code>. Instead it must use previously saved data to successfully carry out the revocation of this object (XPackage::revokePackage()). diff --git a/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl b/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl index fda0a7f00340..aaad37b3442e 100644 --- a/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl +++ b/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl @@ -32,7 +32,7 @@ module com { module sun { module star { module drawing { */ interface XSlidePreviewCacheListener { - /** Called by a <interface>XSlidePreviewCache</interface> object when a + /** Called by a XSlidePreviewCache object when a preview has been created for the slide with the given index. @param nSlideIndex The index of the slide for which a new preview has been created. diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl index a268f572f590..684042ff75a7 100644 --- a/offapi/com/sun/star/form/DataAwareControlModel.idl +++ b/offapi/com/sun/star/form/DataAwareControlModel.idl @@ -148,8 +148,8 @@ published service DataAwareControlModel <li>com::sun::star::beans::XPropertySet</li> <li>com::sun::star::container::XChild</li> </ul> - </il> - <li>It has to be a part of the same document as the model who's property is to be modified.</il> + </li> + <li>It has to be a part of the same document as the model who's property is to be modified.</li> <li>Additionally, the support of a special service, indicating that the model is of the right type, is required. Which kind of service is in the request depends on the type of the control model.<br/> diff --git a/offapi/com/sun/star/form/FormComponents.idl b/offapi/com/sun/star/form/FormComponents.idl index 577cab2b5e55..cb1189957937 100644 --- a/offapi/com/sun/star/form/FormComponents.idl +++ b/offapi/com/sun/star/form/FormComponents.idl @@ -66,7 +66,8 @@ published service FormComponents you put into it with the scripting information obtained at the com::sun::star::script::XEventAttacherManager interface.</p> - <p>For instance, at any time you can obtain the events associated with the <code>n</code><super>th</super> + <p>For instance, at any time you can obtain the events associated with + the <code>n</code><sup>th</sup> element in the form components by calling com::sun::star::script::XEventAttacherManager::getScriptEvents() with parameter <code>n</code>. In particular, this invariant is always met, even after you diff --git a/offapi/com/sun/star/form/XForms.idl b/offapi/com/sun/star/form/XForms.idl index 44f63a74f0c4..276127e1b71d 100644 --- a/offapi/com/sun/star/form/XForms.idl +++ b/offapi/com/sun/star/form/XForms.idl @@ -63,7 +63,8 @@ published interface XForms you put into it with the scripting information obtained at the com::sun::star::script::XEventAttacherManager interface.</p> - <p>For instance, at any time you can obtain the events associated with the <code>n</code><super>th</super> + <p>For instance, at any time you can obtain the events associated with + the <code>n</code><sup>th</sup> element in the form components by calling com::sun::star::script::XEventAttacherManager::getScriptEvents() with parameter <code>n</code>. In particular, this invariant is always met, even after you diff --git a/offapi/com/sun/star/form/runtime/XFilterController.idl b/offapi/com/sun/star/form/runtime/XFilterController.idl index 90b044173eb4..f8554db5c8ba 100644 --- a/offapi/com/sun/star/form/runtime/XFilterController.idl +++ b/offapi/com/sun/star/form/runtime/XFilterController.idl @@ -35,7 +35,7 @@ interface XFilterControllerListener; which allows entering a search expression. This so-called <em>predicate expression</em> is basically a part of an SQL <code>WHERE</code> clause, but without the part denoting the database column. For instance, if you have a form control bound to a table column named <code>Name</code>, then entering the string - <q>LIKE '%Smith%'</q> effectively constitutes a SQL <code>WHERE</code> clause <code>"Name" LIKE '%Smith%'</code>.</p> + <code>LIKE '%Smith%'</code> effectively constitutes a SQL <code>WHERE</code> clause <code>"Name" LIKE '%Smith%'</code>.</p> <p>In the actual document view, there are usually some relaxations to this. For instance, keywords such as <code>LIKE</code> might be localized, according to OpenOffice.org's UI locale. Also, for an equality criterion, diff --git a/offapi/com/sun/star/form/runtime/XFormController.idl b/offapi/com/sun/star/form/runtime/XFormController.idl index ccfd0a6c2ca5..35bdf22793dc 100644 --- a/offapi/com/sun/star/form/runtime/XFormController.idl +++ b/offapi/com/sun/star/form/runtime/XFormController.idl @@ -116,7 +116,7 @@ interface XFormControllerContext; For instance, the URL with the suffix <em>moveToFirst</em> is associated with moving the form to the first record, and it will be disabled in case the form is already positioned on the first record.</p> - <table style="width:100%;" border="0" cellpadding="2" cellspacing="2"><tbody> + <table style="width:100%;" border="0" cellpadding="2" cellspacing="2"> <tr style="vertical-align: top;"> <td><b>URL suffix</b></td> @@ -232,8 +232,7 @@ interface XFormControllerContext; <td><em>removeFilterOrder</em></td> <td>completely removes any filter and sorting order from the form, and reloads it.</td> </tr> - - </tbody></table> + </table> @see ::com::sun::star::form::component:Form @see ::com::sun::star::form::binding::BindableControlModel diff --git a/offapi/com/sun/star/frame/ProtocolHandler.idl b/offapi/com/sun/star/frame/ProtocolHandler.idl index cc0b547e7da0..59dccd9f68aa 100644 --- a/offapi/com/sun/star/frame/ProtocolHandler.idl +++ b/offapi/com/sun/star/frame/ProtocolHandler.idl @@ -34,7 +34,8 @@ </p> <p> - Supported URLs must match follow format: <protocol scheme>:<protocol specific part> + Supported URLs must match follow format: + <code><i>protocol scheme</i>:<i>protocol specific part</i></code> If a handler provides optional arguments ("?") or jump marks ("#") depends from his definition and implementation. The generic dispatch provider will use registered URL pattern to detect right handler. diff --git a/offapi/com/sun/star/presentation/Presentation.idl b/offapi/com/sun/star/presentation/Presentation.idl index fbff66501aac..6ba0c95bb9c7 100644 --- a/offapi/com/sun/star/presentation/Presentation.idl +++ b/offapi/com/sun/star/presentation/Presentation.idl @@ -106,7 +106,7 @@ published service Presentation /** is the duration of the black screen after the presentation has finished. - <p>If this is set to <literal>0</literal>, no black screen is shown.</p> + <p>If this is set to <code>0</code>, no black screen is shown.</p> */ [property] long Pause; diff --git a/offapi/com/sun/star/presentation/XPresentation2.idl b/offapi/com/sun/star/presentation/XPresentation2.idl index f6712362ff6c..fb7b552b1ae2 100644 --- a/offapi/com/sun/star/presentation/XPresentation2.idl +++ b/offapi/com/sun/star/presentation/XPresentation2.idl @@ -49,7 +49,7 @@ interface XPresentation2 /** start the slide show with the given arguments. - All arguments override the values from <service>Presentation</service> + All arguments override the values from Presentation. */ void startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments ); diff --git a/offapi/com/sun/star/rendering/XCanvas.idl b/offapi/com/sun/star/rendering/XCanvas.idl index 52b64324c012..eaec8d034c32 100644 --- a/offapi/com/sun/star/rendering/XCanvas.idl +++ b/offapi/com/sun/star/rendering/XCanvas.idl @@ -467,24 +467,24 @@ interface XCanvas : ::com::sun::star::uno::XInterface the following properties are recognized: <ul> - <il>Kerning: a double between 0 and 1, where + <li>Kerning: a double between 0 and 1, where 0 completely disables kerning. Whether kerning is on or - off by default is font-dependent.</il> + off by default is font-dependent.</li> - <il>IsEmphasisMarks: a boolean, where `TRUE` + <li>IsEmphasisMarks: a boolean, where `TRUE` enables automatic placements of emphasis marks, e.g. for Hebrew. The default value, if this property is not - specified, is `FALSE`.</il> + specified, is `FALSE`.</li> - <il>ExpandedSpacing: a double value which is added + <li>ExpandedSpacing: a double value which is added between all cell distances for this font. The default value for this property is zero. Use negative values for condensed output, - and positive values for expanded output.</il> + and positive values for expanded output.</li> - <il>OptionalLayoutFeatures: a sequence of + <li>OptionalLayoutFeatures: a sequence of ::com::sun::star::beans::PropertyValue listing font-specific optional layout features, like glyph - variants.</il> + variants.</li> </ul> diff --git a/offapi/com/sun/star/report/XFixedLine.idl b/offapi/com/sun/star/report/XFixedLine.idl index 8f23335beff3..a6141d5a9ba6 100644 --- a/offapi/com/sun/star/report/XFixedLine.idl +++ b/offapi/com/sun/star/report/XFixedLine.idl @@ -36,7 +36,7 @@ interface XFixedLine <pre> 0: horizontal - 1: vertical </default> + 1: vertical (default) </pre> */ [attribute,bound] long Orientation diff --git a/offapi/com/sun/star/sdb/DataSourceBrowser.idl b/offapi/com/sun/star/sdb/DataSourceBrowser.idl index bef25142202a..615fc0639f0b 100644 --- a/offapi/com/sun/star/sdb/DataSourceBrowser.idl +++ b/offapi/com/sun/star/sdb/DataSourceBrowser.idl @@ -126,7 +126,7 @@ module com { module sun { module star { module sdb { </ul> </p> <p>The default for DataAccessDescriptor::Selection is to contain bookmarks, if not specified - otherwise by DataAccessDescriptor::BookmarkSelection.</pr> + otherwise by DataAccessDescriptor::BookmarkSelection. </p> @see com::sun::star::sdb::ContentLoader diff --git a/offapi/com/sun/star/sdb/ErrorCondition.idl b/offapi/com/sun/star/sdb/ErrorCondition.idl index 1f9f9a223fe5..4618c7475d77 100644 --- a/offapi/com/sun/star/sdb/ErrorCondition.idl +++ b/offapi/com/sun/star/sdb/ErrorCondition.idl @@ -131,7 +131,7 @@ constants ErrorCondition not be accessed. <p>For instance, this error code is used when you try to access the address book - in a Thunderbird profile named <q>MyProfile</q>, but there does not exist a profile + in a Thunderbird profile named <i>MyProfile</i>, but there does not exist a profile with this name.</p> */ const long AB_ADDRESSBOOK_NOT_FOUND = 500; @@ -143,7 +143,7 @@ constants ErrorCondition <p>Some database drivers are not able to <code>SELECT</code> from a table if the statement does not contain a <code>WHERE</code> clause. In this case, a statement - like <code>SELECT * FROM "table"</cdeo> with fail with the error code + like <code>SELECT * FROM "table"</code> with fail with the error code <code>DATA_CANNOT_SELECT_UNFILTERED</code>.</p> <p>It is also legitimate for the driver to report this error condition as warning, and provide diff --git a/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl b/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl index 4a50efd4f02e..f4b08e65a15f 100644 --- a/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl +++ b/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl @@ -90,13 +90,10 @@ service OfficeDatabaseDocument <p>The following events are broadcasted by a database document <table border="1" frame="all"> - <thead> <tr><td><strong>Event Name</strong></td> <td><strong>broadcasted when</strong></td> <td align="center"><strong>broadcasted synchronously</strong></td> </tr> - </thead> - <tbody> <tr><td valign="top"><em>OnCreate</em></td> <td>the document has been newly created. This does not imply that the document has been loaded into a frame, it just means the initialization has been finished.</td> @@ -169,7 +166,7 @@ service OfficeDatabaseDocument <td align="center">no</td> </tr> <tr><td valign="top"><em>OnModifyChanged</em></td> - <td>the <quot>modified</quot> state of the document changed.</td> + <td>the <em>modified</em> state of the document changed.</td> <td align="center">no</td> </tr> <tr><td valign="top"><em>OnViewCreated</em></td> @@ -196,7 +193,6 @@ service OfficeDatabaseDocument <td>From with a view to the document, a view to a sub component (e.g. a table or a report) has been closed.</td> <td align="center">no</td> </tr> - </tbody> </table> </p> diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl index a8e200e617fd..1c86caa9de3c 100644 --- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl +++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl @@ -185,7 +185,7 @@ interface XDatabaseDocumentUI <p>For the different object types, this means the following <a name="component_types"></a> - <table style="width:100%;" border="1 solid black" cellpadding="2" cellspacing="2"><tbody> + <table style="width:100%;" border="1 solid black" cellpadding="2" cellspacing="2"> <tr style="vertical-align: top;"> <td></td> <td><code>ForEditing</code> = `TRUE`</td> @@ -221,7 +221,7 @@ interface XDatabaseDocumentUI <td>The report is executed, and the results will be displayed.</td> </tr> - </tbody></table> + </table> </p> @return diff --git a/offapi/com/sun/star/style/XStyleLoader.idl b/offapi/com/sun/star/style/XStyleLoader.idl index 52aab674df5b..5e6d8825c292 100644 --- a/offapi/com/sun/star/style/XStyleLoader.idl +++ b/offapi/com/sun/star/style/XStyleLoader.idl @@ -40,7 +40,7 @@ published interface XStyleLoader: com::sun::star::uno::XInterface The directory and the filename from document with the styles @param aOptions : Specifies which of the Style families the method should load. - The sequence <PropertyValue/> has the following, optional items: + The <code>sequence<PropertyValue></code> has the following, optional items: <ul> <li> boolean LoadCellStyles </li> <li> boolean LoadTextStyles </li> diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl index 453cc3b68087..7d228996aece 100644 --- a/offapi/com/sun/star/ui/dialogs/XWizard.idl +++ b/offapi/com/sun/star/ui/dialogs/XWizard.idl @@ -52,7 +52,7 @@ interface XWizardPage; paths are those whose first <em>k</em> steps are the same as in the current path. Obviously, there's at least one potential path in every situation: the current one. If there is more than one, then the future steps in the dialog are not finally decided. In such a case, the roadmap will display future steps up to the point where the potential - paths diverge, and then an item <quot><code>...</code></quot> indicating that the order of steps is undecided.</p> + paths diverge, and then an item <em><code>...</code></em> indicating that the order of steps is undecided.</p> <p>An XWizardController can declare a certain path as active path by calling the activatePath() method. Usually, this is done depending on user input. For instance, your wizard could have radio buttons on the diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl index 641be7e99bd4..d82777004c41 100644 --- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl +++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl @@ -88,8 +88,7 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn XTypeDescription can be returned by the enumerator: <table border="1"> - <thead><tr><th>IDL</th><th>interface</th></tr></thead> - <tbody> + <tr><th>IDL</th><th>interface</th></tr> <tr> <td>enum</td> <td>XEnumTypeDescription</td> @@ -138,7 +137,6 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn <td>constants</td> <td>XConstantsTypeDescription</td> </tr> - </tbody> </table> @throws NoSuchTypeNameException |