summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/embeddedobjectcontainer.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 19:19:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 19:19:00 +0000
commitdd30e03cb6be51e80c02b7408c36ce3039a63b9a (patch)
treea644dda9d012d86091105447a466b5adc1322d6b /comphelper/inc/comphelper/embeddedobjectcontainer.hxx
parent4656f7b0c6c28629fb89e9b89259317016a5eb54 (diff)
INTEGRATION: CWS chart2mst3 (1.9.36); FILE MERGED
2006/11/30 12:06:28 mba 1.9.36.4: #i64497#: parent is now set before objects are loaded 2006/11/24 15:51:46 bm 1.9.36.3: RESYNC: (1.10-1.11); FILE MERGED 2006/10/18 17:28:35 bm 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/10/13 16:15:08 mba 1.9.36.1: #i64497#: make sure that parent of documents is set before loading it as some documents (chart2!) need this
Diffstat (limited to 'comphelper/inc/comphelper/embeddedobjectcontainer.hxx')
-rw-r--r--comphelper/inc/comphelper/embeddedobjectcontainer.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx b/comphelper/inc/comphelper/embeddedobjectcontainer.hxx
index 56bec9e61378..533891a5a5a1 100644
--- a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx
+++ b/comphelper/inc/comphelper/embeddedobjectcontainer.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: embeddedobjectcontainer.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2006-11-01 18:30:36 $
+ * last change: $Author: vg $ $Date: 2007-05-22 20:19:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,6 +53,9 @@
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
#include <com/sun/star/beans/PropertyValue.hpp>
#endif
+#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_
+#include <com/sun/star/frame/XModel.hpp>
+#endif
#ifndef INCLUDED_COMPHELPERDLLAPI_H
#include "comphelper/comphelperdllapi.h"
#endif
@@ -67,6 +70,9 @@ class COMPHELPER_DLLPUBLIC EmbeddedObjectContainer
{
EmbedImpl* pImpl;
+ ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject > Get_Impl( const ::rtl::OUString&,
+ const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& xCopy);
+
public:
// add an embedded object to the container storage
sal_Bool StoreEmbeddedObject( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >&, ::rtl::OUString&, sal_Bool );
@@ -76,6 +82,8 @@ public:
EmbeddedObjectContainer();
EmbeddedObjectContainer( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& );
+ EmbeddedObjectContainer( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&,
+ const com::sun::star::uno::Reference < com::sun::star::uno::XInterface >& );
~EmbeddedObjectContainer();
void SwitchPersistence( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& );