LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/oovbaapi/ooo/vba - XFontBase.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 2 0.0 %
Date: 2012-08-25 Functions: 0 2 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_OOO_VBA_XFONTBASE_HDL
       2                 :            : #define INCLUDED_OOO_VBA_XFONTBASE_HDL
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/uno/RuntimeException.hdl"
       7                 :            : #include "ooo/vba/XHelperInterface.hdl"
       8                 :            : #include "com/sun/star/uno/Any.h"
       9                 :            : #include "com/sun/star/uno/Reference.h"
      10                 :            : #include "cppu/macros.hxx"
      11                 :            : 
      12                 :            : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      13                 :            : 
      14                 :            : namespace ooo { namespace vba {
      15                 :            : 
      16                 :          0 : class SAL_NO_VTABLE XFontBase : public ::ooo::vba::XHelperInterface
      17                 :            : {
      18                 :            : public:
      19                 :            : 
      20                 :            :     // Attributes
      21                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getSize() throw (::com::sun::star::uno::RuntimeException) = 0;
      22                 :            :     virtual void SAL_CALL setSize( const ::com::sun::star::uno::Any& _size ) throw (::com::sun::star::uno::RuntimeException) = 0;
      23                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getColorIndex() throw (::com::sun::star::uno::RuntimeException) = 0;
      24                 :            :     virtual void SAL_CALL setColorIndex( const ::com::sun::star::uno::Any& _colorindex ) throw (::com::sun::star::uno::RuntimeException) = 0;
      25                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getColor() throw (::com::sun::star::uno::RuntimeException) = 0;
      26                 :            :     virtual void SAL_CALL setColor( const ::com::sun::star::uno::Any& _color ) throw (::com::sun::star::uno::RuntimeException) = 0;
      27                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getBold() throw (::com::sun::star::uno::RuntimeException) = 0;
      28                 :            :     virtual void SAL_CALL setBold( const ::com::sun::star::uno::Any& _bold ) throw (::com::sun::star::uno::RuntimeException) = 0;
      29                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getUnderline() throw (::com::sun::star::uno::RuntimeException) = 0;
      30                 :            :     virtual void SAL_CALL setUnderline( const ::com::sun::star::uno::Any& _underline ) throw (::com::sun::star::uno::RuntimeException) = 0;
      31                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getStrikethrough() throw (::com::sun::star::uno::RuntimeException) = 0;
      32                 :            :     virtual void SAL_CALL setStrikethrough( const ::com::sun::star::uno::Any& _strikethrough ) throw (::com::sun::star::uno::RuntimeException) = 0;
      33                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getShadow() throw (::com::sun::star::uno::RuntimeException) = 0;
      34                 :            :     virtual void SAL_CALL setShadow( const ::com::sun::star::uno::Any& _shadow ) throw (::com::sun::star::uno::RuntimeException) = 0;
      35                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getItalic() throw (::com::sun::star::uno::RuntimeException) = 0;
      36                 :            :     virtual void SAL_CALL setItalic( const ::com::sun::star::uno::Any& _italic ) throw (::com::sun::star::uno::RuntimeException) = 0;
      37                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getSubscript() throw (::com::sun::star::uno::RuntimeException) = 0;
      38                 :            :     virtual void SAL_CALL setSubscript( const ::com::sun::star::uno::Any& _subscript ) throw (::com::sun::star::uno::RuntimeException) = 0;
      39                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getSuperscript() throw (::com::sun::star::uno::RuntimeException) = 0;
      40                 :            :     virtual void SAL_CALL setSuperscript( const ::com::sun::star::uno::Any& _superscript ) throw (::com::sun::star::uno::RuntimeException) = 0;
      41                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getName() throw (::com::sun::star::uno::RuntimeException) = 0;
      42                 :            :     virtual void SAL_CALL setName( const ::com::sun::star::uno::Any& _name ) throw (::com::sun::star::uno::RuntimeException) = 0;
      43                 :            : 
      44                 :            :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      45                 :            : 
      46                 :            : protected:
      47                 :          0 :     ~XFontBase() throw () {} // avoid warnings about virtual members and non-virtual dtor
      48                 :            : };
      49                 :            : 
      50                 :            : 
      51                 :            : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::ooo::vba::XFontBase const *);
      52                 :            : } }
      53                 :            : 
      54                 :            : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< ::ooo::vba::XFontBase > *) SAL_THROW(());
      55                 :            : 
      56                 :            : #endif

Generated by: LCOV version 1.10