merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / form / FormController.idl
blobf14fd5181355e535e71097c7592bc2895dc939f2
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
27 #ifndef __com_sun_star_form_FormController_idl__
28 #define __com_sun_star_form_FormController_idl__
30 #ifndef __com_sun_star_form_XFormController_idl__
31 #include <com/sun/star/form/XFormController.idl>
32 #endif
34 #ifndef __com_sun_star_awt_XTabController_idl__
35 #include <com/sun/star/awt/XTabController.idl>
36 #endif
38 #ifndef __com_sun_star_container_XChild_idl__
39 #include <com/sun/star/container/XChild.idl>
40 #endif
42 #ifndef __com_sun_star_lang_XComponent_idl__
43 #include <com/sun/star/lang/XComponent.idl>
44 #endif
46 #ifndef __com_sun_star_container_XEnumerationAccess_idl__
47 #include <com/sun/star/container/XEnumerationAccess.idl>
48 #endif
50 #ifndef __com_sun_star_util_XModifyBroadcaster_idl__
51 #include <com/sun/star/util/XModifyBroadcaster.idl>
52 #endif
54 #ifndef __com_sun_star_form_XConfirmDeleteBroadcaster_idl__
55 #include <com/sun/star/form/XConfirmDeleteBroadcaster.idl>
56 #endif
58 #ifndef __com_sun_star_sdb_XSQLErrorBroadcaster_idl__
59 #include <com/sun/star/sdb/XSQLErrorBroadcaster.idl>
60 #endif
62 #ifndef __com_sun_star_sdb_XRowSetApproveBroadcaster_idl__
63 #include <com/sun/star/sdb/XRowSetApproveBroadcaster.idl>
64 #endif
66 #ifndef __com_sun_star_form_XDatabaseParameterBroadcaster_idl__
67 #include <com/sun/star/form/XDatabaseParameterBroadcaster.idl>
68 #endif
70 #ifndef __com_sun_star_form_FormControllerDispatcher_idl__
71 #include <com/sun/star/form/FormControllerDispatcher.idl>
72 #endif
74 //=============================================================================
76 module com { module sun { module star { module form {
78 module runtime {
79 published interface XFormOperations;
82 //=============================================================================
84 /** is superseded by <type scope="com::sun::star::form::runtime">FormController</type>.
85 @deprecated
87 published service FormController
89 [optional] service FormControllerDispatcher;
90 [optional, property] ::com::sun::star::form::runtime::XFormOperations FormOperations;
92 /** is used for notifying the (de)activation of the controller.
94 interface com::sun::star::form::XFormController;
96 interface com::sun::star::awt::XTabController;
97 interface com::sun::star::container::XChild;
98 interface com::sun::star::lang::XComponent;
99 interface com::sun::star::container::XEnumerationAccess;
100 interface com::sun::star::util::XModifyBroadcaster;
101 interface com::sun::star::form::XConfirmDeleteBroadcaster;
102 interface com::sun::star::sdb::XSQLErrorBroadcaster;
103 interface com::sun::star::sdb::XRowSetApproveBroadcaster;
104 interface com::sun::star::form::XDatabaseParameterBroadcaster;
107 //=============================================================================
109 }; }; }; };
111 /*=============================================================================
113 =============================================================================*/
114 #endif