summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextGraphicObject.idl
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-01-24 14:14:13 +0000
committerOliver Specht <os@openoffice.org>2001-01-24 14:14:13 +0000
commitdae3182daa2becc15d51385b4710ee60d7975961 (patch)
tree6bb84196a183b85040b4950653befd4b7452618f /offapi/com/sun/star/text/TextGraphicObject.idl
parentWinSock init fixed (see comment in source) (diff)
downloadcore-dae3182daa2becc15d51385b4710ee60d7975961.tar.gz
core-dae3182daa2becc15d51385b4710ee60d7975961.zip
#82036# some properties renamed
Diffstat (limited to 'offapi/com/sun/star/text/TextGraphicObject.idl')
-rw-r--r--offapi/com/sun/star/text/TextGraphicObject.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/text/TextGraphicObject.idl b/offapi/com/sun/star/text/TextGraphicObject.idl
index 10dff07ed6c4..24c877e4b9bc 100644
--- a/offapi/com/sun/star/text/TextGraphicObject.idl
+++ b/offapi/com/sun/star/text/TextGraphicObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextGraphicObject.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2001-01-22 13:26:33 $
+ * last change: $Author: os $ $Date: 2001-01-24 15:14:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -154,31 +154,31 @@ service TextGraphicObject
/** changes the display of the luminance.
It contains percentage values between -100 and +100.
*/
- [property] short GraphicLuminance;
+ [property] short AdjustLuminance;
//-------------------------------------------------------------------------
/** changes the display of contrast.
It contains percentage values between -100 and +100.
*/
- [property] short GraphicContrast;
+ [property] short AdjustContrast;
//-------------------------------------------------------------------------
/** changes the display of the red color channel.
It contains percentage values between -100 and +100.
*/
- [property] short GraphicRed;
+ [property] short AdjustRed;
//-------------------------------------------------------------------------
/** changes the display of the green color channel.
It contains percentage values between -100 and +100.
*/
- [property] short GraphicGreen;
+ [property] short AdjustGreen;
//-------------------------------------------------------------------------
/** changes the display of the blue color channel.
It contains percentage values between -100 and +100.
*/
- [property] short GraphicBlue;
+ [property] short AdjustBlue;
//-------------------------------------------------------------------------
/** determins the gamma value of the graphic.
*/
- [property] double GraphicGamma;
+ [property] double Gamma;
//-------------------------------------------------------------------------
/** determins if the graphic is display in inverted colors.
It contains percentage values between -100 and +100.
@@ -188,7 +188,7 @@ service TextGraphicObject
/** .
It contains percentage values between -100 and +100.
*/
- [property] short GraphicTransparency;
+ [property] short Transparency;
//-------------------------------------------------------------------------
/** contains the ColorMode as <type scope="com::sun::star::drawing">ColorMode</type>.
*/