Tag: cws_src680_dba203c User: oj Date: 06/04/24 06:46:47 Modified: /dba/dbaccess/source/ui/tabledesign/ TEditControl.hxx
Log: RESYNC: (1.15-1.16); FILE MERGED 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.15.4.1&r2=1.15.4.2 Delta lines: +11 -11 --------------------- --- TEditControl.hxx 13 Apr 2006 13:57:19 -0000 1.15.4.1 +++ TEditControl.hxx 24 Apr 2006 13:46:44 -0000 1.15.4.2 @@ -132,8 +132,8 @@ // return FALSE, verhindert Zellenwechsel virtual void Undo(); virtual void Redo(); - virtual String GetCellText(long nRow, USHORT nColId) const; - virtual ULONG GetTotalCellWidth(long nRow, USHORT nColId); + virtual String GetCellText(long nRow, sal_uInt16 nColId) const; + virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId); virtual void CopyRows(); virtual void InsertRows( long nRow ); @@ -166,18 +166,18 @@ 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, USHORT nColId, const TOTypeInfoSP& _pTypeInfo ); - virtual void SetData( long nRow, USHORT nColId, const ::com::sun::star::uno::Any& _rSaveData ); - virtual ::com::sun::star::uno::Any GetData( long nRow, USHORT nColId ); - virtual void SetControlText( long nRow, USHORT nColId, const String& rText ); - virtual String GetControlText( long nRow, USHORT nColId ); + 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 SetControlText( long nRow, sal_uInt16 nColId, const String& rText ); + virtual String GetControlText( long nRow, sal_uInt16 nColId ); virtual OTableDesignView* GetView() const; ::std::vector< ::boost::shared_ptr<OTableRow> >* GetRowList(){ return m_pRowList; } ::boost::shared_ptr<OTableRow> GetActRow(){ return pActRow; } - void CellModified( long nRow, USHORT nColId ); + void CellModified( long nRow, sal_uInt16 nColId ); void SetReadOnly( BOOL bRead=TRUE ); virtual void Init(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
