summaryrefslogtreecommitdiff
path: root/offapi
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 /offapi
parent8a3543340fc8026121a7e4d681b3fce7c920bc1f (diff)
*api: fix bunch of lists that doxygen warns about
Change-Id: Ic507170e94d08155430601658689b3d7b96e0f80
Diffstat (limited to 'offapi')
-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
14 files changed, 40 insertions, 30 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
{