calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git] / sd / sdi / tables.sdi
blob9943ce719e291056a81996178966d0167dd4d1dd
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_DELETE_TABLE
117     [
118         ExecMethod = Execute;
119         StateMethod = GetState;
120     ]
121     SID_TABLE_SELECT_ALL
122     [
123         ExecMethod = Execute;
124         StateMethod = GetState;
125     ]
126     SID_TABLE_SELECT_COL
127     [
128         ExecMethod = Execute;
129         StateMethod = GetState;
130     ]
131     SID_TABLE_SELECT_ROW
132     [
133         ExecMethod = Execute;
134         StateMethod = GetState;
135     ]
136     SID_FORMAT_TABLE_DLG
137     [
138         ExecMethod = Execute;
139         StateMethod = GetState;
140     ]
141     SID_TABLE_SORT_DIALOG
142     [
143         ExecMethod = Execute;
144         StateMethod = GetState;
145     ]
146     SID_TABLE_AUTOSUM
147     [
148         ExecMethod = Execute;
149         StateMethod = GetState;
150     ]
152     SID_TABLE_MINIMAL_COLUMN_WIDTH
153     [
154         ExecMethod = Execute;
155         StateMethod = GetState;
156     ]
158     SID_TABLE_OPTIMAL_COLUMN_WIDTH
159     [
160         ExecMethod = Execute;
161         StateMethod = GetState;
162     ]
164     SID_TABLE_DISTRIBUTE_COLUMNS
165     [
166         ExecMethod = Execute;
167         StateMethod = GetState;
168     ]
170     SID_TABLE_MINIMAL_ROW_HEIGHT
171     [
172         ExecMethod = Execute;
173         StateMethod = GetState;
174     ]
176     SID_TABLE_OPTIMAL_ROW_HEIGHT
177     [
178         ExecMethod = Execute;
179         StateMethod = GetState;
180     ]
182     SID_TABLE_DISTRIBUTE_ROWS
183     [
184         ExecMethod = Execute;
185         StateMethod = GetState;
186     ]
187     SID_TABLE_CHANGE_CURRENT_BORDER_POSITION
188     [
189         ExecMethod = Execute;
190     ]