LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/oovbaapi/ooo/vba/msforms - XLineFormat.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_OOO_VBA_MSFORMS_XLINEFORMAT_HDL
       2             : #define INCLUDED_OOO_VBA_MSFORMS_XLINEFORMAT_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : #include "ooo/vba/XHelperInterface.hdl"
       8             : namespace ooo { namespace vba { namespace msforms { class XColorFormat; } } }
       9             : #include "com/sun/star/uno/Reference.h"
      10             : #include "cppu/macros.hxx"
      11             : #include "sal/types.h"
      12             : 
      13             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      14             : 
      15             : namespace ooo { namespace vba { namespace msforms {
      16             : 
      17           0 : class SAL_NO_VTABLE XLineFormat : public ::ooo::vba::XHelperInterface
      18             : {
      19             : public:
      20             : 
      21             :     // Attributes
      22             :     virtual ::sal_Int32 SAL_CALL getBeginArrowheadStyle() = 0;
      23             :     virtual void SAL_CALL setBeginArrowheadStyle( ::sal_Int32 _beginarrowheadstyle ) = 0;
      24             :     virtual ::sal_Int32 SAL_CALL getBeginArrowheadLength() = 0;
      25             :     virtual void SAL_CALL setBeginArrowheadLength( ::sal_Int32 _beginarrowheadlength ) = 0;
      26             :     virtual ::sal_Int32 SAL_CALL getBeginArrowheadWidth() = 0;
      27             :     virtual void SAL_CALL setBeginArrowheadWidth( ::sal_Int32 _beginarrowheadwidth ) = 0;
      28             :     virtual ::sal_Int32 SAL_CALL getEndArrowheadStylel() = 0;
      29             :     virtual void SAL_CALL setEndArrowheadStylel( ::sal_Int32 _endarrowheadstylel ) = 0;
      30             :     virtual ::sal_Int32 SAL_CALL getEndArrowheadLength() = 0;
      31             :     virtual void SAL_CALL setEndArrowheadLength( ::sal_Int32 _endarrowheadlength ) = 0;
      32             :     virtual ::sal_Int32 SAL_CALL getEndArrowheadWidth() = 0;
      33             :     virtual void SAL_CALL setEndArrowheadWidth( ::sal_Int32 _endarrowheadwidth ) = 0;
      34             :     virtual double SAL_CALL getWeight() = 0;
      35             :     virtual void SAL_CALL setWeight( double _weight ) = 0;
      36             :     virtual ::sal_Bool SAL_CALL getVisible() = 0;
      37             :     virtual void SAL_CALL setVisible( ::sal_Bool _visible ) = 0;
      38             :     virtual double SAL_CALL getTransparency() = 0;
      39             :     virtual void SAL_CALL setTransparency( double _transparency ) = 0;
      40             :     virtual ::sal_Int16 SAL_CALL getStyle() = 0;
      41             :     virtual void SAL_CALL setStyle( ::sal_Int16 _style ) = 0;
      42             :     virtual ::sal_Int32 SAL_CALL getDashStyle() = 0;
      43             :     virtual void SAL_CALL setDashStyle( ::sal_Int32 _dashstyle ) = 0;
      44             : 
      45             :     // Methods
      46             :     virtual ::com::sun::star::uno::Reference< ::ooo::vba::msforms::XColorFormat > SAL_CALL BackColor() = 0;
      47             :     virtual ::com::sun::star::uno::Reference< ::ooo::vba::msforms::XColorFormat > SAL_CALL ForeColor() = 0;
      48             : 
      49             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      50             : 
      51             : protected:
      52           0 :     ~XLineFormat() throw () {} // avoid warnings about virtual members and non-virtual dtor
      53             : };
      54             : 
      55             : 
      56             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::ooo::vba::msforms::XLineFormat const *);
      57             : } } }
      58             : 
      59             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< ::ooo::vba::msforms::XLineFormat > *) SAL_THROW(());
      60             : 
      61             : #endif

Generated by: LCOV version 1.10