LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/awt - XPopupMenuExtended.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 2 2 100.0 %
Date: 2012-12-17 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_AWT_XPOPUPMENUEXTENDED_HDL
       2             : #define INCLUDED_COM_SUN_STAR_AWT_XPOPUPMENUEXTENDED_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : namespace com { namespace sun { namespace star { namespace graphic { class XGraphic; } } } }
       7             : #include "com/sun/star/container/NoSuchElementException.hdl"
       8             : #include "com/sun/star/awt/KeyEvent.hdl"
       9             : #include "com/sun/star/awt/MenuLogo.hdl"
      10             : #include "com/sun/star/uno/RuntimeException.hdl"
      11             : #include "com/sun/star/awt/XMenuExtended2.hdl"
      12             : #include "com/sun/star/awt/XPopupMenu.hdl"
      13             : #include "com/sun/star/uno/Reference.h"
      14             : #include "cppu/macros.hxx"
      15             : #include "rtl/ustring.hxx"
      16             : #include "sal/types.h"
      17             : 
      18             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      19             : 
      20             : namespace com { namespace sun { namespace star { namespace awt {
      21             : 
      22         530 : class SAL_NO_VTABLE XPopupMenuExtended : public css::awt::XPopupMenu, public css::awt::XMenuExtended2
      23             : {
      24             : public:
      25             : 
      26             :     // Methods
      27             :     virtual ::sal_Bool SAL_CALL isInExecute() = 0;
      28             :     virtual void SAL_CALL endExecute() = 0;
      29             :     virtual void SAL_CALL setLogo( const css::awt::MenuLogo& aMenuLogo ) = 0;
      30             :     virtual css::awt::MenuLogo SAL_CALL getLogo() = 0;
      31             :     virtual void SAL_CALL enableAutoMnemonics( ::sal_Bool bEnable ) = 0;
      32             :     virtual void SAL_CALL setAcceleratorKeyEvent( ::sal_Int16 nItemId, const css::awt::KeyEvent& aKeyEvent ) = 0;
      33             :     virtual css::awt::KeyEvent SAL_CALL getAcceleratorKeyEvent( ::sal_Int16 nItemId ) = 0;
      34             :     virtual void SAL_CALL setHelpText( ::sal_Int16 nItemId, const ::rtl::OUString& sHelpText ) = 0;
      35             :     virtual ::rtl::OUString SAL_CALL getHelpText( ::sal_Int16 nItemId ) = 0;
      36             :     virtual void SAL_CALL setTipHelpText( ::sal_Int16 nItemId, const ::rtl::OUString& sTipHelpText ) = 0;
      37             :     virtual ::rtl::OUString SAL_CALL getTipHelpText( ::sal_Int16 nItemId ) = 0;
      38             :     virtual void SAL_CALL setItemImage( ::sal_Int16 nItemId, const ::com::sun::star::uno::Reference< css::graphic::XGraphic >& xGraphic, ::sal_Bool bScale ) = 0;
      39             :     virtual ::com::sun::star::uno::Reference< css::graphic::XGraphic > SAL_CALL getItemImage( ::sal_Int16 nItemId ) = 0;
      40             :     virtual void SAL_CALL setItemImageAngle( ::sal_Int16 nItemId, ::sal_Int32 nAngle ) = 0;
      41             :     virtual ::sal_Int32 SAL_CALL getItemImageAngle( ::sal_Int16 nItemId ) = 0;
      42             :     virtual void SAL_CALL setItemImageMirrorMode( ::sal_Int16 nItemId, ::sal_Bool bMirror ) = 0;
      43             :     virtual ::sal_Bool SAL_CALL isItemImageInMirrorMode( ::sal_Int16 nItemId ) = 0;
      44             : 
      45             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      46             : 
      47             : protected:
      48         120 :     ~XPopupMenuExtended() throw () {} // avoid warnings about virtual members and non-virtual dtor
      49             : };
      50             : 
      51             : 
      52             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::awt::XPopupMenuExtended const *);
      53             : } } } }
      54             : 
      55             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::awt::XPopupMenuExtended > *) SAL_THROW(());
      56             : 
      57             : #endif

Generated by: LCOV version 1.10