LCOV - code coverage report
Current view: top level - usr/local/src/libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/oovbaapi/normal/ooo/vba/excel - XOLEObject.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 2 2 100.0 %
Date: 2013-07-09 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_OOO_VBA_EXCEL_XOLEOBJECT_HDL
       2             : #define INCLUDED_OOO_VBA_EXCEL_XOLEOBJECT_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } }
       8             : #include "ooo/vba/XHelperInterface.hdl"
       9             : #include "com/sun/star/uno/Reference.h"
      10             : #include "cppu/macros.hxx"
      11             : #include "rtl/ustring.hxx"
      12             : #include "sal/types.h"
      13             : 
      14             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      15             : 
      16             : namespace ooo { namespace vba { namespace excel {
      17             : 
      18           1 : class SAL_NO_VTABLE XOLEObject : public ::ooo::vba::XHelperInterface
      19             : {
      20             : public:
      21             : 
      22             :     // Attributes
      23             :     virtual ::com::sun::star::uno::Reference< css::uno::XInterface > SAL_CALL getObject() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      24             :     virtual ::sal_Bool SAL_CALL getEnabled() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      25             :     virtual void SAL_CALL setEnabled( ::sal_Bool _enabled ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      26             :     virtual ::sal_Bool SAL_CALL getVisible() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      27             :     virtual void SAL_CALL setVisible( ::sal_Bool _visible ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      28             :     virtual double SAL_CALL getLeft() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      29             :     virtual void SAL_CALL setLeft( double _left ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      30             :     virtual double SAL_CALL getTop() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      31             :     virtual void SAL_CALL setTop( double _top ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      32             :     virtual double SAL_CALL getHeight() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      33             :     virtual void SAL_CALL setHeight( double _height ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      34             :     virtual double SAL_CALL getWidth() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      35             :     virtual void SAL_CALL setWidth( double _width ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      36             :     virtual ::rtl::OUString SAL_CALL getLinkedCell() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      37             :     virtual void SAL_CALL setLinkedCell( const ::rtl::OUString& _linkedcell ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      38             : 
      39             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      40             : 
      41             : protected:
      42           1 :     ~XOLEObject() throw () {} // avoid warnings about virtual members and non-virtual dtor
      43             : };
      44             : 
      45             : 
      46             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::ooo::vba::excel::XOLEObject const *);
      47             : } } }
      48             : 
      49             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< ::ooo::vba::excel::XOLEObject > *) SAL_THROW(());
      50             : 
      51             : #endif

Generated by: LCOV version 1.10