User: ihi Date: 2006/10/18 06:32:56 Modified: dba/dbaccess/source/ui/tabledesign/TEditControl.hxx
Log: INTEGRATION: CWS dba205b (1.18.34); FILE MERGED 2006/08/03 13:05:21 oj 1.18.34.2: #137290# check if pos is listentrynotfound 2006/08/03 09:30:03 oj 1.18.34.1: #i65810# undo corrected 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.18&r2=1.19 Delta lines: +3 -1 ------------------- --- TEditControl.hxx 20 Jun 2006 03:32:20 -0000 1.18 +++ TEditControl.hxx 18 Oct 2006 13:32:53 -0000 1.19 @@ -186,6 +186,7 @@ BOOL IsCopyAllowed( long nRow = -1 ); BOOL IsPasteAllowed( long nRow = -1 ); BOOL IsReadOnly(); + OFieldDescription* GetFieldDescr( long nRow ); // window overloads virtual long PreNotify( NotifyEvent& rNEvt ); @@ -212,7 +213,6 @@ INT32 HasFieldName( const String& rFieldName ); String GenerateName( const String& rName ); BOOL SetDataPtr( long nRow ); - OFieldDescription* GetFieldDescr( long nRow ); void SetEditMode( EEditMode eMode ){ eEditMode = eMode; } EEditMode GetEditMode(){ return eEditMode; } @@ -232,6 +232,8 @@ /** InvalidateFeatures invalidates the slots SID_UNDO | SID_REDO | SID_SAVEDOC */ void InvalidateFeatures(); + + void resetType(); }; } #endif // DBAUI_TABLEEDITORCONTROL_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
