diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 15:44:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 15:44:50 +0000 |
commit | ed37aaf3b42c7b0499c084b43c3b358626112109 (patch) | |
tree | 3b5750a683f43b17db5b5d50bba4cbcec5c5fe25 /toolkit/inc | |
parent | 97034acf647a22ec6a3e8e1ff0e4a1bb9dfccb22 (diff) |
INTEGRATION: CWS qwizards1 (1.14.36); FILE MERGED
2004/01/05 12:57:05 tv 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED
2003/11/10 12:38:52 bc 1.14.36.1: #111603# properties for roadmapcontrol added
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/helper/property.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/helper/property.hxx b/toolkit/inc/toolkit/helper/property.hxx index af80d3c6e335..9c079bb9d2e4 100644 --- a/toolkit/inc/toolkit/helper/property.hxx +++ b/toolkit/inc/toolkit/helper/property.hxx @@ -2,9 +2,9 @@ * * $RCSfile: property.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hr $ $Date: 2004-05-10 12:48:54 $ + * last change: $Author: kz $ $Date: 2004-05-19 16:44:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -183,6 +183,10 @@ namespace rtl { #define BASEPROPERTY_ENFORCE_FORMAT 102 // sal_Bool #define BASEPROPERTY_LIVE_SCROLL 103 // sal_Bool #define BASEPROPERTY_LINE_END_FORMAT 104 // sal_Int16 +#define BASEPROPERTY_ACTIVATED 105 // sal Bool +#define BASEPROPERTY_COMPLETE 106 // sal_Bool +#define BASEPROPERTY_CURRENTITEMID 107 // sal_Int16 + // Keine gebundenen Properties, werden immer aus der Property BASEPROPERTY_FONTDESCRIPTOR entnommen. #define BASEPROPERTY_FONTDESCRIPTORPART_START 1000 |