LibreOffice Module emfio (master) 1
|
#include <sal/config.h>
#include <com/sun/star/graphic/XEmfParser.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <utility>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
#include <vcl/wmfexternal.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <drawinglayer/primitive2d/metafileprimitive2d.hxx>
#include <sal/log.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <wmfreader.hxx>
#include <emfreader.hxx>
Go to the source code of this file.
Namespaces | |
namespace | emfio |
namespace | emfio::emfreader |
Functions | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | emfio_emfreader_XEmfParser_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * emfio_emfreader_XEmfParser_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 233 of file xemfparser.cxx.
|
private |
Definition at line 49 of file xemfparser.cxx.
|
private |
Definition at line 50 of file xemfparser.cxx.