Tag: cws_src680_dba20blocker User: fs Date: 05/06/29 01:33:29 Modified: /dba/dbaccess/source/ui/control/ FieldDescControl.cxx
Log: #i46266# File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: FieldDescControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/FieldDescControl.cxx?r1=1.38.78.3&r2=1.38.78.4 Delta lines: +4 -3 ------------------- --- FieldDescControl.cxx 24 Jun 2005 09:13:39 -0000 1.38.78.3 +++ FieldDescControl.cxx 29 Jun 2005 08:33:26 -0000 1.38.78.4 @@ -2,9 +2,9 @@ * * $RCSfile: FieldDescControl.cxx,v $ * - * $Revision: 1.38.78.3 $ + * $Revision: 1.38.78.4 $ * - * last change: $Author: fs $ $Date: 2005/06/24 09:13:39 $ + * last change: $Author: fs $ $Date: 2005/06/29 08:33:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1086,7 +1086,7 @@ m_pTypeText->SetText( ModuleRes(STR_TAB_FIELD_DATATYPE) ); m_pType = new OPropListBoxCtrl( this, STR_HELP_AUTOINCREMENT, FIELD_PRPOERTY_TYPE, WB_DROPDOWN ); m_pType->SetHelpId(HID_TAB_ENT_TYPE); - m_pType->SetDropDownLineCount(5); + m_pType->SetDropDownLineCount(20); { const OTypeInfoMap* pTypeInfo = getTypeInfo(); OTypeInfoMap::const_iterator aIter = pTypeInfo->begin(); @@ -1704,6 +1704,7 @@ if ( pFieldDescr->IsAutoIncrement() ) { pAutoIncrement->SelectEntryPos( 0 ); // yes + ActivateAggregate( tpAutoIncrementValue ); if ( m_pAutoIncrementValue ) m_pAutoIncrementValue->SetText(pFieldDescr->GetAutoIncrementValue()); DeactivateAggregate( tpRequired ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
