Tag: cws_src680_qiq
User: fs      
Date: 06/06/12 05:58:12

Modified:
 /dba/dbaccess/source/ui/querydesign/
  SelectionBrowseBox.cxx

Log:
 DropDownLineCount

File Changes:

Directory: /dba/dbaccess/source/ui/querydesign/
===============================================

File [changed]: SelectionBrowseBox.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx?r1=1.66.66.3&r2=1.66.66.4
Delta lines:  +5 -5
-------------------
--- SelectionBrowseBox.cxx      17 May 2006 11:48:47 -0000      1.66.66.3
+++ SelectionBrowseBox.cxx      12 Jun 2006 12:58:09 -0000      1.66.66.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: SelectionBrowseBox.cxx,v $
  *
- *  $Revision: 1.66.66.3 $
+ *  $Revision: 1.66.66.4 $
  *
- *  last change: $Author: fs $ $Date: 2006/05/17 11:48:47 $
+ *  last change: $Author: fs $ $Date: 2006/06/12 12:58:09 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -188,10 +188,10 @@
        m_pTextCell             = new Edit(&GetDataWindow(), 0);
        //      m_pTextCell->EnableSpecialCheck(sal_False);
        m_pVisibleCell  = new CheckBoxControl(&GetDataWindow());
-       m_pTableCell    = new ListBoxControl(&GetDataWindow());
-       m_pFieldCell    = new ComboBoxControl(&GetDataWindow());
+       m_pTableCell    = new ListBoxControl(&GetDataWindow());     
m_pTableCell->SetDropDownLineCount( 20 );
+       m_pFieldCell    = new ComboBoxControl(&GetDataWindow());    
m_pFieldCell->SetDropDownLineCount( 20 );
        m_pOrderCell    = new ListBoxControl(&GetDataWindow());
-       m_pFunctionCell = new ListBoxControl(&GetDataWindow());
+       m_pFunctionCell = new ListBoxControl(&GetDataWindow());     
m_pFunctionCell->SetDropDownLineCount( 20 );
 
        m_pVisibleCell->SetHelpId(HID_QRYDGN_ROW_VISIBLE);
        m_pTableCell->SetHelpId(HID_QRYDGN_ROW_TABLE);




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

Reply via email to