|
LibreOffice Module drawinglayer (master) 1
|
#include <cmath>#include <memory>#include "vclmetafileprocessor2d.hxx"#include "vclpixelprocessor2d.hxx"#include <rtl/ustring.hxx>#include <tools/gen.hxx>#include <tools/stream.hxx>#include <comphelper/diagnose_ex.hxx>#include <comphelper/flagguard.hxx>#include <comphelper/processfactory.hxx>#include <config_global.h>#include <basegfx/polygon/b2dpolygonclipper.hxx>#include <basegfx/polygon/b2dpolypolygontools.hxx>#include <basegfx/polygon/b2dpolygontools.hxx>#include <basegfx/polygon/b2dlinegeometry.hxx>#include <basegfx/utils/gradienttools.hxx>#include <vcl/virdev.hxx>#include <vcl/gdimtf.hxx>#include <vcl/gradient.hxx>#include <vcl/graphictools.hxx>#include <vcl/metaact.hxx>#include <vcl/graph.hxx>#include <vcl/formpdfexport.hxx>#include <drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx>#include <drawinglayer/primitive2d/textprimitive2d.hxx>#include <drawinglayer/primitive2d/PolygonHairlinePrimitive2D.hxx>#include <drawinglayer/primitive2d/PolygonStrokeArrowPrimitive2D.hxx>#include <drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx>#include <drawinglayer/primitive2d/PolyPolygonGradientPrimitive2D.hxx>#include <drawinglayer/primitive2d/PolyPolygonHatchPrimitive2D.hxx>#include <drawinglayer/primitive2d/PolyPolygonGraphicPrimitive2D.hxx>#include <drawinglayer/primitive2d/bitmapprimitive2d.hxx>#include <drawinglayer/primitive2d/maskprimitive2d.hxx>#include <drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx>#include <drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx>#include <drawinglayer/primitive2d/transparenceprimitive2d.hxx>#include <drawinglayer/primitive2d/fillgradientprimitive2d.hxx>#include <drawinglayer/primitive2d/transformprimitive2d.hxx>#include <drawinglayer/primitive2d/markerarrayprimitive2d.hxx>#include <drawinglayer/primitive2d/pointarrayprimitive2d.hxx>#include <drawinglayer/primitive2d/texthierarchyprimitive2d.hxx>#include <drawinglayer/primitive2d/controlprimitive2d.hxx>#include <drawinglayer/primitive2d/graphicprimitive2d.hxx>#include <drawinglayer/primitive2d/pagepreviewprimitive2d.hxx>#include <drawinglayer/primitive2d/epsprimitive2d.hxx>#include <drawinglayer/primitive2d/structuretagprimitive2d.hxx>#include <drawinglayer/primitive2d/objectinfoprimitive2d.hxx>#include <drawinglayer/converters.hxx>#include <basegfx/matrix/b2dhommatrixtools.hxx>#include <tools/vcompat.hxx>#include <com/sun/star/awt/XControl.hpp>#include <com/sun/star/i18n/BreakIterator.hpp>#include <com/sun/star/i18n/CharacterIteratorMode.hpp>#include <com/sun/star/i18n/WordType.hpp>#include <com/sun/star/beans/XPropertySet.hpp>Go to the source code of this file.
Namespaces | |
| namespace | drawinglayer |
| namespace | drawinglayer::processor2d |
Macros | |
| #define | MAX_POLYGON_POINT_COUNT_METAFILE (0x0000fff0) |
| #define MAX_POLYGON_POINT_COUNT_METAFILE (0x0000fff0) |
Definition at line 83 of file vclmetafileprocessor2d.cxx.