#i39532# prettyprinter support

This commit is contained in:
Armin Weiss
2008-03-05 07:22:35 +00:00
parent 82a55e50a8
commit dd00bcda4b
11 changed files with 346 additions and 15 deletions

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: vclmetafileprocessor2d.cxx,v $
*
* $Revision: 1.17 $
* $Revision: 1.18 $
*
* last change: $Author: aw $ $Date: 2008-02-07 13:41:59 $
* last change: $Author: aw $ $Date: 2008-03-05 08:20:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -199,6 +199,13 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#endif
//////////////////////////////////////////////////////////////////////////////
// for current chart PrettyPrinting support
#ifndef INCLUDED_DRAWINGLAYER_PRIMITIVE2D_CHARTPRIMITIVE2D_HXX
#include <drawinglayer/primitive2d/chartprimitive2d.hxx>
#endif
//////////////////////////////////////////////////////////////////////////////
namespace drawinglayer
@@ -1699,6 +1706,12 @@ namespace drawinglayer
RenderPointArrayPrimitive2D(static_cast< const primitive2d::PointArrayPrimitive2D& >(rCandidate));
break;
}
case PRIMITIVE2D_ID_CHARTPRIMITIVE2D :
{
// point array
RenderChartPrimitive2D(static_cast< const primitive2d::ChartPrimitive2D& >(rCandidate), false);
break;
}
default :
{
// process recursively