summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl')
-rw-r--r--offapi/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl b/offapi/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl
index 79552af2a5f7..6df739bcea3a 100644
--- a/offapi/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl
+++ b/offapi/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module rendering {
/** This is a specialized interface for bitmaps containing IEEE
doubles for their color components. In contrast to
- <type>XIeeeDoubleBitmap</type>, this interface only permits
+ XIeeeDoubleBitmap, this interface only permits
read-only access.<p>
Use this interface for e.g. bitmaps that are calculated
@@ -40,11 +40,11 @@ module com { module sun { module star { module rendering {
modified.<p>
If you get passed an instance of
- <type>XHalfFloatReadOnlyBitmap</type> that also supports the
- <type>XVolatileBitmap</type> interface, things become a bit more
+ XHalfFloatReadOnlyBitmap that also supports the
+ XVolatileBitmap interface, things become a bit more
complicated. When reading data, one has to check for both
- <type>VolatileContentDestroyedException</type> and mismatching
- <type>FloatingPointBitmapLayout</type> return values. If either of them
+ VolatileContentDestroyedException and mismatching
+ FloatingPointBitmapLayout return values. If either of them
occurs, the whole bitmap read operation should be repeated.<p>
*/
interface XIeeeDoubleReadOnlyBitmap : XBitmap
@@ -67,10 +67,10 @@ interface XIeeeDoubleReadOnlyBitmap : XBitmap
A rectangle, within the bounds of the bitmap, to retrieve the
consent from.
- @throws <type>VolatileContentDestroyedException</type>
+ @throws VolatileContentDestroyedException
if the bitmap is volatile, and the content has been destroyed by the system.
- @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
+ @throws com::sun::star::lang::IndexOutOfBoundsException
if parts of the given rectangle are outside the permissible
bitmap area.
*/
@@ -92,10 +92,10 @@ interface XIeeeDoubleReadOnlyBitmap : XBitmap
A position, within the bounds of the bitmap, to retrieve the
color from.
- @throws <type>VolatileContentDestroyedException</type>
+ @throws VolatileContentDestroyedException
if the bitmap is volatile, and the content has been destroyed by the system.
- @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
+ @throws com::sun::star::lang::IndexOutOfBoundsException
if the given position is outside the permissible bitmap area.
*/
sequence<double> getPixel( [out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )