xref: /AOO41X/main/svx/sdi/svxslots.sdi (revision db240f72ac9575f619b9f80432d7305c10fece34)
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
23module
24"BD25A480-30AB-101C-A17D-000024021828"
25"C049C7E0-30AB-101C-A17D-000024021828"
26SvxItems
27[
28HelpText( "Svx-Items" )
29SlotIdFile( "svxslots.hrc" )
30]
31{
32    //=========================================================================
33
34    include "sfx2/sfxitems.sdi"
35    include "sfx2/sfx.sdi"
36    include "svxitems.sdi"
37    include "xoitems.sdi"
38    include "svx.sdi"
39    include "fmslots.sdi"
40
41/*  interface SearchSettings: Object
42    [
43        uuid = "19B54420-184C-101D-B8ED-3273768855A7";
44    ]
45    {
46        SID_SEARCH_ITEM
47        [
48            ExecMethod = _ExecSearch;
49            StateMethod = _StateSearch;
50        ]
51    }
52
53    interface Interior : Object
54    [
55        uuid ( "6CFA4FC0-608E-11cf-89CB-008029E4B0B1" )
56    ]
57    {
58        SID_ATTR_BRUSH // status(final|play)
59        [
60            ExecMethod = ExecBckCol ;
61            StateMethod = GetBckColState ;
62        ]
63    }
64     //============================================================================
65    interface OLEObjects : Collection
66    [
67        uuid = "BA338A43-064E-11d0-89CB-008029E4B0B1" ;
68    ]
69    {
70    }
71*/
72}
73
74