summaryrefslogtreecommitdiff
path: root/toolkit/source/helper
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-10-17 07:47:10 +0000
committerMalte Timmermann <mt@openoffice.org>2001-10-17 07:47:10 +0000
commit4b7c6afb19379b43037030bb2db8d3a3ff64cb4a (patch)
tree584436395db7febcf0c5161f93c59ac26849c048 /toolkit/source/helper
parenta0e2e65247fa9b41592a1d6b69bd3cbbe735e798 (diff)
#91616# PushButtonType
Diffstat (limited to 'toolkit/source/helper')
-rw-r--r--toolkit/source/helper/property.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/source/helper/property.cxx b/toolkit/source/helper/property.cxx
index 2d9c1cc26828..a8daae763073 100644
--- a/toolkit/source/helper/property.cxx
+++ b/toolkit/source/helper/property.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: property.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: mt $ $Date: 2001-10-12 12:31:09 $
+ * last change: $Author: mt $ $Date: 2001-10-17 08:43:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -222,6 +222,7 @@ ImplPropertyInfo* ImplGetPropertyInfos( sal_uInt16& rElementCount )
ImplPropertyInfo( ::rtl::OUString::createFromAscii( "ProgressValue" ), BASEPROPERTY_PROGRESSVALUE, ::getCppuType((const sal_Int32*)0), ::com::sun::star::beans::PropertyAttribute::BOUND|::com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT|::com::sun::star::beans::PropertyAttribute::MAYBEVOID, sal_True ),
ImplPropertyInfo( ::rtl::OUString::createFromAscii( "ProgressValueMax" ), BASEPROPERTY_PROGRESSVALUE_MAX, ::getCppuType((const sal_Int32*)0), ::com::sun::star::beans::PropertyAttribute::BOUND|::com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT ),
ImplPropertyInfo( ::rtl::OUString::createFromAscii( "ProgressValueMin" ), BASEPROPERTY_PROGRESSVALUE_MIN, ::getCppuType((const sal_Int32*)0), ::com::sun::star::beans::PropertyAttribute::BOUND|::com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT ),
+ ImplPropertyInfo( ::rtl::OUString::createFromAscii( "PushButtonTime" ), BASEPROPERTY_PUSHBUTTONTYPE, ::getCppuType((const sal_Int16*)0), ::com::sun::star::beans::PropertyAttribute::BOUND|::com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT),
ImplPropertyInfo( ::rtl::OUString::createFromAscii( "ReadOnly" ), BASEPROPERTY_READONLY, ::getBooleanCppuType(), ::com::sun::star::beans::PropertyAttribute::BOUND|::com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT ),
ImplPropertyInfo( ::rtl::OUString::createFromAscii( "ScaleImage" ), BASEPROPERTY_SCALEIMAGE, ::getBooleanCppuType(), ::com::sun::star::beans::PropertyAttribute::BOUND|::com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT ),
ImplPropertyInfo( ::rtl::OUString::createFromAscii( "ScrollValue" ), BASEPROPERTY_SCROLLVALUE, ::getCppuType((const sal_Int32*)0), ::com::sun::star::beans::PropertyAttribute::BOUND|::com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT|::com::sun::star::beans::PropertyAttribute::MAYBEVOID, sal_True ),