User: hr Date: 2006/08/15 03:52:26 Modified: dba/dbaccess/source/ui/inc/FieldDescriptions.hxx
Log: INTEGRATION: CWS dba30 (1.11.14); FILE MERGED 2005/12/12 08:03:12 oj 1.11.14.1: #i18609# check type on target source File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: FieldDescriptions.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/FieldDescriptions.hxx?r1=1.11&r2=1.12 Delta lines: +9 -1 ------------------- --- FieldDescriptions.hxx 8 Sep 2005 15:17:23 -0000 1.11 +++ FieldDescriptions.hxx 15 Aug 2006 10:52:23 -0000 1.12 @@ -62,6 +62,8 @@ private: ::com::sun::star::uno::Any m_aDefaultValue; // the default value from the database ::com::sun::star::uno::Any m_aControlDefault; // the value which the control inserts as default + ::com::sun::star::uno::Any m_aWidth; // sal_Int32 or void + ::com::sun::star::uno::Any m_aRelativePosition; // sal_Int32 or void TOTypeInfoSP m_pType; @@ -82,6 +84,7 @@ sal_Bool m_bIsAutoIncrement; sal_Bool m_bIsPrimaryKey; sal_Bool m_bIsCurrency; + sal_Bool m_bHidden; public: OFieldDescription(); @@ -121,6 +124,11 @@ void SetAutoIncrement(sal_Bool _bAuto); void SetPrimaryKey(sal_Bool _bPKey); void SetCurrency(sal_Bool _bIsCurrency); + + /** copies the content of the field eescription into the column + @param _rxColumn the dest + */ + void copyColumnSettingsTo(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColumn); void FillFromTypeInfo(const TOTypeInfoSP& _pType,sal_Bool _bForce,sal_Bool _bReset); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
