diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 17:30:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 17:30:36 +0000 |
commit | de32a558fc299735ff6ff87e9ca6e26244760c97 (patch) | |
tree | 1e97c22d64289ffe903fb88d03c6b001c0de67d1 /comphelper | |
parent | 86f42e9feda8413f21854b28cf44792c67477a3e (diff) |
INTEGRATION: CWS inplaceobjects (1.9.68); FILE MERGED
2006/07/06 15:26:43 mba 1.9.68.2: RESYNC: (1.9-1.10); FILE MERGED
2006/06/09 10:34:41 mba 1.9.68.1: #i66239#: create OLE objects with special MiscStatus
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/embeddedobjectcontainer.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx b/comphelper/inc/comphelper/embeddedobjectcontainer.hxx index c69e2fcd6b5d..56bec9e61378 100644 --- a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx +++ b/comphelper/inc/comphelper/embeddedobjectcontainer.hxx @@ -4,9 +4,9 @@ * * $RCSfile: embeddedobjectcontainer.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:42:55 $ + * last change: $Author: vg $ $Date: 2006-11-01 18:30:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,6 +104,10 @@ public: ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject > CreateEmbeddedObject( const com::sun::star::uno::Sequence < sal_Int8 >&, ::rtl::OUString& ); + ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject > + CreateEmbeddedObject( const com::sun::star::uno::Sequence < sal_Int8 >&, + const com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >&, ::rtl::OUString& ); + // insert an embedded object into the container - objects persistant representation will be added to the storage sal_Bool InsertEmbeddedObject( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >&, ::rtl::OUString& ); |