summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 16:29:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:07 +0200
commit48661084104b5d52f7421909131e153639e653f2 (patch)
tree0e6907c51a2fce0aea6f85d0cdfc03b9e85c3942 /offapi
parent44404b7a6c7bb3b95d03094abb745f29a5154959 (diff)
*api: fix unterminated tags
Change-Id: Iff23e173e4726682c719c5de303fded0bc671bd3
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/animations/XTimeContainer.idl1
-rw-r--r--offapi/com/sun/star/deployment/XPackageRegistry.idl2
-rw-r--r--offapi/com/sun/star/graphic/XPrimitive2D.idl2
-rw-r--r--offapi/com/sun/star/graphic/XPrimitive3D.idl2
-rw-r--r--offapi/com/sun/star/inspection/PropertyControlType.idl3
-rw-r--r--offapi/com/sun/star/rendering/XGraphicDevice.idl20
-rw-r--r--offapi/com/sun/star/sdb/RowSet.idl2
-rw-r--r--offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl2
-rw-r--r--offapi/com/sun/star/ui/XUIConfigurationManager.idl4
-rw-r--r--offapi/com/sun/star/xforms/XFormsUIHelper1.idl2
10 files changed, 20 insertions, 20 deletions
diff --git a/offapi/com/sun/star/animations/XTimeContainer.idl b/offapi/com/sun/star/animations/XTimeContainer.idl
index cd459bc519e5..de3c61806efc 100644
--- a/offapi/com/sun/star/animations/XTimeContainer.idl
+++ b/offapi/com/sun/star/animations/XTimeContainer.idl
@@ -41,6 +41,7 @@
RepeatTiming
<b>
The deprecated <code>repeat</code> is not supported.
+ </b>
</li>
<li>RestartDefault</li>
<li>RestartTiming</li>
diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl
index 2840929d2f6f..4b19165f66bf 100644
--- a/offapi/com/sun/star/deployment/XPackageRegistry.idl
+++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl
@@ -58,7 +58,7 @@ interface XPackageRegistry
The implementation must ensure that there is only one instance of
XPackage for the same <code>url</code> at any
time. Therefore calling bindPackage() again with the same
- <code>url</code> but different <code>mediaType<code> (the exception is,
+ <code>url</code> but different <code>mediaType</code> (the exception is,
if previously an empty string was provided to cause the determination
of the media type) or <code>removed</code> parameters will cause an
exception. An com::sun::star::lang::IllegalArgumentException will be
diff --git a/offapi/com/sun/star/graphic/XPrimitive2D.idl b/offapi/com/sun/star/graphic/XPrimitive2D.idl
index 0e103895e8dc..30bdeaf8caf3 100644
--- a/offapi/com/sun/star/graphic/XPrimitive2D.idl
+++ b/offapi/com/sun/star/graphic/XPrimitive2D.idl
@@ -64,7 +64,7 @@ interface XPrimitive2D : ::com::sun::star::uno::XInterface
/** Retrieve bound rect of primitive
This method calculates the actual bound rect of the area in
- <em>world coordinates<em>. Note that for view-dependent primitives,
+ <em>world coordinates</em>. Note that for view-dependent primitives,
the necessary pixel adjustments are taken into account. For that reason
the ViewParameters need to be given.
diff --git a/offapi/com/sun/star/graphic/XPrimitive3D.idl b/offapi/com/sun/star/graphic/XPrimitive3D.idl
index ecc4efdf4c54..f66a9ba75574 100644
--- a/offapi/com/sun/star/graphic/XPrimitive3D.idl
+++ b/offapi/com/sun/star/graphic/XPrimitive3D.idl
@@ -51,7 +51,7 @@ interface XPrimitive3D : ::com::sun::star::uno::XInterface
/** Retrieve bound rect of primitive
This method calculates the actual bound rect of the area in
- <em>world coordinates<em>. Note that for view-dependent primitives,
+ <em>world coordinates</em>. Note that for view-dependent primitives,
the necessary pixel adjustments are taken into account. For that reason
the ViewParameters need to be given.
diff --git a/offapi/com/sun/star/inspection/PropertyControlType.idl b/offapi/com/sun/star/inspection/PropertyControlType.idl
index 526b2314829b..2954dd76de06 100644
--- a/offapi/com/sun/star/inspection/PropertyControlType.idl
+++ b/offapi/com/sun/star/inspection/PropertyControlType.idl
@@ -77,7 +77,8 @@ constants PropertyControlType
/** denotes a control which allows the user to enter a list of single-line strings
- <p>Controls of type #StringListField exchange their values as <code>sequence&lt; string &gt;<code>.</p>
+ <p>Controls of type #StringListField exchange their values as
+ <code>sequence&lt; string &gt;</code>.</p>
*/
const short StringListField = 6;
diff --git a/offapi/com/sun/star/rendering/XGraphicDevice.idl b/offapi/com/sun/star/rendering/XGraphicDevice.idl
index b2752c078220..a21b2dea9bc1 100644
--- a/offapi/com/sun/star/rendering/XGraphicDevice.idl
+++ b/offapi/com/sun/star/rendering/XGraphicDevice.idl
@@ -184,27 +184,26 @@ interface XGraphicDevice : ::com::sun::star::uno::XInterface
internally generate optimized parametric polygons, which can
be used more directly for e.g. texturing operations.
- <pre>
Available services (all canvas implementations should provide
this minimal set, though are free to add more; just check the
getAvailableServiceNames() on the returned interface):
- Gradients - all gradients need to support two construction
- parameters, "Colors" being a `sequence<Color>`
- and "Stops" being a `sequence<double>`. Both must
+ parameters, "Colors" being a `sequence&lt; Color &gt;`
+ and "Stops" being a `sequence&lt; double &gt;`. Both must
have the same length, and at least two elements. See
http://www.w3.org/TR/SVG11/pservers.html#GradientStops for
the semantics of gradient stops and colors.
Required gradient services:
- * "LinearGradient" - the gradient varies linearly between
+ - "LinearGradient" - the gradient varies linearly between
the given colors. without coordinate system
transformation, the color interpolation happens in
increasing x direction, and is constant in y
direction. Equivalent to svg linear gradient
http://www.w3.org/TR/SVG11/pservers.html#LinearGradients
- * "EllipticalGradient" - this gradient has zeroth color
+ - "EllipticalGradient" - this gradient has zeroth color
index in the middle, and varies linearly between center
and final color. The services takes an additional
parameter named "AspectRatio" of double
@@ -218,7 +217,7 @@ interface XGraphicDevice : ::com::sun::star::uno::XInterface
gradient
http://www.w3.org/TR/SVG11/pservers.html#RadialGradients
- * "RectangularGradient" - this gradient has zeroth color
+ - "RectangularGradient" - this gradient has zeroth color
index in the middle, and varies linearly between center
and final color via rectangular boxes
around the center point. The services takes an additional
@@ -232,16 +231,15 @@ interface XGraphicDevice : ::com::sun::star::uno::XInterface
- Hatch patterns - Required hatch services:
- * "VerticalLineHatch" - this hatching consists of vertical lines
- * "OrthogonalLinesHatch" - this hatching consists of
+ - "VerticalLineHatch" - this hatching consists of vertical lines
+ - "OrthogonalLinesHatch" - this hatching consists of
crossing vertical and horizontal lines
- * "ThreeCrossingLinesHatch" - this hatching consists of
+ - "ThreeCrossingLinesHatch" - this hatching consists of
vertical and horizontal lines plus diagonal lines from
left, top to bottom, right.
- * "FourCrossingLinesHatch" - this hatching consists of
+ - "FourCrossingLinesHatch" - this hatching consists of
vertical and horizontal lines plus diagonal lines in both
directions.
- </pre>
*/
com::sun::star::lang::XMultiServiceFactory getParametricPolyPolygonFactory();
diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl
index 3e9026083107..c563abb738ba 100644
--- a/offapi/com/sun/star/sdb/RowSet.idl
+++ b/offapi/com/sun/star/sdb/RowSet.idl
@@ -160,7 +160,7 @@ published interface XParametersSupplier;
<code>relative</code>, <code>previous</code>, <code>beforeFirst</code>, <code>afterLast</code></dt>
<dd>will let the deleted row vanish from the result set. As a consequence, the #RowCount
will decrease when you do such a move operation after deleting a row.<br/>
- A special case to note is the <code>next<code> call: When you delete row, say,
+ A special case to note is the <code>next</code> call: When you delete row, say,
<code>15</code>, followed by <code>next</code>, then your RowSet afterwards
still is on row 15, since the deleted row vanished with the move operation.</dd>
diff --git a/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl b/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
index 8437d7d11089..5391847f5f79 100644
--- a/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
+++ b/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
@@ -67,7 +67,7 @@ service ModuleWindowStateConfiguration
floating size in pixel of the window.</li>
<li><b>Style</b><br>a long which specifies the style of the window. A toolbar support the
following values: 0 = icons, 1 = text, 2 = text+icons.</li>
- <li><b>UIName</br><br>a localized string which specifies the default window title.</li>
+ <li><b>UIName</b><br>a localized string which specifies the default window title.</li>
</ul>
The key to a user interface element is the resource URL which has
the following syntax "private:resource/$type/$name". For example "private:resource/toolbar/standardbar"
diff --git a/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
index 3ca4fbb535f9..a0b5ca6ea12b 100644
--- a/offapi/com/sun/star/ui/XUIConfigurationManager.idl
+++ b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
@@ -71,9 +71,9 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
com::sun::star::beans::PropertyValue entries
are defined inside the sequence for every user interface element.
<ul>
- <li><b>ResourceURL<b/>specifies the unique resource URL for
+ <li><b>ResourceURL</b>specifies the unique resource URL for
the user interface element.</li>
- <li><b>UIName<b/>specifies the user interface name for the
+ <li><b>UIName</b>specifies the user interface name for the
user interface element. Not all user interface elements have
set UIName. At least menubars do not.</li>
</ul>
diff --git a/offapi/com/sun/star/xforms/XFormsUIHelper1.idl b/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
index 7847c1016c07..c37739782941 100644
--- a/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
+++ b/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module xforms {
/** provide several helper methods for the UI
<b>This interfaces is for UI use only, and will likely be unsupported in
- future versions.</p>
+ future versions.</b></p>
*/
interface XFormsUIHelper1
{