summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/media
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/media
parent*api: convert <true/> <false/> <void/> (diff)
downloadcore-928b8640c0d1a9c49249100efbdd70f8c1090b07.tar.gz
core-928b8640c0d1a9c49249100efbdd70f8c1090b07.zip
*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/media')
-rw-r--r--offapi/com/sun/star/media/XPlayer.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/media/XPlayer.idl b/offapi/com/sun/star/media/XPlayer.idl
index f93b1d276b12..1fb48fe94028 100644
--- a/offapi/com/sun/star/media/XPlayer.idl
+++ b/offapi/com/sun/star/media/XPlayer.idl
@@ -42,7 +42,7 @@ interface XPlayer
/** indicates whether the stream is played or not.
@returns
- <TRUE/> if the stream is played, <FALSE/> otherwise
+ `TRUE` if the stream is played, `FALSE` otherwise
*/
boolean isPlaying();
@@ -80,7 +80,7 @@ interface XPlayer
start after the end of the stream.
@param bSet
- loops if set to <TRUE/>, otherwise stops at the end of the
+ loops if set to `TRUE`, otherwise stops at the end of the
stream.
*/
void setPlaybackLoop( [in] boolean bSet );
@@ -89,7 +89,7 @@ interface XPlayer
end of the stream.
@returns
- <TRUE/> if the stream will loop, <FALSE/> otherwise.
+ `TRUE` if the stream will loop, `FALSE` otherwise.
*/
boolean isPlaybackLoop();
@@ -110,8 +110,8 @@ interface XPlayer
/** sets the volume to <code>0</code> or to its previous value.
@param bSet
- sets the volume to <code>0</code> if <TRUE/>, and switch
- to the previous non-null value if <FALSE/>
+ sets the volume to <code>0</code> if `TRUE`, and switch
+ to the previous non-null value if `FALSE`
*/
void setMute( [in] boolean bSet );
@@ -119,8 +119,8 @@ interface XPlayer
or not.
@returns
- <TRUE/> if the volume is temporarily set to <code>0</code>,
- <FALSE/> otherwise.
+ `TRUE` if the volume is temporarily set to <code>0</code>,
+ `FALSE` otherwise.
*/
boolean isMute();