Update ooo320-m1
[ooovba.git] / sc / sdi / editsh.sdi
blob3b2b6b1be304bb92dba9b4c485077c5088713009
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: editsh.sdi,v $
10  * $Revision: 1.11.144.1 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 interface TableText
32     //  von Basic aus nicht erreichbar, darum alles mit Export = FALSE
34     SID_ATTR_INSERT             [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
36     SID_DELETE
37     [
38         ExecMethod = Execute ;
39         StateMethod = GetState ;
40         Export = FALSE;
41         GroupId = GID_EDIT ;
42         Cachable ;
43     ]
44     SID_CUT                             [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
45     SID_COPY                    [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
46     SID_PASTE                   [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ]
47     SID_PASTE_SPECIAL   [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ]
48     SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ]
49     SID_SELECTALL               [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
50     SID_CHARMAP                 [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
51     FID_INSERT_NAME             [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
53     SID_UNDO                    [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; Export = FALSE; ]
54     SID_REDO                    [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; Export = FALSE; ]
55     SID_REPEAT                  [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; Export = FALSE; ]
57      // ---- Attribute:
58     SID_ATTR_CHAR_FONT                  [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
59     SID_ATTR_CHAR_FONTHEIGHT    [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
60     SID_ATTR_CHAR_COLOR                 [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
62      // ---- Attribut - Toggles:
63     SID_ATTR_CHAR_WEIGHT                [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
64     SID_ATTR_CHAR_POSTURE               [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
65     SID_ATTR_CHAR_UNDERLINE             [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
67     SID_ULINE_VAL_NONE                  [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
68     SID_ULINE_VAL_SINGLE                [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
69     SID_ULINE_VAL_DOUBLE                [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
70     SID_ULINE_VAL_DOTTED                [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
72     SID_ATTR_CHAR_OVERLINE              [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
73     SID_ATTR_CHAR_STRIKEOUT             [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
74     SID_ATTR_CHAR_SHADOWED              [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
75     SID_ATTR_CHAR_CONTOUR               [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
76     SID_SET_SUPER_SCRIPT                [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
77     SID_SET_SUB_SCRIPT                  [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
78     SID_CELL_FORMAT_RESET       [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
79     SID_CHAR_DLG                        [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
80     SID_TOGGLE_REL                      [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
82     SID_HYPERLINK_SETLINK       [ ExecMethod = Execute; Export = FALSE; ]
83     SID_HYPERLINK_GETLINK       [ StateMethod = GetState; Export = FALSE; ]
84         SID_OPEN_HYPERLINK      [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
86     SID_TRANSLITERATE_UPPER             [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
87     SID_TRANSLITERATE_LOWER             [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
88     SID_TRANSLITERATE_HALFWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
89     SID_TRANSLITERATE_FULLWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
90     SID_TRANSLITERATE_HIRAGANA  [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
91     SID_TRANSLITERATE_KATAGANA  [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
93     FN_INSERT_SOFT_HYPHEN       [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
94     FN_INSERT_HARDHYPHEN        [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
95     FN_INSERT_HARD_SPACE        [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
96     SID_INSERT_RLM              [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
97     SID_INSERT_LRM              [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
98     SID_INSERT_ZWSP             [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
99     SID_INSERT_ZWNBSP           [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
103  // ===========================================================================
104 shell ScEditShell
106     import TableText;