User: obo     
Date: 2006/07/10 08:07:14

Modified:
   dba/dbaccess/source/core/api/table.cxx

Log:
 INTEGRATION: CWS qiq (1.54.124); FILE MERGED
 2006/06/28 10:31:07 fs 1.54.124.4: #i10000#
 2006/06/27 11:59:24 fs 1.54.124.3: RESYNC: (1.54-1.55); FILE MERGED
 2006/06/16 11:47:37 fs 1.54.124.2: during #i51143#:
 
 refactored VCollection:
 - createEmptyObject now named createDescriptor
 - cloneObject removed
 - appendObject now returns the newly created object
   (previously done via a subsequent call to cloneObject)
 2006/05/24 06:40:21 fs 1.54.124.1: some refactoring of compose/quoteTableName 
and friends, in preparation of #i51143#

File Changes:

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

File [changed]: table.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/table.cxx?r1=1.55&r2=1.56
Delta lines:  +7 -2
-------------------
--- table.cxx   20 Jun 2006 02:41:47 -0000      1.55
+++ table.cxx   10 Jul 2006 15:07:11 -0000      1.56
@@ -187,6 +187,11 @@
        return pReturn;
 }
 // 
-----------------------------------------------------------------------------
+void ODBTable::columnAppended( const Reference< XPropertySet >& 
/*_rxSourceDescriptor*/ )
+{
+    // not interested in
+}
+// 
-----------------------------------------------------------------------------
 void ODBTable::columnDropped(const ::rtl::OUString& _sName)
 {
        Reference<XDrop> xDrop(m_xColumnDefinitions,UNO_QUERY);
@@ -384,7 +389,7 @@
                        aQuote = xMeta->getIdentifierQuoteString(  );
                ::rtl::OUString sComposedName;
 
-               
::dbtools::composeTableName(xMeta,m_CatalogName,m_SchemaName,m_Name,sComposedName,sal_True,::dbtools::eInTableDefinitions);
+               sComposedName = ::dbtools::composeTableName( xMeta, 
m_CatalogName, m_SchemaName, m_Name, sal_True, ::dbtools::eInTableDefinitions );
                if(!sComposedName.getLength())
                        ::dbtools::throwFunctionSequenceException(*this);
 
@@ -456,7 +461,7 @@
        return pId->getImplementationId();
 }
 // 
-----------------------------------------------------------------------------
-Reference< XPropertySet > ODBTable::createEmptyObject()
+Reference< XPropertySet > ODBTable::createColumnDescriptor()
 {
        return new OTableColumnDescriptor();
 }




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

Reply via email to