User: ihi     
Date: 2006/10/18 06:25:52

Modified:
   dba/dbaccess/source/core/api/RowSet.hxx

Log:
 INTEGRATION: CWS dba205b (1.44.18); FILE MERGED
 2006/09/04 11:57:02 oj 1.44.18.3: RESYNC: (1.44-1.46); FILE MERGED
 2006/08/04 07:01:09 fs 1.44.18.2: #i67020# 
+impl_initializeColumnSettings_nothrow
 2006/08/04 06:46:44 fs 1.44.18.1: copying the changes from CWS dba204c herein, 
to prevent later conflicts

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: RowSet.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.hxx?r1=1.46&r2=1.47
Delta lines:  +12 -0
--------------------
--- RowSet.hxx  15 Aug 2006 10:41:43 -0000      1.46
+++ RowSet.hxx  18 Oct 2006 13:25:49 -0000      1.47
@@ -433,6 +433,18 @@
             sal_Int32 _nDesiredResultSetConcurrency
         );
 
+        /** initializes a given RowSet column with the ColumnSettings (width, 
format, hidden, etc.) from a
+            template column.
+
+            If the template column supports any of the known column settings, 
they're plain copied. If not,
+            the template column is examined for a TableName and Name property, 
and the table column described
+            by those is used to find and copy the column settings.
+        */
+        void    impl_initializeColumnSettings_nothrow(
+            const ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet >& _rxTemplateColumn,
+            const ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet >& _rxRowSetColumn
+        );
+
     protected:
         using ORowSetBase::getFastPropertyValue;
         using ORowSetBase::firePropertyChange;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to