Tag: cws_src680_os63
User: os      
Date: 06/05/08 03:33:08

Modified:
 /dba/dbaccess/source/ui/tabledesign/
  TEditControl.hxx

Log:
 RESYNC: (1.14-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.13.384.2&r2=1.13.384.3
Delta lines:  +8 -9
-------------------
--- TEditControl.hxx    16 Sep 2005 00:18:47 -0000      1.13.384.2
+++ TEditControl.hxx    8 May 2006 10:33:05 -0000       1.13.384.3
@@ -58,7 +58,6 @@
 class SfxUndoManager;
 namespace dbaui
 {
-       class OTableDescWin;
        class OSQLNameEdit;
 
        class OTableEditorCtrl : public OTableRowView
@@ -133,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 +165,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<OTableRow*>* GetRowList(){ return m_pRowList; }
 
                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]

Reply via email to