1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 #include <svheader.hxx>
24 
25 #define ITEMID_SEARCH			0
26 #define ITEMID_SIZE				0
27 
28 #include <vcl/wrkwin.hxx>
29 #include <vcl/msgbox.hxx>
30 #include <vcl/menu.hxx>
31 
32 #include <svl/svarray.hxx>
33 #include <svl/itemset.hxx>
34 #include <svl/aeitem.hxx>
35 #include <svl/stritem.hxx>
36 #include <svl/whiter.hxx>
37 #include <svl/intitem.hxx>
38 #include <svl/srchitem.hxx>
39 
40 #define _BASIC_TEXTPORTIONS
41 #include <basic/sbdef.hxx>
42 #include <basic/sbstar.hxx>
43 #include <basic/sbmeth.hxx>
44 #include <basic/sbmod.hxx>
45 #include <basic/basmgr.hxx>
46 
47 #include <sfx2/app.hxx>
48 #include <sfx2/objface.hxx>
49 #include <sfx2/printer.hxx>
50 #include <sfx2/viewsh.hxx>
51 #include <sfx2/event.hxx>
52 #include <sfx2/bindings.hxx>
53 #include <sfx2/request.hxx>
54 #include <sfx2/childwin.hxx>
55 #include <sfx2/viewfrm.hxx>
56 #include <sfx2/dispatch.hxx>
57 #include <sfx2/objsh.hxx>
58 #include <sfx2/genlink.hxx>
59 #include <sfx2/dispatch.hxx>
60 #include <sfx2/minfitem.hxx>
61 #include <sfx2/dinfdlg.hxx>
62 #include <sfx2/docfac.hxx>
63 #include <sfx2/progress.hxx>
64 #include <editeng/sizeitem.hxx>
65 
66 
67