|
LibreOffice Module filter (master) 1
|
#include <cstdio>#include <comphelper/lok.hxx>#include <cppuhelper/supportsservice.hxx>#include <com/sun/star/drawing/XDrawPage.hpp>#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>#include <com/sun/star/drawing/XDrawView.hpp>#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>#include <com/sun/star/drawing/XMasterPageTarget.hpp>#include <com/sun/star/frame/Desktop.hpp>#include <com/sun/star/frame/XController.hpp>#include <com/sun/star/io/IOException.hpp>#include <com/sun/star/view/XSelectionSupplier.hpp>#include <com/sun/star/drawing/framework/XControllerManager.hpp>#include <com/sun/star/drawing/framework/XConfigurationController.hpp>#include <com/sun/star/drawing/framework/XConfiguration.hpp>#include <com/sun/star/drawing/framework/AnchorBindingMode.hpp>#include <com/sun/star/drawing/framework/XResourceId.hpp>#include <com/sun/star/drawing/framework/XResource.hpp>#include <unotools/mediadescriptor.hxx>#include <unotools/ucbstreamhelper.hxx>#include <tools/debug.hxx>#include <comphelper/diagnose_ex.hxx>#include <tools/zcodec.hxx>#include <drawinglayer/primitive2d/baseprimitive2d.hxx>#include <drawinglayer/primitive2d/Primitive2DContainer.hxx>#include <drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx>#include "svgfilter.hxx"#include <svx/unopage.hxx>#include <vcl/graphicfilter.hxx>#include <vcl/window.hxx>#include <svx/svdmodel.hxx>#include <svx/svdpage.hxx>#include <svx/svdograf.hxx>#include <svl/itempool.hxx>#include <memory>Go to the source code of this file.
Functions | |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | filter_SVGFilter_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * filter_SVGFilter_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 846 of file svgfilter.cxx.