summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
commit119fc9ebb7db3dd4abca20d2d0ffe12f8769cccf (patch)
treed4099f4c49a1ecec08375d3c76455220ed5321bf /offapi/com/sun/star/presentation
parentac79169ccb627b2870e6bd66f2bf7347c42b02e9 (diff)
<true></true> -> <TRUE/> and same with FALSE
Diffstat (limited to 'offapi/com/sun/star/presentation')
-rw-r--r--offapi/com/sun/star/presentation/Presentation.idl21
-rw-r--r--offapi/com/sun/star/presentation/Shape.idl21
2 files changed, 24 insertions, 18 deletions
diff --git a/offapi/com/sun/star/presentation/Presentation.idl b/offapi/com/sun/star/presentation/Presentation.idl
index 87bdbdf79..627fd05cc 100644
--- a/offapi/com/sun/star/presentation/Presentation.idl
+++ b/offapi/com/sun/star/presentation/Presentation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Presentation.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:28 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,7 +126,7 @@ service Presentation
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::presentation::Presentation::IsAlwaysOnTop
- /** If this property is set to <true></true>, the window of the presentation is
+ /** If this property is set to <TRUE/>, the window of the presentation is
always on top of all other windows.
*/
[property] boolean IsAlwaysOnTop;
@@ -134,7 +134,7 @@ service Presentation
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::presentation::Presentation::IsAutomatic
- /** If this property is <true></true>, all pages are changed automatically.
+ /** If this property is <TRUE/>, all pages are changed automatically.
@@ -145,7 +145,7 @@ service Presentation
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::presentation::Presentation::IsEndless
- /** If this property is set to <true></true>, the presentation is repeated
+ /** If this property is set to <TRUE/>, the presentation is repeated
endlessly.
*/
[property] boolean IsEndless;
@@ -153,7 +153,7 @@ service Presentation
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::presentation::Presentation::IsFullScreen
- /** If this property is set to <true></true>, the presentation runs in
+ /** If this property is set to <TRUE/>, the presentation runs in
full-screen mode.
*/
[property] boolean IsFullScreen;
@@ -168,7 +168,7 @@ service Presentation
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::presentation::Presentation::IsMouseVisible
- /** If this property is <true></true>, the mouse is visible during the
+ /** If this property is <TRUE/>, the mouse is visible during the
presentation.
*/
[property] boolean IsMouseVisible;
@@ -188,7 +188,7 @@ service Presentation
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::presentation::Presentation::StartWithNavigator
- /** If this is set to <true></true>, the Navigator is opened at the start of the
+ /** If this is set to <TRUE/>, the Navigator is opened at the start of the
presentation.
*/
[property] boolean StartWithNavigator;
@@ -196,7 +196,7 @@ service Presentation
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::presentation::Presentation::UsePen
- /** If this is <true></true>, a pen is shown during presentation.
+ /** If this is <TRUE/>, a pen is shown during presentation.
@@ -213,6 +213,9 @@ service Presentation
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:28 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:31 hjs
initial import
diff --git a/offapi/com/sun/star/presentation/Shape.idl b/offapi/com/sun/star/presentation/Shape.idl
index c68348250..5bd8f9424 100644
--- a/offapi/com/sun/star/presentation/Shape.idl
+++ b/offapi/com/sun/star/presentation/Shape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Shape.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:28 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@ service Shape
<p>This color is used if the property <member scope="com::sun::star::drawing">Shape::DimPrev</member>
- is <true></true> and <member scope="com::sun::star::drawing">Shape::DimHide</member> is <false></false>.</p>
+ is <TRUE/> and <member scope="com::sun::star::drawing">Shape::DimHide</member> is <FALSE/>.</p>
*/
[property] long DimColor;
@@ -108,14 +108,14 @@ service Shape
// DocMerge from xml: property com::sun::star::presentation::Shape::DimHide
/** If this property and the property <member scope="com::sun::star::drawing">Shape::DimPrev</member>
- are both <true></true>, the shape is hidden instead of dimmed to a color.
+ are both <TRUE/>, the shape is hidden instead of dimmed to a color.
*/
[property] boolean DimHide;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::presentation::Shape::DimPrevious
- /** If this property is <true></true>, this shape is dimmed to the color of
+ /** If this property is <TRUE/>, this shape is dimmed to the color of
property <member scope="com::sun::star::drawing">Shape::DimColor</member> after executing its
animation effect.
*/
@@ -132,14 +132,14 @@ service Shape
// DocMerge from xml: property com::sun::star::presentation::Shape::IsEmptyPresentationObject
/** If this is a default presentation object and if it is empty,
- this property is <true></true>.
+ this property is <TRUE/>.
*/
[readonly, property] boolean IsEmptyPresentationObject;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::presentation::Shape::IsPresentationObject
- /** If this is a presentation object, this property is <true></true>.
+ /** If this is a presentation object, this property is <TRUE/>.
@@ -159,7 +159,7 @@ service Shape
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::presentation::Shape::PlayFull
- /** If this property is <true></true>, the sound of this shape is played in
+ /** If this property is <TRUE/>, the sound of this shape is played in
full.
@@ -195,7 +195,7 @@ service Shape
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::presentation::Shape::SoundOn
- /** If this property is set to <true></true>, a sound is played while the
+ /** If this property is set to <TRUE/>, a sound is played while the
animation effect is executed.
*/
[property] boolean SoundOn;
@@ -231,6 +231,9 @@ service Shape
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:28 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:30 hjs
initial import