Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / sd / sdi / tables.sdi
blobba9488841933dd0b36447db88e0727ed7c1e0406
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_FRAME_LINESTYLE
22     [
23         ExecMethod = Execute;
24         StateMethod = GetAttrState;
25     ]
26     SID_FRAME_LINECOLOR
27     [
28         ExecMethod = Execute;
29         StateMethod = GetAttrState;
30     ]
31     SID_ATTR_BORDER
32     [
33         ExecMethod = Execute;
34         StateMethod = GetAttrState;
35     ]
36     SID_TABLE_MERGE_CELLS
37     [
38         ExecMethod = Execute;
39         StateMethod = GetState;
40     ]
41     SID_TABLE_SPLIT_CELLS
42     [
43         ExecMethod = Execute;
44         StateMethod = GetState;
45     ]
46     SID_OPTIMIZE_TABLE
47     [
48         ExecMethod = Execute;
49         StateMethod = GetState;
50     ]
51     SID_TABLE_VERT_BOTTOM
52     [
53         ExecMethod = Execute;
54         StateMethod = GetState;
55     ]
56     SID_TABLE_VERT_CENTER
57     [
58         ExecMethod = Execute;
59         StateMethod = GetState;
60     ]
61     SID_TABLE_VERT_NONE
62     [
63         ExecMethod = Execute;
64         StateMethod = GetState;
65     ]
66     SID_TABLE_INSERT_ROW
67     [
68         ExecMethod = Execute;
69         StateMethod = GetState;
70     ]
71     SID_TABLE_INSERT_COL
72     [
73         ExecMethod = Execute;
74         StateMethod = GetState;
75     ]
76     SID_TABLE_INSERT_ROW_DLG
77     [
78         ExecMethod = Execute;
79         StateMethod = GetState;
80     ]
81     SID_TABLE_INSERT_ROW_BEFORE
82     [
83         ExecMethod = Execute;
84         StateMethod = GetState;
85     ]
86     SID_TABLE_INSERT_ROW_AFTER
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_INSERT_COL_BEFORE
97     [
98         ExecMethod = Execute;
99         StateMethod = GetState;
100     ]
101     SID_TABLE_INSERT_COL_AFTER
102     [
103         ExecMethod = Execute;
104         StateMethod = GetState;
105     ]
106     SID_TABLE_DELETE_ROW
107     [
108         ExecMethod = Execute;
109         StateMethod = GetState;
110     ]
111     SID_TABLE_DELETE_COL
112     [
113         ExecMethod = Execute;
114         StateMethod = GetState;
115     ]
116     SID_TABLE_SELECT_ALL
117     [
118         ExecMethod = Execute;
119         StateMethod = GetState;
120     ]
121     SID_TABLE_SELECT_COL
122     [
123         ExecMethod = Execute;
124         StateMethod = GetState;
125     ]
126     SID_TABLE_SELECT_ROW
127     [
128         ExecMethod = Execute;
129         StateMethod = GetState;
130     ]
131     SID_FORMAT_TABLE_DLG
132     [
133         ExecMethod = Execute;
134         StateMethod = GetState;
135     ]
136     SID_TABLE_SORT_DIALOG
137     [
138         ExecMethod = Execute;
139         StateMethod = GetState;
140     ]
141     SID_TABLE_AUTOSUM
142     [
143         ExecMethod = Execute;
144         StateMethod = GetState;
145     ]
147     SID_TABLE_DISTRIBUTE_COLUMNS
148     [
149         ExecMethod = Execute;
150         StateMethod = GetState;
151     ]
153     SID_TABLE_DISTRIBUTE_ROWS
154     [
155         ExecMethod = Execute;
156         StateMethod = GetState;
157     ]