2004-04-02 12:53:10 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 12:52:45 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2004-04-02 12:53:10 +00:00
|
|
|
*
|
2005-09-09 12:52:45 +00:00
|
|
|
* $RCSfile: shapeexport4.cxx,v $
|
2004-04-02 12:53:10 +00:00
|
|
|
*
|
2006-06-19 17:12:51 +00:00
|
|
|
* $Revision: 1.10 $
|
2004-04-02 12:53:10 +00:00
|
|
|
*
|
2006-06-19 17:12:51 +00:00
|
|
|
* last change: $Author: hr $ $Date: 2006-06-19 18:12:51 $
|
2004-04-02 12:53:10 +00:00
|
|
|
*
|
2005-09-09 12:52:45 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2004-04-02 12:53:10 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 12:52:45 +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
|
2004-04-02 12:53:10 +00:00
|
|
|
*
|
2005-09-09 12:52:45 +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.
|
2004-04-02 12:53:10 +00:00
|
|
|
*
|
2005-09-09 12:52:45 +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.
|
2004-04-02 12:53:10 +00:00
|
|
|
*
|
2005-09-09 12:52:45 +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
|
2004-04-02 12:53:10 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _B3D_HMATRIX_HXX
|
|
|
|
#include <goodies/hmatrix.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_HOMOGENMATRIX_HPP_
|
|
|
|
#include <com/sun/star/drawing/HomogenMatrix.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_POLYPOLYGONSHAPE3D_HPP_
|
|
|
|
#include <com/sun/star/drawing/PolyPolygonShape3D.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_PROJECTIONMODE_HPP_
|
|
|
|
#include <com/sun/star/drawing/ProjectionMode.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_SHADEMODE_HPP_
|
|
|
|
#include <com/sun/star/drawing/ShadeMode.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_DIRECTION3D_HPP_
|
|
|
|
#include <com/sun/star/drawing/Direction3D.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_POSITION3D_HPP_
|
|
|
|
#include <com/sun/star/drawing/Position3D.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_CAMERAGEOMETRY_HPP_
|
|
|
|
#include <com/sun/star/drawing/CameraGeometry.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_DOUBLESEQUENCE_HPP_
|
|
|
|
#include <com/sun/star/drawing/DoubleSequence.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_SHAPEEXPORT_HXX
|
|
|
|
#include "shapeexport.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _SDPROPLS_HXX
|
|
|
|
#include "sdpropls.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _TOOLS_DEBUG_HXX
|
|
|
|
#include <tools/debug.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _RTL_USTRBUF_HXX_
|
|
|
|
#include <rtl/ustrbuf.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_XMLEXP_HXX
|
|
|
|
#include "xmlexp.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_XMLUCONV_HXX
|
|
|
|
#include "xmluconv.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XEXPTRANSFORM_HXX
|
|
|
|
#include "xexptran.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_XMLTOKEN_HXX
|
|
|
|
#include "xmltoken.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _ENHANCED_CUSTOMSHAPE_TOKEN_HXX
|
|
|
|
#include "EnhancedCustomShapeToken.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_CONTAINER_XIDENTIFIERCONTAINER_HPP_
|
|
|
|
#include <com/sun/star/container/XIdentifierContainer.hpp>
|
|
|
|
#endif
|
|
|
|
|
2004-10-12 12:05:57 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_SHADEMODE_HPP_
|
|
|
|
#include <com/sun/star/drawing/ShadeMode.hpp>
|
2004-04-02 12:53:10 +00:00
|
|
|
#endif
|
2005-03-01 16:59:40 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEPARAMETERTYPE_HPP_
|
|
|
|
#include <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp>
|
2004-04-02 12:53:10 +00:00
|
|
|
#endif
|
2005-03-01 16:59:40 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEPARAMETERPARI_HPP_
|
|
|
|
#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp>
|
2004-04-02 12:53:10 +00:00
|
|
|
#endif
|
2005-03-01 16:59:40 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEGLUEPOINTTYPE_HPP_
|
|
|
|
#include <com/sun/star/drawing/EnhancedCustomShapeGluePointType.hpp>
|
2004-04-02 12:53:10 +00:00
|
|
|
#endif
|
2005-03-01 16:59:40 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPETEXTFRAME_HPP_
|
|
|
|
#include <com/sun/star/drawing/EnhancedCustomShapeTextFrame.hpp>
|
2004-04-02 12:53:10 +00:00
|
|
|
#endif
|
2005-03-01 16:59:40 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPESEGMENT_HPP_
|
|
|
|
#include <com/sun/star/drawing/EnhancedCustomShapeSegment.hpp>
|
2004-04-02 12:53:10 +00:00
|
|
|
#endif
|
2005-03-01 16:59:40 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPESEGMENTCOMMAND_HPP_
|
|
|
|
#include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp>
|
2004-04-02 12:53:10 +00:00
|
|
|
#endif
|
2005-03-01 16:59:40 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEADJUSTMENTVALUE_HPP_
|
|
|
|
#include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp>
|
2004-04-02 12:53:10 +00:00
|
|
|
#endif
|
2005-03-01 16:59:40 +00:00
|
|
|
#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPETEXTPATHMODE_HPP_
|
|
|
|
#include <com/sun/star/drawing/EnhancedCustomShapeTextPathMode.hpp>
|
2004-10-12 12:05:57 +00:00
|
|
|
#endif
|
2004-04-02 12:53:10 +00:00
|
|
|
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUES_HPP_
|
|
|
|
#include <com/sun/star/beans/PropertyValues.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef INCLUDED_RTL_MATH_HXX
|
|
|
|
#include <rtl/math.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "xmlnmspe.hxx"
|
|
|
|
|
|
|
|
using namespace ::rtl;
|
|
|
|
using namespace ::com::sun::star;
|
|
|
|
using namespace ::xmloff::token;
|
|
|
|
using namespace ::xmloff::EnhancedCustomShapeToken;
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2005-03-01 16:59:40 +00:00
|
|
|
void ExportParameter( rtl::OUStringBuffer& rStrBuffer, const com::sun::star::drawing::EnhancedCustomShapeParameter& rParameter )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
|
|
|
if ( rStrBuffer.getLength() )
|
|
|
|
rStrBuffer.append( (sal_Unicode)' ' );
|
|
|
|
if ( rParameter.Value.getValueTypeClass() == uno::TypeClass_DOUBLE )
|
|
|
|
{
|
|
|
|
double fNumber = 0.0;
|
|
|
|
rParameter.Value >>= fNumber;
|
|
|
|
::rtl::math::doubleToUStringBuffer( rStrBuffer, fNumber, rtl_math_StringFormat_Automatic, rtl_math_DecimalPlaces_Max, '.', sal_True );
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
sal_Int32 nValue = 0;
|
|
|
|
rParameter.Value >>= nValue;
|
|
|
|
|
|
|
|
switch( rParameter.Type )
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::EQUATION :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-11-26 13:10:00 +00:00
|
|
|
rStrBuffer.append( (sal_Unicode)'?' );
|
|
|
|
rStrBuffer.append( (sal_Unicode)'f' );
|
2004-04-02 12:53:10 +00:00
|
|
|
rStrBuffer.append( rtl::OUString::valueOf( nValue ) );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::ADJUSTMENT :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-11-26 13:10:00 +00:00
|
|
|
rStrBuffer.append( (sal_Unicode)'$' );
|
2004-04-02 12:53:10 +00:00
|
|
|
rStrBuffer.append( rtl::OUString::valueOf( nValue ) );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::BOTTOM :
|
2004-04-02 12:53:10 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_BOTTOM ) ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::RIGHT :
|
2004-04-02 12:53:10 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_RIGHT ) ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::TOP :
|
2004-04-02 12:53:10 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_TOP ) ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::LEFT :
|
2004-04-02 12:53:10 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_LEFT ) ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::XSTRETCH :
|
2004-11-26 13:10:00 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_XSTRETCH ) ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::YSTRETCH :
|
2004-11-26 13:10:00 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_YSTRETCH ) ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::HASSTROKE :
|
2004-11-26 13:10:00 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_HASSTROKE ) ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::HASFILL :
|
2004-11-26 13:10:00 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_HASFILL ) ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::WIDTH :
|
2004-11-26 13:10:00 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_WIDTH ) ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::HEIGHT :
|
2004-11-26 13:10:00 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_HEIGHT ) ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::LOGWIDTH :
|
2004-11-26 13:10:00 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_LOGWIDTH ) ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeParameterType::LOGHEIGHT :
|
2004-11-26 13:10:00 +00:00
|
|
|
rStrBuffer.append( GetXMLToken( XML_LOGHEIGHT ) ); break;
|
2004-04-02 12:53:10 +00:00
|
|
|
default :
|
|
|
|
rStrBuffer.append( rtl::OUString::valueOf( nValue ) );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-11-26 13:10:00 +00:00
|
|
|
void ImpExportEquations( SvXMLExport& rExport, const uno::Sequence< rtl::OUString >& rEquations )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-11-26 13:10:00 +00:00
|
|
|
sal_Int32 i;
|
|
|
|
for ( i = 0; i < rEquations.getLength(); i++ )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2005-04-13 08:29:39 +00:00
|
|
|
rtl::OUString aStr( String( 'f' ) );
|
2004-11-26 13:10:00 +00:00
|
|
|
aStr += rtl::OUString::valueOf( i );
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_NAME, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
|
2004-11-26 13:10:00 +00:00
|
|
|
aStr = rEquations[ i ];
|
|
|
|
sal_Int32 nIndex = 0;
|
|
|
|
do
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-11-26 13:10:00 +00:00
|
|
|
nIndex = aStr.indexOf( (sal_Unicode)'?', nIndex );
|
|
|
|
if ( nIndex != -1 )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-11-26 13:10:00 +00:00
|
|
|
rtl::OUString aNew( aStr.copy( 0, nIndex + 1 ) );
|
2005-04-13 08:29:39 +00:00
|
|
|
aNew += String( 'f' );
|
2004-11-26 13:10:00 +00:00
|
|
|
aNew += aStr.copy( nIndex + 1, ( aStr.getLength() - nIndex ) - 1 );
|
|
|
|
aStr = aNew;
|
|
|
|
nIndex++;
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
2004-11-26 13:10:00 +00:00
|
|
|
} while( nIndex != -1 );
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_FORMULA, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
SvXMLElementExport aOBJ( rExport, XML_NAMESPACE_DRAW, XML_EQUATION, sal_True, sal_True );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void ImpExportHandles( SvXMLExport& rExport, const uno::Sequence< beans::PropertyValues >& rHandles )
|
|
|
|
{
|
|
|
|
sal_uInt32 i, j, nElements = rHandles.getLength();
|
|
|
|
if ( nElements )
|
|
|
|
{
|
|
|
|
rtl::OUString aStr;
|
|
|
|
rtl::OUStringBuffer aStrBuffer;
|
|
|
|
|
|
|
|
for ( i = 0; i < nElements; i++ )
|
|
|
|
{
|
|
|
|
const uno::Sequence< beans::PropertyValue >& rPropSeq = rHandles[ i ];
|
|
|
|
for ( j = 0; j < (sal_uInt32)rPropSeq.getLength(); j++ )
|
|
|
|
{
|
|
|
|
const beans::PropertyValue& rPropVal = rPropSeq[ j ];
|
|
|
|
switch( EASGet( rPropVal.Name ) )
|
|
|
|
{
|
|
|
|
case EAS_Position :
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameterPair aPosition;
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( rPropVal.Value >>= aPosition )
|
|
|
|
{
|
|
|
|
ExportParameter( aStrBuffer, aPosition.First );
|
|
|
|
ExportParameter( aStrBuffer, aPosition.Second );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_HANDLE_POSITION, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_MirroredX :
|
|
|
|
{
|
|
|
|
sal_Bool bMirroredX;
|
|
|
|
if ( rPropVal.Value >>= bMirroredX )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_HANDLE_MIRROR_HORIZONTAL,
|
|
|
|
bMirroredX ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_MirroredY :
|
|
|
|
{
|
|
|
|
sal_Bool bMirroredY;
|
|
|
|
if ( rPropVal.Value >>= bMirroredY )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_HANDLE_MIRROR_VERTICAL,
|
|
|
|
bMirroredY ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Switched :
|
|
|
|
{
|
|
|
|
sal_Bool bSwitched;
|
|
|
|
if ( rPropVal.Value >>= bSwitched )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_HANDLE_SWITCHED,
|
|
|
|
bSwitched ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Polar :
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameterPair aPolar;
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( rPropVal.Value >>= aPolar )
|
|
|
|
{
|
|
|
|
ExportParameter( aStrBuffer, aPolar.First );
|
|
|
|
ExportParameter( aStrBuffer, aPolar.Second );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_HANDLE_POLAR, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_RadiusRangeMinimum :
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameter aRadiusRangeMinimum;
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( rPropVal.Value >>= aRadiusRangeMinimum )
|
|
|
|
{
|
|
|
|
ExportParameter( aStrBuffer, aRadiusRangeMinimum );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_HANDLE_RADIUS_RANGE_MINIMUM, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_RadiusRangeMaximum :
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameter aRadiusRangeMaximum;
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( rPropVal.Value >>= aRadiusRangeMaximum )
|
|
|
|
{
|
|
|
|
ExportParameter( aStrBuffer, aRadiusRangeMaximum );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_HANDLE_RADIUS_RANGE_MAXIMUM, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_RangeXMinimum :
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameter aXRangeMinimum;
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( rPropVal.Value >>= aXRangeMinimum )
|
|
|
|
{
|
|
|
|
ExportParameter( aStrBuffer, aXRangeMinimum );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_HANDLE_RANGE_X_MINIMUM, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_RangeXMaximum :
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameter aXRangeMaximum;
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( rPropVal.Value >>= aXRangeMaximum )
|
|
|
|
{
|
|
|
|
ExportParameter( aStrBuffer, aXRangeMaximum );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_HANDLE_RANGE_X_MAXIMUM, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_RangeYMinimum :
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameter aYRangeMinimum;
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( rPropVal.Value >>= aYRangeMinimum )
|
|
|
|
{
|
|
|
|
ExportParameter( aStrBuffer, aYRangeMinimum );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_HANDLE_RANGE_Y_MINIMUM, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_RangeYMaximum :
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameter aYRangeMaximum;
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( rPropVal.Value >>= aYRangeMaximum )
|
|
|
|
{
|
|
|
|
ExportParameter( aStrBuffer, aYRangeMaximum );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_HANDLE_RANGE_Y_MAXIMUM, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2006-06-19 17:12:51 +00:00
|
|
|
default:
|
|
|
|
break;
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
SvXMLElementExport aOBJ( rExport, XML_NAMESPACE_DRAW, XML_HANDLE, sal_True, sal_True );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
SvXMLElementExport aOBJ( rExport, XML_NAMESPACE_DRAW, XML_HANDLE, sal_True, sal_True );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void ImpExportEnhancedPath( SvXMLExport& rExport,
|
2005-03-01 16:59:40 +00:00
|
|
|
const uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair >& rCoordinates,
|
|
|
|
const uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment >& rSegments )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
|
|
|
|
|
|
|
rtl::OUString aStr;
|
|
|
|
rtl::OUStringBuffer aStrBuffer;
|
|
|
|
|
|
|
|
sal_Int32 i, j, k, l;
|
|
|
|
|
|
|
|
sal_Int32 nCoords = rCoordinates.getLength();
|
|
|
|
sal_Int32 nSegments = rSegments.getLength();
|
|
|
|
sal_Bool bSimpleSegments = nSegments == 0;
|
|
|
|
if ( bSimpleSegments )
|
2004-11-26 13:10:00 +00:00
|
|
|
nSegments = 4;
|
2004-04-02 12:53:10 +00:00
|
|
|
for ( j = i = 0; j < nSegments; j++ )
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeSegment aSegment;
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( bSimpleSegments )
|
|
|
|
{
|
|
|
|
// if there are not enough segments we will default them
|
2004-11-26 13:10:00 +00:00
|
|
|
switch( j )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-11-26 13:10:00 +00:00
|
|
|
case 0 :
|
|
|
|
{
|
|
|
|
aSegment.Count = 1;
|
2005-03-01 16:59:40 +00:00
|
|
|
aSegment.Command = com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::MOVETO;
|
2004-11-26 13:10:00 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 1 :
|
|
|
|
{
|
|
|
|
aSegment.Count = (sal_Int16)Min( nCoords - 1, (sal_Int32)32767 );
|
2005-03-01 16:59:40 +00:00
|
|
|
aSegment.Command = com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::LINETO;
|
2004-11-26 13:10:00 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 2 :
|
|
|
|
{
|
|
|
|
aSegment.Count = 1;
|
2005-03-01 16:59:40 +00:00
|
|
|
aSegment.Command = com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::CLOSESUBPATH;
|
2004-11-26 13:10:00 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 3 :
|
|
|
|
{
|
|
|
|
aSegment.Count = 1;
|
2005-03-01 16:59:40 +00:00
|
|
|
aSegment.Command = com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::ENDSUBPATH;
|
2004-11-26 13:10:00 +00:00
|
|
|
}
|
|
|
|
break;
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
aSegment = rSegments[ j ];
|
|
|
|
|
|
|
|
if ( aStrBuffer.getLength() )
|
|
|
|
aStrBuffer.append( (sal_Unicode)' ' );
|
|
|
|
|
|
|
|
sal_Int32 nParameter = 0;
|
|
|
|
switch( aSegment.Command )
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::CLOSESUBPATH :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'Z' ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::ENDSUBPATH :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'N' ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::NOFILL :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'F' ); break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::NOSTROKE :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'S' ); break;
|
|
|
|
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::MOVETO :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'M' ); nParameter = 1; break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::LINETO :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'L' ); nParameter = 1; break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::CURVETO :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'C' ); nParameter = 3; break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::ANGLEELLIPSETO :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'T' ); nParameter = 3; break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::ANGLEELLIPSE :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'U' ); nParameter = 3; break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::ARCTO :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'A' ); nParameter = 4; break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::ARC :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'B' ); nParameter = 4; break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::CLOCKWISEARCTO :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'W' ); nParameter = 4; break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::CLOCKWISEARC :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'V' ); nParameter = 4; break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::ELLIPTICALQUADRANTX :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'X' ); nParameter = 1; break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::ELLIPTICALQUADRANTY :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'Y' ); nParameter = 1; break;
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::QUADRATICCURVETO :
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'Q' ); nParameter = 2; break;
|
|
|
|
|
|
|
|
default : // ups, seems to be something wrong
|
|
|
|
{
|
|
|
|
aSegment.Count = 1;
|
2005-03-01 16:59:40 +00:00
|
|
|
aSegment.Command = com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::LINETO;
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
if ( nParameter )
|
|
|
|
{
|
|
|
|
for ( k = 0; k < aSegment.Count; k++ )
|
|
|
|
{
|
|
|
|
if ( ( i + nParameter ) <= nCoords )
|
|
|
|
{
|
|
|
|
for ( l = 0; l < nParameter; l++ )
|
|
|
|
{
|
|
|
|
ExportParameter( aStrBuffer, rCoordinates[ i ].First );
|
|
|
|
ExportParameter( aStrBuffer, rCoordinates[ i++ ].Second );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
j = nSegments; // error -> exiting
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_ENHANCED_PATH, aStr );
|
|
|
|
}
|
|
|
|
|
|
|
|
void ImpExportEnhancedGeometry( SvXMLExport& rExport, const uno::Reference< beans::XPropertySet >& xPropSet )
|
|
|
|
{
|
|
|
|
sal_Bool bEquations = sal_False;
|
2004-11-26 13:10:00 +00:00
|
|
|
uno::Sequence< rtl::OUString > aEquations;
|
2004-04-02 12:53:10 +00:00
|
|
|
|
|
|
|
sal_Bool bHandles = sal_False;
|
|
|
|
uno::Sequence< beans::PropertyValues > aHandles;
|
|
|
|
|
|
|
|
sal_Bool bCoordinates = sal_False;
|
2005-03-01 16:59:40 +00:00
|
|
|
uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > aSegments;
|
|
|
|
uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates;
|
2004-04-02 12:53:10 +00:00
|
|
|
|
2005-03-01 16:59:40 +00:00
|
|
|
uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentValues;
|
2004-04-02 12:53:10 +00:00
|
|
|
|
|
|
|
rtl::OUString aStr;
|
|
|
|
rtl::OUStringBuffer aStrBuffer;
|
|
|
|
SvXMLUnitConverter& rUnitConverter = rExport.GetMM100UnitConverter();
|
|
|
|
|
|
|
|
uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() );
|
|
|
|
|
|
|
|
// geometry
|
|
|
|
const rtl::OUString sCustomShapeGeometry( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeGeometry" ) );
|
|
|
|
if ( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName( sCustomShapeGeometry ) )
|
|
|
|
{
|
|
|
|
uno::Any aGeoPropSet( xPropSet->getPropertyValue( sCustomShapeGeometry ) );
|
|
|
|
uno::Sequence< beans::PropertyValue > aGeoPropSeq;
|
|
|
|
|
|
|
|
if ( aGeoPropSet >>= aGeoPropSeq )
|
|
|
|
{
|
|
|
|
const rtl::OUString sCustomShapeType( RTL_CONSTASCII_USTRINGPARAM( "NonPrimitive" ) );
|
|
|
|
rtl::OUString aCustomShapeType( sCustomShapeType );
|
|
|
|
|
2006-06-19 17:12:51 +00:00
|
|
|
sal_Int32 j, nGeoPropCount = aGeoPropSeq.getLength();
|
|
|
|
for ( j = 0; j < nGeoPropCount; j++ )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2006-06-19 17:12:51 +00:00
|
|
|
const beans::PropertyValue& rGeoProp = aGeoPropSeq[ j ];
|
|
|
|
switch( EASGet( rGeoProp.Name ) )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-11-26 13:10:00 +00:00
|
|
|
case EAS_Type :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2006-06-19 17:12:51 +00:00
|
|
|
rGeoProp.Value >>= aCustomShapeType;
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_MirroredX :
|
|
|
|
{
|
|
|
|
sal_Bool bMirroredX;
|
2006-06-19 17:12:51 +00:00
|
|
|
if ( rGeoProp.Value >>= bMirroredX )
|
2004-04-02 12:53:10 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_MIRROR_HORIZONTAL,
|
|
|
|
bMirroredX ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_MirroredY :
|
|
|
|
{
|
|
|
|
sal_Bool bMirroredY;
|
2006-06-19 17:12:51 +00:00
|
|
|
if ( rGeoProp.Value >>= bMirroredY )
|
2004-04-02 12:53:10 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_MIRROR_VERTICAL,
|
|
|
|
bMirroredY ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_ViewBox :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
awt::Rectangle aRect;
|
2006-06-19 17:12:51 +00:00
|
|
|
if ( rGeoProp.Value >>= aRect )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
SdXMLImExViewBox aViewBox( aRect.X, aRect.Y, aRect.Width, aRect.Height );
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_SVG, XML_VIEWBOX, aViewBox.GetExportString( rExport.GetMM100UnitConverter() ) );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_TextRotateAngle :
|
|
|
|
{
|
|
|
|
double fTextRotateAngle;
|
2006-06-19 17:12:51 +00:00
|
|
|
if ( rGeoProp.Value >>= fTextRotateAngle )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
|
|
|
rUnitConverter.convertDouble( aStrBuffer, fTextRotateAngle );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_TEXT_ROTATE_ANGLE, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Extrusion :
|
|
|
|
{
|
|
|
|
uno::Sequence< beans::PropertyValue > aExtrusionPropSeq;
|
2006-06-19 17:12:51 +00:00
|
|
|
if ( rGeoProp.Value >>= aExtrusionPropSeq )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
|
|
|
sal_Int32 i, nCount = aExtrusionPropSeq.getLength();
|
|
|
|
for ( i = 0; i < nCount; i++ )
|
|
|
|
{
|
|
|
|
const beans::PropertyValue& rProp = aExtrusionPropSeq[ i ];
|
|
|
|
switch( EASGet( rProp.Name ) )
|
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_Extrusion :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
|
|
|
sal_Bool bExtrusionOn;
|
|
|
|
if ( rProp.Value >>= bExtrusionOn )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION,
|
2004-10-12 12:05:57 +00:00
|
|
|
bExtrusionOn ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Brightness :
|
|
|
|
{
|
|
|
|
double fExtrusionBrightness;
|
|
|
|
if ( rProp.Value >>= fExtrusionBrightness )
|
|
|
|
{
|
|
|
|
rUnitConverter.convertDouble( aStrBuffer, fExtrusionBrightness, sal_False, MAP_RELATIVE, MAP_RELATIVE );
|
|
|
|
aStrBuffer.append( (sal_Unicode)'%' );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_BRIGHTNESS, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_Depth :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameterPair aDepthParaPair;
|
2004-10-12 12:05:57 +00:00
|
|
|
if ( rProp.Value >>= aDepthParaPair )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
double fDepth;
|
|
|
|
if ( aDepthParaPair.First.Value >>= fDepth )
|
|
|
|
{
|
|
|
|
rExport.GetMM100UnitConverter().convertDouble( aStrBuffer, fDepth, sal_True );
|
|
|
|
ExportParameter( aStrBuffer, aDepthParaPair.Second );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_DEPTH, aStr );
|
|
|
|
}
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_Diffusion :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
double fExtrusionDiffusion;
|
|
|
|
if ( rProp.Value >>= fExtrusionDiffusion )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
rUnitConverter.convertDouble( aStrBuffer, fExtrusionDiffusion, sal_False, MAP_RELATIVE, MAP_RELATIVE );
|
|
|
|
aStrBuffer.append( (sal_Unicode)'%' );
|
2004-04-02 12:53:10 +00:00
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
2004-10-12 12:05:57 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_DIFFUSION, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_NumberOfLineSegments :
|
|
|
|
{
|
|
|
|
sal_Int32 nExtrusionNumberOfLineSegments;
|
|
|
|
if ( rProp.Value >>= nExtrusionNumberOfLineSegments )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_NUMBER_OF_LINE_SEGMENTS, rtl::OUString::valueOf( nExtrusionNumberOfLineSegments ) );
|
|
|
|
}
|
|
|
|
break;
|
2004-04-02 12:53:10 +00:00
|
|
|
case EAS_LightFace :
|
|
|
|
{
|
|
|
|
sal_Bool bExtrusionLightFace;
|
|
|
|
if ( rProp.Value >>= bExtrusionLightFace )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_LIGHT_FACE,
|
|
|
|
bExtrusionLightFace ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_FirstLightHarsh :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
sal_Bool bExtrusionFirstLightHarsh;
|
|
|
|
if ( rProp.Value >>= bExtrusionFirstLightHarsh )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_FIRST_LIGHT_HARSH,
|
|
|
|
bExtrusionFirstLightHarsh ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_SecondLightHarsh :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
sal_Bool bExtrusionSecondLightHarsh;
|
|
|
|
if ( rProp.Value >>= bExtrusionSecondLightHarsh )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_SECOND_LIGHT_HARSH,
|
|
|
|
bExtrusionSecondLightHarsh ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_FirstLightLevel :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
double fExtrusionFirstLightLevel;
|
|
|
|
if ( rProp.Value >>= fExtrusionFirstLightLevel )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
rUnitConverter.convertDouble( aStrBuffer, fExtrusionFirstLightLevel, sal_False, MAP_RELATIVE, MAP_RELATIVE );
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'%' );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
2004-10-12 12:05:57 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_FIRST_LIGHT_LEVEL, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_SecondLightLevel :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
double fExtrusionSecondLightLevel;
|
|
|
|
if ( rProp.Value >>= fExtrusionSecondLightLevel )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
rUnitConverter.convertDouble( aStrBuffer, fExtrusionSecondLightLevel, sal_False, MAP_RELATIVE, MAP_RELATIVE );
|
2004-04-02 12:53:10 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)'%' );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
2004-10-12 12:05:57 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_SECOND_LIGHT_LEVEL, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_FirstLightDirection :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
drawing::Direction3D aExtrusionFirstLightDirection;
|
|
|
|
if ( rProp.Value >>= aExtrusionFirstLightDirection )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
Vector3D aVec3D( aExtrusionFirstLightDirection.DirectionX, aExtrusionFirstLightDirection.DirectionY,
|
|
|
|
aExtrusionFirstLightDirection.DirectionZ );
|
2004-04-02 12:53:10 +00:00
|
|
|
rUnitConverter.convertVector3D( aStrBuffer, aVec3D );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
2004-10-12 12:05:57 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_FIRST_LIGHT_DIRECTION, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_SecondLightDirection :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
drawing::Direction3D aExtrusionSecondLightDirection;
|
|
|
|
if ( rProp.Value >>= aExtrusionSecondLightDirection )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
Vector3D aVec3D( aExtrusionSecondLightDirection.DirectionX, aExtrusionSecondLightDirection.DirectionY,
|
|
|
|
aExtrusionSecondLightDirection.DirectionZ );
|
2004-04-02 12:53:10 +00:00
|
|
|
rUnitConverter.convertVector3D( aStrBuffer, aVec3D );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
2004-10-12 12:05:57 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_SECOND_LIGHT_DIRECTION, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Metal :
|
|
|
|
{
|
|
|
|
sal_Bool bExtrusionMetal;
|
|
|
|
if ( rProp.Value >>= bExtrusionMetal )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_METAL,
|
|
|
|
bExtrusionMetal ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_ShadeMode :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
// shadeMode
|
|
|
|
drawing::ShadeMode eShadeMode;
|
|
|
|
if( rProp.Value >>= eShadeMode )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
if( eShadeMode == drawing::ShadeMode_FLAT )
|
|
|
|
aStr = GetXMLToken( XML_FLAT );
|
|
|
|
else if( eShadeMode == drawing::ShadeMode_PHONG )
|
|
|
|
aStr = GetXMLToken( XML_PHONG );
|
|
|
|
else if( eShadeMode == drawing::ShadeMode_SMOOTH )
|
|
|
|
aStr = GetXMLToken( XML_GOURAUD );
|
|
|
|
else
|
|
|
|
aStr = GetXMLToken( XML_DRAFT );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
2004-10-12 12:05:57 +00:00
|
|
|
else
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
// ShadeMode enum not there, write default
|
|
|
|
aStr = GetXMLToken( XML_FLAT);
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
2004-10-12 12:05:57 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DR3D, XML_SHADE_MODE, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_RotateAngle :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameterPair aRotateAngleParaPair;
|
2004-10-12 12:05:57 +00:00
|
|
|
if ( rProp.Value >>= aRotateAngleParaPair )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
ExportParameter( aStrBuffer, aRotateAngleParaPair.First );
|
|
|
|
ExportParameter( aStrBuffer, aRotateAngleParaPair.Second );
|
2004-04-02 12:53:10 +00:00
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
2004-10-12 12:05:57 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_ROTATION_ANGLE, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_RotationCenter :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
drawing::Direction3D aExtrusionRotationCenter;
|
|
|
|
if ( rProp.Value >>= aExtrusionRotationCenter )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
Vector3D aVec3D( aExtrusionRotationCenter.DirectionX, aExtrusionRotationCenter.DirectionY,
|
|
|
|
aExtrusionRotationCenter.DirectionZ );
|
|
|
|
rUnitConverter.convertVector3D( aStrBuffer, aVec3D );
|
2004-04-02 12:53:10 +00:00
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
2004-10-12 12:05:57 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_ROTATION_CENTER, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Shininess :
|
|
|
|
{
|
|
|
|
double fExtrusionShininess;
|
|
|
|
if ( rProp.Value >>= fExtrusionShininess )
|
|
|
|
{
|
|
|
|
rUnitConverter.convertDouble( aStrBuffer, fExtrusionShininess, sal_False, MAP_RELATIVE, MAP_RELATIVE );
|
|
|
|
aStrBuffer.append( (sal_Unicode)'%' );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_SHININESS, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Skew :
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameterPair aSkewParaPair;
|
2004-10-12 12:05:57 +00:00
|
|
|
if ( rProp.Value >>= aSkewParaPair )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
ExportParameter( aStrBuffer, aSkewParaPair.First );
|
|
|
|
ExportParameter( aStrBuffer, aSkewParaPair.Second );
|
2004-04-02 12:53:10 +00:00
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_SKEW, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Specularity :
|
|
|
|
{
|
|
|
|
double fExtrusionSpecularity;
|
|
|
|
if ( rProp.Value >>= fExtrusionSpecularity )
|
|
|
|
{
|
|
|
|
rUnitConverter.convertDouble( aStrBuffer, fExtrusionSpecularity, sal_False, MAP_RELATIVE, MAP_RELATIVE );
|
|
|
|
aStrBuffer.append( (sal_Unicode)'%' );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_SPECULARITY, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_ProjectionMode :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
drawing::ProjectionMode eProjectionMode;
|
|
|
|
if ( rProp.Value >>= eProjectionMode )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DR3D, XML_PROJECTION,
|
|
|
|
eProjectionMode == drawing::ProjectionMode_PARALLEL ? GetXMLToken( XML_PARALLEL ) : GetXMLToken( XML_PERSPECTIVE ) );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_ViewPoint :
|
|
|
|
{
|
|
|
|
drawing::Position3D aExtrusionViewPoint;
|
|
|
|
if ( rProp.Value >>= aExtrusionViewPoint )
|
|
|
|
{
|
|
|
|
rUnitConverter.convertPosition3D( aStrBuffer, aExtrusionViewPoint );
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_VIEWPOINT, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_Origin :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeParameterPair aOriginParaPair;
|
2004-10-12 12:05:57 +00:00
|
|
|
if ( rProp.Value >>= aOriginParaPair )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
ExportParameter( aStrBuffer, aOriginParaPair.First );
|
|
|
|
ExportParameter( aStrBuffer, aOriginParaPair.Second );
|
2004-04-02 12:53:10 +00:00
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
2004-10-12 12:05:57 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_ORIGIN, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Color :
|
|
|
|
{
|
|
|
|
sal_Bool bExtrusionColor;
|
|
|
|
if ( rProp.Value >>= bExtrusionColor )
|
|
|
|
{
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_COLOR,
|
|
|
|
bExtrusionColor ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2006-06-19 17:12:51 +00:00
|
|
|
default:
|
|
|
|
break;
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_TextPath :
|
|
|
|
{
|
|
|
|
uno::Sequence< beans::PropertyValue > aTextPathPropSeq;
|
2006-06-19 17:12:51 +00:00
|
|
|
if ( rGeoProp.Value >>= aTextPathPropSeq )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
|
|
|
sal_Int32 i, nCount = aTextPathPropSeq.getLength();
|
|
|
|
for ( i = 0; i < nCount; i++ )
|
|
|
|
{
|
|
|
|
const beans::PropertyValue& rProp = aTextPathPropSeq[ i ];
|
|
|
|
switch( EASGet( rProp.Name ) )
|
|
|
|
{
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_TextPath :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
|
|
|
sal_Bool bTextPathOn;
|
|
|
|
if ( rProp.Value >>= bTextPathOn )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_TEXT_PATH,
|
2004-10-12 12:05:57 +00:00
|
|
|
bTextPathOn ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
case EAS_TextPathMode :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode;
|
2004-10-12 12:05:57 +00:00
|
|
|
if ( rProp.Value >>= eTextPathMode )
|
|
|
|
{
|
|
|
|
switch ( eTextPathMode )
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeTextPathMode_NORMAL: aStr = GetXMLToken( XML_NORMAL ); break;
|
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeTextPathMode_PATH : aStr = GetXMLToken( XML_PATH ); break;
|
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeTextPathMode_SHAPE : aStr = GetXMLToken( XML_SHAPE ); break;
|
2006-06-19 17:12:51 +00:00
|
|
|
default:
|
|
|
|
break;
|
2004-10-12 12:05:57 +00:00
|
|
|
}
|
|
|
|
if ( aStr.getLength() )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_TEXT_PATH_MODE, aStr );
|
|
|
|
}
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_ScaleX :
|
|
|
|
{
|
2005-02-21 15:04:04 +00:00
|
|
|
sal_Bool bScaleX;
|
|
|
|
if ( rProp.Value >>= bScaleX )
|
|
|
|
{
|
|
|
|
aStr = bScaleX ? GetXMLToken( XML_SHAPE ) : GetXMLToken( XML_PATH );
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_TEXT_PATH_SCALE, aStr );
|
|
|
|
}
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_SameLetterHeights :
|
|
|
|
{
|
|
|
|
sal_Bool bSameLetterHeights;
|
|
|
|
if ( rProp.Value >>= bSameLetterHeights )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_TEXT_PATH_SAME_LETTER_HEIGHTS,
|
|
|
|
bSameLetterHeights ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
break;
|
2006-06-19 17:12:51 +00:00
|
|
|
default:
|
|
|
|
break;
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Path :
|
|
|
|
{
|
|
|
|
uno::Sequence< beans::PropertyValue > aPathPropSeq;
|
2006-06-19 17:12:51 +00:00
|
|
|
if ( rGeoProp.Value >>= aPathPropSeq )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
|
|
|
sal_Int32 i, nCount = aPathPropSeq.getLength();
|
|
|
|
for ( i = 0; i < nCount; i++ )
|
|
|
|
{
|
|
|
|
const beans::PropertyValue& rProp = aPathPropSeq[ i ];
|
|
|
|
switch( EASGet( rProp.Name ) )
|
|
|
|
{
|
|
|
|
case EAS_ExtrusionAllowed :
|
|
|
|
{
|
|
|
|
sal_Bool bExtrusionAllowed;
|
|
|
|
if ( rProp.Value >>= bExtrusionAllowed )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_ALLOWED,
|
|
|
|
bExtrusionAllowed ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_ConcentricGradientFillAllowed :
|
|
|
|
{
|
|
|
|
sal_Bool bConcentricGradientFillAllowed;
|
|
|
|
if ( rProp.Value >>= bConcentricGradientFillAllowed )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_CONCENTRIC_GRADIENT_FILL_ALLOWED,
|
|
|
|
bConcentricGradientFillAllowed ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_TextPathAllowed :
|
|
|
|
{
|
|
|
|
sal_Bool bTextPathAllowed;
|
|
|
|
if ( rProp.Value >>= bTextPathAllowed )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_TEXT_PATH_ALLOWED,
|
|
|
|
bTextPathAllowed ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_GluePoints :
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> aGluePoints;
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( rProp.Value >>= aGluePoints )
|
|
|
|
{
|
2006-06-19 17:12:51 +00:00
|
|
|
sal_Int32 k, nElements = aGluePoints.getLength();
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( nElements )
|
|
|
|
{
|
2006-06-19 17:12:51 +00:00
|
|
|
for( k = 0; k < nElements; k++ )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2006-06-19 17:12:51 +00:00
|
|
|
ExportParameter( aStrBuffer, aGluePoints[ k ].First );
|
|
|
|
ExportParameter( aStrBuffer, aGluePoints[ k ].Second );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
}
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_GLUE_POINTS, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_GluePointType :
|
|
|
|
{
|
|
|
|
sal_Int16 nGluePointType;
|
|
|
|
if ( rProp.Value >>= nGluePointType )
|
|
|
|
{
|
|
|
|
switch ( nGluePointType )
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeGluePointType::NONE : aStr = GetXMLToken( XML_NONE ); break;
|
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeGluePointType::SEGMENTS : aStr = GetXMLToken( XML_SEGMENTS ); break;
|
|
|
|
case com::sun::star::drawing::EnhancedCustomShapeGluePointType::RECT : aStr = GetXMLToken( XML_RECTANGLE ); break;
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
if ( aStr.getLength() )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_GLUE_POINT_TYPE, aStr );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Coordinates :
|
|
|
|
{
|
|
|
|
bCoordinates = ( rProp.Value >>= aCoordinates );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Segments :
|
|
|
|
{
|
|
|
|
rProp.Value >>= aSegments;
|
|
|
|
}
|
2004-11-26 13:10:00 +00:00
|
|
|
break;
|
|
|
|
case EAS_StretchX :
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2004-11-26 13:10:00 +00:00
|
|
|
sal_Int32 nStretchPoint;
|
|
|
|
if ( rProp.Value >>= nStretchPoint )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_PATH_STRETCHPOINT_X, rtl::OUString::valueOf( nStretchPoint ) );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_StretchY :
|
|
|
|
{
|
|
|
|
sal_Int32 nStretchPoint;
|
|
|
|
if ( rProp.Value >>= nStretchPoint )
|
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_PATH_STRETCHPOINT_Y, rtl::OUString::valueOf( nStretchPoint ) );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_TextFrames :
|
|
|
|
{
|
2005-03-01 16:59:40 +00:00
|
|
|
com::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeTextFrame > aPathTextFrames;
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( rProp.Value >>= aPathTextFrames )
|
|
|
|
{
|
|
|
|
if ( (sal_uInt16)aPathTextFrames.getLength() )
|
|
|
|
{
|
2006-06-19 17:12:51 +00:00
|
|
|
sal_uInt16 k, nElements = (sal_uInt16)aPathTextFrames.getLength();
|
|
|
|
for ( k = 0; k < nElements; k++ )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
2006-06-19 17:12:51 +00:00
|
|
|
ExportParameter( aStrBuffer, aPathTextFrames[ k ].TopLeft.First );
|
|
|
|
ExportParameter( aStrBuffer, aPathTextFrames[ k ].TopLeft.Second );
|
|
|
|
ExportParameter( aStrBuffer, aPathTextFrames[ k ].BottomRight.First );
|
|
|
|
ExportParameter( aStrBuffer, aPathTextFrames[ k ].BottomRight.Second );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
|
|
|
}
|
2004-11-26 13:10:00 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_TEXT_AREAS, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
2006-06-19 17:12:51 +00:00
|
|
|
default:
|
|
|
|
break;
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Equations :
|
|
|
|
{
|
2006-06-19 17:12:51 +00:00
|
|
|
bEquations = ( rGeoProp.Value >>= aEquations );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_Handles :
|
|
|
|
{
|
2006-06-19 17:12:51 +00:00
|
|
|
bHandles = ( rGeoProp.Value >>= aHandles );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case EAS_AdjustmentValues :
|
|
|
|
{
|
2006-06-19 17:12:51 +00:00
|
|
|
rGeoProp.Value >>= aAdjustmentValues;
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
break;
|
2006-06-19 17:12:51 +00:00
|
|
|
default:
|
|
|
|
break;
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
} // for
|
2004-11-26 13:10:00 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_TYPE, aCustomShapeType );
|
2004-04-02 12:53:10 +00:00
|
|
|
|
|
|
|
// adjustments
|
|
|
|
sal_Int32 nAdjustmentValues = aAdjustmentValues.getLength();
|
|
|
|
if ( nAdjustmentValues )
|
|
|
|
{
|
|
|
|
sal_Int32 i, nValue;
|
|
|
|
for ( i = 0; i < nAdjustmentValues; i++ )
|
|
|
|
{
|
|
|
|
if ( i )
|
2004-11-26 13:10:00 +00:00
|
|
|
aStrBuffer.append( (sal_Unicode)' ' );
|
2004-04-02 12:53:10 +00:00
|
|
|
|
2005-03-01 16:59:40 +00:00
|
|
|
const com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue& rAdj = aAdjustmentValues[ i ];
|
2004-04-02 12:53:10 +00:00
|
|
|
if ( rAdj.State == beans::PropertyState_DIRECT_VALUE )
|
|
|
|
{
|
|
|
|
if ( rAdj.Value.getValueTypeClass() == uno::TypeClass_DOUBLE )
|
|
|
|
{
|
|
|
|
double fValue;
|
|
|
|
rAdj.Value >>= fValue;
|
|
|
|
rUnitConverter.convertDouble( aStrBuffer, fValue );
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
rAdj.Value >>= nValue;
|
|
|
|
rUnitConverter.convertNumber( aStrBuffer, nValue );
|
|
|
|
}
|
|
|
|
}
|
2004-11-26 13:10:00 +00:00
|
|
|
else
|
|
|
|
rUnitConverter.convertNumber( aStrBuffer, 0 ); // this should not be, but better than setting nothing
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
aStr = aStrBuffer.makeStringAndClear();
|
2004-11-26 13:10:00 +00:00
|
|
|
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_MODIFIERS, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
if ( bCoordinates )
|
|
|
|
ImpExportEnhancedPath( rExport, aCoordinates, aSegments );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
SvXMLElementExport aOBJ( rExport, XML_NAMESPACE_DRAW, XML_ENHANCED_GEOMETRY, sal_True, sal_True );
|
|
|
|
if ( bEquations )
|
|
|
|
ImpExportEquations( rExport, aEquations );
|
|
|
|
if ( bHandles )
|
|
|
|
ImpExportHandles( rExport, aHandles );
|
|
|
|
}
|
|
|
|
|
|
|
|
void XMLShapeExport::ImpExportCustomShape(
|
|
|
|
const uno::Reference< drawing::XShape >& xShape,
|
2006-06-19 17:12:51 +00:00
|
|
|
XmlShapeType, sal_Int32 nFeatures, com::sun::star::awt::Point* pRefPoint )
|
2004-04-02 12:53:10 +00:00
|
|
|
{
|
|
|
|
const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY);
|
|
|
|
if ( xPropSet.is() )
|
|
|
|
{
|
|
|
|
rtl::OUString aStr;
|
|
|
|
uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() );
|
|
|
|
|
|
|
|
// Transformation
|
|
|
|
ImpExportNewTrans( xPropSet, nFeatures, pRefPoint );
|
|
|
|
|
|
|
|
if ( xPropSetInfo.is() )
|
|
|
|
{
|
|
|
|
const rtl::OUString sCustomShapeEngine( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeEngine" ) );
|
|
|
|
if ( xPropSetInfo->hasPropertyByName( sCustomShapeEngine ) )
|
|
|
|
{
|
|
|
|
uno::Any aEngine( xPropSet->getPropertyValue( sCustomShapeEngine ) );
|
|
|
|
if ( ( aEngine >>= aStr ) && aStr.getLength() )
|
2006-06-19 17:12:51 +00:00
|
|
|
mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_ENGINE, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
const rtl::OUString sCustomShapeData( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeData" ) );
|
|
|
|
if ( xPropSetInfo->hasPropertyByName( sCustomShapeData ) )
|
|
|
|
{
|
|
|
|
uno::Any aData( xPropSet->getPropertyValue( sCustomShapeData ) );
|
|
|
|
if ( ( aData >>= aStr ) && aStr.getLength() )
|
2006-06-19 17:12:51 +00:00
|
|
|
mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_DATA, aStr );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
sal_Bool bCreateNewline( (nFeatures & SEF_EXPORT_NO_WS) == 0 ); // #86116#/#92210#
|
2006-06-19 17:12:51 +00:00
|
|
|
SvXMLElementExport aOBJ( mrExport, XML_NAMESPACE_DRAW, XML_CUSTOM_SHAPE, bCreateNewline, sal_True );
|
2004-04-02 12:53:10 +00:00
|
|
|
ImpExportEvents( xShape );
|
|
|
|
ImpExportGluePoints( xShape );
|
|
|
|
ImpExportText( xShape );
|
2006-06-19 17:12:51 +00:00
|
|
|
ImpExportEnhancedGeometry( mrExport, xPropSet );
|
2004-04-02 12:53:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|