Bump version to 4.3-4
[LibreOffice.git] / svx / sdi / svxslots.sdi
blob35d117c8ff7e8e8fbfae2eb593b9ac8b790ffae5
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  */
18 module
19 "BD25A480-30AB-101C-A17D-000024021828"
20 "C049C7E0-30AB-101C-A17D-000024021828"
21 SvxItems
23 HelpText( "Svx-Items" )
24 SlotIdFile( "svxslots.hrc" )
29     include "sfxitems.sdi"
30     include "sfx.sdi"
31     include "svxitems.sdi"
32     include "xoitems.sdi"
33     include "svx.sdi"
34     include "fmslots.sdi"
36 /*  interface SearchSettings: Object
37     [
38         uuid = "19B54420-184C-101D-B8ED-3273768855A7";
39     ]
40     {
41         SID_SEARCH_ITEM
42         [
43             ExecMethod = _ExecSearch;
44             StateMethod = _StateSearch;
45         ]
46     }
48     interface Interior : Object
49     [
50         uuid ( "6CFA4FC0-608E-11cf-89CB-008029E4B0B1" )
51     ]
52     {
53         SID_ATTR_BRUSH // status(final|play)
54         [
55             ExecMethod = ExecBckCol ;
56             StateMethod = GetBckColState ;
57         ]
58     }
60     interface OLEObjects : Collection
61     [
62         uuid = "BA338A43-064E-11d0-89CB-008029E4B0B1" ;
63     ]
64     {
65     }