Tag: cws_src680_ooo64bit02 User: pjanik Date: 05/01/21 07:02:55 Modified: /dba/dbaccess/source/ui/tabledesign/ TEditControl.hxx
Log: #i40170#: 64bit: dbaccess/source/ui/tabledesign/TEditControl.hxx and ClipboardInvalidator #i40171#: 64bit: dbaccess/source/ui/tabledesign/TEditControl.hxx and GetTotalCellWidth File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TEditControl.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TEditControl.hxx?r1=1.13&r2=1.13.212.1 Delta lines: +4 -4 ------------------- --- TEditControl.hxx 19 Mar 2003 17:53:02 -0000 1.13 +++ TEditControl.hxx 21 Jan 2005 15:02:50 -0000 1.13.212.1 @@ -2,9 +2,9 @@ * * $RCSfile: TEditControl.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.13.212.1 $ * - * last change: $Author: hr $ $Date: 2003/03/19 17:53:02 $ + * last change: $Author: pjanik $ $Date: 2005/01/21 15:02:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -132,7 +132,7 @@ OTableEditorCtrl* m_pOwner; public: - ClipboardInvalidator(ULONG nTimeout,OTableEditorCtrl*); + ClipboardInvalidator(sal_uInt32 nTimeout,OTableEditorCtrl*); ~ClipboardInvalidator(); protected: @@ -160,7 +160,7 @@ virtual void Undo(); virtual void Redo(); virtual String GetCellText(long nRow, USHORT nColId) const; - virtual ULONG GetTotalCellWidth(long nRow, USHORT nColId); + virtual sal_uInt32 GetTotalCellWidth(long nRow, USHORT nColId); virtual void CopyRows(); virtual void InsertRows( long nRow ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
