LibreOffice Module canvas (master) 1
Namespaces | Functions
dx_canvas.cxx File Reference
#include <sal/config.h>
#include <memory>
#include <utility>
#include <sal/log.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/numeric/ftools.hxx>
#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/utils/canvastools.hxx>
#include <com/sun/star/awt/XSystemDependentWindowPeer.hpp>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/lang/NoSupportException.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <osl/mutex.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <vcl/sysdata.hxx>
#include <vcl/skia/SkiaHelper.hxx>
#include <vcl/window.hxx>
#include <canvas/canvastools.hxx>
#include "dx_canvas.hxx"
#include "dx_graphicsprovider.hxx"
#include "dx_winstuff.hxx"
Include dependency graph for dx_canvas.cxx:

Go to the source code of this file.

Namespaces

namespace  dxcanvas
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * dxcanvas::canvas_gdiplus_Canvas_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &args)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * dxcanvas::canvas_gdiplus_BitmapCanvas_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &args)
 

Variable Documentation

◆ mpGraphics

GraphicsSharedPtr mpGraphics
private

Definition at line 59 of file dx_canvas.cxx.