summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/FontWeight.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:46:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:46:52 +0000
commit2cd0756a9832d95ea03d9d9cb0995c0200288eb6 (patch)
tree5f1abdb294d7abf5de09a12d902f7716ac02c366 /offapi/com/sun/star/awt/FontWeight.idl
parent6ca2c6f948c3c730394bb8a8799c47030ef118b2 (diff)
INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED
2003/06/23 13:11:50 tbe 1.7.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt/FontWeight.idl')
-rw-r--r--offapi/com/sun/star/awt/FontWeight.idl47
1 files changed, 23 insertions, 24 deletions
diff --git a/offapi/com/sun/star/awt/FontWeight.idl b/offapi/com/sun/star/awt/FontWeight.idl
index 9f4d8f56c50a..e86a7723c537 100644
--- a/offapi/com/sun/star/awt/FontWeight.idl
+++ b/offapi/com/sun/star/awt/FontWeight.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FontWeight.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:46:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,71 +68,70 @@
//=============================================================================
-// DocMerge from idl: constants com::sun::star::awt::FontWeight
/** These values are used to specify whether a font is thin or bold.
- <p>They may be expanded in future versions.
+ <p>They may be expanded in future versions.</p>
*/
constants FontWeight
{
//-------------------------------------------------------------------------
- // The font weight is not specified/known.
- // DocMerge: empty anyway
+ /** The font weight is not specified/known.
+ */
const float DONTKNOW = 0.000000;
//-------------------------------------------------------------------------
- // specifies a 50% font weight.
- // DocMerge: empty anyway
+ /** specifies a 50% font weight.
+ */
const float THIN = 50.000000;
//-------------------------------------------------------------------------
- // specifies a 60% font weight.
- // DocMerge: empty anyway
+ /** specifies a 60% font weight.
+ */
const float ULTRALIGHT = 60.000000;
//-------------------------------------------------------------------------
- // specifies a 75% font weight.
- // DocMerge: empty anyway
+ /** specifies a 75% font weight.
+ */
const float LIGHT = 75.000000;
//-------------------------------------------------------------------------
- // specifies a 90% font weight.
- // DocMerge: empty anyway
+ /** specifies a 90% font weight.
+ */
const float SEMILIGHT = 90.000000;
//-------------------------------------------------------------------------
- // specifies a normal font weight.
- // DocMerge: empty anyway
+ /** specifies a normal font weight.
+ */
const float NORMAL = 100.000000;
//-------------------------------------------------------------------------
- // specifies a 110% font weight.
- // DocMerge: empty anyway
+ /** specifies a 110% font weight.
+ */
const float SEMIBOLD = 110.000000;
//-------------------------------------------------------------------------
- // specifies a 150% font weight.
- // DocMerge: empty anyway
+ /** specifies a 150% font weight.
+ */
const float BOLD = 150.000000;
//-------------------------------------------------------------------------
- // specifies a 175% font weight.
- // DocMerge: empty anyway
+ /** specifies a 175% font weight.
+ */
const float ULTRABOLD = 175.000000;
//-------------------------------------------------------------------------
- // specifies a 200% font weight.
- // DocMerge: empty anyway
+ /** specifies a 200% font weight.
+ */
const float BLACK = 200.000000;
};