/**************************************************************
 * 
 * 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_drawing_DrawPage_idl__ 
#define __com_sun_star_drawing_DrawPage_idl__ 
 
#ifndef __com_sun_star_drawing_GenericDrawPage_idl__ 
#include <com/sun/star/drawing/GenericDrawPage.idl> 
#endif 
 
#ifndef __com_sun_star_drawing_XMasterPageTarget_idl__ 
#include <com/sun/star/drawing/XMasterPageTarget.idl> 
#endif 

#ifndef __com_sun_star_form_XFormsSupplier_idl__ 
#include <com/sun/star/form/XFormsSupplier.idl> 
#endif 
 
 
//============================================================================= 
 
 module com {  module sun {  module star {  module drawing {  
 
//============================================================================= 
 
// DocMerge from xml: service com::sun::star::drawing::DrawPage
/** This service specifies a page for the actual draw pages to contain
	the drawings.
	@see	GenericDrawPage 
	@see	DrawPages
 */
published service DrawPage
{ 
 
	 
	// DocMerge from xml: service com::sun::star::drawing::DrawPage: service com::sun::star::drawing::GenericDrawPage
	/** This service describes the base functionality that every 
				draw/master page has.
	 */
	service com::sun::star::drawing::GenericDrawPage; 
 
	 
	// DocMerge from xml: service com::sun::star::drawing::DrawPage: interface com::sun::star::drawing::XMasterPageTarget
	/** provides the link to a <type>MasterPage</type>.
	 */
	interface com::sun::star::drawing::XMasterPageTarget; 

	/** provides access to the hierarchy of form components belonging to the draw page.

		<p>Every draw page may contain a form layer - that is, a hierarchy of form elements. The layer can be
		accessed using this interface.</p>

		@see com::sun::star::form::FormComponent
		@see com::sun::star::form::FormComponents
		@see com::sun::star::form::Forms
	*/
	[optional] interface com::sun::star::form::XFormsSupplier; 
}; 
 
//============================================================================= 
 
}; }; }; };  
 
#endif 

