diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-10-21 07:59:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-10-21 07:59:57 +0000 |
commit | 71778490fd5cfa4ecbb5ef08c0333e9e1a1c55e8 (patch) | |
tree | 5829a0c2c8e3c23f26e596ff4b3c03cbd25cd457 | |
parent | 5a2d4b15c8570e61e959cde222857fb9ad8ab77b (diff) |
INTEGRATION: CWS formcelllinkage (1.5.92); FILE MERGED
2003/10/01 09:18:32 fs 1.5.92.1: #i18994# merging the changes from the CWS fs002
-rw-r--r-- | forms/source/component/Pattern.hxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/forms/source/component/Pattern.hxx b/forms/source/component/Pattern.hxx index 939e660af..78d6aaee5 100644 --- a/forms/source/component/Pattern.hxx +++ b/forms/source/component/Pattern.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Pattern.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: fs $ $Date: 2002-12-02 09:56:35 $ + * last change: $Author: obo $ $Date: 2003-10-21 08:59:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,20 +78,14 @@ class OPatternModel :public OEditBaseModel ,public ::comphelper::OAggregationArrayUsageHelper< OPatternModel > { +private: ::rtl::OUString m_aSaveValue; - - static sal_Int32 nTextHandle; - protected: - virtual void _onValueChanged(); virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes(); public: DECLARE_DEFAULT_LEAF_XTOR( OPatternModel ); - // starform::XBoundComponent - virtual sal_Bool _commit(); - // ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo> SAL_CALL getPropertySetInfo() throw(::com::sun::star::uno::RuntimeException); virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper(); @@ -103,9 +97,6 @@ public: // ::com::sun::star::io::XPersistObject virtual ::rtl::OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException); - // starform::XReset - virtual void _reset(); - // OAggregationArrayUsageHelper virtual void fillProperties( ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps, @@ -114,6 +105,15 @@ public: IMPLEMENT_INFO_SERVICE() protected: + // OBoundControlModel overridables + virtual ::com::sun::star::uno::Any + translateDbColumnToControlValue( ); + virtual sal_Bool commitControlValueToDbColumn( bool _bPostReset ); + + virtual ::com::sun::star::uno::Any + getDefaultForReset() const; + +protected: DECLARE_XCLONEABLE(); }; |