xref: /aoo42x/main/sw/sdi/wviewsh.sdi (revision a02241ff)
1*a02241ffSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*a02241ffSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*a02241ffSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*a02241ffSAndrew Rist * distributed with this work for additional information
6*a02241ffSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*a02241ffSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*a02241ffSAndrew Rist * "License"); you may not use this file except in compliance
9*a02241ffSAndrew Rist * with the License.  You may obtain a copy of the License at
10*a02241ffSAndrew Rist *
11*a02241ffSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*a02241ffSAndrew Rist *
13*a02241ffSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*a02241ffSAndrew Rist * software distributed under the License is distributed on an
15*a02241ffSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*a02241ffSAndrew Rist * KIND, either express or implied.  See the License for the
17*a02241ffSAndrew Rist * specific language governing permissions and limitations
18*a02241ffSAndrew Rist * under the License.
19*a02241ffSAndrew Rist *
20*a02241ffSAndrew Rist *************************************************************/
21*a02241ffSAndrew Rist
22*a02241ffSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirinterface WebTextInTable
25cdf0e10cSrcweir[ uuid = "B47F0DE7-1E1F-11d1-89CA-008029E4B0B1" ]
26cdf0e10cSrcweir{
27cdf0e10cSrcweir	import WebText;
28cdf0e10cSrcweir		import WebTable;
29cdf0e10cSrcweir}
30cdf0e10cSrcweir
31cdf0e10cSrcweirinterface WebListInTable
32cdf0e10cSrcweir[ uuid="B47F0DE8-1E1F-11d1-89CA-008029E4B0B1" ]
33cdf0e10cSrcweir{
34cdf0e10cSrcweir	import WebText;
35cdf0e10cSrcweir		import WebList;
36cdf0e10cSrcweir		import WebTable;
37cdf0e10cSrcweir}
38cdf0e10cSrcweir
39cdf0e10cSrcweirinterface WebListInText
40cdf0e10cSrcweir[ uuid = "B47F0DE9-1E1F-11d1-89CA-008029E4B0B1"]
41cdf0e10cSrcweir{
42cdf0e10cSrcweir	import WebList;
43cdf0e10cSrcweir	import WebText;
44cdf0e10cSrcweir}
45cdf0e10cSrcweir
46cdf0e10cSrcweirinterface WebEditView : BaseTextEditView
47cdf0e10cSrcweir[
48cdf0e10cSrcweir	uuid = "B47F0DEA-1E1F-11d1-89CA-008029E4B0B1"
49cdf0e10cSrcweir]
50cdf0e10cSrcweir{
51cdf0e10cSrcweir	SID_DRAW_TEXT_MARQUEE // status()
52cdf0e10cSrcweir	[
53cdf0e10cSrcweir		ExecMethod = ExecDraw ;
54cdf0e10cSrcweir		StateMethod = GetDrawState ;
55cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
56cdf0e10cSrcweir	]
57cdf0e10cSrcweir}
58cdf0e10cSrcweir
59cdf0e10cSrcweirshell SwWebView
60cdf0e10cSrcweir{
61cdf0e10cSrcweir	import WebEditView [Automation];
62cdf0e10cSrcweir//	import SearchSettings;
63cdf0e10cSrcweir//	import TextPage "Page";
64cdf0e10cSrcweir//	import SearchAttributes;
65cdf0e10cSrcweir//	import ReplaceAttributes;
66cdf0e10cSrcweir
67cdf0e10cSrcweir}
68cdf0e10cSrcweir
69cdf0e10cSrcweirinterface WebSourceView
70cdf0e10cSrcweir[ uuid = "95069CE0-69D8-101D-9757-C667E8298000"]
71cdf0e10cSrcweir{
72cdf0e10cSrcweir	SID_TABLE_CELL // status()
73cdf0e10cSrcweir	[
74cdf0e10cSrcweir		StateMethod = GetState ;
75cdf0e10cSrcweir	]
76cdf0e10cSrcweir	SID_SAVEASDOC // status()
77cdf0e10cSrcweir	[
78cdf0e10cSrcweir		ExecMethod = Execute ;
79cdf0e10cSrcweir		StateMethod = GetState ;
80cdf0e10cSrcweir	]
81cdf0e10cSrcweir	SID_SAVEDOC // status()
82cdf0e10cSrcweir	[
83cdf0e10cSrcweir		ExecMethod = Execute ;
84cdf0e10cSrcweir		StateMethod = GetState ;
85cdf0e10cSrcweir	]
86cdf0e10cSrcweir	SID_PRINTDOC // status(final|play)
87cdf0e10cSrcweir	[
88cdf0e10cSrcweir		ExecMethod = Execute ;
89cdf0e10cSrcweir		StateMethod = GetState ;
90cdf0e10cSrcweir	]
91cdf0e10cSrcweir	SID_PRINTDOCDIRECT // status(final|play)
92cdf0e10cSrcweir	[
93cdf0e10cSrcweir		ExecMethod = Execute ;
94cdf0e10cSrcweir		StateMethod = GetState ;
95cdf0e10cSrcweir	]
96cdf0e10cSrcweir    SID_SEARCH_OPTIONS
97cdf0e10cSrcweir	[
98cdf0e10cSrcweir		ExecMethod = Execute ;
99cdf0e10cSrcweir		StateMethod = GetState ;
100cdf0e10cSrcweir	]
101cdf0e10cSrcweir	SID_SEARCH_ITEM
102cdf0e10cSrcweir	[
103cdf0e10cSrcweir		ExecMethod = Execute ;
104cdf0e10cSrcweir		StateMethod = GetState ;
105cdf0e10cSrcweir		Export = FALSE;
106cdf0e10cSrcweir	]
107cdf0e10cSrcweir	FID_SEARCH_NOW
108cdf0e10cSrcweir	[
109cdf0e10cSrcweir		ExecMethod = Execute ;
110cdf0e10cSrcweir		StateMethod = GetState ;
111cdf0e10cSrcweir	]
112cdf0e10cSrcweir    FN_REPEAT_SEARCH // status(final|play)
113cdf0e10cSrcweir    [
114cdf0e10cSrcweir        ExecMethod = Execute;
115cdf0e10cSrcweir        StateMethod = GetState ;
116cdf0e10cSrcweir    ]
117cdf0e10cSrcweir    SID_UNDO // status(final|play)
118cdf0e10cSrcweir	[
119cdf0e10cSrcweir		ExecMethod = Execute ;
120cdf0e10cSrcweir		StateMethod = GetState ;
121cdf0e10cSrcweir	]
122cdf0e10cSrcweir
123cdf0e10cSrcweir	SID_REDO // status(final|play)
124cdf0e10cSrcweir	[
125cdf0e10cSrcweir		ExecMethod = Execute ;
126cdf0e10cSrcweir		StateMethod = GetState ;
127cdf0e10cSrcweir	]
128cdf0e10cSrcweir
129cdf0e10cSrcweir	SID_REPEAT // status()
130cdf0e10cSrcweir	[
131cdf0e10cSrcweir		ExecMethod = Execute ;
132cdf0e10cSrcweir		StateMethod = GetState ;
133cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
134cdf0e10cSrcweir	]
135cdf0e10cSrcweir
136cdf0e10cSrcweir	SID_CUT // status(final|play)
137cdf0e10cSrcweir	[
138cdf0e10cSrcweir		ExecMethod = Execute ;
139cdf0e10cSrcweir		StateMethod = GetState ;
140cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
141cdf0e10cSrcweir	]
142cdf0e10cSrcweir
143cdf0e10cSrcweir	SID_COPY   // status(final|play)
144cdf0e10cSrcweir	[
145cdf0e10cSrcweir		ExecMethod = Execute ;
146cdf0e10cSrcweir		StateMethod = GetState ;
147cdf0e10cSrcweir	]
148cdf0e10cSrcweir
149cdf0e10cSrcweir	SID_PASTE  // status(final|play)
150cdf0e10cSrcweir	[
151cdf0e10cSrcweir		ExecMethod = Execute ;
152cdf0e10cSrcweir		StateMethod = GetState ;
153cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
154cdf0e10cSrcweir	]
155cdf0e10cSrcweir
156cdf0e10cSrcweir	SID_SELECTALL // status(final|play)
157cdf0e10cSrcweir	[
158cdf0e10cSrcweir		ExecMethod = Execute ;
159cdf0e10cSrcweir		StateMethod = NoState ;
160cdf0e10cSrcweir	]
161cdf0e10cSrcweir    SID_MAIL_SENDDOC
162cdf0e10cSrcweir    [
163cdf0e10cSrcweir        StateMethod = GetState ;
164cdf0e10cSrcweir    ]
165cdf0e10cSrcweir    SID_MAIL_SENDDOCASPDF
166cdf0e10cSrcweir    [
167cdf0e10cSrcweir        StateMethod = GetState ;
168cdf0e10cSrcweir    ]
169cdf0e10cSrcweir    SID_EXPORTDOC
170cdf0e10cSrcweir    [
171cdf0e10cSrcweir        StateMethod = GetState ;
172cdf0e10cSrcweir    ]
173cdf0e10cSrcweir    SID_EXPORTDOCASPDF
174cdf0e10cSrcweir    [
175cdf0e10cSrcweir        StateMethod = GetState ;
176cdf0e10cSrcweir    ]
177cdf0e10cSrcweir    SID_DIRECTEXPORTDOCASPDF
178cdf0e10cSrcweir    [
179cdf0e10cSrcweir        StateMethod = GetState ;
180cdf0e10cSrcweir    ]
181cdf0e10cSrcweir    SID_BROWSER_MODE
182cdf0e10cSrcweir    [
183cdf0e10cSrcweir        StateMethod = GetState;
184cdf0e10cSrcweir    ]
185cdf0e10cSrcweir    FN_PRINT_LAYOUT
186cdf0e10cSrcweir    [
187cdf0e10cSrcweir        StateMethod = GetState;
188cdf0e10cSrcweir    ]
189cdf0e10cSrcweir}
190cdf0e10cSrcweir
191cdf0e10cSrcweirshell SwSrcView
192cdf0e10cSrcweir
193cdf0e10cSrcweir{
194cdf0e10cSrcweir		import WebSourceView [Automation];
195cdf0e10cSrcweir}
196cdf0e10cSrcweir
197cdf0e10cSrcweir
198cdf0e10cSrcweir
199cdf0e10cSrcweir
200