LCOV - code coverage report
Current view: top level - libreoffice/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-12-27 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          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 css::uno::XInterface
      20             : {
      21             : public:
      22             : 
      23             :     // Attributes
      24             :     virtual ::com::sun::star::uno::Any SAL_CALL getValue() = 0;
      25             :     virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) = 0;
      26             :     virtual ::com::sun::star::uno::Any SAL_CALL getListIndex() = 0;
      27             :     virtual void SAL_CALL setListIndex( const ::com::sun::star::uno::Any& _listindex ) = 0;
      28             :     virtual ::sal_Int32 SAL_CALL getListCount() = 0;
      29             :     virtual ::rtl::OUString SAL_CALL getText() = 0;
      30             :     virtual void SAL_CALL setText( const ::rtl::OUString& _text ) = 0;
      31             :     virtual ::sal_Int32 SAL_CALL getStyle() = 0;
      32             :     virtual void SAL_CALL setStyle( ::sal_Int32 _style ) = 0;
      33             :     virtual ::sal_Int32 SAL_CALL getDropButtonStyle() = 0;
      34             :     virtual void SAL_CALL setDropButtonStyle( ::sal_Int32 _dropbuttonstyle ) = 0;
      35             :     virtual ::sal_Int32 SAL_CALL getDragBehavior() = 0;
      36             :     virtual void SAL_CALL setDragBehavior( ::sal_Int32 _dragbehavior ) = 0;
      37             :     virtual ::sal_Int32 SAL_CALL getEnterFieldBehavior() = 0;
      38             :     virtual void SAL_CALL setEnterFieldBehavior( ::sal_Int32 _enterfieldbehavior ) = 0;
      39             :     virtual ::sal_Int32 SAL_CALL getListStyle() = 0;
      40             :     virtual void SAL_CALL setListStyle( ::sal_Int32 _liststyle ) = 0;
      41             :     virtual ::sal_Int32 SAL_CALL getTextAlign() = 0;
      42             :     virtual void SAL_CALL setTextAlign( ::sal_Int32 _textalign ) = 0;
      43             :     virtual ::sal_Int32 SAL_CALL getBackColor() = 0;
      44             :     virtual void SAL_CALL setBackColor( ::sal_Int32 _backcolor ) = 0;
      45             :     virtual ::sal_Bool SAL_CALL getAutoSize() = 0;
      46             :     virtual void SAL_CALL setAutoSize( ::sal_Bool _autosize ) = 0;
      47             :     virtual ::sal_Bool SAL_CALL getLocked() = 0;
      48             :     virtual void SAL_CALL setLocked( ::sal_Bool _locked ) = 0;
      49             :     virtual ::sal_Int32 SAL_CALL getTextLength() = 0;
      50             :     virtual ::com::sun::star::uno::Reference< ::ooo::vba::msforms::XNewFont > SAL_CALL getFont() = 0;
      51             : 
      52             :     // Methods
      53             :     virtual void SAL_CALL AddItem( const ::com::sun::star::uno::Any& pvargItem, const ::com::sun::star::uno::Any& pvargIndex ) = 0;
      54             :     virtual void SAL_CALL removeItem( const ::com::sun::star::uno::Any& index ) = 0;
      55             :     virtual void SAL_CALL Clear() = 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 ) = 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