LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/oovbaapi/ooo/vba/msforms - XComboBox.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_MSFORMS_XCOMBOBOX_HDL
       2                 :            : #define INCLUDED_OOO_VBA_MSFORMS_XCOMBOBOX_HDL
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/uno/XInterface.hdl"
       7                 :            : #include "com/sun/star/uno/RuntimeException.hdl"
       8                 :            : namespace ooo { namespace vba { namespace msforms { class XNewFont; } } }
       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 XComboBox : public ::com::sun::star::uno::XInterface
      20                 :            : {
      21                 :            : public:
      22                 :            : 
      23                 :            :     // Attributes
      24                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeException) = 0;
      25                 :            :     virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star::uno::RuntimeException) = 0;
      26                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL getListIndex() throw (::com::sun::star::uno::RuntimeException) = 0;
      27                 :            :     virtual void SAL_CALL setListIndex( const ::com::sun::star::uno::Any& _listindex ) throw (::com::sun::star::uno::RuntimeException) = 0;
      28                 :            :     virtual ::sal_Int32 SAL_CALL getListCount() throw (::com::sun::star::uno::RuntimeException) = 0;
      29                 :            :     virtual ::rtl::OUString SAL_CALL getText() throw (::com::sun::star::uno::RuntimeException) = 0;
      30                 :            :     virtual void SAL_CALL setText( const ::rtl::OUString& _text ) throw (::com::sun::star::uno::RuntimeException) = 0;
      31                 :            :     virtual ::sal_Int32 SAL_CALL getStyle() throw (::com::sun::star::uno::RuntimeException) = 0;
      32                 :            :     virtual void SAL_CALL setStyle( ::sal_Int32 _style ) throw (::com::sun::star::uno::RuntimeException) = 0;
      33                 :            :     virtual ::sal_Int32 SAL_CALL getDropButtonStyle() throw (::com::sun::star::uno::RuntimeException) = 0;
      34                 :            :     virtual void SAL_CALL setDropButtonStyle( ::sal_Int32 _dropbuttonstyle ) throw (::com::sun::star::uno::RuntimeException) = 0;
      35                 :            :     virtual ::sal_Int32 SAL_CALL getDragBehavior() throw (::com::sun::star::uno::RuntimeException) = 0;
      36                 :            :     virtual void SAL_CALL setDragBehavior( ::sal_Int32 _dragbehavior ) throw (::com::sun::star::uno::RuntimeException) = 0;
      37                 :            :     virtual ::sal_Int32 SAL_CALL getEnterFieldBehavior() throw (::com::sun::star::uno::RuntimeException) = 0;
      38                 :            :     virtual void SAL_CALL setEnterFieldBehavior( ::sal_Int32 _enterfieldbehavior ) throw (::com::sun::star::uno::RuntimeException) = 0;
      39                 :            :     virtual ::sal_Int32 SAL_CALL getListStyle() throw (::com::sun::star::uno::RuntimeException) = 0;
      40                 :            :     virtual void SAL_CALL setListStyle( ::sal_Int32 _liststyle ) throw (::com::sun::star::uno::RuntimeException) = 0;
      41                 :            :     virtual ::sal_Int32 SAL_CALL getTextAlign() throw (::com::sun::star::uno::RuntimeException) = 0;
      42                 :            :     virtual void SAL_CALL setTextAlign( ::sal_Int32 _textalign ) throw (::com::sun::star::uno::RuntimeException) = 0;
      43                 :            :     virtual ::sal_Int32 SAL_CALL getBackColor() throw (::com::sun::star::uno::RuntimeException) = 0;
      44                 :            :     virtual void SAL_CALL setBackColor( ::sal_Int32 _backcolor ) throw (::com::sun::star::uno::RuntimeException) = 0;
      45                 :            :     virtual ::sal_Bool SAL_CALL getAutoSize() throw (::com::sun::star::uno::RuntimeException) = 0;
      46                 :            :     virtual void SAL_CALL setAutoSize( ::sal_Bool _autosize ) throw (::com::sun::star::uno::RuntimeException) = 0;
      47                 :            :     virtual ::sal_Bool SAL_CALL getLocked() throw (::com::sun::star::uno::RuntimeException) = 0;
      48                 :            :     virtual void SAL_CALL setLocked( ::sal_Bool _locked ) throw (::com::sun::star::uno::RuntimeException) = 0;
      49                 :            :     virtual ::sal_Int32 SAL_CALL getTextLength() throw (::com::sun::star::uno::RuntimeException) = 0;
      50                 :            :     virtual ::com::sun::star::uno::Reference< ::ooo::vba::msforms::XNewFont > SAL_CALL getFont() throw (::com::sun::star::uno::RuntimeException) = 0;
      51                 :            : 
      52                 :            :     // Methods
      53                 :            :     virtual void SAL_CALL AddItem( const ::com::sun::star::uno::Any& pvargItem, const ::com::sun::star::uno::Any& pvargIndex ) throw (::com::sun::star::uno::RuntimeException) = 0;
      54                 :            :     virtual void SAL_CALL removeItem( const ::com::sun::star::uno::Any& index ) throw (::com::sun::star::uno::RuntimeException) = 0;
      55                 :            :     virtual void SAL_CALL Clear(  ) throw (::com::sun::star::uno::RuntimeException) = 0;
      56                 :            :     virtual ::com::sun::star::uno::Any SAL_CALL List( const ::com::sun::star::uno::Any& pvargIndex, const ::com::sun::star::uno::Any& pvarColumn ) throw (::com::sun::star::uno::RuntimeException) = 0;
      57                 :            : 
      58                 :            :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      59                 :            : 
      60                 :            : protected:
      61                 :          0 :     ~XComboBox() throw () {} // avoid warnings about virtual members and non-virtual dtor
      62                 :            : };
      63                 :            : 
      64                 :            : 
      65                 :            : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::ooo::vba::msforms::XComboBox const *);
      66                 :            : } } }
      67                 :            : 
      68                 :            : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< ::ooo::vba::msforms::XComboBox > *) SAL_THROW(());
      69                 :            : 
      70                 :            : #endif

Generated by: LCOV version 1.10