LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/rendering - XSprite.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_XSPRITE_HDL
       2             : #define INCLUDED_COM_SUN_STAR_RENDERING_XSPRITE_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/geometry/AffineMatrix2D.hdl"
       7             : #include "com/sun/star/rendering/ViewState.hdl"
       8             : namespace com { namespace sun { namespace star { namespace rendering { class XPolyPolygon2D; } } } }
       9             : #include "com/sun/star/geometry/RealPoint2D.hdl"
      10             : #include "com/sun/star/uno/RuntimeException.hdl"
      11             : #include "com/sun/star/lang/IllegalArgumentException.hdl"
      12             : #include "com/sun/star/uno/XInterface.hdl"
      13             : #include "com/sun/star/rendering/RenderState.hdl"
      14             : #include "com/sun/star/uno/Reference.h"
      15             : #include "cppu/macros.hxx"
      16             : 
      17             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      18             : 
      19             : namespace com { namespace sun { namespace star { namespace rendering {
      20             : 
      21           0 : class SAL_NO_VTABLE XSprite : public css::uno::XInterface
      22             : {
      23             : public:
      24             : 
      25             :     // Methods
      26             :     virtual void SAL_CALL setAlpha( double nAlpha ) = 0;
      27             :     virtual void SAL_CALL move( const css::geometry::RealPoint2D& aNewPos, const css::rendering::ViewState& aViewState, const css::rendering::RenderState& aRenderState ) = 0;
      28             :     virtual void SAL_CALL transform( const css::geometry::AffineMatrix2D& aTransformation ) = 0;
      29             :     virtual void SAL_CALL clip( const ::com::sun::star::uno::Reference< css::rendering::XPolyPolygon2D >& aClip ) = 0;
      30             :     virtual void SAL_CALL setPriority( double nPriority ) = 0;
      31             :     virtual void SAL_CALL show() = 0;
      32             :     virtual void SAL_CALL hide() = 0;
      33             : 
      34             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      35             : 
      36             : protected:
      37           0 :     ~XSprite() throw () {} // avoid warnings about virtual members and non-virtual dtor
      38             : };
      39             : 
      40             : 
      41             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::rendering::XSprite const *);
      42             : } } } }
      43             : 
      44             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::rendering::XSprite > *) SAL_THROW(());
      45             : 
      46             : #endif

Generated by: LCOV version 1.10