summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:44:31 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit928b8640c0d1a9c49249100efbdd70f8c1090b07 (patch)
treed4f2388c89d137d62bced7b9e8339f964d3632ad /offapi/com/sun/star/rendering
parent6e1d239ae04bbb1b639ae8d04c59d3375f867712 (diff)
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
Diffstat (limited to 'offapi/com/sun/star/rendering')
-rw-r--r--offapi/com/sun/star/rendering/IntegerBitmapLayout.idl8
-rw-r--r--offapi/com/sun/star/rendering/TextHit.idl2
-rw-r--r--offapi/com/sun/star/rendering/XBitmap.idl2
-rw-r--r--offapi/com/sun/star/rendering/XBitmapPalette.idl10
-rw-r--r--offapi/com/sun/star/rendering/XBufferController.idl4
-rw-r--r--offapi/com/sun/star/rendering/XCanvas.idl4
-rw-r--r--offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl2
-rw-r--r--offapi/com/sun/star/rendering/XSpriteCanvas.idl4
-rw-r--r--offapi/com/sun/star/rendering/XTextLayout.idl2
9 files changed, 19 insertions, 19 deletions
diff --git a/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl b/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl
index f511b907312a..d1af5ae9cac4 100644
--- a/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl
+++ b/offapi/com/sun/star/rendering/IntegerBitmapLayout.idl
@@ -95,15 +95,15 @@ struct IntegerBitmapLayout
/** This member determines the bit order (only relevant if a pixel
uses less than 8 bits, of course).<p>
- When <TRUE/>, this member denotes that the leftmost pixel from
+ When `TRUE`, this member denotes that the leftmost pixel from
an 8 bit amount of pixel data consists of the bits starting
- with the most significant bit. When <FALSE/>, it's starting
+ with the most significant bit. When `FALSE`, it's starting
with the least significant bit.<p>
Example: for a 1bpp bitmap, each pixel is represented by
- exactly one bit. If this member is <TRUE/>, the first pixel is
+ exactly one bit. If this member is `TRUE`, the first pixel is
the MSB of the first byte, and the eighth pixel is the LSB of
- the first byte. If this member is <FALSE/>, it's just the
+ the first byte. If this member is `FALSE`, it's just the
opposite.
*/
boolean IsMsbFirst;
diff --git a/offapi/com/sun/star/rendering/TextHit.idl b/offapi/com/sun/star/rendering/TextHit.idl
index fbf44fb41aef..2b5591304a97 100644
--- a/offapi/com/sun/star/rendering/TextHit.idl
+++ b/offapi/com/sun/star/rendering/TextHit.idl
@@ -52,7 +52,7 @@ struct TextHit
language (i.e. the leading edge of an Arabic glyph is the
right half of it, whereas it is the left half of a Latin
character). If the hit was on the leading edge, this member is
- set to <TRUE/>.
+ set to `TRUE`.
*/
boolean IsLeadingEdge;
};
diff --git a/offapi/com/sun/star/rendering/XBitmap.idl b/offapi/com/sun/star/rendering/XBitmap.idl
index 1fe3e26ca9b8..ce6611bdc295 100644
--- a/offapi/com/sun/star/rendering/XBitmap.idl
+++ b/offapi/com/sun/star/rendering/XBitmap.idl
@@ -57,7 +57,7 @@ interface XBitmap : ::com::sun::star::uno::XInterface
component flagged
ColorComponentTag::ALPHA).<p>
- @return <TRUE/>, if the bitmap has alpha data, or <FALSE/> if
+ @return `TRUE`, if the bitmap has alpha data, or `FALSE` if
not.
*/
boolean hasAlpha();
diff --git a/offapi/com/sun/star/rendering/XBitmapPalette.idl b/offapi/com/sun/star/rendering/XBitmapPalette.idl
index 365c138877e9..0f67a3500950 100644
--- a/offapi/com/sun/star/rendering/XBitmapPalette.idl
+++ b/offapi/com/sun/star/rendering/XBitmapPalette.idl
@@ -50,8 +50,8 @@ interface XBitmapPalette : ::com::sun::star::uno::XInterface
The index of the palette entry to be retrieved. Valid range is
[0,getNumberOfEntries()-1].
- @return <TRUE/>, if the given palette entry should be displayed
- opaque, and <FALSE/> if the entry should be displayed
+ @return `TRUE`, if the given palette entry should be displayed
+ opaque, and `FALSE` if the entry should be displayed
transparent. This is sometimes used for so-called mask
transparency, by flagging certain palette entries to be fully
transparent when displaying the bitmap.
@@ -71,8 +71,8 @@ interface XBitmapPalette : ::com::sun::star::uno::XInterface
device color format.
@param transparency
- When <TRUE/>, the specified palette entry is displayed as
- opaque color. When <FALSE/>, the given entry displays as fully
+ When `TRUE`, the specified palette entry is displayed as
+ opaque color. When `FALSE`, the given entry displays as fully
transparent during output.
@param nIndex
@@ -80,7 +80,7 @@ interface XBitmapPalette : ::com::sun::star::uno::XInterface
[0,getNumberOfEntries()-1].
@return whether the palette entry was changed. For read-only
- entries, this method always returns <FALSE/>.
+ entries, this method always returns `FALSE`.
@throws com::sun::star::lang::IndexOutOfBoundsException
if the index is smaller than zero or larger than
diff --git a/offapi/com/sun/star/rendering/XBufferController.idl b/offapi/com/sun/star/rendering/XBufferController.idl
index bb49143ee5c9..b9ddcf001c8e 100644
--- a/offapi/com/sun/star/rendering/XBufferController.idl
+++ b/offapi/com/sun/star/rendering/XBufferController.idl
@@ -70,7 +70,7 @@ interface XBufferController : ::com::sun::star::uno::XInterface
with other things, e.g. sound playback.<p>
@param bUpdateAll
- When <TRUE/>, update the whole screen. When <FALSE/>,
+ When `TRUE`, update the whole screen. When `FALSE`,
implementation is permitted to restrict update to areas the
canvas itself changed (e.g. because of render operations, or
changes on the sprites). The former is useful for updates
@@ -102,7 +102,7 @@ interface XBufferController : ::com::sun::star::uno::XInterface
other things, e.g. sound playback.<p>
@param bUpdateAll
- When <TRUE/>, update the whole screen. When <FALSE/>,
+ When `TRUE`, update the whole screen. When `FALSE`,
implementation is permitted to restrict update to areas the
canvas itself changed (e.g. because of render operations, or
changes on the sprites). The former is useful for updates
diff --git a/offapi/com/sun/star/rendering/XCanvas.idl b/offapi/com/sun/star/rendering/XCanvas.idl
index 74121faa78e6..8206b2ba590d 100644
--- a/offapi/com/sun/star/rendering/XCanvas.idl
+++ b/offapi/com/sun/star/rendering/XCanvas.idl
@@ -472,10 +472,10 @@ interface XCanvas : ::com::sun::star::uno::XInterface
0 completely disables kerning. Whether kerning is on or
off by default is font-dependent.</il>
- <il>IsEmphasisMarks: a boolean, where <TRUE/>
+ <il>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`.</il>
<il>ExpandedSpacing: a double value which is added
between all cell distances for this font. The default value for
diff --git a/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl b/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl
index 5d0c025c077b..32f966c82c24 100644
--- a/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl
+++ b/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl
@@ -69,7 +69,7 @@ interface XIntegerBitmapColorSpace : XColorSpace
/** Query whether color data bytes need to be swapped.<p>
- @return <TRUE/>, This method returns the endianness of the color
+ @return `TRUE`, This method returns the endianness of the color
data. The value is one of the Endianness
constants. If color data is represented using more than one
byte, the actual channel positions are specified using bit
diff --git a/offapi/com/sun/star/rendering/XSpriteCanvas.idl b/offapi/com/sun/star/rendering/XSpriteCanvas.idl
index 53b9fa5696a0..eb98a4f3e830 100644
--- a/offapi/com/sun/star/rendering/XSpriteCanvas.idl
+++ b/offapi/com/sun/star/rendering/XSpriteCanvas.idl
@@ -127,13 +127,13 @@ interface XSpriteCanvas : XBitmapCanvas
associated XSpriteCanvas instances.<p>
@param bUpdateAll
- When <TRUE/>, update the whole screen. When <FALSE/>,
+ When `TRUE`, update the whole screen. When `FALSE`,
implementation is permitted to restrict update to areas the
canvas itself changed (e.g. because of render operations, or
changes on the sprites). The former is useful for updates
after window expose events. the latter for animation display.
- @return <TRUE/>, if the screen update was successfully
+ @return `TRUE`, if the screen update was successfully
performed
*/
boolean updateScreen( [in] boolean bUpdateAll );
diff --git a/offapi/com/sun/star/rendering/XTextLayout.idl b/offapi/com/sun/star/rendering/XTextLayout.idl
index 602aef021009..d803c0eca78d 100644
--- a/offapi/com/sun/star/rendering/XTextLayout.idl
+++ b/offapi/com/sun/star/rendering/XTextLayout.idl
@@ -250,7 +250,7 @@ interface XTextLayout : ::com::sun::star::uno::XInterface
in the range 0 up to the number of characters in the string.
@param bExcludeLigatures
- Set this to <TRUE/>, to skip the positions inside ligatures as
+ Set this to `TRUE`, to skip the positions inside ligatures as
valid caret placements. That means, on cannot e.g. set the
caret between the "f" and the "i" in a "fi" ligature.