update dev300-m58
[ooovba.git] / sd / sdi / tables.sdi
blob83b74809a3e91085b407c30dd745dfefa48bb51e
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: tables.sdi,v $
10  * $Revision: 1.3 $
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  ************************************************************************/
31 shell TableObjectBar
33     SID_TABLE_TOOLBOX // ole : no, status : ?
34     [
35         ExecMethod = Execute ;
36         StateMethod = GetState ;
37     ]  
38     SID_FRAME_LINESTYLE
39     [
40         ExecMethod = Execute;
41         StateMethod = GetAttrState;
42     ]
43     SID_FRAME_LINECOLOR
44     [
45         ExecMethod = Execute;
46         StateMethod = GetAttrState;
47     ]
48     SID_ATTR_BORDER     
49     [
50         ExecMethod = Execute;
51         StateMethod = GetAttrState;
52     ]
53     SID_TABLE_MERGE_CELLS
54     [
55         ExecMethod = Execute;
56         StateMethod = GetState;
57     ]
58     SID_TABLE_SPLIT_CELLS
59     [
60         ExecMethod = Execute;
61         StateMethod = GetState;
62     ]
63     SID_OPTIMIZE_TABLE
64     [
65         ExecMethod = Execute;
66         StateMethod = GetState;
67     ]
68     SID_TABLE_VERT_BOTTOM
69     [
70         ExecMethod = Execute;
71         StateMethod = GetState;
72     ]
73     SID_TABLE_VERT_CENTER
74     [
75         ExecMethod = Execute;
76         StateMethod = GetState;
77     ]
78     SID_TABLE_VERT_NONE
79     [
80         ExecMethod = Execute;
81         StateMethod = GetState;
82     ]
83     SID_TABLE_INSERT_ROW
84     [
85         ExecMethod = Execute;
86         StateMethod = GetState;
87     ]
88     SID_TABLE_INSERT_COL
89     [
90         ExecMethod = Execute;
91         StateMethod = GetState;
92     ]
93     SID_TABLE_INSERT_ROW_DLG
94     [
95         ExecMethod = Execute;
96         StateMethod = GetState;
97     ]
98     SID_TABLE_INSERT_COL_DLG
99     [
100         ExecMethod = Execute;
101         StateMethod = GetState;
102     ]
103     SID_TABLE_DELETE_ROW
104     [
105         ExecMethod = Execute;
106         StateMethod = GetState;
107     ]
108     SID_TABLE_DELETE_COL
109     [
110         ExecMethod = Execute;
111         StateMethod = GetState;
112     ]
113     SID_TABLE_SELECT_ALL
114     [
115         ExecMethod = Execute;
116         StateMethod = GetState;
117     ]
118     SID_TABLE_SELECT_COL
119     [
120         ExecMethod = Execute;
121         StateMethod = GetState;
122     ]
123     SID_TABLE_SELECT_ROW
124     [
125         ExecMethod = Execute;
126         StateMethod = GetState;
127     ]
128     SID_FORMAT_TABLE_DLG
129     [
130         ExecMethod = Execute;
131         StateMethod = GetState;
132     ]
133     SID_TABLE_SORT_DIALOG
134     [
135         ExecMethod = Execute;
136         StateMethod = GetState;
137     ]
138     SID_TABLE_AUTOSUM
139     [
140         ExecMethod = Execute;
141         StateMethod = GetState;
142     ]
144     SID_TABLE_DISTRIBUTE_COLUMNS
145     [
146         ExecMethod = Execute;
147         StateMethod = GetState;
148     ]
150     SID_TABLE_DISTRIBUTE_ROWS
151     [
152         ExecMethod = Execute;
153         StateMethod = GetState;
154     ]