LibreOffice Module canvas (master) 1
|
#include <cppuhelper/compbase.hxx>
#include <com/sun/star/rendering/XCustomSprite.hpp>
#include <com/sun/star/rendering/XPolyPolygon2D.hpp>
#include <basegfx/point/b2dpoint.hxx>
#include <base/basemutexhelper.hxx>
#include "ogl_spritecanvas.hxx"
#include "ogl_canvashelper.hxx"
Go to the source code of this file.
Classes | |
class | oglcanvas::CanvasCustomSprite |
Namespaces | |
namespace | oglcanvas |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::rendering::XCustomSprite, css::rendering::XCanvas > | oglcanvas::CanvasCustomSpriteBase_Base |
typedef ::canvas::CanvasBase< ::canvas::BaseMutexHelper< CanvasCustomSpriteBase_Base >, CanvasHelper, ::osl::MutexGuard, ::cppu::OWeakObject > | oglcanvas::CanvasCustomSpriteBaseT |