WaE: C6011 Dereferencing NULL pointer warnings
[LibreOffice.git] / sd / sdi / drgrfob.sdi
blobcf5bc9a2b85a2e1e9058c5f5ed6000a6b912ce50
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     ]
83     SID_ATTR_GRAF_MODE
84     [
85         ExecMethod = Execute;
86         StateMethod = GetAttrState;
87     ]
88     SID_ATTR_GRAF_RED
89     [
90         ExecMethod = Execute;
91         StateMethod = GetAttrState;
92     ]
93     SID_ATTR_GRAF_GREEN
94     [
95         ExecMethod = Execute;
96         StateMethod = GetAttrState;
97     ]
98     SID_ATTR_GRAF_BLUE
99     [
100         ExecMethod = Execute;
101         StateMethod = GetAttrState;
102     ]
103     SID_ATTR_GRAF_LUMINANCE
104     [
105         ExecMethod = Execute;
106         StateMethod = GetAttrState;
107     ]
108     SID_ATTR_GRAF_CONTRAST
109     [
110         ExecMethod = Execute;
111         StateMethod = GetAttrState;
112     ]
113     SID_ATTR_GRAF_GAMMA
114     [
115         ExecMethod = Execute;
116         StateMethod = GetAttrState;
117     ]
118     SID_ATTR_GRAF_TRANSPARENCE
119     [
120         ExecMethod = Execute;
121         StateMethod = GetAttrState;
122     ]
123     SID_ATTR_GRAF_INVERT
124     [
125         ExecMethod = Execute;
126         StateMethod = GetAttrState;
127     ]
128     SID_ATTR_GRAF_CROP
129     [
130         ExecMethod = Execute;
131         StateMethod = GetAttrState;
132     ]
133         SID_COLOR_SETTINGS
134         [
135                 ExecMethod = Execute;
136                 StateMethod = GetAttrState;
137         ]