1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: EmbeddedObjectDescriptor.idl,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef __com_sun_star_embed_EmbeddedObjectDescriptor_idl__
31 #define __com_sun_star_embed_EmbeddedObjectDescriptor_idl__
33 #ifndef __com_sun_star_io_XInputStream_idl__
34 #include
<com
/sun
/star
/io
/XInputStream.idl
>
37 #ifndef __com_sun_star_awt_Rectangle_idl__
38 #include
<com
/sun
/star
/awt
/Rectangle.idl
>
41 #ifndef __com_sun_star_util_URL_idl__
42 #include
<com
/sun
/star
/util
/URL.idl
>
45 #ifndef __com_sun_star_task_XInteractionHandler_idl__
46 #include
<com
/sun
/star
/task
/XInteractionHandler.idl
>
49 #ifndef __com_sun_star_task_XStatusIndicator_idl__
50 #include
<com
/sun
/star
/task
/XStatusIndicator.idl
>
53 #ifndef __com_sun_star_frame_XDispatchProviderInterceptor_idl__
54 #include
<com
/sun
/star
/frame
/XDispatchProviderInterceptor.idl
>
57 //============================================================================
59 module com
{ module sun
{ module star
{ module embed
{
61 //============================================================================
62 /** describes properties of an embedded object
65 This service may be represented by a
66 <type scope="com::sun::star::beans" dim="[]">PropertyValue</type>.
67 Such descriptors will be passed to different functions, included into
68 possible load/save proccesses. Every member of such process can use
69 this descriptor and may change it to actualize the informations about
70 the object. So this descriptor should be used as an in/out parameter.
73 @see com::sun::star::beans::PropertyValue
75 service EmbeddedObjectDescriptor
77 //------------------------------------------------------------------------
78 /** lets the graphical representation of embedded document be stored.
81 Setting of this property to true tells the embedded object that
82 controlls the document to store or not to store the graphical
83 representation of the document in to the object persistence.
84 If this property is not set the object makes the decision itself.
87 [optional,property
] boolean StoreVisualReplacement
;
89 //------------------------------------------------------------------------
90 /** allows to provide a dispatch interceptor for outplace activation.
92 [optional,property
] ::com
::sun
::star
::frame
::XDispatchProviderInterceptor
93 OutplaceDispatchInterceptor
;
97 //============================================================================