diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-02-06 07:31:04 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-02-06 07:31:04 +0000 |
commit | 943c227ce6ccd423f1d05768c504825395e170a8 (patch) | |
tree | 138984f4fd9f6d15b5ef3d57b1736f2845f62943 /dbaccess/source/ui/tabledesign/TEditControl.hxx | |
parent | 78029666b972020ced2c3c31fcb401d9159c707d (diff) |
#96957# new handling inserted for context menu and accessibility
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TEditControl.hxx')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TEditControl.hxx | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/TEditControl.hxx b/dbaccess/source/ui/tabledesign/TEditControl.hxx index 29d46ea4e714..8bbe19f41454 100644 --- a/dbaccess/source/ui/tabledesign/TEditControl.hxx +++ b/dbaccess/source/ui/tabledesign/TEditControl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: TEditControl.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: oj $ $Date: 2001-08-14 07:56:01 $ + * last change: $Author: oj $ $Date: 2002-02-06 08:26:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -235,6 +235,21 @@ namespace dbaui void SetEditMode( EEditMode eMode ){ eEditMode = eMode; } EEditMode GetEditMode(){ return eEditMode; } BOOL SaveData(long nRow, USHORT nColumnId); + /** AdjustFieldDescription set the needed values for the description + @param _pFieldDesc the field description where to set the values + @param _rMultiSel contains the postions which changed for undo/redo + @param _nPos the current position + @param _bSet should a key be set + @param _bPrimaryKey which value should the pkey have + */ + void AdjustFieldDescription( OFieldDescription* _pFieldDesc, + MultiSelection& _rMultiSel, + sal_Int32 _nPos, + sal_Bool _bSet, + sal_Bool _bPrimaryKey); + /** InvalidateFeatures invalidates the slots SID_UNDO | SID_REDO | SID_SAVEDOC + */ + void InvalidateFeatures(); }; } #endif // DBAUI_TABLEEDITORCONTROL_HXX |