|
LibreOffice Module filter (master) 1
|
#include <sal/config.h>#include <sal/log.hxx>#include <o3tl/any.hxx>#include <o3tl/safeint.hxx>#include <vcl/bitmapex.hxx>#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>#include <com/sun/star/drawing/LineStyle.hpp>#include <com/sun/star/drawing/LineDash.hpp>#include <com/sun/star/drawing/FillStyle.hpp>#include <com/sun/star/drawing/Hatch.hpp>#include <com/sun/star/awt/FontDescriptor.hpp>#include <com/sun/star/awt/FontWeight.hpp>#include <com/sun/star/awt/FontUnderline.hpp>#include <com/sun/star/drawing/XShapeGrouper.hpp>#include <com/sun/star/drawing/CircleKind.hpp>#include <com/sun/star/awt/XBitmap.hpp>#include <com/sun/star/drawing/PointSequenceSequence.hpp>#include <com/sun/star/drawing/PointSequence.hpp>#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>#include <com/sun/star/drawing/FlagSequence.hpp>#include <com/sun/star/drawing/ShapeCollection.hpp>#include <com/sun/star/drawing/TextAdjust.hpp>#include <com/sun/star/text/XText.hpp>#include <com/sun/star/text/XTextRange.hpp>#include <com/sun/star/style/HorizontalAlignment.hpp>#include <comphelper/processfactory.hxx>#include <toolkit/helper/vclunohelper.hxx>#include <tools/helpers.hxx>#include <unotools/configmgr.hxx>#include "bitmap.hxx"#include "elements.hxx"#include "outact.hxx"Go to the source code of this file.
Macros | |
| #define | MAX_PAGES_FOR_FUZZING 2048 |
| #define MAX_PAGES_FOR_FUZZING 2048 |
Definition at line 56 of file actimpr.cxx.