bump product version to 5.0.4.1
[LibreOffice.git] / sd / sdi / tables.sdi
blob0d3eb62a47da98037aad3ea12ccca3a1140bab0a
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 shell TableObjectBar
21     SID_TABLE_TOOLBOX // ole : no, status : ?
22     [
23         ExecMethod = Execute ;
24         StateMethod = GetState ;
25     ]
26     SID_FRAME_LINESTYLE
27     [
28         ExecMethod = Execute;
29         StateMethod = GetAttrState;
30     ]
31     SID_FRAME_LINECOLOR
32     [
33         ExecMethod = Execute;
34         StateMethod = GetAttrState;
35     ]
36     SID_ATTR_BORDER
37     [
38         ExecMethod = Execute;
39         StateMethod = GetAttrState;
40     ]
41     SID_TABLE_MERGE_CELLS
42     [
43         ExecMethod = Execute;
44         StateMethod = GetState;
45     ]
46     SID_TABLE_SPLIT_CELLS
47     [
48         ExecMethod = Execute;
49         StateMethod = GetState;
50     ]
51     SID_OPTIMIZE_TABLE
52     [
53         ExecMethod = Execute;
54         StateMethod = GetState;
55     ]
56     SID_TABLE_VERT_BOTTOM
57     [
58         ExecMethod = Execute;
59         StateMethod = GetState;
60     ]
61     SID_TABLE_VERT_CENTER
62     [
63         ExecMethod = Execute;
64         StateMethod = GetState;
65     ]
66     SID_TABLE_VERT_NONE
67     [
68         ExecMethod = Execute;
69         StateMethod = GetState;
70     ]
71     SID_TABLE_INSERT_ROW
72     [
73         ExecMethod = Execute;
74         StateMethod = GetState;
75     ]
76     SID_TABLE_INSERT_COL
77     [
78         ExecMethod = Execute;
79         StateMethod = GetState;
80     ]
81     SID_TABLE_INSERT_ROW_DLG
82     [
83         ExecMethod = Execute;
84         StateMethod = GetState;
85     ]
86     SID_TABLE_INSERT_COL_DLG
87     [
88         ExecMethod = Execute;
89         StateMethod = GetState;
90     ]
91     SID_TABLE_DELETE_ROW
92     [
93         ExecMethod = Execute;
94         StateMethod = GetState;
95     ]
96     SID_TABLE_DELETE_COL
97     [
98         ExecMethod = Execute;
99         StateMethod = GetState;
100     ]
101     SID_TABLE_SELECT_ALL
102     [
103         ExecMethod = Execute;
104         StateMethod = GetState;
105     ]
106     SID_TABLE_SELECT_COL
107     [
108         ExecMethod = Execute;
109         StateMethod = GetState;
110     ]
111     SID_TABLE_SELECT_ROW
112     [
113         ExecMethod = Execute;
114         StateMethod = GetState;
115     ]
116     SID_FORMAT_TABLE_DLG
117     [
118         ExecMethod = Execute;
119         StateMethod = GetState;
120     ]
121     SID_TABLE_SORT_DIALOG
122     [
123         ExecMethod = Execute;
124         StateMethod = GetState;
125     ]
126     SID_TABLE_AUTOSUM
127     [
128         ExecMethod = Execute;
129         StateMethod = GetState;
130     ]
132     SID_TABLE_DISTRIBUTE_COLUMNS
133     [
134         ExecMethod = Execute;
135         StateMethod = GetState;
136     ]
138     SID_TABLE_DISTRIBUTE_ROWS
139     [
140         ExecMethod = Execute;
141         StateMethod = GetState;
142     ]