2001-05-09 11:22:39 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 12:34:07 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2001-05-09 11:22:39 +00:00
|
|
|
*
|
2005-09-09 12:34:07 +00:00
|
|
|
* $RCSfile: XMLEmbeddedObjectImportContext.cxx,v $
|
2001-05-09 11:22:39 +00:00
|
|
|
*
|
2007-06-27 13:55:45 +00:00
|
|
|
* $Revision: 1.15 $
|
2001-05-09 11:22:39 +00:00
|
|
|
*
|
2007-06-27 13:55:45 +00:00
|
|
|
* last change: $Author: hr $ $Date: 2007-06-27 14:55:45 $
|
2001-05-09 11:22:39 +00:00
|
|
|
*
|
2005-09-09 12:34:07 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2001-05-09 11:22:39 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 12:34:07 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2001-05-09 11:22:39 +00:00
|
|
|
*
|
2005-09-09 12:34:07 +00:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2001-05-09 11:22:39 +00:00
|
|
|
*
|
2005-09-09 12:34:07 +00:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2001-05-09 11:22:39 +00:00
|
|
|
*
|
2005-09-09 12:34:07 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2001-05-09 11:22:39 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-09-17 09:20:17 +00:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_xmloff.hxx"
|
|
|
|
|
2001-05-09 11:22:39 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DOCUMENT_XIMPORTER_HPP_
|
|
|
|
#include <com/sun/star/document/XImporter.hpp>
|
|
|
|
#endif
|
2002-10-10 07:28:07 +00:00
|
|
|
#ifndef _COM_SUN_STAR_UTIL_XMODIFIABLE_HPP_
|
|
|
|
#include <com/sun/star/util/XModifiable.hpp>
|
|
|
|
#endif
|
2007-06-26 14:52:11 +00:00
|
|
|
#ifndef _COM_SUN_STAR_UTIL_XMODIFIABLE2_HPP_
|
|
|
|
#include <com/sun/star/util/XModifiable2.hpp>
|
|
|
|
#endif
|
2002-11-05 07:16:47 +00:00
|
|
|
#ifndef _COM_SUN_STAR_FRAME_XSTORABLE_HPP_
|
|
|
|
#include <com/sun/star/frame/XStorable.hpp>
|
|
|
|
#endif
|
2001-05-09 11:22:39 +00:00
|
|
|
|
2004-05-03 12:32:58 +00:00
|
|
|
// #110680#
|
|
|
|
//#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
|
|
|
|
//#include <comphelper/processfactory.hxx>
|
|
|
|
//#endif
|
|
|
|
|
|
|
|
#ifndef _GLOBNAME_HXX
|
|
|
|
#include <tools/globname.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SOT_CLSIDS_HXX
|
|
|
|
#include <sot/clsids.hxx>
|
2001-05-09 11:22:39 +00:00
|
|
|
#endif
|
2003-12-01 09:13:40 +00:00
|
|
|
#ifndef _GLOBNAME_HXX
|
|
|
|
#include <tools/globname.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SOT_CLSIDS_HXX
|
|
|
|
#include <sot/clsids.hxx>
|
|
|
|
#endif
|
2001-05-09 11:22:39 +00:00
|
|
|
|
|
|
|
#ifndef _XMLOFF_NMSPMAP_HXX
|
2007-06-27 13:55:45 +00:00
|
|
|
#include <xmloff/nmspmap.hxx>
|
2001-05-09 11:22:39 +00:00
|
|
|
#endif
|
|
|
|
#ifndef _XMLOFF_XMLIMP_HXX
|
2007-06-27 13:55:45 +00:00
|
|
|
#include <xmloff/xmlimp.hxx>
|
2001-05-09 11:22:39 +00:00
|
|
|
#endif
|
|
|
|
#ifndef _XMLOFF_XMLNMSPE_HXX
|
|
|
|
#include "xmlnmspe.hxx"
|
|
|
|
#endif
|
2001-06-29 20:07:26 +00:00
|
|
|
#ifndef _XMLOFF_XMLTOKEN_HXX
|
2007-06-27 13:55:45 +00:00
|
|
|
#include <xmloff/xmltoken.hxx>
|
2001-05-09 11:22:39 +00:00
|
|
|
#endif
|
2002-10-10 07:28:07 +00:00
|
|
|
#ifndef _XMLOFF_XMLERROR_HXX
|
|
|
|
#include "xmlerror.hxx"
|
|
|
|
#endif
|
2004-11-09 11:14:17 +00:00
|
|
|
#ifndef _XMLOFF_ATTRLIST_HXX
|
2007-06-27 13:55:45 +00:00
|
|
|
#include <xmloff/attrlist.hxx>
|
2004-11-09 11:14:17 +00:00
|
|
|
#endif
|
2001-05-09 11:22:39 +00:00
|
|
|
|
|
|
|
#ifndef _XMLOFF_XMLFILTERSERVICENAMES_H
|
|
|
|
#include "XMLFilterServiceNames.h"
|
|
|
|
#endif
|
|
|
|
#ifndef _XMLOFF_XMLEMBEDDEDOBJECTIMPORTCONTEXT_HXX
|
|
|
|
#include "XMLEmbeddedObjectImportContext.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
using namespace ::rtl;
|
|
|
|
using namespace ::com::sun::star::uno;
|
2002-10-10 07:28:07 +00:00
|
|
|
using namespace ::com::sun::star::util;
|
|
|
|
using namespace ::com::sun::star::beans;
|
2001-05-09 11:22:39 +00:00
|
|
|
using namespace ::com::sun::star::lang;
|
2002-11-05 07:16:47 +00:00
|
|
|
using namespace ::com::sun::star::frame;
|
2001-05-09 11:22:39 +00:00
|
|
|
using namespace ::com::sun::star::document;
|
|
|
|
using namespace ::com::sun::star::xml::sax;
|
2001-06-29 20:07:26 +00:00
|
|
|
using namespace ::xmloff::token;
|
2001-05-09 11:22:39 +00:00
|
|
|
|
|
|
|
struct XMLServiceMapEntry_Impl
|
|
|
|
{
|
2001-06-29 20:07:26 +00:00
|
|
|
enum XMLTokenEnum eClass;
|
2001-05-09 11:22:39 +00:00
|
|
|
const sal_Char *sFilterService;
|
|
|
|
sal_Int32 nFilterServiceLen;
|
|
|
|
};
|
|
|
|
|
|
|
|
#define SERVICE_MAP_ENTRY( cls, app ) \
|
2001-06-29 20:07:26 +00:00
|
|
|
{ XML_##cls, \
|
2003-12-01 09:13:40 +00:00
|
|
|
XML_IMPORT_FILTER_##app, sizeof(XML_IMPORT_FILTER_##app)-1}
|
2001-05-09 11:22:39 +00:00
|
|
|
|
|
|
|
const XMLServiceMapEntry_Impl aServiceMap[] =
|
|
|
|
{
|
2001-06-29 20:07:26 +00:00
|
|
|
SERVICE_MAP_ENTRY( TEXT, WRITER ),
|
|
|
|
SERVICE_MAP_ENTRY( ONLINE_TEXT, WRITER ),
|
|
|
|
SERVICE_MAP_ENTRY( SPREADSHEET, CALC ),
|
|
|
|
SERVICE_MAP_ENTRY( DRAWING, DRAW ),
|
|
|
|
SERVICE_MAP_ENTRY( PRESENTATION, IMPRESS ),
|
|
|
|
SERVICE_MAP_ENTRY( CHART, CHART ),
|
|
|
|
{ XML_TOKEN_INVALID, 0, 0 }
|
2001-05-09 11:22:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
class XMLEmbeddedObjectImportContext_Impl : public SvXMLImportContext
|
|
|
|
{
|
|
|
|
::com::sun::star::uno::Reference<
|
|
|
|
::com::sun::star::xml::sax::XDocumentHandler > xHandler;
|
|
|
|
|
|
|
|
public:
|
|
|
|
TYPEINFO();
|
|
|
|
|
|
|
|
XMLEmbeddedObjectImportContext_Impl( SvXMLImport& rImport, USHORT nPrfx,
|
|
|
|
const ::rtl::OUString& rLName,
|
|
|
|
const ::com::sun::star::uno::Reference<
|
|
|
|
::com::sun::star::xml::sax::XDocumentHandler >& rHandler );
|
|
|
|
|
|
|
|
virtual ~XMLEmbeddedObjectImportContext_Impl();
|
|
|
|
|
|
|
|
virtual SvXMLImportContext *CreateChildContext( USHORT nPrefix,
|
|
|
|
const ::rtl::OUString& rLocalName,
|
|
|
|
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
|
|
|
|
|
|
|
|
virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
|
|
|
|
|
|
|
|
virtual void EndElement();
|
|
|
|
|
|
|
|
virtual void Characters( const ::rtl::OUString& rChars );
|
|
|
|
};
|
|
|
|
|
|
|
|
TYPEINIT1( XMLEmbeddedObjectImportContext_Impl, SvXMLImportContext );
|
|
|
|
|
|
|
|
XMLEmbeddedObjectImportContext_Impl::XMLEmbeddedObjectImportContext_Impl(
|
|
|
|
SvXMLImport& rImport, USHORT nPrfx,
|
|
|
|
const OUString& rLName,
|
|
|
|
const Reference< XDocumentHandler >& rHandler ) :
|
|
|
|
SvXMLImportContext( rImport, nPrfx, rLName ),
|
|
|
|
xHandler( rHandler )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
XMLEmbeddedObjectImportContext_Impl::~XMLEmbeddedObjectImportContext_Impl()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
SvXMLImportContext *XMLEmbeddedObjectImportContext_Impl::CreateChildContext(
|
|
|
|
USHORT nPrefix,
|
|
|
|
const OUString& rLocalName,
|
2006-06-19 17:04:47 +00:00
|
|
|
const Reference< XAttributeList >& )
|
2001-05-09 11:22:39 +00:00
|
|
|
{
|
|
|
|
return new XMLEmbeddedObjectImportContext_Impl( GetImport(),
|
|
|
|
nPrefix, rLocalName,
|
|
|
|
xHandler );
|
|
|
|
}
|
|
|
|
|
|
|
|
void XMLEmbeddedObjectImportContext_Impl::StartElement(
|
|
|
|
const Reference< XAttributeList >& xAttrList )
|
|
|
|
{
|
|
|
|
xHandler->startElement( GetImport().GetNamespaceMap().GetQNameByKey(
|
|
|
|
GetPrefix(), GetLocalName() ),
|
|
|
|
xAttrList );
|
|
|
|
}
|
|
|
|
|
|
|
|
void XMLEmbeddedObjectImportContext_Impl::EndElement()
|
|
|
|
{
|
|
|
|
xHandler->endElement( GetImport().GetNamespaceMap().GetQNameByKey(
|
|
|
|
GetPrefix(), GetLocalName() ) );
|
|
|
|
}
|
|
|
|
|
|
|
|
void XMLEmbeddedObjectImportContext_Impl::Characters( const OUString& rChars )
|
|
|
|
{
|
|
|
|
xHandler->characters( rChars );
|
|
|
|
}
|
|
|
|
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
TYPEINIT1( XMLEmbeddedObjectImportContext, SvXMLImportContext );
|
|
|
|
|
|
|
|
sal_Bool XMLEmbeddedObjectImportContext::SetComponent(
|
|
|
|
Reference< XComponent >& rComp )
|
|
|
|
{
|
|
|
|
if( !rComp.is() || !sFilterService.getLength() )
|
|
|
|
return sal_False;
|
|
|
|
|
2002-10-10 07:28:07 +00:00
|
|
|
|
2001-05-09 11:22:39 +00:00
|
|
|
Sequence<Any> aArgs( 0 );
|
2004-05-03 12:32:58 +00:00
|
|
|
|
|
|
|
// #110680#
|
|
|
|
// Reference< XMultiServiceFactory > xServiceFactory = comphelper::getProcessServiceFactory();
|
|
|
|
Reference< XMultiServiceFactory > xServiceFactory = GetImport().getServiceFactory();
|
|
|
|
|
2001-05-09 11:22:39 +00:00
|
|
|
xHandler = Reference < XDocumentHandler >(
|
|
|
|
xServiceFactory->createInstanceWithArguments( sFilterService, aArgs),
|
|
|
|
UNO_QUERY);
|
|
|
|
|
|
|
|
if( !xHandler.is() )
|
|
|
|
return sal_False;
|
|
|
|
|
2007-06-26 14:52:11 +00:00
|
|
|
try
|
|
|
|
{
|
|
|
|
Reference < XModifiable2 > xModifiable2( rComp, UNO_QUERY_THROW );
|
|
|
|
xModifiable2->disableSetModified();
|
|
|
|
}
|
|
|
|
catch( Exception& )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2001-05-09 11:22:39 +00:00
|
|
|
Reference < XImporter > xImporter( xHandler, UNO_QUERY );
|
|
|
|
xImporter->setTargetDocument( rComp );
|
|
|
|
|
2002-10-10 07:28:07 +00:00
|
|
|
xComp = rComp; // keep ref to component only if there is a handler
|
2007-06-26 14:52:11 +00:00
|
|
|
|
2001-05-09 11:22:39 +00:00
|
|
|
return sal_True;
|
|
|
|
}
|
|
|
|
|
|
|
|
XMLEmbeddedObjectImportContext::XMLEmbeddedObjectImportContext(
|
|
|
|
SvXMLImport& rImport, USHORT nPrfx, const OUString& rLName,
|
|
|
|
const Reference< XAttributeList >& xAttrList ) :
|
|
|
|
SvXMLImportContext( rImport, nPrfx, rLName )
|
|
|
|
{
|
2003-12-01 09:13:40 +00:00
|
|
|
SvGlobalName aName;
|
|
|
|
|
2001-05-09 11:22:39 +00:00
|
|
|
if( nPrfx == XML_NAMESPACE_MATH &&
|
2001-06-29 20:07:26 +00:00
|
|
|
IsXMLToken( rLName, XML_MATH ) )
|
2001-05-09 11:22:39 +00:00
|
|
|
{
|
|
|
|
sFilterService = OUString( RTL_CONSTASCII_USTRINGPARAM(XML_IMPORT_FILTER_MATH) );
|
2003-12-01 09:13:40 +00:00
|
|
|
aName = SvGlobalName(SO3_SM_CLASSID);
|
2001-05-09 11:22:39 +00:00
|
|
|
}
|
|
|
|
else if( nPrfx == XML_NAMESPACE_OFFICE &&
|
2001-06-29 20:07:26 +00:00
|
|
|
IsXMLToken( rLName, XML_DOCUMENT ) )
|
2001-05-09 11:22:39 +00:00
|
|
|
{
|
2004-07-13 07:05:41 +00:00
|
|
|
OUString sMime;
|
2001-05-09 11:22:39 +00:00
|
|
|
|
|
|
|
sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0;
|
|
|
|
for( sal_Int16 i=0; i < nAttrCount; i++ )
|
|
|
|
{
|
|
|
|
const OUString& rAttrName = xAttrList->getNameByIndex( i );
|
|
|
|
OUString aLocalName;
|
|
|
|
sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName( rAttrName, &aLocalName );
|
|
|
|
if( nPrefix == XML_NAMESPACE_OFFICE &&
|
2004-07-13 07:05:41 +00:00
|
|
|
IsXMLToken( aLocalName, XML_MIMETYPE ) )
|
2001-05-09 11:22:39 +00:00
|
|
|
{
|
2004-07-13 07:05:41 +00:00
|
|
|
sMime = xAttrList->getValueByIndex( i );
|
2001-05-09 11:22:39 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-07-13 07:05:41 +00:00
|
|
|
OUString sClass;
|
|
|
|
OUString aTmp( RTL_CONSTASCII_USTRINGPARAM("application/vnd.oasis.openoffice.") );
|
|
|
|
if( 0 == sMime.compareTo( aTmp, aTmp.getLength() ) )
|
|
|
|
{
|
|
|
|
sClass = sMime.copy( aTmp.getLength() );
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
aTmp = OUString( RTL_CONSTASCII_USTRINGPARAM("application/x-vnd.oasis.openoffice.") );
|
|
|
|
if( 0 == sMime.compareTo( aTmp, aTmp.getLength() ) )
|
|
|
|
sClass = sMime.copy( aTmp.getLength() );
|
|
|
|
}
|
|
|
|
|
2001-05-09 11:22:39 +00:00
|
|
|
if( sClass.getLength() )
|
|
|
|
{
|
|
|
|
const XMLServiceMapEntry_Impl *pEntry = aServiceMap;
|
2001-06-29 20:07:26 +00:00
|
|
|
while( pEntry->eClass != XML_TOKEN_INVALID )
|
2001-05-09 11:22:39 +00:00
|
|
|
{
|
2001-06-29 20:07:26 +00:00
|
|
|
if( IsXMLToken( sClass, pEntry->eClass ) )
|
2001-05-09 11:22:39 +00:00
|
|
|
{
|
|
|
|
sFilterService = OUString( pEntry->sFilterService,
|
|
|
|
pEntry->nFilterServiceLen,
|
|
|
|
RTL_TEXTENCODING_ASCII_US );
|
2003-12-01 09:13:40 +00:00
|
|
|
|
|
|
|
switch( pEntry->eClass )
|
|
|
|
{
|
|
|
|
case XML_TEXT: aName = SvGlobalName(SO3_SW_CLASSID); break;
|
|
|
|
case XML_ONLINE_TEXT: aName = SvGlobalName(SO3_SWWEB_CLASSID); break;
|
|
|
|
case XML_SPREADSHEET: aName = SvGlobalName(SO3_SC_CLASSID); break;
|
|
|
|
case XML_DRAWING: aName = SvGlobalName(SO3_SDRAW_CLASSID); break;
|
|
|
|
case XML_PRESENTATION: aName = SvGlobalName(SO3_SIMPRESS_CLASSID); break;
|
|
|
|
case XML_CHART: aName = SvGlobalName(SO3_SCH_CLASSID); break;
|
2006-06-19 17:04:47 +00:00
|
|
|
default:
|
|
|
|
break;
|
2003-12-01 09:13:40 +00:00
|
|
|
}
|
|
|
|
|
2001-05-09 11:22:39 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
pEntry++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2003-12-01 09:13:40 +00:00
|
|
|
|
|
|
|
sCLSID = aName.GetHexName();
|
2001-05-09 11:22:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
XMLEmbeddedObjectImportContext::~XMLEmbeddedObjectImportContext()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
SvXMLImportContext *XMLEmbeddedObjectImportContext::CreateChildContext(
|
|
|
|
USHORT nPrefix, const OUString& rLocalName,
|
2006-06-19 17:04:47 +00:00
|
|
|
const Reference< XAttributeList >& )
|
2001-05-09 11:22:39 +00:00
|
|
|
{
|
|
|
|
if( xHandler.is() )
|
|
|
|
return new XMLEmbeddedObjectImportContext_Impl( GetImport(),
|
|
|
|
nPrefix, rLocalName,
|
|
|
|
xHandler );
|
|
|
|
else
|
|
|
|
return new SvXMLImportContext( GetImport(), nPrefix, rLocalName );
|
|
|
|
}
|
|
|
|
|
|
|
|
void XMLEmbeddedObjectImportContext::StartElement(
|
2004-11-09 11:14:17 +00:00
|
|
|
const Reference< XAttributeList >& rAttrList )
|
2001-05-09 11:22:39 +00:00
|
|
|
{
|
|
|
|
if( xHandler.is() )
|
|
|
|
{
|
|
|
|
xHandler->startDocument();
|
2004-11-09 11:14:17 +00:00
|
|
|
// #i34042: copy namepspace declarations
|
|
|
|
SvXMLAttributeList *pAttrList = new SvXMLAttributeList( rAttrList );
|
|
|
|
Reference< XAttributeList > xAttrList( pAttrList );
|
|
|
|
const SvXMLNamespaceMap& rNamespaceMap = GetImport().GetNamespaceMap();
|
|
|
|
sal_uInt16 nPos = rNamespaceMap.GetFirstKey();
|
|
|
|
while( USHRT_MAX != nPos )
|
|
|
|
{
|
|
|
|
OUString aAttrName( rNamespaceMap.GetAttrNameByKey( nPos ) );
|
|
|
|
if( 0 == xAttrList->getValueByName( aAttrName ).getLength() )
|
|
|
|
{
|
|
|
|
pAttrList->AddAttribute( aAttrName,
|
|
|
|
rNamespaceMap.GetNameByKey( nPos ) );
|
|
|
|
}
|
|
|
|
nPos = rNamespaceMap.GetNextKey( nPos );
|
|
|
|
}
|
2001-05-09 11:22:39 +00:00
|
|
|
xHandler->startElement( GetImport().GetNamespaceMap().GetQNameByKey(
|
|
|
|
GetPrefix(), GetLocalName() ),
|
|
|
|
xAttrList );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void XMLEmbeddedObjectImportContext::EndElement()
|
|
|
|
{
|
|
|
|
if( xHandler.is() )
|
|
|
|
{
|
|
|
|
xHandler->endElement( GetImport().GetNamespaceMap().GetQNameByKey(
|
|
|
|
GetPrefix(), GetLocalName() ) );
|
|
|
|
xHandler->endDocument();
|
2002-10-10 07:28:07 +00:00
|
|
|
|
2002-11-05 07:16:47 +00:00
|
|
|
|
2004-10-04 17:11:04 +00:00
|
|
|
// storing part is commented out since it should be done through the object, not the model
|
|
|
|
// TODO/LATER: probably an object should be provided here an be stored here
|
2002-10-10 07:28:07 +00:00
|
|
|
|
2007-06-26 14:52:11 +00:00
|
|
|
// // Save the object. That's required because the object should not be
|
|
|
|
// // modified (it has been loaded just now). Setting it to unmodified
|
|
|
|
// // only does not work, because it is then assumed that it has been
|
|
|
|
// // stored.
|
|
|
|
// Reference < XStorable > xStorable( xComp, UNO_QUERY );
|
|
|
|
// if( xStorable.is() )
|
|
|
|
// {
|
|
|
|
// try
|
|
|
|
// {
|
|
|
|
// xStorable->store();
|
|
|
|
// }
|
|
|
|
// catch( ::com::sun::star::beans::PropertyVetoException& )
|
|
|
|
// {
|
|
|
|
// Sequence<OUString> aSeq( 0 );
|
|
|
|
// GetImport().SetError( XMLERROR_FLAG_WARNING |
|
|
|
|
// XMLERROR_API,
|
|
|
|
// aSeq );
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
try
|
|
|
|
{
|
|
|
|
Reference < XModifiable2 > xModifiable2( xComp, UNO_QUERY_THROW );
|
|
|
|
xModifiable2->enableSetModified();
|
|
|
|
xModifiable2->setModified( sal_True ); // trigger new replacement image generation
|
|
|
|
}
|
|
|
|
catch( Exception& )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// // reset modifies state for the object since it has been imported
|
|
|
|
// // completly and therfor hasn't been modified.
|
|
|
|
// Reference < XModifiable > xModifiable( xComp, UNO_QUERY );
|
|
|
|
// if( xModifiable.is() )
|
|
|
|
// {
|
|
|
|
// try
|
|
|
|
// {
|
|
|
|
// xModifiable->setModified( sal_False );
|
|
|
|
// }
|
|
|
|
// catch( ::com::sun::star::beans::PropertyVetoException& e )
|
|
|
|
// {
|
|
|
|
// Sequence<OUString> aSeq( 0 );
|
|
|
|
// GetImport().SetError( XMLERROR_FLAG_WARNING |
|
|
|
|
// XMLERROR_API,
|
|
|
|
// aSeq );
|
|
|
|
// }
|
|
|
|
// }
|
2001-05-09 11:22:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void XMLEmbeddedObjectImportContext::Characters( const ::rtl::OUString& rChars )
|
|
|
|
{
|
|
|
|
if( xHandler.is() )
|
|
|
|
xHandler->characters( rChars );
|
|
|
|
}
|
|
|
|
|