#80747# new language TabPage
This commit is contained in:
parent
e329e7586c
commit
6a3a328bad
1 changed files with 16 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
$Workfile: _VIEWSH.SDI $
|
||||
|
||||
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_viewsh.sdi,v 1.2 2000-10-12 06:31:57 os Exp $
|
||||
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_viewsh.sdi,v 1.3 2000-11-24 17:06:10 os Exp $
|
||||
|
||||
Beschreibung: allgemeine interfaces fuer View
|
||||
|
||||
|
@ -406,6 +406,21 @@ interface BaseTextEditView : View
|
|||
Export = FALSE;
|
||||
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
||||
]
|
||||
SID_ATTR_CHAR_CJK_LANGUAGE
|
||||
[
|
||||
ExecMethod = Execute ;
|
||||
StateMethod = GetState ;
|
||||
Export = FALSE;
|
||||
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
||||
]
|
||||
SID_ATTR_CHAR_CTL_LANGUAGE
|
||||
[
|
||||
ExecMethod = Execute ;
|
||||
StateMethod = GetState ;
|
||||
Export = FALSE;
|
||||
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
||||
]
|
||||
|
||||
|
||||
SfxVoidItem JumpToMark SID_JUMPTOMARK
|
||||
|
||||
|
|
Loading…
Reference in a new issue