Resolves tdf#143272 - Window text color for border lines
[LibreOffice.git] / sd / sdi / drbezob.sdi
blob10387e821e15588fdad29e5f35e5b784f68bc85f
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 BezierObjectBar
21     SID_BEZIER_MOVE // ole : no, status : ?
22     [
23         ExecMethod = Execute;
24         StateMethod = GetAttrState;
25     ]
27     SID_BEZIER_INSERT // ole : no, status : ?
28     [
29         ExecMethod = Execute;
30         StateMethod = GetAttrState;
31     ]
33     SID_BEZIER_DELETE // ole : no, status : ?
34     [
35         ExecMethod = Execute;
36         StateMethod = GetAttrState;
37     ]
39     SID_BEZIER_CUTLINE // ole : no, status : ?
40     [
41         ExecMethod = Execute;
42         StateMethod = GetAttrState;
43     ]
45     SID_BEZIER_CONVERT // ole : no, status : ?
46     [
47         ExecMethod = Execute;
48         StateMethod = GetAttrState;
49     ]
51     SID_BEZIER_EDGE // ole : no, status : ?
52     [
53         ExecMethod = Execute;
54         StateMethod = GetAttrState;
55     ]
57     SID_BEZIER_SMOOTH // ole : no, status : ?
58     [
59         ExecMethod = Execute;
60         StateMethod = GetAttrState;
61     ]
63     SID_BEZIER_SYMMTR // ole : no, status : ?
64     [
65         ExecMethod = Execute;
66         StateMethod = GetAttrState;
67     ]
69     SID_BEZIER_ELIMINATE_POINTS // ole : no, status : ?
70     [
71         ExecMethod = Execute;
72         StateMethod = GetAttrState;
73     ]
75     SID_BEZIER_CLOSE // ole : no, status : ?
76     [
77         ExecMethod = Execute;
78         StateMethod = GetAttrState;
79     ]