2000-09-18 16:07:07 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 13:48:50 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-09 13:48:50 +00:00
|
|
|
* $RCSfile: styleexp.cxx,v $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-03-12 09:54:11 +00:00
|
|
|
* $Revision: 1.22 $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-03-12 09:54:11 +00:00
|
|
|
* last change: $Author: rt $ $Date: 2008-03-12 10:54:11 $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-09 13:48:50 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 13:48:50 +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
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-09 13:48:50 +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.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-09 13:48:50 +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.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-09 13:48:50 +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
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-09-17 09:57:17 +00:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_xmloff.hxx"
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
#ifndef _TOOLS_DEBUG_HXX
|
|
|
|
#include <tools/debug.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVSTDARR_STRINGSSORTDTOR_DECL
|
|
|
|
#define _SVSTDARR_STRINGSSORTDTOR
|
|
|
|
#include <svtools/svstdarr.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_NMSPMAP_HXX
|
2007-06-27 14:44:35 +00:00
|
|
|
#include <xmloff/nmspmap.hxx>
|
2000-09-18 16:07:07 +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 14:44:35 +00:00
|
|
|
#include <xmloff/xmltoken.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#endif
|
|
|
|
#ifndef _XMLOFF_XMLITMAP_HXX
|
|
|
|
//#include "xmlitmap.hxx"
|
|
|
|
#endif
|
|
|
|
#ifndef _XMLOFF_XMLUCONV_HXX
|
2007-06-27 14:44:35 +00:00
|
|
|
#include <xmloff/xmluconv.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#endif
|
|
|
|
#ifndef _XMLOFF_XMLKYWD_HXX
|
|
|
|
#include "xmlkywd.hxx"
|
|
|
|
#endif
|
|
|
|
#ifndef _XMLOFF_ATTRLIST_HXX
|
2007-06-27 14:44:35 +00:00
|
|
|
#include <xmloff/attrlist.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_PROPERTYSETMAPPER_HXX
|
2007-06-27 14:44:35 +00:00
|
|
|
#include <xmloff/xmlprmap.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#endif
|
|
|
|
#ifndef _XMLOFF_XMLEXPPR_HXX
|
2007-06-27 14:44:35 +00:00
|
|
|
#include <xmloff/xmlexppr.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_XML_SAX_XEXTENDEDDOCUMENTHANDLER_HPP_
|
|
|
|
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_
|
|
|
|
#include <com/sun/star/frame/XModel.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_STYLE_XSTYLEFAMILIESSUPPLIER_HPP_
|
|
|
|
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_STYLE_XSTYLE_HPP_
|
|
|
|
#include <com/sun/star/style/XStyle.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
|
|
|
|
#include <com/sun/star/container/XNameContainer.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
|
|
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSTATE_HPP_
|
|
|
|
#include <com/sun/star/beans/XPropertyState.hpp>
|
|
|
|
#endif
|
2001-01-30 12:10:00 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DOCUMENT_XEVENTSSUPPLIER_HPP
|
|
|
|
#include <com/sun/star/document/XEventsSupplier.hpp>
|
2000-12-20 14:34:09 +00:00
|
|
|
#endif
|
2004-11-26 12:03:51 +00:00
|
|
|
#ifndef _COM_SUN_STAR_TEXT_XCHAPTERNUMBERINGSUPPLIER_HPP_
|
|
|
|
#include <com/sun/star/text/XChapterNumberingSupplier.hpp>
|
|
|
|
#endif
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
#ifndef _XMLOFF_XMLASTPLP_HXX
|
2007-06-27 14:44:35 +00:00
|
|
|
#include <xmloff/xmlaustp.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#endif
|
|
|
|
#ifndef _XMLOFF_STYLEEXP_HXX
|
2007-06-27 14:44:35 +00:00
|
|
|
#include <xmloff/styleexp.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#endif
|
|
|
|
#ifndef _XMLOFF_XMLEXP_HXX
|
2007-06-27 14:44:35 +00:00
|
|
|
#include <xmloff/xmlexp.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#endif
|
2000-12-20 14:34:09 +00:00
|
|
|
#ifndef _XMLOFF_XMLEVENTEXPORT_HXX
|
2007-06-27 14:44:35 +00:00
|
|
|
#include <xmloff/XMLEventExport.hxx>
|
2000-12-20 14:34:09 +00:00
|
|
|
#endif
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2008-03-12 09:54:11 +00:00
|
|
|
using ::rtl::OUString;
|
|
|
|
using ::rtl::OUStringBuffer;
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
using namespace ::com::sun::star;
|
|
|
|
using namespace ::com::sun::star::uno;
|
|
|
|
using namespace ::com::sun::star::style;
|
|
|
|
using namespace ::com::sun::star::container;
|
|
|
|
using namespace ::com::sun::star::beans;
|
2004-11-26 12:03:51 +00:00
|
|
|
using namespace ::com::sun::star::text;
|
2001-06-29 20:07:26 +00:00
|
|
|
using namespace ::xmloff::token;
|
|
|
|
|
2001-01-30 12:10:00 +00:00
|
|
|
using ::com::sun::star::document::XEventsSupplier;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
XMLStyleExport::XMLStyleExport(
|
|
|
|
SvXMLExport& rExp,
|
|
|
|
const ::rtl::OUString& rPoolStyleName,
|
|
|
|
SvXMLAutoStylePoolP *pAutoStyleP ) :
|
|
|
|
rExport( rExp ),
|
|
|
|
sIsPhysical( RTL_CONSTASCII_USTRINGPARAM( "IsPhysical" ) ),
|
2006-06-19 17:34:47 +00:00
|
|
|
sIsAutoUpdate( RTL_CONSTASCII_USTRINGPARAM( "IsAutoUpdate" ) ),
|
2000-09-18 16:07:07 +00:00
|
|
|
sFollowStyle( RTL_CONSTASCII_USTRINGPARAM( "FollowStyle" ) ),
|
|
|
|
sNumberingStyleName( RTL_CONSTASCII_USTRINGPARAM( "NumberingStyleName" ) ),
|
|
|
|
sPoolStyleName( rPoolStyleName ),
|
|
|
|
pAutoStylePool( pAutoStyleP )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
XMLStyleExport::~XMLStyleExport()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2006-06-19 17:34:47 +00:00
|
|
|
void XMLStyleExport::exportStyleAttributes( const Reference< XStyle >& )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2006-06-19 17:34:47 +00:00
|
|
|
void XMLStyleExport::exportStyleContent( const Reference< XStyle >& )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
sal_Bool XMLStyleExport::exportStyle(
|
|
|
|
const Reference< XStyle >& rStyle,
|
2001-06-29 20:07:26 +00:00
|
|
|
const OUString& rXMLFamily,
|
2000-09-18 16:07:07 +00:00
|
|
|
const UniReference < SvXMLExportPropertyMapper >& rPropMapper,
|
2001-01-05 09:02:58 +00:00
|
|
|
const OUString* pPrefix )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
Reference< XPropertySet > xPropSet( rStyle, UNO_QUERY );
|
|
|
|
Reference< XPropertySetInfo > xPropSetInfo =
|
|
|
|
xPropSet->getPropertySetInfo();
|
|
|
|
|
|
|
|
Any aAny;
|
|
|
|
|
|
|
|
// Don't export styles that aren't existing really. This may be the
|
|
|
|
// case for StarOffice Writer's pool styles.
|
|
|
|
if( xPropSetInfo->hasPropertyByName( sIsPhysical ) )
|
|
|
|
{
|
|
|
|
aAny = xPropSet->getPropertyValue( sIsPhysical );
|
|
|
|
if( !*(sal_Bool *)aAny.getValue() )
|
|
|
|
return sal_False;
|
|
|
|
}
|
|
|
|
|
|
|
|
// <style:style ...>
|
|
|
|
GetExport().CheckAttrList();
|
|
|
|
|
|
|
|
// style:name="..."
|
|
|
|
OUString sName;
|
|
|
|
|
|
|
|
if(pPrefix)
|
|
|
|
sName = *pPrefix;
|
|
|
|
sName += rStyle->getName();
|
|
|
|
|
2004-07-13 07:25:14 +00:00
|
|
|
sal_Bool bEncoded = sal_False;
|
2007-04-16 12:12:46 +00:00
|
|
|
const OUString sEncodedStyleName(GetExport().EncodeStyleName( sName, &bEncoded ));
|
|
|
|
GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_NAME, sEncodedStyleName );
|
2004-07-13 07:25:14 +00:00
|
|
|
|
|
|
|
if( bEncoded )
|
|
|
|
GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_DISPLAY_NAME,
|
|
|
|
sName);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
// style:family="..."
|
2001-06-29 20:07:26 +00:00
|
|
|
if( rXMLFamily.getLength() > 0 )
|
|
|
|
GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_FAMILY, rXMLFamily);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
// style:parent-style-name="..."
|
|
|
|
OUString sParentString(rStyle->getParentStyle());
|
|
|
|
OUString sParent;
|
|
|
|
|
|
|
|
if(sParentString.getLength())
|
|
|
|
{
|
|
|
|
if(pPrefix)
|
|
|
|
sParent = *pPrefix;
|
|
|
|
sParent += sParentString;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
sParent = sPoolStyleName;
|
|
|
|
|
|
|
|
if( sParent.getLength() )
|
2001-06-29 20:07:26 +00:00
|
|
|
GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_PARENT_STYLE_NAME,
|
2004-07-13 07:25:14 +00:00
|
|
|
GetExport().EncodeStyleName( sParent ) );
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
// style:next-style-name="..." (paragraph styles only)
|
|
|
|
if( xPropSetInfo->hasPropertyByName( sFollowStyle ) )
|
|
|
|
{
|
|
|
|
aAny = xPropSet->getPropertyValue( sFollowStyle );
|
|
|
|
OUString sNextName;
|
|
|
|
aAny >>= sNextName;
|
|
|
|
if( sName != sNextName )
|
|
|
|
{
|
2001-06-29 20:07:26 +00:00
|
|
|
GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_NEXT_STYLE_NAME,
|
2004-07-13 07:25:14 +00:00
|
|
|
GetExport().EncodeStyleName( sNextName ) );
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// style:auto-update="..." (SW only)
|
|
|
|
if( xPropSetInfo->hasPropertyByName( sIsAutoUpdate ) )
|
|
|
|
{
|
|
|
|
aAny = xPropSet->getPropertyValue( sIsAutoUpdate );
|
|
|
|
if( *(sal_Bool *)aAny.getValue() )
|
2001-06-29 20:07:26 +00:00
|
|
|
GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_AUTO_UPDATE,
|
|
|
|
XML_TRUE );
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// style:list-style-name="..." (SW paragarph styles only)
|
|
|
|
if( xPropSetInfo->hasPropertyByName( sNumberingStyleName ) )
|
|
|
|
{
|
|
|
|
Reference< XPropertyState > xPropState( xPropSet, uno::UNO_QUERY );
|
|
|
|
if( PropertyState_DIRECT_VALUE ==
|
|
|
|
xPropState->getPropertyState( sNumberingStyleName ) )
|
|
|
|
{
|
|
|
|
aAny = xPropSet->getPropertyValue( sNumberingStyleName );
|
|
|
|
if( aAny.hasValue() )
|
|
|
|
{
|
|
|
|
OUString sListName;
|
|
|
|
aAny >>= sListName;
|
2004-11-26 12:03:51 +00:00
|
|
|
|
2006-10-13 11:15:50 +00:00
|
|
|
// --> OD 2006-09-21 #i69523#
|
|
|
|
// An direct set empty list style has to be written. Otherwise,
|
|
|
|
// this information is lost and causes an error, if the parent
|
|
|
|
// style has a list style set.
|
|
|
|
if ( !sListName.getLength() )
|
|
|
|
{
|
|
|
|
GetExport().AddAttribute( XML_NAMESPACE_STYLE,
|
|
|
|
XML_LIST_STYLE_NAME,
|
|
|
|
sListName /* empty string */);
|
|
|
|
}
|
|
|
|
else
|
2004-11-26 12:03:51 +00:00
|
|
|
{
|
2006-10-13 11:15:50 +00:00
|
|
|
// --> OD 2006-09-27 #i69627#
|
|
|
|
bool bSuppressListStyle( false );
|
|
|
|
{
|
|
|
|
if ( !GetExport().writeOutlineStyleAsNormalListStyle() )
|
|
|
|
{
|
|
|
|
Reference< XChapterNumberingSupplier > xCNSupplier
|
|
|
|
(GetExport().GetModel(), UNO_QUERY);
|
|
|
|
|
|
|
|
OUString sOutlineName;
|
|
|
|
if (xCNSupplier.is())
|
|
|
|
{
|
|
|
|
Reference< XIndexReplace > xNumRule
|
|
|
|
( xCNSupplier->getChapterNumberingRules() );
|
|
|
|
DBG_ASSERT( xNumRule.is(), "no chapter numbering rules" );
|
|
|
|
|
|
|
|
if (xNumRule.is())
|
|
|
|
{
|
|
|
|
Reference< XPropertySet > xNumRulePropSet
|
|
|
|
(xNumRule, UNO_QUERY);
|
|
|
|
xNumRulePropSet->getPropertyValue(
|
|
|
|
OUString(RTL_CONSTASCII_USTRINGPARAM("Name")) )
|
|
|
|
>>= sOutlineName;
|
|
|
|
bSuppressListStyle = ( sListName == sOutlineName );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2004-11-26 12:03:51 +00:00
|
|
|
|
2006-10-13 11:15:50 +00:00
|
|
|
if ( sListName.getLength() && !bSuppressListStyle )
|
|
|
|
// <--
|
2004-11-26 12:03:51 +00:00
|
|
|
{
|
2006-10-13 11:15:50 +00:00
|
|
|
GetExport().AddAttribute( XML_NAMESPACE_STYLE,
|
|
|
|
XML_LIST_STYLE_NAME,
|
|
|
|
GetExport().EncodeStyleName( sListName ) );
|
2004-11-26 12:03:51 +00:00
|
|
|
}
|
|
|
|
}
|
2006-10-13 11:15:50 +00:00
|
|
|
// <--
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// style:pool-id="..." is not required any longer since we use
|
|
|
|
// english style names only
|
|
|
|
exportStyleAttributes( rStyle );
|
|
|
|
|
|
|
|
// TODO: style:help-file-name="..." and style:help-id="..." can neither
|
|
|
|
// be modified by UI nor by API and that for, have not to be exported
|
|
|
|
// currently.
|
|
|
|
|
|
|
|
{
|
|
|
|
// <style:style>
|
2001-06-29 20:07:26 +00:00
|
|
|
SvXMLElementExport aElem( GetExport(), XML_NAMESPACE_STYLE, XML_STYLE,
|
2000-09-18 16:07:07 +00:00
|
|
|
sal_True, sal_True );
|
2007-04-16 12:12:46 +00:00
|
|
|
|
|
|
|
SvXMLExportPropertyMapper2* pPropMapper2 = dynamic_cast< SvXMLExportPropertyMapper2* >( rPropMapper.get() );
|
|
|
|
if( pPropMapper2 )
|
|
|
|
pPropMapper2->SetStyleName( sEncodedStyleName );
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
// <style:properties>
|
|
|
|
::std::vector< XMLPropertyState > xPropStates =
|
2000-11-07 12:33:09 +00:00
|
|
|
rPropMapper->Filter( xPropSet );
|
2001-10-25 19:57:03 +00:00
|
|
|
rPropMapper->exportXML( GetExport(), xPropStates,
|
|
|
|
XML_EXPORT_FLAG_IGN_WS );
|
2007-04-16 12:12:46 +00:00
|
|
|
|
|
|
|
if( pPropMapper2 )
|
|
|
|
pPropMapper2->SetStyleName( OUString() );
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
exportStyleContent( rStyle );
|
2000-12-20 14:34:09 +00:00
|
|
|
|
|
|
|
// <script:events>, if they are supported by this style
|
2001-01-30 12:10:00 +00:00
|
|
|
Reference<XEventsSupplier> xEventsSupp(rStyle, UNO_QUERY);
|
|
|
|
GetExport().GetEventExport().Export(xEventsSupp);
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
return sal_True;
|
|
|
|
}
|
|
|
|
|
2001-01-05 09:02:58 +00:00
|
|
|
sal_Bool XMLStyleExport::exportDefaultStyle(
|
2001-02-27 15:39:44 +00:00
|
|
|
const Reference< XPropertySet >& xPropSet,
|
2001-06-29 20:07:26 +00:00
|
|
|
const OUString& rXMLFamily,
|
2001-01-05 09:02:58 +00:00
|
|
|
const UniReference < SvXMLExportPropertyMapper >& rPropMapper )
|
|
|
|
{
|
|
|
|
Reference< XPropertySetInfo > xPropSetInfo =
|
|
|
|
xPropSet->getPropertySetInfo();
|
|
|
|
|
|
|
|
Any aAny;
|
|
|
|
|
|
|
|
// <style:default-style ...>
|
|
|
|
GetExport().CheckAttrList();
|
|
|
|
|
|
|
|
{
|
2001-02-27 15:39:44 +00:00
|
|
|
// style:family="..."
|
2001-06-29 20:07:26 +00:00
|
|
|
if( rXMLFamily.getLength() > 0 )
|
|
|
|
GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_FAMILY,
|
|
|
|
rXMLFamily );
|
2001-01-05 09:02:58 +00:00
|
|
|
// <style:style>
|
|
|
|
SvXMLElementExport aElem( GetExport(), XML_NAMESPACE_STYLE,
|
2001-06-29 20:07:26 +00:00
|
|
|
XML_DEFAULT_STYLE,
|
2001-01-05 09:02:58 +00:00
|
|
|
sal_True, sal_True );
|
|
|
|
// <style:properties>
|
2001-02-27 15:39:44 +00:00
|
|
|
//::std::vector< XMLPropertyState > xPropStates =
|
|
|
|
// rPropMapper->FilterDefaults( xPropSet );
|
2001-01-05 09:02:58 +00:00
|
|
|
::std::vector< XMLPropertyState > xPropStates =
|
|
|
|
rPropMapper->FilterDefaults( xPropSet );
|
2001-10-25 19:57:03 +00:00
|
|
|
rPropMapper->exportXML( GetExport(), xPropStates,
|
2001-01-05 09:02:58 +00:00
|
|
|
XML_EXPORT_FLAG_IGN_WS );
|
2001-01-05 09:23:08 +00:00
|
|
|
// exportStyleContent( rStyle );
|
2001-01-05 09:02:58 +00:00
|
|
|
}
|
|
|
|
return sal_True;
|
|
|
|
}
|
|
|
|
|
|
|
|
#if 0
|
2000-09-18 16:07:07 +00:00
|
|
|
void XMLStyleExport::exportStyleFamily(
|
|
|
|
const sal_Char *pFamily,
|
2001-06-29 20:07:26 +00:00
|
|
|
const OUString& rXMLFamily,
|
2000-09-18 16:07:07 +00:00
|
|
|
const UniReference < XMLPropertySetMapper >& rPropMapper,
|
|
|
|
sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix)
|
|
|
|
{
|
|
|
|
const OUString sFamily(OUString::createFromAscii(pFamily ));
|
|
|
|
UniReference < SvXMLExportPropertyMapper > xExpPropMapper =
|
|
|
|
new SvXMLExportPropertyMapper( rPropMapper );
|
2001-06-29 20:07:26 +00:00
|
|
|
exportStyleFamily( sFamily, rXMLFamily, xExpPropMapper, bUsed, nFamily,
|
2000-09-18 16:07:07 +00:00
|
|
|
pPrefix);
|
|
|
|
}
|
|
|
|
|
|
|
|
void XMLStyleExport::exportStyleFamily(
|
2001-06-29 20:07:26 +00:00
|
|
|
const OUString& rFamily, const OUString& rXMLFamily,
|
2000-09-18 16:07:07 +00:00
|
|
|
const UniReference < XMLPropertySetMapper >& rPropMapper,
|
|
|
|
sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix)
|
|
|
|
{
|
|
|
|
UniReference < SvXMLExportPropertyMapper > xExpPropMapper =
|
|
|
|
new SvXMLExportPropertyMapper( rPropMapper );
|
2001-06-29 20:07:26 +00:00
|
|
|
exportStyleFamily( rFamily, rXMLFamily, xExpPropMapper, bUsed, nFamily,
|
2000-09-18 16:07:07 +00:00
|
|
|
pPrefix);
|
|
|
|
}
|
2001-01-05 09:02:58 +00:00
|
|
|
#endif
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
void XMLStyleExport::exportStyleFamily(
|
|
|
|
const sal_Char *pFamily,
|
2001-06-29 20:07:26 +00:00
|
|
|
const OUString& rXMLFamily,
|
2000-09-18 16:07:07 +00:00
|
|
|
const UniReference < SvXMLExportPropertyMapper >& rPropMapper,
|
2001-02-27 15:39:44 +00:00
|
|
|
sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix)
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
const OUString sFamily(OUString::createFromAscii(pFamily ));
|
2001-06-29 20:07:26 +00:00
|
|
|
exportStyleFamily( sFamily, rXMLFamily, rPropMapper, bUsed, nFamily,
|
2001-02-27 15:39:44 +00:00
|
|
|
pPrefix);
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void XMLStyleExport::exportStyleFamily(
|
2001-06-29 20:07:26 +00:00
|
|
|
const OUString& rFamily, const OUString& rXMLFamily,
|
2000-09-18 16:07:07 +00:00
|
|
|
const UniReference < SvXMLExportPropertyMapper >& rPropMapper,
|
2001-02-27 15:39:44 +00:00
|
|
|
sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix)
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
DBG_ASSERT( GetExport().GetModel().is(), "There is the model?" );
|
|
|
|
Reference< XStyleFamiliesSupplier > xFamiliesSupp( GetExport().GetModel(),
|
|
|
|
UNO_QUERY );
|
2000-11-08 11:35:25 +00:00
|
|
|
Reference< XNameAccess > xStyleCont;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
Reference< XNameAccess > xFamilies( xFamiliesSupp->getStyleFamilies() );
|
|
|
|
if( xFamilies->hasByName( rFamily ) )
|
|
|
|
xFamilies->getByName( rFamily ) >>= xStyleCont;
|
|
|
|
|
|
|
|
if( !xStyleCont.is() )
|
|
|
|
return;
|
|
|
|
|
2007-07-06 08:44:50 +00:00
|
|
|
Reference< XNameAccess > xStyles( xStyleCont, UNO_QUERY );
|
|
|
|
// If next styles are supported and used styles should be exported only,
|
2000-09-18 16:07:07 +00:00
|
|
|
// the next style may be unused but has to be exported, too. In this case
|
|
|
|
// the names of all exported styles are remembered.
|
|
|
|
SvStringsSortDtor *pExportedStyles = 0;
|
|
|
|
sal_Bool bFirstStyle = sal_True;
|
|
|
|
|
2007-07-06 08:44:50 +00:00
|
|
|
const uno::Sequence< ::rtl::OUString> aSeq = xStyles->getElementNames();
|
|
|
|
const ::rtl::OUString* pIter = aSeq.getConstArray();
|
|
|
|
const ::rtl::OUString* pEnd = pIter + aSeq.getLength();
|
|
|
|
for(;pIter != pEnd;++pIter)
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
Reference< XStyle > xStyle;
|
2000-12-11 07:05:22 +00:00
|
|
|
try
|
|
|
|
{
|
2007-07-06 08:44:50 +00:00
|
|
|
xStyles->getByName( *pIter ) >>= xStyle;
|
2000-12-11 07:05:22 +00:00
|
|
|
}
|
|
|
|
catch( lang::IndexOutOfBoundsException )
|
|
|
|
{
|
|
|
|
// due to bugs in prior versions it is possible that
|
|
|
|
// a binary file is missing some critical styles.
|
|
|
|
// The only possible way to deal with this is to
|
|
|
|
// not export them here and remain silent.
|
|
|
|
continue;
|
|
|
|
}
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
DBG_ASSERT( xStyle.is(), "Style not found for export!" );
|
|
|
|
if( xStyle.is() )
|
|
|
|
{
|
|
|
|
if( !bUsed || xStyle->isInUse() )
|
|
|
|
{
|
2001-06-29 20:07:26 +00:00
|
|
|
BOOL bExported = exportStyle( xStyle, rXMLFamily, rPropMapper,
|
2001-01-05 09:02:58 +00:00
|
|
|
pPrefix );
|
2000-09-18 16:07:07 +00:00
|
|
|
if( bUsed && bFirstStyle && bExported )
|
|
|
|
{
|
|
|
|
// If this is the first style, find out wether next styles
|
|
|
|
// are supported.
|
|
|
|
Reference< XPropertySet > xPropSet( xStyle, UNO_QUERY );
|
|
|
|
Reference< XPropertySetInfo > xPropSetInfo =
|
|
|
|
xPropSet->getPropertySetInfo();
|
|
|
|
|
|
|
|
if( xPropSetInfo->hasPropertyByName( sFollowStyle ) )
|
|
|
|
pExportedStyles = new SvStringsSortDtor;
|
|
|
|
bFirstStyle = sal_False;
|
|
|
|
}
|
|
|
|
|
|
|
|
if( pExportedStyles && bExported )
|
|
|
|
{
|
|
|
|
// If next styles are supported, remember this style's name.
|
|
|
|
String *pTmp = new String( xStyle->getName() );
|
|
|
|
if( !pExportedStyles->Insert( pTmp ) )
|
|
|
|
delete pTmp;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// if an auto style pool is given, remember this style's name as a
|
|
|
|
// style name that must not be used by automatic styles.
|
|
|
|
if( pAutoStylePool )
|
|
|
|
pAutoStylePool->RegisterName( nFamily, xStyle->getName() );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if( pExportedStyles )
|
|
|
|
{
|
|
|
|
// if next styles are supported, export all next styles that are
|
|
|
|
// unused and that for, haven't been exported in the first loop.
|
2007-07-06 08:44:50 +00:00
|
|
|
pIter = aSeq.getConstArray();
|
|
|
|
for(;pIter != pEnd;++pIter)
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
Reference< XStyle > xStyle;
|
2007-07-06 08:44:50 +00:00
|
|
|
xStyles->getByName( *pIter ) >>= xStyle;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
DBG_ASSERT( xStyle.is(), "Style not found for export!" );
|
|
|
|
if( xStyle.is() )
|
|
|
|
{
|
|
|
|
Reference< XPropertySet > xPropSet( xStyle, UNO_QUERY );
|
|
|
|
Reference< XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() );
|
|
|
|
|
|
|
|
// styles that aren't existing realy are ignored.
|
|
|
|
if( xPropSetInfo->hasPropertyByName( sIsPhysical ) )
|
|
|
|
{
|
|
|
|
Any aAny( xPropSet->getPropertyValue( sIsPhysical ) );
|
|
|
|
if( !*(sal_Bool *)aAny.getValue() )
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
|
|
|
if( !xStyle->isInUse() )
|
|
|
|
continue;
|
|
|
|
|
|
|
|
if( !xPropSetInfo->hasPropertyByName( sFollowStyle ) )
|
|
|
|
{
|
|
|
|
DBG_ASSERT( 0==sFollowStyle.getLength(),
|
|
|
|
"no follow style???" );
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
|
|
|
OUString sNextName;
|
|
|
|
xPropSet->getPropertyValue( sFollowStyle ) >>= sNextName;
|
|
|
|
String sTmp( sNextName );
|
|
|
|
// if the next style hasn't been exported by now, export it now
|
|
|
|
// and remember its name.
|
|
|
|
if( xStyle->getName() != sNextName &&
|
|
|
|
!pExportedStyles->Seek_Entry( &sTmp ) )
|
|
|
|
{
|
|
|
|
xStyleCont->getByName( sNextName ) >>= xStyle;
|
|
|
|
DBG_ASSERT( xStyle.is(), "Style not found for export!" );
|
|
|
|
|
2001-06-29 20:07:26 +00:00
|
|
|
if( xStyle.is() && exportStyle( xStyle, rXMLFamily, rPropMapper, pPrefix ) )
|
2000-09-18 16:07:07 +00:00
|
|
|
pExportedStyles->Insert( new String( sTmp ) );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
delete pExportedStyles;
|
|
|
|
}
|
|
|
|
|
|
|
|
|