summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 21:44:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commitccc4a67c43d5eef31c95fce445dc55ec7ebad393 (patch)
tree8bbfaa02d86aabd32ad10ae7c200e2bb154c812d
parent8a3543340fc8026121a7e4d681b3fce7c920bc1f (diff)
*api: fix bunch of lists that doxygen warns about
Change-Id: Ic507170e94d08155430601658689b3d7b96e0f80
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleEventId.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleList.idl12
-rw-r--r--offapi/com/sun/star/form/PropertyBrowserController.idl2
-rw-r--r--offapi/com/sun/star/frame/SessionManager.idl1
-rw-r--r--offapi/com/sun/star/frame/XFrame.idl2
-rw-r--r--offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl4
-rw-r--r--offapi/com/sun/star/rendering/XCanvas.idl19
-rw-r--r--offapi/com/sun/star/report/XReportControlModel.idl13
-rw-r--r--offapi/com/sun/star/sdb/application/CopyTableWizard.idl2
-rw-r--r--offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl5
-rw-r--r--offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl2
-rw-r--r--offapi/com/sun/star/ui/dialogs/TemplateDescription.idl2
-rw-r--r--offapi/com/sun/star/util/Color.idl3
-rw-r--r--offapi/com/sun/star/xml/sax/SAXException.idl1
-rw-r--r--udkapi/com/sun/star/beans/Property.idl9
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl11
-rw-r--r--udkapi/com/sun/star/registry/DefaultRegistry.idl33
-rw-r--r--udkapi/com/sun/star/registry/NestedRegistry.idl14
18 files changed, 64 insertions, 73 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventId.idl b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
index b7a80b4568d7..d378f7ded79d 100644
--- a/offapi/com/sun/star/accessibility/AccessibleEventId.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
@@ -277,7 +277,7 @@ constants AccessibleEventId
<li>Unknown: when the type of text change or the place where it took
place can not be determined by the event broadcaster then both
fields remain empty. In this case the whole text may have changed
- and the listener should refetch the text completely.</li> </ol>
+ and the listener should refetch the text completely.</li> </ul>
<p>When broadcasting an event always prefer the first three cases
to the last one. Use it only as a last resort.</p>
diff --git a/offapi/com/sun/star/awt/AccessibleList.idl b/offapi/com/sun/star/awt/AccessibleList.idl
index 6e896a07d888..c351d21c7872 100644
--- a/offapi/com/sun/star/awt/AccessibleList.idl
+++ b/offapi/com/sun/star/awt/AccessibleList.idl
@@ -60,13 +60,11 @@ service AccessibleList
Each child is of type com::sun::star::awt::AccessibleListItem. </li>
<li>Parent: The parent can be of type
<ul>
- <li>
- com::sun::star::awt::AccessibleComboBox
- com::sun::star::awt::AccessibleListBox
- com::sun::star::awt::AccessibleDropDownListBox
- com::sun::star::awt::AccessibleDropDownComboBox
- </li>
- .
+ <li>com::sun::star::awt::AccessibleComboBox</li>
+ <li>com::sun::star::awt::AccessibleListBox</li>
+ <li>com::sun::star::awt::AccessibleDropDownListBox</li>
+ <li>com::sun::star::awt::AccessibleDropDownComboBox</li>
+ </ul>
</li>
<li>Relations: There are no relations.</li>
<li>States: The states supported by this service are
diff --git a/offapi/com/sun/star/form/PropertyBrowserController.idl b/offapi/com/sun/star/form/PropertyBrowserController.idl
index 9361d48cd034..0c258db827bb 100644
--- a/offapi/com/sun/star/form/PropertyBrowserController.idl
+++ b/offapi/com/sun/star/form/PropertyBrowserController.idl
@@ -94,7 +94,7 @@ published service PropertyBrowserController
<ul><li>Generic</li>
<li>Data</li>
<li>Events</li>
- <ul></p>
+ </ul></p>
*/
[property] string CurrentPage;
diff --git a/offapi/com/sun/star/frame/SessionManager.idl b/offapi/com/sun/star/frame/SessionManager.idl
index bcd0bceedd9d..8e2202816fcd 100644
--- a/offapi/com/sun/star/frame/SessionManager.idl
+++ b/offapi/com/sun/star/frame/SessionManager.idl
@@ -55,6 +55,7 @@
<li>After all applications have exited or a reasonable timeout the
session manager kills all remaining applications and finally lets the
desktop shut down.</li>
+ </ol>
*/
service SessionManager
{
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index 3649ff44ca98..764841364084 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -170,7 +170,7 @@ published interface XFrame: com::sun::star::lang::XComponent
@param aTargetFrameName
identify
<ul><li>(a) a special target ("_blank","_self" ...) or</li>
- <li>(b) any well known frame</li><ul>
+ <li>(b) any well known frame</li></ul>
to search it inside the current hierarchy
@param nSearchFlags
diff --git a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
index c076b0d543f3..c8d18d60985d 100644
--- a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
+++ b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
@@ -146,12 +146,14 @@ interface XDocumentMetadataAccess
<p>
This convenience method does the following:
+ <ol>
<li>import the given file into a graph with the given name
in the repository</li>
<li>insert statements declaring the new graph to be a
metadata file into the manifest graph</li>
<li>insert statements declaring <code>rdf:type</code> properties
for the new graph into the manifest graph</li>
+ </ol>
</p>
@param FileName
@@ -201,9 +203,11 @@ interface XDocumentMetadataAccess
<p>
This convenience method does the following:
+ <ol>
<li>delete the graph with the given GraphName in the repository</li>
<li>remove the statements declaring the graph to be a
metadata file from the manifest graph</li>
+ </ol>
</p>
@param GraphName
diff --git a/offapi/com/sun/star/rendering/XCanvas.idl b/offapi/com/sun/star/rendering/XCanvas.idl
index eaec8d034c32..d01cd5a9863e 100644
--- a/offapi/com/sun/star/rendering/XCanvas.idl
+++ b/offapi/com/sun/star/rendering/XCanvas.idl
@@ -465,28 +465,25 @@ interface XCanvas : ::com::sun::star::uno::XInterface
Additional font properties to be applied when selecting this
font. Normally, you should not need this parameter. Currently,
the following properties are recognized:
- <ul>
- <li>Kerning: a double between 0 and 1, where
+ - Kerning: a double between 0 and 1, where
0 completely disables kerning. Whether kerning is on or
- off by default is font-dependent.</li>
+ off by default is font-dependent.
- <li>IsEmphasisMarks: a boolean, where `TRUE`
+ - 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`.</li>
+ specified, is `FALSE`.
- <li>ExpandedSpacing: a double value which is added
+ - 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.</li>
+ and positive values for expanded output.
- <li>OptionalLayoutFeatures: a sequence of
+ - OptionalLayoutFeatures: a sequence of
::com::sun::star::beans::PropertyValue listing
font-specific optional layout features, like glyph
- variants.</li>
-
- </ul>
+ variants.
@param aFontMatrix
Font-specific transformation matrix, which affects both the
diff --git a/offapi/com/sun/star/report/XReportControlModel.idl b/offapi/com/sun/star/report/XReportControlModel.idl
index 05ea753961ae..e2ea46e71795 100644
--- a/offapi/com/sun/star/report/XReportControlModel.idl
+++ b/offapi/com/sun/star/report/XReportControlModel.idl
@@ -51,10 +51,15 @@ interface XReportControlModel
/** Specifies which content should be shown.
- The value can be <br/>
- <li>the name of a database column. The format to use is field:[name] </li>
- <li>the name of a function defined in the report or a group. The format to use is rpt:[functionName]</li>
- <li>an expression like rpt:24+24-47</li>
+
+ The value can be
+
+ - the name of a database column.
+ The format to use is <code>field:[name]</code>
+ - the name of a function defined in the report or a group.
+ The format to use is <code>rpt:[functionName]</code>
+ - an expression like <code>rpt:24+24-47</code>
+
@see http://wiki.services.openoffice.org/wiki/SUN_Report_Builder
@see http://wiki.services.openoffice.org/wiki/SUN_Report_Builder#Syntax
@see http://wiki.services.openoffice.org/wiki/Base/Reports/Functions
diff --git a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
index 2b2aaa9d9807..1bd2526bbb3d 100644
--- a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
+++ b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
@@ -34,6 +34,7 @@ module com { module sun { module star { module sdb { module application {
/** describes a wizard which can be used to copy table like data from one
database to another.
+ <dl>
<dt><b><a name="interaction"></a>Interactions</b></dt>
<dd>
<p>There are various cases where the wizard needs to interact with the user (except of
@@ -66,6 +67,7 @@ module com { module sun { module star { module sdb { module application {
in createWithInteractionHandler(). Only if there is no such interaction
handler, the processing described above, to find another handler, is applied.</p>
</dd>
+ </dl>
@see ::com::sun::star::sdb::ParametersRequest
@see XCopyTableWizard::addCopyTableListener
diff --git a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
index 2b94cb5e1356..1c33114b484a 100644
--- a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
@@ -81,13 +81,14 @@ service JDBCConnectionProperties
/** specifies how the type info returned by com::sun::star::sdbc::XDatabaseMetaData::getTypeInfo() will be modified.
<p>The sequence contains an even amount of string values. Each pair describes
- <li>what should be searched for and </li>
- <li>what should be replaced if found.</li>
+ what should be searched for and what should be replaced if found.
<br>
The syntax is:
<p>
+ <ul>
<li>COLUMN(2) = -5</li>
<li>COLUMN(6) = PRECISION</li>
+ </ul>
</p>
COLUMN(X) defines the column which will be compared and the column which will be replaced. In the example above column 2 will be compared
with the value -5. If this is true than column 6 will now return the value PRECISION.
diff --git a/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl b/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl
index bdb1f92938f9..250bab9d9b71 100644
--- a/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl
+++ b/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module ui {
<li><b>Type</b>a string that identifies a type of a user interface element.</li>
<li><b>Name</b>a string that identifies a single user interface element within a type class.</li>
<li><b>Module</b>a string that identifies a single module of OpenOffice.</li>
- <ul>
+ </ul>
A combination of these three property values can uniquely identify every user interface
element within OpenOffice.
diff --git a/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl b/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl
index f9dcf6c0c111..76aaec12abc2 100644
--- a/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl
+++ b/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl
@@ -94,7 +94,7 @@ published constants TemplateDescription
<ul>
<li>A checkbox "Read only"</li>
<li>A listbox "Version" for selecting a document version</li>
- <ul>
+ </ul>
*/
const short FILEOPEN_READONLY_VERSION = 8;
diff --git a/offapi/com/sun/star/util/Color.idl b/offapi/com/sun/star/util/Color.idl
index 77ef283fb1ce..296bfecc357d 100644
--- a/offapi/com/sun/star/util/Color.idl
+++ b/offapi/com/sun/star/util/Color.idl
@@ -26,7 +26,8 @@ module com { module sun { module star { module util {
/** describes an RGB color value with an optional alpha channel.
<p>The byte order is from high to low:
- <ol>alpha channel
+ <ol>
+ <li>alpha channel</li>
<li>red</li>
<li>green</li>
<li>blue</li>
diff --git a/offapi/com/sun/star/xml/sax/SAXException.idl b/offapi/com/sun/star/xml/sax/SAXException.idl
index 05c0c00a5154..6bd174072421 100644
--- a/offapi/com/sun/star/xml/sax/SAXException.idl
+++ b/offapi/com/sun/star/xml/sax/SAXException.idl
@@ -36,6 +36,7 @@ module com { module sun { module star { module xml { module sax {
<li>SAX = Simple API for XML </li>
<li>URI = Uniform Resource Identifier </li>
<li>DTD = document type definition </li>
+ </ul>
*/
published exception SAXException: com::sun::star::uno::Exception
{
diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl
index 58588cb8b382..7892e1668dce 100644
--- a/udkapi/com/sun/star/beans/Property.idl
+++ b/udkapi/com/sun/star/beans/Property.idl
@@ -28,12 +28,11 @@ module com { module sun { module star { module beans {
/** This structure describes a property.
+ There are three types of properties:
+ - bound properties
+ - constrained properties
+ - free properties
- <dl>There are three types of properties:
- <dt>- bound properties</dt>
- <dt>- constrained properties</dt>
- <dt>- free properties</dt>
- </dl>
*/
published struct Property
{
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index 68b3d946f4ff..b76bf5c75418 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -43,7 +43,7 @@ module com { module sun { module star { module lang {
particular outgoing interface. </li>
</ul>
- <h4>When to Implement?<h4>
+ <h4>When to Implement?</h4>
<p>To create a connectable object, you need to implement objects
that provide two related interfaces: </p>
@@ -70,19 +70,16 @@ module com { module sun { module star { module lang {
<p>A client can use the XConnectionPointContainer interface: </p>
- <UL>
+ - to get a sequence of connection points for each outgoing type.
- <LI>to get a sequence of connection points for each outgoing type. </LI>
-
- <LI>to obtain access to connection point sub-objects with the
+ - to obtain access to connection point sub-objects with the
XConnectionPoint interface for each
outgoing type. Through the XConnectionPoint interface,
a client starts or terminates an advisory loop with the
connectable object and the client's own sink. The
client can also use the XConnectionPoint
interface to get a sequence of the connections that it
- knows about. </LI>
- </UL>
+ knows about.
@see XConnectionPointContainer
*/
diff --git a/udkapi/com/sun/star/registry/DefaultRegistry.idl b/udkapi/com/sun/star/registry/DefaultRegistry.idl
index b60c3de2d513..a87e9e6a3ba2 100644
--- a/udkapi/com/sun/star/registry/DefaultRegistry.idl
+++ b/udkapi/com/sun/star/registry/DefaultRegistry.idl
@@ -31,8 +31,8 @@
the functions <code>open</code>, <code>close</code>, and <code>destroy</code>
from XSimpleRegistry are not supported and throw an exception
if they are used.
- <dl>
- <dt>Functions of XSimpleRegistry:
+
+ Functions of XSimpleRegistry:
<dl>
<dt> <b>getURL</b>
</dt>
@@ -56,10 +56,7 @@
</dd>
</dl>
- <br>
-
- </dt>
- <dt>Functions of XRegistryKey:
+ Functions of XRegistryKey:
<dl>
<dt> <b>openKey</b>
</dt>
@@ -89,15 +86,11 @@
<dd> returns a sequence with the names of all subkeys in both registries.
</dd>
<dt>
- <br>
<b>Note: all write functions only work on the local registry.</b>
</dt>
</dl>
- <br>
-
- </dt>
- <dt>How to find the registries:
+ How to find the registries:
<dl>
<dt> search for the system registry:
</dt>
@@ -109,23 +102,21 @@
<dt> Search for the user registry using the following rules:
</dt>
<dd>
- <dl>
- <dt> 1. (for further use) search in sversion.ini (.sversionrc) for an entry
+ <ol>
+ <li> 1. (for further use) search in sversion.ini (.sversionrc) for an entry
REGISTRY_VERSION_STRING (example: UserRegistry 5.0/505=test.rdb) in the section
[Registry]. If found, then take this value instead of "user.rdb" as "REGISTRY NAME".
- </dt>
- <dt> 2. Search in the config directory of the user for a file "REGISTRY NAME". If
+ </li>
+ <li> 2. Search in the config directory of the user for a file "REGISTRY NAME". If
found, return the full path and name of the file. If not found, retry this
step with a dot before "REGISTRY NAME".
- </dt>
- <dt> 3. If not found, a new user registry with name user.rdb will be created in the user
+ </li>
+ <li> 3. If not found, a new user registry with name user.rdb will be created in the user
config directory.
- </dt>
- </dl>
+ </li>
+ </ol>
</dd>
</dl>
- </dt>
- </dl>
<h4>Guarantees:</h4>
<ul>
diff --git a/udkapi/com/sun/star/registry/NestedRegistry.idl b/udkapi/com/sun/star/registry/NestedRegistry.idl
index 841c9d793b9b..8e93fa006228 100644
--- a/udkapi/com/sun/star/registry/NestedRegistry.idl
+++ b/udkapi/com/sun/star/registry/NestedRegistry.idl
@@ -32,8 +32,8 @@
In the context of this service, the functions <code>open</code>, <code>close</code>,
and <code>destroy</code> from XSimpleRegistry are not supported and
throw an exception if they are used.
- <dl>
- <dt>Functions of XSimpleRegistry:
+
+ Functions of XSimpleRegistry:
<dl>
<dt> <b>getURL</b>
</dt>
@@ -61,10 +61,7 @@
</dd>
</dl>
- <br>
-
- </dt>
- <dt>Functions of XRegistryKey:
+ Functions of XRegistryKey:
<dl>
<dt> <b>openKey</b>
</dt>
@@ -99,13 +96,10 @@
</dd>
<dt>
- <br>
<b>Note: all write functions only work on registry1.</b>
</dt>
</dl>
- </dt>
- </dl>
- <br>
+
How to initialize the registries:<br>
Use a sequence of XSimpleRegistry with two elements. The first element must be
the registry which is opened with read/write rights and the second element must be