2001-02-06 13:51:28 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 13:17:20 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2001-02-06 13:51:28 +00:00
|
|
|
*
|
2005-09-09 13:17:20 +00:00
|
|
|
* $RCSfile: MetaExportComponent.cxx,v $
|
2001-02-06 13:51:28 +00:00
|
|
|
*
|
2006-06-19 17:21:14 +00:00
|
|
|
* $Revision: 1.13 $
|
2001-02-06 13:51:28 +00:00
|
|
|
*
|
2006-06-19 17:21:14 +00:00
|
|
|
* last change: $Author: hr $ $Date: 2006-06-19 18:21:14 $
|
2001-02-06 13:51:28 +00:00
|
|
|
*
|
2005-09-09 13:17:20 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2001-02-06 13:51:28 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 13:17:20 +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-02-06 13:51:28 +00:00
|
|
|
*
|
2005-09-09 13:17:20 +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-02-06 13:51:28 +00:00
|
|
|
*
|
2005-09-09 13:17:20 +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-02-06 13:51:28 +00:00
|
|
|
*
|
2005-09-09 13:17:20 +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-02-06 13:51:28 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_METAEXPORTCOMPONENT_HXX
|
|
|
|
#include "MetaExportComponent.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_
|
|
|
|
#include <com/sun/star/frame/XModel.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_XML_SAX_XDOCUMENTHANDLER_HPP_
|
|
|
|
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
|
|
|
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
|
|
|
#include <com/sun/star/uno/Sequence.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_
|
|
|
|
#include <com/sun/star/uno/Reference.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_UNO_EXCEPTION_HPP
|
|
|
|
#include <com/sun/star/uno/Exception.hpp>
|
|
|
|
#endif
|
|
|
|
|
2004-05-03 12:35:45 +00:00
|
|
|
// #110680#
|
|
|
|
//#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
|
|
|
|
//#include <comphelper/processfactory.hxx>
|
|
|
|
//#endif
|
2001-02-06 13:51:28 +00:00
|
|
|
|
|
|
|
#ifndef _RTL_USTRBUF_HXX_
|
|
|
|
#include <rtl/ustrbuf.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_XMLNMSPE_HXX
|
|
|
|
#include "xmlnmspe.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_NMSPMAP_HXX
|
|
|
|
#include "nmspmap.hxx"
|
|
|
|
#endif
|
|
|
|
|
2001-06-29 20:07:26 +00:00
|
|
|
#ifndef _XMLOFF_XMLTOKEN_HXX
|
|
|
|
#include "xmltoken.hxx"
|
2001-06-18 14:08:14 +00:00
|
|
|
#endif
|
|
|
|
|
2001-02-06 13:51:28 +00:00
|
|
|
#ifndef _XMLOFF_XMLMETAE_HXX
|
|
|
|
#include "xmlmetae.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _TOOLS_DEBUG_HXX
|
|
|
|
#include <tools/debug.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
using namespace ::com::sun::star;
|
2001-06-18 14:08:14 +00:00
|
|
|
using namespace ::xmloff::token;
|
2001-02-06 13:51:28 +00:00
|
|
|
|
2004-05-03 12:35:45 +00:00
|
|
|
// #110680#
|
|
|
|
XMLMetaExportComponent::XMLMetaExportComponent(
|
2004-08-20 07:14:39 +00:00
|
|
|
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
|
|
|
|
sal_uInt16 nFlags )
|
|
|
|
: SvXMLExport( xServiceFactory, MAP_INCH, XML_META, nFlags )
|
2001-02-06 13:51:28 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
XMLMetaExportComponent::~XMLMetaExportComponent()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2006-06-19 17:21:14 +00:00
|
|
|
sal_uInt32 XMLMetaExportComponent::exportDoc( enum XMLTokenEnum )
|
2001-02-06 13:51:28 +00:00
|
|
|
{
|
|
|
|
GetDocHandler()->startDocument();
|
|
|
|
{
|
2001-02-06 14:24:06 +00:00
|
|
|
GetAttrList().AddAttribute(
|
2001-07-10 16:12:09 +00:00
|
|
|
GetNamespaceMap().GetAttrNameByKey( XML_NAMESPACE_DC ),
|
|
|
|
GetNamespaceMap().GetNameByKey( XML_NAMESPACE_DC ) );
|
2001-02-06 14:24:06 +00:00
|
|
|
GetAttrList().AddAttribute(
|
2001-07-10 16:12:09 +00:00
|
|
|
GetNamespaceMap().GetAttrNameByKey( XML_NAMESPACE_META ),
|
|
|
|
GetNamespaceMap().GetNameByKey( XML_NAMESPACE_META ) );
|
2001-02-06 14:24:06 +00:00
|
|
|
GetAttrList().AddAttribute(
|
2001-07-10 16:12:09 +00:00
|
|
|
GetNamespaceMap().GetAttrNameByKey( XML_NAMESPACE_OFFICE ),
|
|
|
|
GetNamespaceMap().GetNameByKey( XML_NAMESPACE_OFFICE ) );
|
2001-02-06 14:24:06 +00:00
|
|
|
|
2001-06-29 20:07:26 +00:00
|
|
|
SvXMLElementExport aDocElem( *this, XML_NAMESPACE_OFFICE, XML_DOCUMENT_META,
|
2001-02-06 13:51:28 +00:00
|
|
|
sal_True, sal_True );
|
2001-03-02 16:24:39 +00:00
|
|
|
{
|
|
|
|
|
2001-06-29 20:07:26 +00:00
|
|
|
SvXMLElementExport aElem( *this, XML_NAMESPACE_OFFICE, XML_META,
|
2001-03-02 16:24:39 +00:00
|
|
|
sal_True, sal_True );
|
2001-10-19 17:43:58 +00:00
|
|
|
SfxXMLMetaExport aMeta( *this, GetModel() );
|
|
|
|
aMeta.Export();
|
2001-03-02 16:24:39 +00:00
|
|
|
}
|
2001-02-06 13:51:28 +00:00
|
|
|
}
|
|
|
|
GetDocHandler()->endDocument();
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// methods without content:
|
|
|
|
void XMLMetaExportComponent::_ExportAutoStyles() {}
|
|
|
|
void XMLMetaExportComponent::_ExportMasterStyles() {}
|
|
|
|
void XMLMetaExportComponent::_ExportContent() {}
|
|
|
|
|
|
|
|
|
|
|
|
uno::Sequence< rtl::OUString > SAL_CALL XMLMetaExportComponent_getSupportedServiceNames()
|
|
|
|
throw()
|
|
|
|
{
|
|
|
|
const rtl::OUString aServiceName(
|
2004-08-20 07:14:39 +00:00
|
|
|
RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.XMLOasisMetaExporter" ) );
|
2001-02-06 13:51:28 +00:00
|
|
|
const uno::Sequence< rtl::OUString > aSeq( &aServiceName, 1 );
|
|
|
|
return aSeq;
|
|
|
|
}
|
|
|
|
|
|
|
|
rtl::OUString SAL_CALL XMLMetaExportComponent_getImplementationName() throw()
|
|
|
|
{
|
|
|
|
return rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "XMLMetaExportComponent" ) );
|
|
|
|
}
|
|
|
|
|
|
|
|
uno::Reference< uno::XInterface > SAL_CALL XMLMetaExportComponent_createInstance(
|
|
|
|
const uno::Reference< lang::XMultiServiceFactory > & rSMgr)
|
|
|
|
throw( uno::Exception )
|
|
|
|
{
|
2004-05-03 12:35:45 +00:00
|
|
|
// #110680#
|
|
|
|
// return (cppu::OWeakObject*)new XMLMetaExportComponent;
|
2004-08-20 07:14:39 +00:00
|
|
|
return (cppu::OWeakObject*)new XMLMetaExportComponent(rSMgr, EXPORT_ALL|EXPORT_OASIS);
|
|
|
|
}
|
|
|
|
|
|
|
|
uno::Sequence< rtl::OUString > SAL_CALL XMLMetaExportOOO_getSupportedServiceNames()
|
|
|
|
throw()
|
|
|
|
{
|
|
|
|
const rtl::OUString aServiceName(
|
|
|
|
RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.XMLMetaExporter" ) );
|
|
|
|
const uno::Sequence< rtl::OUString > aSeq( &aServiceName, 1 );
|
|
|
|
return aSeq;
|
|
|
|
}
|
|
|
|
|
|
|
|
rtl::OUString SAL_CALL XMLMetaExportOOO_getImplementationName() throw()
|
|
|
|
{
|
|
|
|
return rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "XMLMetaExportOOo" ) );
|
|
|
|
}
|
|
|
|
|
|
|
|
uno::Reference< uno::XInterface > SAL_CALL XMLMetaExportOOO_createInstance(
|
|
|
|
const uno::Reference< lang::XMultiServiceFactory > & rSMgr)
|
|
|
|
throw( uno::Exception )
|
|
|
|
{
|
|
|
|
// #110680#
|
|
|
|
// return (cppu::OWeakObject*)new XMLMetaExportComponent;
|
|
|
|
return (cppu::OWeakObject*)new XMLMetaExportComponent(rSMgr, EXPORT_ALL);
|
2001-02-06 13:51:28 +00:00
|
|
|
}
|
|
|
|
|