Kaydet (Commit) cc57beaf authored tarafından Oliver Bolte's avatar Oliver Bolte

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
üst 2ff01477
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: Pattern.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -78,20 +78,14 @@ class OPatternModel ...@@ -78,20 +78,14 @@ class OPatternModel
:public OEditBaseModel :public OEditBaseModel
,public ::comphelper::OAggregationArrayUsageHelper< OPatternModel > ,public ::comphelper::OAggregationArrayUsageHelper< OPatternModel >
{ {
private:
::rtl::OUString m_aSaveValue; ::rtl::OUString m_aSaveValue;
static sal_Int32 nTextHandle;
protected: protected:
virtual void _onValueChanged();
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes(); virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
public: public:
DECLARE_DEFAULT_LEAF_XTOR( OPatternModel ); DECLARE_DEFAULT_LEAF_XTOR( OPatternModel );
// starform::XBoundComponent
virtual sal_Bool _commit();
// ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> // ::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 ::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(); virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
...@@ -103,9 +97,6 @@ public: ...@@ -103,9 +97,6 @@ public:
// ::com::sun::star::io::XPersistObject // ::com::sun::star::io::XPersistObject
virtual ::rtl::OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException); virtual ::rtl::OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException);
// starform::XReset
virtual void _reset();
// OAggregationArrayUsageHelper // OAggregationArrayUsageHelper
virtual void fillProperties( virtual void fillProperties(
::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps, ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps,
...@@ -113,6 +104,15 @@ public: ...@@ -113,6 +104,15 @@ public:
) const; ) const;
IMPLEMENT_INFO_SERVICE() 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: protected:
DECLARE_XCLONEABLE(); DECLARE_XCLONEABLE();
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment