diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-04-26 13:14:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-04-26 13:14:36 +0000 |
commit | 77d76c46f345681063c29a6f2287379b15a685e6 (patch) | |
tree | aa833c728664d4f678b6ed7b5481df7812303539 /svx/inc/xmleohlp.hxx | |
parent | 53af91e3717351395fb6b1e63e17b80bb82ebea6 (diff) |
INTEGRATION: CWS fwk37 (1.11.334); FILE MERGED
2006/03/22 09:39:19 mav 1.11.334.1: #i58560# let the MSOLE object contain the replacement image in non-Oasis formats
Diffstat (limited to 'svx/inc/xmleohlp.hxx')
-rw-r--r-- | svx/inc/xmleohlp.hxx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/svx/inc/xmleohlp.hxx b/svx/inc/xmleohlp.hxx index ef45dc281375..31d4eb2b499c 100644 --- a/svx/inc/xmleohlp.hxx +++ b/svx/inc/xmleohlp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xmleohlp.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 19:49:29 $ + * last change: $Author: kz $ $Date: 2006-04-26 14:14:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,6 +54,9 @@ #ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_ #include <com/sun/star/container/XNameAccess.hpp> #endif +#ifndef _COM_SUN_STAR_EMBED_XEMBEDDEDOBJECT_HPP_ +#include <com/sun/star/embed/XEmbeddedObject.hpp> +#endif #ifndef INCLUDED_SVXDLLAPI_H #include "svx/svxdllapi.h" @@ -106,7 +109,8 @@ private: ::rtl::OUString& rContainerStorageName, ::rtl::OUString& rObjectStorageName, sal_Bool bInternalToExternal, - sal_Bool *pGraphicRepl=0 ) const; + sal_Bool *pGraphicRepl=0, + sal_Bool *pOasisFormat=0 ) const; SVX_DLLPRIVATE com::sun::star::uno::Reference < com::sun::star::embed::XStorage > ImplGetContainerStorage( const ::rtl::OUString& rStorageName ); @@ -121,6 +125,9 @@ private: SVX_DLLPRIVATE ::rtl::OUString ImplInsertEmbeddedObjectURL( const ::rtl::OUString& rURLStr ); + SVX_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > ImplGetReplacementImage( + const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj ); + protected: SvXMLEmbeddedObjectHelper(); |