/************************************************************************* * * $RCSfile: sdxmlimp.cxx,v $ * * $Revision: 1.32 $ * * last change: $Author: thb $ $Date: 2001-10-24 15:22:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * 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. * * 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. * * 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 * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ #pragma hdrstop #ifndef _XMLOFF_XMLMETAI_HXX #include "xmlscripti.hxx" #endif #ifndef _SDXMLIMP_HXX #include "sdxmlimp.hxx" #endif #ifndef _SDXMLIMP_IMPL_HXX #include "sdxmlimp_impl.hxx" #endif #ifndef _XIMPBODY_HXX #include "ximpbody.hxx" #endif #ifndef _SFX_XMLMETAI_HXX #include "xmlmetai.hxx" #endif #ifndef _XIMPSTYLE_HXX #include "ximpstyl.hxx" #endif #ifndef _XMLOFF_XMLNMSPE_HXX #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLTOKEN_HXX #include "xmltoken.hxx" #endif #ifndef _XMLOFF_XMLUCONV_HXX #include "xmluconv.hxx" #endif #ifndef _XMLOFF_DOCUMENTSETTINGSCONTEXT_HXX #include "DocumentSettingsContext.hxx" #endif #ifndef _COM_SUN_STAR_FORM_XFORMSSUPPLIER_HPP_ #include #endif #ifndef _COM_SUN_STAR_DOCUMENT_XDOCUMENTINFOSUPPLIER_HPP_ #include #endif #ifndef _COM_SUN_STAR_TASK_XSTATUSINDICATORSUPPLIER_HPP_ #include #endif #ifndef _COM_SUN_STAR_STYLE_XSTYLEFAMILIESSUPPLIER_HPP_ #include #endif #ifndef _COM_SUN_STAR_DRAWING_XMASTERPAGESSUPPLIER_HPP_ #include #endif #ifndef _COM_SUN_STAR_DRAWING_XDRAWPAGESSUPPLIER_HPP_ #include #endif #ifndef _SDPROPLS_HXX #include "sdpropls.hxx" #endif #ifndef _XMLOFF_XMLEXPPR_HXX #include "xmlexppr.hxx" #endif #ifndef _TOOLS_DEBUG_HXX #include #endif #ifndef _COM_SUN_STAR_STYLE_XSTYLE_HPP_ #include #endif using namespace ::rtl; using namespace ::com::sun::star; using namespace ::xmloff::token; ////////////////////////////////////////////////////////////////////////////// static __FAR_DATA SvXMLTokenMapEntry aDocElemTokenMap[] = { { XML_NAMESPACE_OFFICE, XML_STYLES, XML_TOK_DOC_STYLES }, { XML_NAMESPACE_OFFICE, XML_AUTOMATIC_STYLES, XML_TOK_DOC_AUTOSTYLES }, { XML_NAMESPACE_OFFICE, XML_MASTER_STYLES, XML_TOK_DOC_MASTERSTYLES }, { XML_NAMESPACE_OFFICE, XML_META, XML_TOK_DOC_META }, { XML_NAMESPACE_OFFICE, XML_SCRIPT, XML_TOK_DOC_SCRIPT }, { XML_NAMESPACE_OFFICE, XML_BODY, XML_TOK_DOC_BODY }, { XML_NAMESPACE_OFFICE, XML_SETTINGS, XML_TOK_DOC_SETTINGS }, XML_TOKEN_MAP_END }; static __FAR_DATA SvXMLTokenMapEntry aBodyElemTokenMap[] = { { XML_NAMESPACE_DRAW, XML_PAGE, XML_TOK_BODY_PAGE }, { XML_NAMESPACE_PRESENTATION, XML_SETTINGS, XML_TOK_BODY_SETTINGS }, XML_TOKEN_MAP_END }; static __FAR_DATA SvXMLTokenMapEntry aStylesElemTokenMap[] = { { XML_NAMESPACE_STYLE, XML_PAGE_MASTER, XML_TOK_STYLES_PAGE_MASTER }, { XML_NAMESPACE_STYLE, XML_PRESENTATION_PAGE_LAYOUT, XML_TOK_STYLES_PRESENTATION_PAGE_LAYOUT }, { XML_NAMESPACE_STYLE, XML_STYLE, XML_TOK_STYLES_STYLE }, { XML_NAMESPACE_NUMBER, XML_DATE_STYLE, XML_TOK_STYLES_DATE_STYLE }, { XML_NAMESPACE_NUMBER, XML_TIME_STYLE, XML_TOK_STYLES_TIME_STYLE }, XML_TOKEN_MAP_END }; static __FAR_DATA SvXMLTokenMapEntry aMasterPageElemTokenMap[] = { { XML_NAMESPACE_STYLE, XML_STYLE, XML_TOK_MASTERPAGE_STYLE }, { XML_NAMESPACE_PRESENTATION, XML_NOTES, XML_TOK_MASTERPAGE_NOTES }, XML_TOKEN_MAP_END }; static __FAR_DATA SvXMLTokenMapEntry aMasterPageAttrTokenMap[] = { { XML_NAMESPACE_STYLE, XML_NAME, XML_TOK_MASTERPAGE_NAME }, { XML_NAMESPACE_STYLE, XML_PAGE_MASTER_NAME, XML_TOK_MASTERPAGE_PAGE_MASTER_NAME }, { XML_NAMESPACE_DRAW, XML_STYLE_NAME, XML_TOK_MASTERPAGE_STYLE_NAME }, { XML_NAMESPACE_PRESENTATION, XML_PRESENTATION_PAGE_LAYOUT_NAME, XML_TOK_MASTERPAGE_PAGE_LAYOUT_NAME }, XML_TOKEN_MAP_END }; static __FAR_DATA SvXMLTokenMapEntry aPageMasterAttrTokenMap[] = { { XML_NAMESPACE_STYLE, XML_NAME, XML_TOK_PAGEMASTER_NAME }, XML_TOKEN_MAP_END }; static __FAR_DATA SvXMLTokenMapEntry aPageMasterStyleAttrTokenMap[] = { { XML_NAMESPACE_FO, XML_MARGIN_TOP, XML_TOK_PAGEMASTERSTYLE_MARGIN_TOP }, { XML_NAMESPACE_FO, XML_MARGIN_BOTTOM, XML_TOK_PAGEMASTERSTYLE_MARGIN_BOTTOM }, { XML_NAMESPACE_FO, XML_MARGIN_LEFT, XML_TOK_PAGEMASTERSTYLE_MARGIN_LEFT }, { XML_NAMESPACE_FO, XML_MARGIN_RIGHT, XML_TOK_PAGEMASTERSTYLE_MARGIN_RIGHT }, { XML_NAMESPACE_FO, XML_PAGE_WIDTH, XML_TOK_PAGEMASTERSTYLE_PAGE_WIDTH }, { XML_NAMESPACE_FO, XML_PAGE_HEIGHT, XML_TOK_PAGEMASTERSTYLE_PAGE_HEIGHT }, { XML_NAMESPACE_STYLE, XML_PRINT_ORIENTATION, XML_TOK_PAGEMASTERSTYLE_PAGE_ORIENTATION }, XML_TOKEN_MAP_END }; static __FAR_DATA SvXMLTokenMapEntry aDrawPageAttrTokenMap[] = { { XML_NAMESPACE_DRAW, XML_NAME, XML_TOK_DRAWPAGE_NAME }, { XML_NAMESPACE_DRAW, XML_STYLE_NAME, XML_TOK_DRAWPAGE_STYLE_NAME }, { XML_NAMESPACE_DRAW, XML_MASTER_PAGE_NAME, XML_TOK_DRAWPAGE_MASTER_PAGE_NAME }, { XML_NAMESPACE_PRESENTATION, XML_PRESENTATION_PAGE_LAYOUT_NAME, XML_TOK_DRAWPAGE_PAGE_LAYOUT_NAME }, { XML_NAMESPACE_DRAW, XML_ID, XML_TOK_DRAWPAGE_ID }, XML_TOKEN_MAP_END }; static __FAR_DATA SvXMLTokenMapEntry aDrawPageElemTokenMap[] = { { XML_NAMESPACE_PRESENTATION, XML_NOTES, XML_TOK_DRAWPAGE_NOTES }, XML_TOKEN_MAP_END }; static __FAR_DATA SvXMLTokenMapEntry aPresentationPlaceholderAttrTokenMap[] = { { XML_NAMESPACE_PRESENTATION, XML_OBJECT, XML_TOK_PRESENTATIONPLACEHOLDER_OBJECTNAME }, { XML_NAMESPACE_SVG, XML_X, XML_TOK_PRESENTATIONPLACEHOLDER_X }, { XML_NAMESPACE_SVG, XML_Y, XML_TOK_PRESENTATIONPLACEHOLDER_Y }, { XML_NAMESPACE_SVG, XML_WIDTH, XML_TOK_PRESENTATIONPLACEHOLDER_WIDTH }, { XML_NAMESPACE_SVG, XML_HEIGHT, XML_TOK_PRESENTATIONPLACEHOLDER_HEIGHT }, XML_TOKEN_MAP_END }; ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// class SdXMLDocContext_Impl : public SvXMLImportContext { const SdXMLImport& GetSdImport() const { return (const SdXMLImport&)GetImport(); } SdXMLImport& GetSdImport() { return (SdXMLImport&)GetImport(); } public: SdXMLDocContext_Impl( SdXMLImport& rImport, USHORT nPrfx, const OUString& rLName, const uno::Reference& xAttrList); virtual ~SdXMLDocContext_Impl(); virtual SvXMLImportContext *CreateChildContext(USHORT nPrefix, const OUString& rLocalName, const uno::Reference& xAttrList); }; ////////////////////////////////////////////////////////////////////////////// SdXMLDocContext_Impl::SdXMLDocContext_Impl( SdXMLImport& rImport, USHORT nPrfx, const OUString& rLName, const uno::Reference& xAttrList) : SvXMLImportContext(rImport, nPrfx, rLName) { } ////////////////////////////////////////////////////////////////////////////// SdXMLDocContext_Impl::~SdXMLDocContext_Impl() { } ////////////////////////////////////////////////////////////////////////////// SvXMLImportContext *SdXMLDocContext_Impl::CreateChildContext( USHORT nPrefix, const OUString& rLocalName, const uno::Reference& xAttrList) { SvXMLImportContext* pContext = 0L; const SvXMLTokenMap& rTokenMap = GetSdImport().GetDocElemTokenMap(); switch(rTokenMap.Get(nPrefix, rLocalName)) { case XML_TOK_DOC_SETTINGS: { if( GetImport().getImportFlags() & IMPORT_SETTINGS ) { pContext = new XMLDocumentSettingsContext(GetImport(), nPrefix, rLocalName, xAttrList ); } break; } case XML_TOK_DOC_STYLES: { if( GetImport().getImportFlags() & IMPORT_STYLES ) { // office:styles inside office:document pContext = GetSdImport().CreateStylesContext(rLocalName, xAttrList); } break; } case XML_TOK_DOC_AUTOSTYLES: { if( GetImport().getImportFlags() & IMPORT_AUTOSTYLES ) { // office:automatic-styles inside office:document pContext = GetSdImport().CreateAutoStylesContext(rLocalName, xAttrList); } break; } case XML_TOK_DOC_MASTERSTYLES: { if( GetImport().getImportFlags() & IMPORT_MASTERSTYLES ) { // office:master-styles inside office:document pContext = GetSdImport().CreateMasterStylesContext(rLocalName, xAttrList); } break; } case XML_TOK_DOC_META: { if( GetImport().getImportFlags() & IMPORT_META ) { // office:meta inside office:document pContext = GetSdImport().CreateMetaContext(rLocalName, xAttrList); } break; } case XML_TOK_DOC_SCRIPT: { if( GetImport().getImportFlags() & IMPORT_SCRIPTS ) { // office:script inside office:document pContext = GetSdImport().CreateScriptContext( rLocalName ); } break; } case XML_TOK_DOC_BODY: { if( GetImport().getImportFlags() & IMPORT_CONTENT ) { // office:body inside office:document pContext = GetSdImport().CreateBodyContext(rLocalName, xAttrList); } break; } } // call parent when no own context was created if(!pContext) pContext = SvXMLImportContext::CreateChildContext(nPrefix, rLocalName, xAttrList); return pContext; } ////////////////////////////////////////////////////////////////////////////// uno::Sequence< OUString > SAL_CALL SdImpressXMLImport_getSupportedServiceNames() throw() { const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Impress.XMLImporter" ) ); const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); return aSeq; } OUString SAL_CALL SdImpressXMLImport_getImplementationName() throw() { return OUString( RTL_CONSTASCII_USTRINGPARAM( "SdXMLImport.Impress" ) ); } uno::Reference< uno::XInterface > SAL_CALL SdImpressXMLImport_createInstance(const uno::Reference< lang::XMultiServiceFactory > & rSMgr) throw( uno::Exception ) { return (cppu::OWeakObject*)new SdXMLImport( sal_False ); } uno::Sequence< OUString > SAL_CALL SdDrawXMLImport_getSupportedServiceNames() throw() { const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Draw.XMLImporter" ) ); const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); return aSeq; } OUString SAL_CALL SdDrawXMLImport_getImplementationName() throw() { return OUString( RTL_CONSTASCII_USTRINGPARAM( "SdXMLImport.Draw" ) ); } uno::Reference< uno::XInterface > SAL_CALL SdDrawXMLImport_createInstance(const uno::Reference< lang::XMultiServiceFactory > & rSMgr) throw( uno::Exception ) { return (cppu::OWeakObject*)new SdXMLImport( sal_True ); } ////////////////////////////////////////////////////////////////////////////// uno::Sequence< OUString > SAL_CALL SdImpressXMLImport_Style_getSupportedServiceNames() throw() { const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Impress.XMLStylesImporter" ) ); const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); return aSeq; } OUString SAL_CALL SdImpressXMLImport_Style_getImplementationName() throw() { return OUString( RTL_CONSTASCII_USTRINGPARAM( "SdXMLImport.Impress.Styles" ) ); } uno::Reference< uno::XInterface > SAL_CALL SdImpressXMLImport_Style_createInstance(const uno::Reference< lang::XMultiServiceFactory > & rSMgr) throw( uno::Exception ) { return (cppu::OWeakObject*)new SdXMLImport( sal_False, IMPORT_STYLES|IMPORT_AUTOSTYLES|IMPORT_MASTERSTYLES ); } uno::Sequence< OUString > SAL_CALL SdDrawXMLImport_Style_getSupportedServiceNames() throw() { const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Draw.XMLStylesImporter" ) ); const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); return aSeq; } OUString SAL_CALL SdDrawXMLImport_Style_getImplementationName() throw() { return OUString( RTL_CONSTASCII_USTRINGPARAM( "SdXMLImport.Draw.Styles" ) ); } uno::Reference< uno::XInterface > SAL_CALL SdDrawXMLImport_Style_createInstance(const uno::Reference< lang::XMultiServiceFactory > & rSMgr) throw( uno::Exception ) { return (cppu::OWeakObject*)new SdXMLImport( sal_True, IMPORT_STYLES|IMPORT_AUTOSTYLES|IMPORT_MASTERSTYLES ); } ////////////////////////////////////////////////////////////////////////////// uno::Sequence< OUString > SAL_CALL SdImpressXMLImport_Content_getSupportedServiceNames() throw() { const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Impress.XMLContentImporter" ) ); const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); return aSeq; } OUString SAL_CALL SdImpressXMLImport_Content_getImplementationName() throw() { return OUString( RTL_CONSTASCII_USTRINGPARAM( "SdXMLImport.Impress.Content" ) ); } uno::Reference< uno::XInterface > SAL_CALL SdImpressXMLImport_Content_createInstance(const uno::Reference< lang::XMultiServiceFactory > & rSMgr) throw( uno::Exception ) { return (cppu::OWeakObject*)new SdXMLImport( sal_False, IMPORT_AUTOSTYLES|IMPORT_CONTENT|IMPORT_SCRIPTS|IMPORT_FONTDECLS ); } uno::Sequence< OUString > SAL_CALL SdDrawXMLImport_Content_getSupportedServiceNames() throw() { const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Draw.XMLContentImporter" ) ); const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); return aSeq; } OUString SAL_CALL SdDrawXMLImport_Content_getImplementationName() throw() { return OUString( RTL_CONSTASCII_USTRINGPARAM( "SdXMLImport.Draw.Content" ) ); } uno::Reference< uno::XInterface > SAL_CALL SdDrawXMLImport_Content_createInstance(const uno::Reference< lang::XMultiServiceFactory > & rSMgr) throw( uno::Exception ) { return (cppu::OWeakObject*)new SdXMLImport( sal_True, IMPORT_AUTOSTYLES|IMPORT_CONTENT|IMPORT_SCRIPTS|IMPORT_FONTDECLS ); } ////////////////////////////////////////////////////////////////////////////// uno::Sequence< OUString > SAL_CALL SdImpressXMLImport_Meta_getSupportedServiceNames() throw() { const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Impress.XMLMetaImporter" ) ); const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); return aSeq; } OUString SAL_CALL SdImpressXMLImport_Meta_getImplementationName() throw() { return OUString( RTL_CONSTASCII_USTRINGPARAM( "SdXMLImport.Impress.Meta" ) ); } uno::Reference< uno::XInterface > SAL_CALL SdImpressXMLImport_Meta_createInstance(const uno::Reference< lang::XMultiServiceFactory > & rSMgr) throw( uno::Exception ) { return (cppu::OWeakObject*)new SdXMLImport( sal_False, IMPORT_META ); } uno::Sequence< OUString > SAL_CALL SdDrawXMLImport_Meta_getSupportedServiceNames() throw() { const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Draw.XMLMetaImporter" ) ); const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); return aSeq; } OUString SAL_CALL SdDrawXMLImport_Meta_getImplementationName() throw() { return OUString( RTL_CONSTASCII_USTRINGPARAM( "SdXMLImport.Draw.Meta" ) ); } uno::Reference< uno::XInterface > SAL_CALL SdDrawXMLImport_Meta_createInstance(const uno::Reference< lang::XMultiServiceFactory > & rSMgr) throw( uno::Exception ) { return (cppu::OWeakObject*)new SdXMLImport( sal_True, IMPORT_META ); } ////////////////////////////////////////////////////////////////////////////// uno::Sequence< OUString > SAL_CALL SdImpressXMLImport_Settings_getSupportedServiceNames() throw() { const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Impress.XMLSettingsImporter" ) ); const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); return aSeq; } OUString SAL_CALL SdImpressXMLImport_Settings_getImplementationName() throw() { return OUString( RTL_CONSTASCII_USTRINGPARAM( "SdXMLImport.Impress.Settings" ) ); } uno::Reference< uno::XInterface > SAL_CALL SdImpressXMLImport_Settings_createInstance(const uno::Reference< lang::XMultiServiceFactory > & rSMgr) throw( uno::Exception ) { return (cppu::OWeakObject*)new SdXMLImport( sal_False, IMPORT_SETTINGS ); } uno::Sequence< OUString > SAL_CALL SdDrawXMLImport_Settings_getSupportedServiceNames() throw() { const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Draw.XMLSettingsImporter" ) ); const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); return aSeq; } OUString SAL_CALL SdDrawXMLImport_Settings_getImplementationName() throw() { return OUString( RTL_CONSTASCII_USTRINGPARAM( "SdXMLImport.Draw.Settings" ) ); } uno::Reference< uno::XInterface > SAL_CALL SdDrawXMLImport_Settings_createInstance(const uno::Reference< lang::XMultiServiceFactory > & rSMgr) throw( uno::Exception ) { return (cppu::OWeakObject*)new SdXMLImport( sal_True, IMPORT_SETTINGS ); } ////////////////////////////////////////////////////////////////////////////// SdXMLImport::SdXMLImport( sal_Bool bIsDraw, sal_uInt16 nImportFlags ) : SvXMLImport( nImportFlags ), mpMasterStylesContext(0L), mpDocElemTokenMap(0L), mpBodyElemTokenMap(0L), mpStylesElemTokenMap(0L), mpMasterPageElemTokenMap(0L), mpMasterPageAttrTokenMap(0L), mpPageMasterAttrTokenMap(0L), mpPageMasterStyleAttrTokenMap(0L), mpDrawPageAttrTokenMap(0L), mpDrawPageElemTokenMap(0L), mpPresentationPlaceholderAttrTokenMap(0L), mnStyleFamilyMask(0), mnNewPageCount(0L), mnNewMasterPageCount(0L), mbLoadDoc(sal_True), mbIsDraw(bIsDraw), mbPreview(sal_False), msPageLayouts( RTL_CONSTASCII_USTRINGPARAM( "PageLayouts" ) ), msPreview( RTL_CONSTASCII_USTRINGPARAM( "Preview" ) ) { // add namespaces GetNamespaceMap().Add( GetXMLToken(XML_NP_PRESENTATION), GetXMLToken(XML_N_PRESENTATION), XML_NAMESPACE_PRESENTATION); // #88546# enable progress bar increments, SdXMLImport is only used for // draw/impress import GetShapeImport()->enableHandleProgressBar(); } // XImporter void SAL_CALL SdXMLImport::setTargetDocument( const uno::Reference< lang::XComponent >& xDoc ) throw(lang::IllegalArgumentException, uno::RuntimeException) { SvXMLImport::setTargetDocument( xDoc ); uno::Reference< lang::XServiceInfo > xDocServices( GetModel(), uno::UNO_QUERY ); if( !xDocServices.is() ) throw lang::IllegalArgumentException(); mbIsDraw = !xDocServices->supportsService( OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.presentation.PresentationDocument" ) ) ); // prepare access to styles uno::Reference< style::XStyleFamiliesSupplier > xFamSup( GetModel(), uno::UNO_QUERY ); if(xFamSup.is()) mxDocStyleFamilies = xFamSup->getStyleFamilies(); // prepare access to master pages uno::Reference < drawing::XMasterPagesSupplier > xMasterPagesSupplier(GetModel(), uno::UNO_QUERY); if(xMasterPagesSupplier.is()) mxDocMasterPages = mxDocMasterPages.query( xMasterPagesSupplier->getMasterPages() ); // prepare access to draw pages uno::Reference xDrawPagesSupplier(GetModel(), uno::UNO_QUERY); if(!xDrawPagesSupplier.is()) throw lang::IllegalArgumentException(); mxDocDrawPages = mxDocDrawPages.query( xDrawPagesSupplier->getDrawPages() ); if(!mxDocDrawPages.is()) throw lang::IllegalArgumentException(); if( mxDocDrawPages.is() && mxDocDrawPages->getCount() > 0 ) { uno::Reference< form::XFormsSupplier > xFormsSupp; mxDocDrawPages->getByIndex(0) >>= xFormsSupp; mbIsFormsSupported = xFormsSupp.is(); } } // XInitialization void SAL_CALL SdXMLImport::initialize( const uno::Sequence< uno::Any >& aArguments ) throw( uno::Exception, uno::RuntimeException) { SvXMLImport::initialize( aArguments ); uno::Reference< beans::XPropertySet > xInfoSet( getImportInfo() ); if( xInfoSet.is() ) { uno::Reference< beans::XPropertySetInfo > xInfoSetInfo( xInfoSet->getPropertySetInfo() ); if( xInfoSetInfo->hasPropertyByName( msPageLayouts ) ) xInfoSet->getPropertyValue( msPageLayouts ) >>= mxPageLayouts; if( xInfoSetInfo->hasPropertyByName( msPreview ) ) xInfoSet->getPropertyValue( msPreview ) >>= mbPreview; } } ////////////////////////////////////////////////////////////////////////////// SdXMLImport::~SdXMLImport() throw () { // #80365# removed ending of progress bar here, this was an old implementation // and maybe removed on demand // // stop progress view // if(mxStatusIndicator.is()) // { // mxStatusIndicator->end(); // mxStatusIndicator->reset(); // } // Styles or AutoStyles context? if(mpMasterStylesContext) mpMasterStylesContext->ReleaseRef(); // delete all token maps if(mpDocElemTokenMap) delete mpDocElemTokenMap; if(mpBodyElemTokenMap) delete mpBodyElemTokenMap; if(mpStylesElemTokenMap) delete mpStylesElemTokenMap; if(mpMasterPageElemTokenMap) delete mpMasterPageElemTokenMap; if(mpMasterPageAttrTokenMap) delete mpMasterPageAttrTokenMap; if(mpPageMasterAttrTokenMap) delete mpPageMasterAttrTokenMap; if(mpPageMasterStyleAttrTokenMap) delete mpPageMasterStyleAttrTokenMap; if(mpDrawPageAttrTokenMap) delete mpDrawPageAttrTokenMap; if(mpDrawPageElemTokenMap) delete mpDrawPageElemTokenMap; if(mpPresentationPlaceholderAttrTokenMap) delete mpPresentationPlaceholderAttrTokenMap; } ////////////////////////////////////////////////////////////////////////////// void SdXMLImport::SetProgress(sal_Int32 nProg) { // set progress view if(mxStatusIndicator.is()) mxStatusIndicator->setValue(nProg); } ////////////////////////////////////////////////////////////////////////////// const SvXMLTokenMap& SdXMLImport::GetDocElemTokenMap() { if(!mpDocElemTokenMap) mpDocElemTokenMap = new SvXMLTokenMap(aDocElemTokenMap); return *mpDocElemTokenMap; } ////////////////////////////////////////////////////////////////////////////// const SvXMLTokenMap& SdXMLImport::GetBodyElemTokenMap() { if(!mpBodyElemTokenMap) mpBodyElemTokenMap = new SvXMLTokenMap(aBodyElemTokenMap); return *mpBodyElemTokenMap; } ////////////////////////////////////////////////////////////////////////////// const SvXMLTokenMap& SdXMLImport::GetStylesElemTokenMap() { if(!mpStylesElemTokenMap) mpStylesElemTokenMap = new SvXMLTokenMap(aStylesElemTokenMap); return *mpStylesElemTokenMap; } ////////////////////////////////////////////////////////////////////////////// const SvXMLTokenMap& SdXMLImport::GetMasterPageElemTokenMap() { if(!mpMasterPageElemTokenMap) mpMasterPageElemTokenMap = new SvXMLTokenMap(aMasterPageElemTokenMap); return *mpMasterPageElemTokenMap; } ////////////////////////////////////////////////////////////////////////////// const SvXMLTokenMap& SdXMLImport::GetMasterPageAttrTokenMap() { if(!mpMasterPageAttrTokenMap) mpMasterPageAttrTokenMap = new SvXMLTokenMap(aMasterPageAttrTokenMap); return *mpMasterPageAttrTokenMap; } ////////////////////////////////////////////////////////////////////////////// const SvXMLTokenMap& SdXMLImport::GetPageMasterAttrTokenMap() { if(!mpPageMasterAttrTokenMap) mpPageMasterAttrTokenMap = new SvXMLTokenMap(aPageMasterAttrTokenMap); return *mpPageMasterAttrTokenMap; } ////////////////////////////////////////////////////////////////////////////// const SvXMLTokenMap& SdXMLImport::GetPageMasterStyleAttrTokenMap() { if(!mpPageMasterStyleAttrTokenMap) mpPageMasterStyleAttrTokenMap = new SvXMLTokenMap(aPageMasterStyleAttrTokenMap); return *mpPageMasterStyleAttrTokenMap; } ////////////////////////////////////////////////////////////////////////////// const SvXMLTokenMap& SdXMLImport::GetDrawPageAttrTokenMap() { if(!mpDrawPageAttrTokenMap) mpDrawPageAttrTokenMap = new SvXMLTokenMap(aDrawPageAttrTokenMap); return *mpDrawPageAttrTokenMap; } ////////////////////////////////////////////////////////////////////////////// const SvXMLTokenMap& SdXMLImport::GetDrawPageElemTokenMap() { if(!mpDrawPageElemTokenMap) mpDrawPageElemTokenMap = new SvXMLTokenMap(aDrawPageElemTokenMap); return *mpDrawPageElemTokenMap; } ////////////////////////////////////////////////////////////////////////////// const SvXMLTokenMap& SdXMLImport::GetPresentationPlaceholderAttrTokenMap() { if(!mpPresentationPlaceholderAttrTokenMap) mpPresentationPlaceholderAttrTokenMap = new SvXMLTokenMap(aPresentationPlaceholderAttrTokenMap); return *mpPresentationPlaceholderAttrTokenMap; } ////////////////////////////////////////////////////////////////////////////// SvXMLImportContext *SdXMLImport::CreateContext(USHORT nPrefix, const OUString& rLocalName, const uno::Reference& xAttrList) { SvXMLImportContext* pContext = 0; if(XML_NAMESPACE_OFFICE == nPrefix && ( IsXMLToken( rLocalName, XML_DOCUMENT ) || IsXMLToken( rLocalName, XML_DOCUMENT_META ) || IsXMLToken( rLocalName, XML_DOCUMENT_STYLES ) || IsXMLToken( rLocalName, XML_DOCUMENT_CONTENT ) || IsXMLToken( rLocalName, XML_DOCUMENT_SETTINGS ) )) { pContext = new SdXMLDocContext_Impl(*this, nPrefix, rLocalName, xAttrList); } else { pContext = SvXMLImport::CreateContext(nPrefix, rLocalName, xAttrList); } return pContext; } ////////////////////////////////////////////////////////////////////////////// SvXMLImportContext *SdXMLImport::CreateMetaContext(const OUString& rLocalName, const uno::Reference& xAttrList) { SvXMLImportContext* pContext = 0L; if(!IsStylesOnlyMode()) { uno::Reference xSupp(GetModel(), uno::UNO_QUERY); if(xSupp.is()) { pContext = new SfxXMLMetaContext(*this, XML_NAMESPACE_OFFICE, rLocalName, GetModel()); } } if(!pContext) { pContext = new SvXMLImportContext(*this, XML_NAMESPACE_OFFICE, rLocalName); } return pContext; } ////////////////////////////////////////////////////////////////////////////// SvXMLImportContext *SdXMLImport::CreateBodyContext(const OUString& rLocalName, const uno::Reference& xAttrList) { SvXMLImportContext *pContext = 0; pContext = new SdXMLBodyContext(*this, XML_NAMESPACE_OFFICE, rLocalName); return pContext; } ////////////////////////////////////////////////////////////////////////////// SvXMLStylesContext *SdXMLImport::CreateStylesContext(const OUString& rLocalName, const uno::Reference& xAttrList) { if(GetShapeImport()->GetStylesContext()) return GetShapeImport()->GetStylesContext(); GetShapeImport()->SetStylesContext(new SdXMLStylesContext( *this, XML_NAMESPACE_OFFICE, rLocalName, xAttrList, FALSE)); return GetShapeImport()->GetStylesContext(); } ////////////////////////////////////////////////////////////////////////////// SvXMLStylesContext *SdXMLImport::CreateAutoStylesContext(const OUString& rLocalName, const uno::Reference& xAttrList) { if(GetShapeImport()->GetAutoStylesContext()) return GetShapeImport()->GetAutoStylesContext(); GetShapeImport()->SetAutoStylesContext(new SdXMLStylesContext( *this, XML_NAMESPACE_OFFICE, rLocalName, xAttrList, TRUE)); return GetShapeImport()->GetAutoStylesContext(); } ////////////////////////////////////////////////////////////////////////////// SvXMLImportContext* SdXMLImport::CreateMasterStylesContext(const OUString& rLocalName, const uno::Reference& xAttrList) { if(mpMasterStylesContext) return mpMasterStylesContext; mpMasterStylesContext = new SdXMLMasterStylesContext( *this, XML_NAMESPACE_OFFICE, rLocalName); mpMasterStylesContext->AddRef(); return mpMasterStylesContext; } ////////////////////////////////////////////////////////////////////////////// // import pool defaults. Parameter contains pool defaults read // from input data. These data needs to be set at the model. // void SdXMLImport::ImportPoolDefaults(const XMLPropStyleContext* pPool) { } ////////////////////////////////////////////////////////////////////////////// SvXMLImportContext *SdXMLImport::CreateScriptContext( const OUString& rLocalName ) { SvXMLImportContext *pContext = 0; pContext = new XMLScriptContext( *this, XML_NAMESPACE_OFFICE, rLocalName, GetModel() ); return pContext; } ////////////////////////////////////////////////////////////////////////////// void SdXMLImport::setDrawPageId( sal_Int32 nId, uno::Reference< drawing::XDrawPage > xPage ) { maDrawPageIds[nId] = xPage; } uno::Reference< drawing::XDrawPage > SdXMLImport::getDrawPageForId( sal_Int32 nId ) { uno::Reference< drawing::XDrawPage > xPage; DrawPageIdMap::iterator aFound( maDrawPageIds.find( nId ) ); if( aFound != maDrawPageIds.end() ) xPage = (*aFound).second; return xPage; } ////////////////////////////////////////////////////////////////////////////// void SdXMLImport::SetViewSettings(const com::sun::star::uno::Sequence& aViewProps) { uno::Reference< beans::XPropertySet > xPropSet( GetModel(), uno::UNO_QUERY ); if( !xPropSet.is() ) return; awt::Rectangle aVisArea( 0,0, 28000, 21000 ); sal_Int32 nCount = aViewProps.getLength(); const beans::PropertyValue* pValues = aViewProps.getConstArray(); while( nCount-- ) { const OUString& rName = pValues->Name; const uno::Any rValue = pValues->Value; if( rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("VisibleAreaTop") ) ) { rValue >>= aVisArea.Y; } else if( rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("VisibleAreaLeft") ) ) { rValue >>= aVisArea.X; } else if( rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("VisibleAreaWidth") ) ) { rValue >>= aVisArea.Width; } else if( rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("VisibleAreaHeight") ) ) { rValue >>= aVisArea.Height; } pValues++; } xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "VisibleArea" ) ), uno::makeAny( aVisArea ) ); } void SdXMLImport::SetConfigurationSettings(const com::sun::star::uno::Sequence& aConfigProps) { uno::Reference< lang::XMultiServiceFactory > xFac( GetModel(), uno::UNO_QUERY ); if( !xFac.is() ) return; uno::Reference< beans::XPropertySet > xProps( xFac->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.Settings" ) ) ), uno::UNO_QUERY ); if( !xProps.is() ) return; uno::Reference< beans::XPropertySetInfo > xInfo( xProps->getPropertySetInfo() ); if( !xInfo.is() ) return; sal_Int32 nCount = aConfigProps.getLength(); const beans::PropertyValue* pValues = aConfigProps.getConstArray(); while( nCount-- ) { try { if( xInfo->hasPropertyByName( pValues->Name ) ) { xProps->setPropertyValue( pValues->Name, pValues->Value ); } } catch( uno::Exception& e ) { OSL_TRACE( "#SdXMLImport::SetConfigurationSettings: Exception!" ); } pValues++; } } // #80365# overload this method to read and use the hint value from the // written meta information. If no info is found, guess 10 draw objects void SdXMLImport::SetStatisticAttributes(const uno::Reference& xAttrList) { sal_uInt32 nCount(10); sal_Int16 nAttrCount(xAttrList.is() ? xAttrList->getLength() : 0); for(sal_Int16 a(0); a < nAttrCount; a++) { rtl::OUString sAttrName = xAttrList->getNameByIndex(a); rtl::OUString aLocalName; sal_uInt16 nPrefix = GetNamespaceMap().GetKeyByAttrName(sAttrName, &aLocalName); if(nPrefix == XML_NAMESPACE_META) { rtl::OUString sValue = xAttrList->getValueByIndex(a); sal_Int32 nValue(0); if(IsXMLToken(aLocalName, XML_OBJECT_COUNT)) { SvXMLUnitConverter::convertNumber(nValue, sValue); nCount = nValue; } } } if(nCount) { GetProgressBarHelper()->SetReference(nCount); GetProgressBarHelper()->SetValue(0); } } // XServiceInfo OUString SAL_CALL SdXMLImport::getImplementationName() throw( uno::RuntimeException ) { if( IsDraw()) { // Draw switch( getImportFlags()) { case IMPORT_ALL: return SdDrawXMLImport_getImplementationName(); case (IMPORT_STYLES|IMPORT_AUTOSTYLES|IMPORT_MASTERSTYLES): return SdDrawXMLImport_Style_getImplementationName(); case (IMPORT_AUTOSTYLES|IMPORT_CONTENT|IMPORT_SCRIPTS|IMPORT_FONTDECLS): return SdDrawXMLImport_Content_getImplementationName(); case IMPORT_META: return SdDrawXMLImport_Meta_getImplementationName(); case IMPORT_SETTINGS: return SdDrawXMLImport_Settings_getImplementationName(); default: return OUString::createFromAscii( "SdXMLImport.Draw" ); } } else { // Impress switch( getImportFlags()) { case IMPORT_ALL: return SdImpressXMLImport_getImplementationName(); case (IMPORT_STYLES|IMPORT_AUTOSTYLES|IMPORT_MASTERSTYLES): return SdImpressXMLImport_Style_getImplementationName(); case (IMPORT_AUTOSTYLES|IMPORT_CONTENT|IMPORT_SCRIPTS|IMPORT_FONTDECLS): return SdImpressXMLImport_Content_getImplementationName(); case IMPORT_META: return SdImpressXMLImport_Meta_getImplementationName(); case IMPORT_SETTINGS: return SdImpressXMLImport_Settings_getImplementationName(); default: return OUString::createFromAscii( "SdXMLImport.Impress" ); } } } // eof