summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/awt/FontWidth.idl17
-rw-r--r--offapi/com/sun/star/awt/Gradient.idl27
-rw-r--r--offapi/com/sun/star/awt/GradientStyle.idl11
3 files changed, 12 insertions, 43 deletions
diff --git a/offapi/com/sun/star/awt/FontWidth.idl b/offapi/com/sun/star/awt/FontWidth.idl
index a975a4e1df5f..41eba534ba1d 100644
--- a/offapi/com/sun/star/awt/FontWidth.idl
+++ b/offapi/com/sun/star/awt/FontWidth.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FontWidth.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:34 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:47:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,79 +68,68 @@
//=============================================================================
-// DocMerge from idl: constants com::sun::star::awt::FontWidth
/** These values are used to specify the width of the characters of a font.
- <p>They may be expanded in future versions.
+ <p>They may be expanded in future versions.</p>
*/
constants FontWidth
{
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::FontWidth::DONTKNOW
/** The width of the font is not specified/known.
*/
const float DONTKNOW = 0.000000;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::FontWidth::ULTRACONDENSED
/** The width of the font is condensed to 50%.
*/
const float ULTRACONDENSED = 50.000000;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::FontWidth::EXTRACONDENSED
/** The width of the font is condensed to 60%.
*/
const float EXTRACONDENSED = 60.000000;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::FontWidth::CONDENSED
/** The width of the font is condensed to 75%.
*/
const float CONDENSED = 75.000000;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::FontWidth::SEMICONDENSED
/** The width of the font is condensed to 90%.
*/
const float SEMICONDENSED = 90.000000;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::FontWidth::NORMAL
/** The width of the font is normal.
*/
const float NORMAL = 100.000000;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::FontWidth::SEMIEXPANDED
/** The width of the font is expanded to 110%.
*/
const float SEMIEXPANDED = 110.000000;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::FontWidth::EXPANDED
/** The width of the font is expanded to 150%.
*/
const float EXPANDED = 150.000000;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::FontWidth::EXTRAEXPANDED
/** The width of the font is expanded to 175%.
*/
const float EXTRAEXPANDED = 175.000000;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::FontWidth::ULTRAEXPANDED
/** The width of the font is expanded to 200%.
*/
const float ULTRAEXPANDED = 200.000000;
diff --git a/offapi/com/sun/star/awt/Gradient.idl b/offapi/com/sun/star/awt/Gradient.idl
index 843dd439b14e..e08478ca48de 100644
--- a/offapi/com/sun/star/awt/Gradient.idl
+++ b/offapi/com/sun/star/awt/Gradient.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Gradient.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:34 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:47:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,79 +72,66 @@
//=============================================================================
-// DocMerge from xml: struct com::sun::star::awt::Gradient
/** describes a color dispersion within an area.
*/
struct Gradient
{
- // DocMerge from xml: field com::sun::star::awt::Gradient::Style
- /** style of the gradient.
+ //-------------------------------------------------------------------------
+
+ /** specifies the style of the gradient.
*/
com::sun::star::awt::GradientStyle Style;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::awt::Gradient::StartColor
/** specifies the color at the start point of the gradient.
*/
long StartColor;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::awt::Gradient::EndColor
/** specifies the color at the end point of the gradient.
*/
long EndColor;
//-------------------------------------------------------------------------
- // DOCUMENTATION MISSING FOR Gradient::Angle
- // DocMerge from xml: field com::sun::star::awt::Gradient::Angle
/** angle of the gradient in 1/10 degree.
*/
short Angle;
//-------------------------------------------------------------------------
- // DOCUMENTATION MISSING FOR Gradient::Border
- // DocMerge from xml: field com::sun::star::awt::Gradient::Border
/** per cent of the total width where just the start color is used.
*/
short Border;
//-------------------------------------------------------------------------
- // DOCUMENTATION MISSING FOR Gradient::XOffset
- // DocMerge from xml: field com::sun::star::awt::Gradient::XOffset
- /** specifies the X-coordinate, where gradient begins.
+ /** specifies the X-coordinate, where the gradient begins.
*/
short XOffset;
//-------------------------------------------------------------------------
- // DOCUMENTATION MISSING FOR Gradient::YOffset
- // DocMerge from xml: field com::sun::star::awt::Gradient::YOffset
- /** specifies the Y-coordinate, where gradient begins.
+ /** specifies the Y-coordinate, where the gradient begins.
*/
short YOffset;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::awt::Gradient::StartIntensity
/** specifies the intensity at the start point of the gradient.
*/
short StartIntensity;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::awt::Gradient::EndIntensity
/** specifies the intensity at the end point of the gradient.
*/
short EndIntensity;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::awt::Gradient::StepCount
/** specifies the number of steps of change color.
*/
short StepCount;
diff --git a/offapi/com/sun/star/awt/GradientStyle.idl b/offapi/com/sun/star/awt/GradientStyle.idl
index 2d05051f0a8e..932a5d52417d 100644
--- a/offapi/com/sun/star/awt/GradientStyle.idl
+++ b/offapi/com/sun/star/awt/GradientStyle.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GradientStyle.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:34 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:47:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,49 +68,42 @@
//=============================================================================
-// DocMerge from xml: enum com::sun::star::awt::GradientStyle
/** specify the style of color dispersion.
*/
enum GradientStyle
{
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::awt::GradientStyle::LINEAR
/** specifies a linear gradient.
*/
LINEAR,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::awt::GradientStyle::AXIAL
/** specifies an axial gradient.
*/
AXIAL,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::awt::GradientStyle::RADIAL
/** specifies a radial gradient.
*/
RADIAL,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::awt::GradientStyle::ELLIPTICAL
/** specifies an elliptical gradient.
*/
ELLIPTICAL,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::awt::GradientStyle::SQUARE
/** specifies a gradient in the shape of a square.
*/
SQUARE,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::awt::GradientStyle::RECT
/** specifies a gradient in the shape of a rectangle.
*/
RECT