User: hr Date: 06/06/19 20:13:50 Modified: /dba/dbaccess/source/ui/inc/ TableDesignControl.hxx
Log: INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED 2006/03/24 15:36:16 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: TableDesignControl.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableDesignControl.hxx?r1=1.7&r2=1.8 Delta lines: +3 -3 ------------------- --- TableDesignControl.hxx 8 Sep 2005 15:36:03 -0000 1.7 +++ TableDesignControl.hxx 20 Jun 2006 03:13:48 -0000 1.8 @@ -77,9 +77,9 @@ OTableRowView(Window* pParent); virtual ~OTableRowView(); - virtual void SetData( long nRow, USHORT nColId, const TOTypeInfoSP& _pTypeInfo ) = 0; - virtual void SetData( long nRow, USHORT nColId, const ::com::sun::star::uno::Any& _rNewData ) = 0; - virtual ::com::sun::star::uno::Any GetData( long nRow, USHORT nColId ) = 0; + virtual void SetCellData( long nRow, USHORT nColId, const TOTypeInfoSP& _pTypeInfo ) = 0; + virtual void SetCellData( long nRow, USHORT nColId, const ::com::sun::star::uno::Any& _rNewData ) = 0; + virtual ::com::sun::star::uno::Any GetCellData( long nRow, USHORT nColId ) = 0; virtual void SetControlText( long nRow, USHORT nColId, const String& rText ) = 0; virtual String GetControlText( long nRow, USHORT nColId ) = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
