summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/CRowSetColumn.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:58:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:58:48 +0000
commit29de4e5dae176247e21b0db1cc10fef3b60f27ee (patch)
treef7470db3854fbbf94e0481a4a25ef3838b7e64d7 /dbaccess/source/core/api/CRowSetColumn.cxx
parent89ca5feda804f48baf2a1d68bff7421724fc3b08 (diff)
INTEGRATION: CWS insight01 (1.10.122); FILE MERGED
2003/12/17 09:18:52 oj 1.10.122.1: #111075# ongoing work
Diffstat (limited to 'dbaccess/source/core/api/CRowSetColumn.cxx')
-rw-r--r--dbaccess/source/core/api/CRowSetColumn.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/dbaccess/source/core/api/CRowSetColumn.cxx b/dbaccess/source/core/api/CRowSetColumn.cxx
index 659718b69a9a..117112f523fd 100644
--- a/dbaccess/source/core/api/CRowSetColumn.cxx
+++ b/dbaccess/source/core/api/CRowSetColumn.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CRowSetColumn.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: oj $ $Date: 2001-12-03 13:36:06 $
+ * last change: $Author: hr $ $Date: 2004-08-02 14:58:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,14 +120,14 @@ Any SAL_CALL ORowSetColumn::queryInterface( const Type & _rType ) throw (Runtime
::cppu::IPropertyArrayHelper* ORowSetColumn::createArrayHelper( ) const
{
BEGIN_PROPERTY_HELPER(29)
- DECL_PROP1(ALIGN, sal_Int32, MAYBEVOID);
+ DECL_PROP2(ALIGN, sal_Int32, BOUND,MAYBEVOID);
DECL_PROP1(CATALOGNAME, ::rtl::OUString, READONLY);
- DECL_PROP1(CONTROLDEFAULT, ::rtl::OUString, MAYBEVOID);
- DECL_PROP0_IFACE(CONTROLMODEL, XPropertySet );
+ DECL_PROP2(CONTROLDEFAULT, ::rtl::OUString, BOUND,MAYBEVOID);
+ DECL_PROP1_IFACE(CONTROLMODEL, XPropertySet, BOUND );
DECL_PROP1(DISPLAYSIZE, sal_Int32, READONLY);
- DECL_PROP1(NUMBERFORMAT, sal_Int32, MAYBEVOID);
- DECL_PROP1(HELPTEXT, ::rtl::OUString, MAYBEVOID);
- DECL_PROP0_BOOL(HIDDEN );
+ DECL_PROP2(NUMBERFORMAT, sal_Int32, BOUND,MAYBEVOID);
+ DECL_PROP2(HELPTEXT, ::rtl::OUString, BOUND,MAYBEVOID);
+ DECL_PROP1_BOOL(HIDDEN, BOUND);
DECL_PROP1_BOOL(ISAUTOINCREMENT, READONLY);
DECL_PROP1_BOOL(ISCASESENSITIVE, READONLY);
DECL_PROP1_BOOL(ISCURRENCY, READONLY);
@@ -140,7 +140,7 @@ Any SAL_CALL ORowSetColumn::queryInterface( const Type & _rType ) throw (Runtime
DECL_PROP1(LABEL, ::rtl::OUString, READONLY);
DECL_PROP1(NAME, ::rtl::OUString, READONLY);
DECL_PROP1(PRECISION, sal_Int32, READONLY);
- DECL_PROP1(RELATIVEPOSITION, sal_Int32, MAYBEVOID);
+ DECL_PROP2(RELATIVEPOSITION, sal_Int32, BOUND, MAYBEVOID);
DECL_PROP1(SCALE, sal_Int32, READONLY);
DECL_PROP1(SCHEMANAME, ::rtl::OUString, READONLY);
DECL_PROP1(SERVICENAME, ::rtl::OUString, READONLY);