Tag: cws_src680_dba203c User: oj Date: 06/04/24 06:46:40 Modified: /dba/dbaccess/source/ui/tabledesign/ TEditControl.cxx
Log: RESYNC: (1.47-1.49); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TEditControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TEditControl.cxx?r1=1.47.4.1&r2=1.47.4.2 Delta lines: +21 -20 --------------------- --- TEditControl.cxx 13 Apr 2006 13:57:18 -0000 1.47.4.1 +++ TEditControl.cxx 24 Apr 2006 13:46:37 -0000 1.47.4.2 @@ -340,6 +340,7 @@ ////////////////////////////////////////////////////////////////////// // Zelle Typ pTypeCell = new ListBoxControl( &GetDataWindow() ); + pTypeCell->SetDropDownLineCount( 15 ); ////////////////////////////////////////////////////////////////////// // Zelle Beschreibung @@ -1288,7 +1289,7 @@ } //------------------------------------------------------------------------------ -ULONG OTableEditorCtrl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) +sal_uInt32 OTableEditorCtrl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) { DBG_CHKTHIS(OTableEditorCtrl,NULL); return GetTextWidth(GetCellText(nRow, nColId)) + 2 * GetTextWidth('0'); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
