User: obo Date: 06/01/19 07:44:54 Modified: /dba/dbaccess/source/ui/misc/ WTypeSelect.cxx
Log: INTEGRATION: CWS dba202e (1.22.56); FILE MERGED 2006/01/03 09:43:29 oj 1.22.56.1: #i59833# exception caught File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: WTypeSelect.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WTypeSelect.cxx?r1=1.22&r2=1.23 Delta lines: +5 -1 ------------------- --- WTypeSelect.cxx 23 Sep 2005 12:39:11 -0000 1.22 +++ WTypeSelect.cxx 19 Jan 2006 15:44:51 -0000 1.23 @@ -114,6 +114,7 @@ case tpFormat: case tpDefault: case tpAutoIncrement: + case tpAutoIncrementValue: break; default: OFieldDescControl::ActivateAggregate( eType ); @@ -127,6 +128,7 @@ case tpFormat: case tpDefault: case tpAutoIncrement: + case tpAutoIncrementValue: break; default: OFieldDescControl::DeactivateAggregate( eType ); @@ -159,7 +161,7 @@ // first we have to check if this name already exists sal_Bool bDoubleName = sal_False; sal_Bool bCase = sal_True; - if ( getMetaData().is() && !getMetaData()->storesMixedCaseQuotedIdentifiers() ) + if ( getMetaData().is() && !getMetaData()->supportsMixedCaseQuotedIdentifiers() ) { bCase = sal_False; USHORT nCount = aListBox.GetEntryCount(); @@ -346,6 +348,8 @@ while(m_lbColumnNames.GetEntryCount()) m_lbColumnNames.RemoveEntry(0); m_lbColumnNames.Clear(); + sal_Int32 nBreakPos; + m_pParent->CheckColumns(nBreakPos); const ODatabaseExport::TColumnVector* pDestColumns = m_pParent->getDestVector(); ODatabaseExport::TColumnVector::const_iterator aIter = pDestColumns->begin(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
