SID_CLIPBOARD_FORMAT_ITEMS entry added
This commit is contained in:
parent
3ee32cc9fd
commit
632b664c23
1 changed files with 11 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
$Workfile: _BASESH.SDI $
|
||||
|
||||
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_basesh.sdi,v 1.2 2001-03-30 12:00:08 os Exp $
|
||||
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_basesh.sdi,v 1.3 2001-03-30 14:46:18 tl Exp $
|
||||
|
||||
Beschreibung: interface Base - gemeinsame Basisfunktionalitaet
|
||||
fuer SW und SW/WEB
|
||||
|
@ -80,6 +80,13 @@ interface BaseTextSelection : Selection
|
|||
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
||||
]
|
||||
|
||||
SID_CLIPBOARD_FORMAT_ITEMS // status(final|play)
|
||||
[
|
||||
StateMethod = StateClpbrd ;
|
||||
ExecMethod = ExecClpbrd ;
|
||||
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
||||
]
|
||||
|
||||
FN_PASTESPECIAL // status(final|play)
|
||||
[
|
||||
ExecMethod = ExecClpbrd ;
|
||||
|
@ -466,6 +473,9 @@ interface BaseTextSelection : Selection
|
|||
/*------------------------------------------------------------------------
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.2 2001/03/30 12:00:08 os
|
||||
#85318# some old database functions removed/replaced
|
||||
|
||||
Revision 1.1.1.1 2000/09/18 17:14:29 hr
|
||||
initial import
|
||||
|
||||
|
|
Loading…
Reference in a new issue