summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-18 13:44:07 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-18 13:44:07 +0000
commitc9e965b0fb0ac4d998b3e12fcf8bd559b1f4ffc3 (patch)
tree066f60b894fabd4ef16bfc8831767606c0284d9e /forms/source/component/Date.hxx
parent0ef5c9dd1f906d5e1a8b242de32649295b4d0bb6 (diff)
#86712# add FormatKey and FormatsSupplier property, mapped to the predefined formats
Diffstat (limited to 'forms/source/component/Date.hxx')
-rw-r--r--forms/source/component/Date.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/forms/source/component/Date.hxx b/forms/source/component/Date.hxx
index 7d3605fbf..a5e35c723 100644
--- a/forms/source/component/Date.hxx
+++ b/forms/source/component/Date.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Date.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-11-23 08:48:15 $
+ * last change: $Author: fs $ $Date: 2001-05-18 14:44:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,9 @@
#ifndef _FORMS_EDITBASE_HXX_
#include "EditBase.hxx"
#endif
+#ifndef _FORMS_LIMITED_FORMATS_HXX_
+#include "limitedformats.hxx"
+#endif
//.........................................................................
namespace frm
@@ -76,6 +79,7 @@ namespace frm
//==================================================================
class ODateModel
:public OEditBaseModel
+ ,public OLimitedFormats
,public ::comphelper::OAggregationArrayUsageHelper< ODateModel >
{
::com::sun::star::uno::Any m_aSaveValue;
@@ -95,6 +99,13 @@ public:
// stario::XPersistObject
virtual ::rtl::OUString SAL_CALL getServiceName();
+ // ::com::sun::star::beans::XPropertySet
+ virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
+ virtual sal_Bool SAL_CALL convertFastPropertyValue(::com::sun::star::uno::Any& rConvertedValue, ::com::sun::star::uno::Any& rOldValue,
+ sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
+ throw(::com::sun::star::lang::IllegalArgumentException);
+ virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue);
+
// ::com::sun::star::lang::XServiceInfo
IMPLEMENTATION_NAME(ODateModel);
virtual StringSequence SAL_CALL getSupportedServiceNames() throw();