Tag: cws_src680_dba205b User: fs Date: 2006/08/04 00:01:11 Modified: dba/dbaccess/source/core/api/RowSet.hxx
Log: #i67020# +impl_initializeColumnSettings_nothrow 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.44.18.1&r2=1.44.18.2 Delta lines: +14 -2 -------------------- --- RowSet.hxx 4 Aug 2006 06:46:44 -0000 1.44.18.1 +++ RowSet.hxx 4 Aug 2006 07:01:09 -0000 1.44.18.2 @@ -4,9 +4,9 @@ * * $RCSfile: RowSet.hxx,v $ * - * $Revision: 1.44.18.1 $ + * $Revision: 1.44.18.2 $ * - * last change: $Author: fs $ $Date: 2006/08/04 06:46:44 $ + * last change: $Author: fs $ $Date: 2006/08/04 07:01:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -431,6 +431,18 @@ const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxStatement, sal_Int32 _nDesiredResultSetType, 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: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
