xref: /trunk/main/sd/sdi/tables.sdi (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28shell TableObjectBar
29{
30    SID_TABLE_TOOLBOX // ole : no, status : ?
31    [
32        ExecMethod = Execute ;
33        StateMethod = GetState ;
34    ]
35    SID_FRAME_LINESTYLE
36    [
37        ExecMethod = Execute;
38        StateMethod = GetAttrState;
39    ]
40    SID_FRAME_LINECOLOR
41    [
42        ExecMethod = Execute;
43        StateMethod = GetAttrState;
44    ]
45    SID_ATTR_BORDER
46    [
47        ExecMethod = Execute;
48        StateMethod = GetAttrState;
49    ]
50    SID_TABLE_MERGE_CELLS
51    [
52        ExecMethod = Execute;
53        StateMethod = GetState;
54    ]
55    SID_TABLE_SPLIT_CELLS
56    [
57        ExecMethod = Execute;
58        StateMethod = GetState;
59    ]
60    SID_OPTIMIZE_TABLE
61    [
62        ExecMethod = Execute;
63        StateMethod = GetState;
64    ]
65    SID_TABLE_VERT_BOTTOM
66    [
67        ExecMethod = Execute;
68        StateMethod = GetState;
69    ]
70    SID_TABLE_VERT_CENTER
71    [
72        ExecMethod = Execute;
73        StateMethod = GetState;
74    ]
75    SID_TABLE_VERT_NONE
76    [
77        ExecMethod = Execute;
78        StateMethod = GetState;
79    ]
80    SID_TABLE_INSERT_ROW
81    [
82        ExecMethod = Execute;
83        StateMethod = GetState;
84    ]
85    SID_TABLE_INSERT_COL
86    [
87        ExecMethod = Execute;
88        StateMethod = GetState;
89    ]
90    SID_TABLE_INSERT_ROW_DLG
91    [
92        ExecMethod = Execute;
93        StateMethod = GetState;
94    ]
95    SID_TABLE_INSERT_COL_DLG
96    [
97        ExecMethod = Execute;
98        StateMethod = GetState;
99    ]
100    SID_TABLE_DELETE_ROW
101    [
102        ExecMethod = Execute;
103        StateMethod = GetState;
104    ]
105    SID_TABLE_DELETE_COL
106    [
107        ExecMethod = Execute;
108        StateMethod = GetState;
109    ]
110    SID_TABLE_SELECT_ALL
111    [
112        ExecMethod = Execute;
113        StateMethod = GetState;
114    ]
115    SID_TABLE_SELECT_COL
116    [
117        ExecMethod = Execute;
118        StateMethod = GetState;
119    ]
120    SID_TABLE_SELECT_ROW
121    [
122        ExecMethod = Execute;
123        StateMethod = GetState;
124    ]
125    SID_FORMAT_TABLE_DLG
126    [
127        ExecMethod = Execute;
128        StateMethod = GetState;
129    ]
130    SID_TABLE_SORT_DIALOG
131    [
132        ExecMethod = Execute;
133        StateMethod = GetState;
134    ]
135    SID_TABLE_AUTOSUM
136    [
137        ExecMethod = Execute;
138        StateMethod = GetState;
139    ]
140
141    SID_TABLE_DISTRIBUTE_COLUMNS
142    [
143        ExecMethod = Execute;
144        StateMethod = GetState;
145    ]
146
147    SID_TABLE_DISTRIBUTE_ROWS
148    [
149        ExecMethod = Execute;
150        StateMethod = GetState;
151    ]
152}
153
154