LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/rendering - XCanvas.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 2 0.0 %
Date: 2012-12-27 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_RENDERING_XCANVAS_HDL
       2             : #define INCLUDED_COM_SUN_STAR_RENDERING_XCANVAS_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : namespace com { namespace sun { namespace star { namespace rendering { class XBitmap; } } } }
       8             : #include "com/sun/star/rendering/StringContext.hdl"
       9             : #include "com/sun/star/rendering/FontInfo.hdl"
      10             : #include "com/sun/star/beans/PropertyValue.hdl"
      11             : #include "com/sun/star/rendering/VolatileContentDestroyedException.hdl"
      12             : #include "com/sun/star/rendering/FontRequest.hdl"
      13             : #include "com/sun/star/geometry/Matrix2D.hdl"
      14             : namespace com { namespace sun { namespace star { namespace rendering { class XTextLayout; } } } }
      15             : namespace com { namespace sun { namespace star { namespace geometry { class XMapping2D; } } } }
      16             : #include "com/sun/star/uno/XInterface.hdl"
      17             : namespace com { namespace sun { namespace star { namespace rendering { class XGraphicDevice; } } } }
      18             : namespace com { namespace sun { namespace star { namespace rendering { class XCachedPrimitive; } } } }
      19             : #include "com/sun/star/rendering/StrokeAttributes.hdl"
      20             : #include "com/sun/star/geometry/RealBezierSegment2D.hdl"
      21             : #include "com/sun/star/rendering/Texture.hdl"
      22             : #include "com/sun/star/lang/IllegalArgumentException.hdl"
      23             : namespace com { namespace sun { namespace star { namespace rendering { class XCanvasFont; } } } }
      24             : namespace com { namespace sun { namespace star { namespace rendering { class XPolyPolygon2D; } } } }
      25             : #include "com/sun/star/rendering/ViewState.hdl"
      26             : #include "com/sun/star/geometry/RealPoint2D.hdl"
      27             : #include "com/sun/star/rendering/RenderState.hdl"
      28             : #include "com/sun/star/uno/Reference.h"
      29             : #include "com/sun/star/uno/Sequence.h"
      30             : #include "cppu/macros.hxx"
      31             : #include "sal/types.h"
      32             : 
      33             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      34             : 
      35             : namespace com { namespace sun { namespace star { namespace rendering {
      36             : 
      37           0 : class SAL_NO_VTABLE XCanvas : public css::uno::XInterface
      38             : {
      39             : public:
      40             : 
      41             :     // Methods
      42             :     virtual void SAL_CALL clear() = 0;
      43             :     virtual void SAL_CALL drawPoint( const css::geometry::RealPoint2D& aPoint, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState ) = 0;
      44             :     virtual void SAL_CALL drawLine( const css::geometry::RealPoint2D& aStartPoint, const css::geometry::RealPoint2D& aEndPoint, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState ) = 0;
      45             :     virtual void SAL_CALL drawBezier( const css::geometry::RealBezierSegment2D& aBezierSegment, const css::geometry::RealPoint2D& aEndPoint, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState ) = 0;
      46             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCachedPrimitive > SAL_CALL drawPolyPolygon( const ::com::sun::star::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState ) = 0;
      47             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCachedPrimitive > SAL_CALL strokePolyPolygon( const ::com::sun::star::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState, const css::rendering::StrokeAttributes& aStrokeAttributes ) = 0;
      48             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCachedPrimitive > SAL_CALL strokeTexturedPolyPolygon( const ::com::sun::star::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState, const ::com::sun::star::uno::Sequence< css::rendering::Texture >& aTextures, const css::rendering::StrokeAttributes& aStrokeAttributes ) = 0;
      49             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCachedPrimitive > SAL_CALL strokeTextureMappedPolyPolygon( const ::com::sun::star::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState, const ::com::sun::star::uno::Sequence< css::rendering::Texture >& aTextures, const ::com::sun::star::uno::Reference< css::geometry::XMapping2D >& xMapping, const css::rendering::StrokeAttributes& aStrokeAttributes ) = 0;
      50             :     virtual ::com::sun::star::uno::Reference< css::rendering::XPolyPolygon2D > SAL_CALL queryStrokeShapes( const ::com::sun::star::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState, const css::rendering::StrokeAttributes& aStrokeAttributes ) = 0;
      51             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCachedPrimitive > SAL_CALL fillPolyPolygon( const ::com::sun::star::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState ) = 0;
      52             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCachedPrimitive > SAL_CALL fillTexturedPolyPolygon( const ::com::sun::star::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState, const ::com::sun::star::uno::Sequence< css::rendering::Texture >& xTextures ) = 0;
      53             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCachedPrimitive > SAL_CALL fillTextureMappedPolyPolygon( const ::com::sun::star::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState, const ::com::sun::star::uno::Sequence< css::rendering::Texture >& xTextures, const ::com::sun::star::uno::Reference< css::geometry::XMapping2D >& xMapping ) = 0;
      54             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCanvasFont > SAL_CALL createFont( const css::rendering::FontRequest& aFontRequest, const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& aExtraFontProperties, const css::geometry::Matrix2D& aFontMatrix ) = 0;
      55             :     virtual ::com::sun::star::uno::Sequence< css::rendering::FontInfo > SAL_CALL queryAvailableFonts( const css::rendering::FontInfo& aFilter, const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& aFontProperties ) = 0;
      56             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCachedPrimitive > SAL_CALL drawText( const css::rendering::StringContext& aText, const ::com::sun::star::uno::Reference< css::rendering::XCanvasFont >& xFont, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState, ::sal_Int8 nTextDirection ) = 0;
      57             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCachedPrimitive > SAL_CALL drawTextLayout( const ::com::sun::star::uno::Reference< css::rendering::XTextLayout >& xLayoutetText, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState ) = 0;
      58             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCachedPrimitive > SAL_CALL drawBitmap( const ::com::sun::star::uno::Reference< css::rendering::XBitmap >& xBitmap, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState ) = 0;
      59             :     virtual ::com::sun::star::uno::Reference< css::rendering::XCachedPrimitive > SAL_CALL drawBitmapModulated( const ::com::sun::star::uno::Reference< css::rendering::XBitmap >& xBitmap, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState ) = 0;
      60             :     virtual ::com::sun::star::uno::Reference< css::rendering::XGraphicDevice > SAL_CALL getDevice() = 0;
      61             : 
      62             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      63             : 
      64             : protected:
      65           0 :     ~XCanvas() throw () {} // avoid warnings about virtual members and non-virtual dtor
      66             : };
      67             : 
      68             : 
      69             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::rendering::XCanvas const *);
      70             : } } } }
      71             : 
      72             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::rendering::XCanvas > *) SAL_THROW(());
      73             : 
      74             : #endif

Generated by: LCOV version 1.10