/**************************************************************
 * 
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 * 
 *************************************************************/


#ifndef __com_sun_star_form_FormController_idl__ 
#define __com_sun_star_form_FormController_idl__ 
 
#ifndef __com_sun_star_form_XFormController_idl__ 
#include <com/sun/star/form/XFormController.idl> 
#endif 
 
#ifndef __com_sun_star_awt_XTabController_idl__ 
#include <com/sun/star/awt/XTabController.idl> 
#endif 
 
#ifndef __com_sun_star_container_XChild_idl__ 
#include <com/sun/star/container/XChild.idl> 
#endif 
 
#ifndef __com_sun_star_lang_XComponent_idl__ 
#include <com/sun/star/lang/XComponent.idl> 
#endif 
 
#ifndef __com_sun_star_container_XEnumerationAccess_idl__ 
#include <com/sun/star/container/XEnumerationAccess.idl> 
#endif 
 
#ifndef __com_sun_star_util_XModifyBroadcaster_idl__ 
#include <com/sun/star/util/XModifyBroadcaster.idl> 
#endif 

#ifndef __com_sun_star_form_XConfirmDeleteBroadcaster_idl__ 
#include <com/sun/star/form/XConfirmDeleteBroadcaster.idl> 
#endif

#ifndef __com_sun_star_sdb_XSQLErrorBroadcaster_idl__ 
#include <com/sun/star/sdb/XSQLErrorBroadcaster.idl> 
#endif

#ifndef __com_sun_star_sdb_XRowSetApproveBroadcaster_idl__ 
#include <com/sun/star/sdb/XRowSetApproveBroadcaster.idl> 
#endif
 
#ifndef __com_sun_star_form_XDatabaseParameterBroadcaster_idl__ 
#include <com/sun/star/form/XDatabaseParameterBroadcaster.idl> 
#endif

#ifndef __com_sun_star_form_FormControllerDispatcher_idl__
#include <com/sun/star/form/FormControllerDispatcher.idl>
#endif

//============================================================================= 
 
 module com {  module sun {  module star {  module form {  
 
module runtime {
    published interface XFormOperations;
};

//============================================================================= 

/** is superseded by <type scope="com::sun::star::form::runtime">FormController</type>.
    @deprecated
*/
published service FormController
{ 
    [optional] service FormControllerDispatcher;
    [optional, property] ::com::sun::star::form::runtime::XFormOperations FormOperations;

	/** is used for notifying the (de)activation of the controller.
	 */
	interface com::sun::star::form::XFormController; 
 
	interface com::sun::star::awt::XTabController; 
	interface com::sun::star::container::XChild; 
	interface com::sun::star::lang::XComponent; 
	interface com::sun::star::container::XEnumerationAccess; 
	interface com::sun::star::util::XModifyBroadcaster; 
	interface com::sun::star::form::XConfirmDeleteBroadcaster;
	interface com::sun::star::sdb::XSQLErrorBroadcaster;
	interface com::sun::star::sdb::XRowSetApproveBroadcaster;
	interface com::sun::star::form::XDatabaseParameterBroadcaster;
}; 
 
//============================================================================= 
 
}; }; }; };  
 
/*============================================================================= 
 
=============================================================================*/ 
#endif 
