2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
19 interface GraphSelection
25 ExecMethod = ExecuteFilter;
26 StateMethod = GetFilterState;
30 ExecMethod = ExecuteFilter;
31 StateMethod = GetFilterState;
35 ExecMethod = ExecuteFilter;
36 StateMethod = GetFilterState;
40 ExecMethod = ExecuteFilter;
41 StateMethod = GetFilterState;
43 SID_GRFFILTER_REMOVENOISE
45 ExecMethod = ExecuteFilter;
46 StateMethod = GetFilterState;
50 ExecMethod = ExecuteFilter;
51 StateMethod = GetFilterState;
55 ExecMethod = ExecuteFilter;
56 StateMethod = GetFilterState;
60 ExecMethod = ExecuteFilter;
61 StateMethod = GetFilterState;
65 ExecMethod = ExecuteFilter;
66 StateMethod = GetFilterState;
70 ExecMethod = ExecuteFilter;
71 StateMethod = GetFilterState;
75 ExecMethod = ExecuteFilter;
76 StateMethod = GetFilterState;
78 SID_GRFFILTER_SOLARIZE
80 ExecMethod = ExecuteFilter;
81 StateMethod = GetFilterState;
84 // other graphics functions
89 StateMethod = GetAttrState;
94 StateMethod = GetAttrState;
99 StateMethod = GetAttrState;
103 ExecMethod = Execute;
104 StateMethod = GetAttrState;
106 SID_ATTR_GRAF_LUMINANCE
108 ExecMethod = Execute;
109 StateMethod = GetAttrState;
111 SID_ATTR_GRAF_CONTRAST
113 ExecMethod = Execute;
114 StateMethod = GetAttrState;
118 ExecMethod = Execute;
119 StateMethod = GetAttrState;
121 SID_ATTR_GRAF_TRANSPARENCE
123 ExecMethod = Execute;
124 StateMethod = GetAttrState;
128 ExecMethod = Execute;
129 StateMethod = GetAttrState;
134 ExecMethod = Execute;
135 StateMethod = GetAttrState;
140 ExecMethod = ExecuteExternalEdit;
141 StateMethod = GetExternalEditState;
146 ExecMethod = ExecuteCompressGraphic;
147 StateMethod = GetCompressGraphicState;
151 // ===========================================================================
152 shell ScGraphicShell : ScDrawShell
154 import GraphSelection;