Tag: cws_src680_oj14 User: oj Date: 2006/07/04 01:05:08 Modified: dba/dbaccess/source/ui/inc/TableDesignControl.hxx
Log: RESYNC: (1.7-1.8); FILE MERGED 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.8.3&r2=1.7.8.4 Delta lines: +6 -6 ------------------- --- TableDesignControl.hxx 25 Apr 2006 13:03:06 -0000 1.7.8.3 +++ TableDesignControl.hxx 4 Jul 2006 08:05:05 -0000 1.7.8.4 @@ -74,9 +74,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]
