summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-21 07:57:08 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-21 07:57:08 +0000
commita58573e2bd63481f4a6f36dda3f8b88f9e5e6c4c (patch)
tree3ae9a6e7692900ab0cd3ec0a917d7d79980e1ac9 /forms/source
parent8018adaf0a616f03c12d573c5c93ee12582db2eb (diff)
INTEGRATION: CWS formcelllinkage (1.7.54); FILE MERGED
2003/10/01 09:18:22 fs 1.7.54.1: #i18994# merging the changes from the CWS fs002
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/Edit.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/forms/source/component/Edit.hxx b/forms/source/component/Edit.hxx
index 1010ed481273..8a94ae5982e2 100644
--- a/forms/source/component/Edit.hxx
+++ b/forms/source/component/Edit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Edit.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 18:01:15 $
+ * last change: $Author: obo $ $Date: 2003-10-21 08:57:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,10 +93,7 @@ class OEditModel
sal_Bool m_bNumericField : 1;
// are we bound to some kind of numeric field?
- static sal_Int32 nTextHandle;
-
protected:
- virtual void _onValueChanged();
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
DECLARE_DEFAULT_LEAF_XTOR( OEditModel );
@@ -112,9 +109,6 @@ protected:
public:
virtual void SAL_CALL disposing();
-// ::com::sun::star::form::XBoundComponent
- virtual sal_Bool _commit();
-
// XPropertySet
virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
// ::com::sun::star::io::XPersistObject
@@ -130,13 +124,6 @@ public:
IMPLEMENTATION_NAME(OEditModel);
virtual StringSequence SAL_CALL getSupportedServiceNames() throw();
-// ::com::sun::star::form::XLoadListener
- virtual void _loaded(const ::com::sun::star::lang::EventObject& rEvent);
- virtual void _unloaded();
-
-// ::com::sun::star::form::XReset
- virtual void _reset();
-
// OAggregationArrayUsageHelper
virtual void fillProperties(
::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps,
@@ -145,6 +132,19 @@ 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;
+
+ virtual void onConnectedDbColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxForm );
+ virtual void onDisconnectedDbColumn();
+
+ virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::form::XValueBinding >& _rxBinding );
+protected:
virtual sal_Int16 getPersistenceFlags() const;
DECLARE_XCLONEABLE();