Version 4.2.0.1, tag libreoffice-4.2.0.1
[LibreOffice.git] / sd / sdi / drgrfob.sdi
blob4efc73007e07ad50da95bbb974511018fed48d26
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 GraphicObjectBar
21     SID_GRFFILTER
22     [
23         ExecMethod = ExecuteFilter;
24         StateMethod = GetFilterState;
25     ]
26     SID_GRFFILTER_INVERT // ole : no, status : no
27     [
28         ExecMethod = ExecuteFilter;
29         StateMethod = GetFilterState ;
30     ]
31     SID_GRFFILTER_SMOOTH // ole : no, status : no
32     [
33         ExecMethod = ExecuteFilter;
34         StateMethod = GetFilterState ;
35     ]
36     SID_GRFFILTER_SHARPEN // ole : no, status : no
37     [
38         ExecMethod = ExecuteFilter;
39         StateMethod = GetFilterState ;
40     ]
41     SID_GRFFILTER_REMOVENOISE // ole : no, status : no
42     [
43         ExecMethod = ExecuteFilter;
44         StateMethod = GetFilterState ;
45     ]
46     SID_GRFFILTER_SOBEL // ole : no, status : no
47     [
48         ExecMethod = ExecuteFilter;
49         StateMethod = GetFilterState;
50     ]
51     SID_GRFFILTER_MOSAIC // ole : no, status : no
52     [
53         ExecMethod = ExecuteFilter;
54         StateMethod = GetFilterState;
55     ]
56     SID_GRFFILTER_EMBOSS // ole : no, status : no
57     [
58         ExecMethod = ExecuteFilter;
59         StateMethod = GetFilterState;
60     ]
61     SID_GRFFILTER_POSTER // ole : no, status : no
62     [
63         ExecMethod = ExecuteFilter;
64         StateMethod = GetFilterState;
65     ]
66     SID_GRFFILTER_POPART // ole : no, status : no
67     [
68         ExecMethod = ExecuteFilter;
69         StateMethod = GetFilterState;
70     ]
71     SID_GRFFILTER_SEPIA // ole : no, status : no
72     [
73         ExecMethod = ExecuteFilter;
74         StateMethod = GetFilterState;
75     ]
76     SID_GRFFILTER_SOLARIZE // ole : no, status : no
77     [
78         ExecMethod = ExecuteFilter;
79         StateMethod = GetFilterState;
80     ]
82 //------------------------------------------------------------------------------
84     SID_ATTR_GRAF_MODE
85     [
86         ExecMethod = Execute;
87         StateMethod = GetAttrState;
88     ]
89     SID_ATTR_GRAF_RED
90     [
91         ExecMethod = Execute;
92         StateMethod = GetAttrState;
93     ]
94     SID_ATTR_GRAF_GREEN
95     [
96         ExecMethod = Execute;
97         StateMethod = GetAttrState;
98     ]
99     SID_ATTR_GRAF_BLUE
100     [
101         ExecMethod = Execute;
102         StateMethod = GetAttrState;
103     ]
104     SID_ATTR_GRAF_LUMINANCE
105     [
106         ExecMethod = Execute;
107         StateMethod = GetAttrState;
108     ]
109     SID_ATTR_GRAF_CONTRAST
110     [
111         ExecMethod = Execute;
112         StateMethod = GetAttrState;
113     ]
114     SID_ATTR_GRAF_GAMMA
115     [
116         ExecMethod = Execute;
117         StateMethod = GetAttrState;
118     ]
119     SID_ATTR_GRAF_TRANSPARENCE
120     [
121         ExecMethod = Execute;
122         StateMethod = GetAttrState;
123     ]
124     SID_ATTR_GRAF_INVERT
125     [
126         ExecMethod = Execute;
127         StateMethod = GetAttrState;
128     ]
129     SID_ATTR_GRAF_CROP
130     [
131         ExecMethod = Execute;
132         StateMethod = GetAttrState;
133     ]
134         SID_COLOR_SETTINGS
135         [
136                 ExecMethod = Execute;
137                 StateMethod = GetAttrState;
138         ]