diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-05-02 11:43:12 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-05-02 11:43:12 +0000 |
commit | 0417a4bdb2c97f2c97388180842b18cf2ec97e1a (patch) | |
tree | c9d6fb48bea5d67539f9a8743a93dadb18a31aeb /extensions/source/propctrlr/formmetadata.hxx | |
parent | b0bf7c598a34d08d61d48ac2119fcfdfa3173e3c (diff) |
added scrollbar properties
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.hxx')
-rw-r--r-- | extensions/source/propctrlr/formmetadata.hxx | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx index 97bbd2d8c..29596cd26 100644 --- a/extensions/source/propctrlr/formmetadata.hxx +++ b/extensions/source/propctrlr/formmetadata.hxx @@ -2,9 +2,9 @@ * * $RCSfile: formmetadata.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: tbe $ $Date: 2001-04-26 09:15:54 $ + * last change: $Author: tbe $ $Date: 2001-05-02 12:42:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -236,6 +236,12 @@ namespace pcr #define PROPERTY_ID_PROGRESSVALUE 103 #define PROPERTY_ID_PROGRESSVALUE_MIN 104 #define PROPERTY_ID_PROGRESSVALUE_MAX 105 + #define PROPERTY_ID_SCROLLVALUE 106 + #define PROPERTY_ID_SCROLLVALUE_MAX 107 + #define PROPERTY_ID_LINEINCREMENT 108 + #define PROPERTY_ID_BLOCKINCREMENT 109 + #define PROPERTY_ID_VISIBLESIZE 110 + #define PROPERTY_ID_ORIENTATION 111 //............................................................................ } // namespace pcr @@ -246,6 +252,9 @@ namespace pcr /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.7 2001/04/26 09:15:54 tbe + * added progressbar properties + * * Revision 1.6 2001/03/07 14:35:42 tbe * added step property * |