summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-04-12 08:01:30 +0000
committerChristian Lippka <cl@openoffice.org>2002-04-12 08:01:30 +0000
commit50a6f782ab83d743400a74959c9709e9cef8aca4 (patch)
treeb8c648249fdc76d7b36093848078de5b9e1ba292 /offapi/com/sun/star/drawing
parent7b7256c7915186e680ad2d7eca9c2063107ea78e (diff)
added IsBackgroundDark property
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r--offapi/com/sun/star/drawing/GenericDrawPage.idl15
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/GenericDrawPage.idl b/offapi/com/sun/star/drawing/GenericDrawPage.idl
index 53788d00f38d..4da8f3c1077e 100644
--- a/offapi/com/sun/star/drawing/GenericDrawPage.idl
+++ b/offapi/com/sun/star/drawing/GenericDrawPage.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GenericDrawPage.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2001-10-26 08:45:35 $
+ * last change: $Author: cl $ $Date: 2002-04-12 09:01:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -245,6 +245,14 @@ service GenericDrawPage
@see com::sun::star::xml::AttributeContainer
*/
[optional, property] com::sun::star::container::XNameContainer UserDefinedAttributes;
+
+ //-------------------------------------------------------------------------
+
+ /** this property is true if the avveraged background filling colors luminance
+ is belove an application specified threshold value. This can be used to
+ determine the actuall value of an auto color.
+ */
+ [readonly, optional, property] boolean IsBackgroundDark;
};
//=============================================================================
@@ -254,6 +262,9 @@ service GenericDrawPage
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/10/26 08:45:35 mi
+ proofreading and corrections from Richard Holt
+
Revision 1.5 2001/10/16 09:47:34 cl
#91486# added xml alien attributes