xref: /trunk/main/svx/sdi/svxslots.sdi (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27module
28"BD25A480-30AB-101C-A17D-000024021828"
29"C049C7E0-30AB-101C-A17D-000024021828"
30SvxItems
31[
32HelpText( "Svx-Items" )
33SlotIdFile( "svxslots.hrc" )
34]
35{
36	//=========================================================================
37
38    include "sfx2/sfxitems.sdi"
39    include "sfx2/sfx.sdi"
40	include "svxitems.sdi"
41	include "xoitems.sdi"
42	include "svx.sdi"
43	include "fmslots.sdi"
44
45/*	interface SearchSettings: Object
46	[
47		uuid = "19B54420-184C-101D-B8ED-3273768855A7";
48	]
49	{
50		SID_SEARCH_ITEM
51		[
52			ExecMethod = _ExecSearch;
53			StateMethod = _StateSearch;
54		]
55	}
56
57	interface Interior : Object
58	[
59		uuid ( "6CFA4FC0-608E-11cf-89CB-008029E4B0B1" )
60	]
61	{
62		SID_ATTR_BRUSH // status(final|play)
63		[
64			ExecMethod = ExecBckCol ;
65			StateMethod = GetBckColState ;
66		]
67	}
68	 //============================================================================
69	interface OLEObjects : Collection
70	[
71		uuid = "BA338A43-064E-11d0-89CB-008029E4B0B1" ;
72	]
73	{
74	}
75*/
76}
77
78