LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/oovbaapi/ooo/vba/msforms - XControl.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_XCONTROL_HDL
       2             : #define INCLUDED_OOO_VBA_MSFORMS_XCONTROL_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } }
       7             : #include "com/sun/star/uno/RuntimeException.hdl"
       8             : #include "ooo/vba/XHelperInterface.hdl"
       9             : #include "com/sun/star/uno/Any.h"
      10             : #include "com/sun/star/uno/Reference.h"
      11             : #include "cppu/macros.hxx"
      12             : #include "rtl/ustring.hxx"
      13             : #include "sal/types.h"
      14             : 
      15             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      16             : 
      17             : namespace ooo { namespace vba { namespace msforms {
      18             : 
      19           0 : class SAL_NO_VTABLE XControl : public ::ooo::vba::XHelperInterface
      20             : {
      21             : public:
      22             : 
      23             :     // Attributes
      24             :     virtual ::com::sun::star::uno::Reference< css::uno::XInterface > SAL_CALL getObject() = 0;
      25             :     virtual ::rtl::OUString SAL_CALL getControlSource() = 0;
      26             :     virtual void SAL_CALL setControlSource( const ::rtl::OUString& _controlsource ) = 0;
      27             :     virtual ::rtl::OUString SAL_CALL getRowSource() = 0;
      28             :     virtual void SAL_CALL setRowSource( const ::rtl::OUString& _rowsource ) = 0;
      29             :     virtual ::sal_Bool SAL_CALL getEnabled() = 0;
      30             :     virtual void SAL_CALL setEnabled( ::sal_Bool _enabled ) = 0;
      31             :     virtual ::sal_Bool SAL_CALL getVisible() = 0;
      32             :     virtual void SAL_CALL setVisible( ::sal_Bool _visible ) = 0;
      33             :     virtual ::sal_Int32 SAL_CALL getMousePointer() = 0;
      34             :     virtual void SAL_CALL setMousePointer( ::sal_Int32 _mousepointer ) = 0;
      35             :     virtual double SAL_CALL getHeight() = 0;
      36             :     virtual void SAL_CALL setHeight( double _height ) = 0;
      37             :     virtual double SAL_CALL getWidth() = 0;
      38             :     virtual void SAL_CALL setWidth( double _width ) = 0;
      39             :     virtual double SAL_CALL getLeft() = 0;
      40             :     virtual void SAL_CALL setLeft( double _left ) = 0;
      41             :     virtual double SAL_CALL getTop() = 0;
      42             :     virtual void SAL_CALL setTop( double _top ) = 0;
      43             :     virtual ::rtl::OUString SAL_CALL getName() = 0;
      44             :     virtual void SAL_CALL setName( const ::rtl::OUString& _name ) = 0;
      45             :     virtual ::rtl::OUString SAL_CALL getControlTipText() = 0;
      46             :     virtual void SAL_CALL setControlTipText( const ::rtl::OUString& _controltiptext ) = 0;
      47             :     virtual ::rtl::OUString SAL_CALL getTag() = 0;
      48             :     virtual void SAL_CALL setTag( const ::rtl::OUString& _tag ) = 0;
      49             :     virtual ::sal_Int32 SAL_CALL getTabIndex() = 0;
      50             :     virtual void SAL_CALL setTabIndex( ::sal_Int32 _tabindex ) = 0;
      51             : 
      52             :     // Methods
      53             :     virtual void SAL_CALL SetFocus() = 0;
      54             :     virtual void SAL_CALL Move( double Left, double Top, const ::com::sun::star::uno::Any& Width, const ::com::sun::star::uno::Any& Height ) = 0;
      55             : 
      56             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      57             : 
      58             : protected:
      59           0 :     ~XControl() throw () {} // avoid warnings about virtual members and non-virtual dtor
      60             : };
      61             : 
      62             : 
      63             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::ooo::vba::msforms::XControl const *);
      64             : } } }
      65             : 
      66             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< ::ooo::vba::msforms::XControl > *) SAL_THROW(());
      67             : 
      68             : #endif

Generated by: LCOV version 1.10