xref: /aoo4110/main/sd/sdi/tables.sdi (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24shell TableObjectBar
25{
26    SID_TABLE_TOOLBOX // ole : no, status : ?
27    [
28        ExecMethod = Execute ;
29        StateMethod = GetState ;
30    ]
31	SID_FRAME_LINESTYLE
32	[
33		ExecMethod = Execute;
34		StateMethod = GetAttrState;
35	]
36	SID_FRAME_LINECOLOR
37	[
38		ExecMethod = Execute;
39		StateMethod = GetAttrState;
40	]
41	SID_ATTR_BORDER
42	[
43		ExecMethod = Execute;
44		StateMethod = GetAttrState;
45	]
46	SID_TABLE_MERGE_CELLS
47	[
48		ExecMethod = Execute;
49		StateMethod = GetState;
50	]
51	SID_TABLE_SPLIT_CELLS
52	[
53		ExecMethod = Execute;
54		StateMethod = GetState;
55	]
56	SID_OPTIMIZE_TABLE
57	[
58		ExecMethod = Execute;
59		StateMethod = GetState;
60	]
61	SID_TABLE_VERT_BOTTOM
62	[
63		ExecMethod = Execute;
64		StateMethod = GetState;
65	]
66	SID_TABLE_VERT_CENTER
67	[
68		ExecMethod = Execute;
69		StateMethod = GetState;
70	]
71	SID_TABLE_VERT_NONE
72	[
73		ExecMethod = Execute;
74		StateMethod = GetState;
75	]
76	SID_TABLE_INSERT_ROW
77	[
78		ExecMethod = Execute;
79		StateMethod = GetState;
80	]
81	SID_TABLE_INSERT_COL
82	[
83		ExecMethod = Execute;
84		StateMethod = GetState;
85	]
86	SID_TABLE_INSERT_ROW_DLG
87	[
88		ExecMethod = Execute;
89		StateMethod = GetState;
90	]
91	SID_TABLE_INSERT_COL_DLG
92	[
93		ExecMethod = Execute;
94		StateMethod = GetState;
95	]
96	SID_TABLE_DELETE_ROW
97	[
98		ExecMethod = Execute;
99		StateMethod = GetState;
100	]
101	SID_TABLE_DELETE_COL
102	[
103		ExecMethod = Execute;
104		StateMethod = GetState;
105	]
106	SID_TABLE_SELECT_ALL
107	[
108		ExecMethod = Execute;
109		StateMethod = GetState;
110	]
111	SID_TABLE_SELECT_COL
112	[
113		ExecMethod = Execute;
114		StateMethod = GetState;
115	]
116	SID_TABLE_SELECT_ROW
117	[
118		ExecMethod = Execute;
119		StateMethod = GetState;
120	]
121	SID_FORMAT_TABLE_DLG
122	[
123		ExecMethod = Execute;
124		StateMethod = GetState;
125	]
126	SID_TABLE_SORT_DIALOG
127	[
128		ExecMethod = Execute;
129		StateMethod = GetState;
130	]
131	SID_TABLE_AUTOSUM
132	[
133		ExecMethod = Execute;
134		StateMethod = GetState;
135	]
136
137	SID_TABLE_DISTRIBUTE_COLUMNS
138	[
139		ExecMethod = Execute;
140		StateMethod = GetState;
141	]
142
143	SID_TABLE_DISTRIBUTE_ROWS
144	[
145		ExecMethod = Execute;
146		StateMethod = GetState;
147	]
148}
149
150