User: hr Date: 06/06/19 20:32:23 Modified: /dba/dbaccess/source/ui/tabledesign/ TEditControl.hxx
Log: INTEGRATION: CWS warnings01 (1.14.48); FILE MERGED 2006/05/24 00:01:36 sb 1.14.48.3: RESYNC: (1.15-1.17); FILE MERGED 2006/04/07 20:56:02 sb 1.14.48.2: RESYNC: (1.14-1.15); FILE MERGED 2006/03/24 15:36:30 fs 1.14.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) 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.17&r2=1.18 Delta lines: +8 -9 ------------------- --- TEditControl.hxx 4 May 2006 08:49:19 -0000 1.17 +++ TEditControl.hxx 20 Jun 2006 03:32:20 -0000 1.18 @@ -94,7 +94,6 @@ long nOldDataPos; BOOL bSaveOnMove; - BOOL bSaveFormatter; BOOL bReadOnly; //------------------------------------------------------------------ // Hilfsklasse @@ -166,9 +165,9 @@ void DisplayData( long nRow, BOOL bGrabFocus = TRUE ); // erzwingt das Anzeigen der genannten Zeile (selbst wenn es eigentlich schon die aktuelle ist) - virtual void SetData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ); - virtual void SetData( long nRow, sal_uInt16 nColId, const ::com::sun::star::uno::Any& _rSaveData ); - virtual ::com::sun::star::uno::Any GetData( long nRow, sal_uInt16 nColId ); + virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ); + virtual void SetCellData( long nRow, sal_uInt16 nColId, const ::com::sun::star::uno::Any& _rSaveData ); + virtual ::com::sun::star::uno::Any GetCellData( long nRow, sal_uInt16 nColId ); virtual void SetControlText( long nRow, sal_uInt16 nColId, const String& rText ); virtual String GetControlText( long nRow, sal_uInt16 nColId ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
