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

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_FRAME_XFRAME_HDL
       2             : #define INCLUDED_COM_SUN_STAR_FRAME_XFRAME_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : namespace com { namespace sun { namespace star { namespace frame { class XController; } } } }
       8             : namespace com { namespace sun { namespace star { namespace frame { class XFrame; } } } }
       9             : namespace com { namespace sun { namespace star { namespace frame { class XFrameActionListener; } } } }
      10             : namespace com { namespace sun { namespace star { namespace frame { class XFramesSupplier; } } } }
      11             : namespace com { namespace sun { namespace star { namespace awt { class XWindow; } } } }
      12             : #include "com/sun/star/lang/XComponent.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 frame {
      21             : 
      22         260 : class SAL_NO_VTABLE XFrame : public css::lang::XComponent
      23             : {
      24             : public:
      25             : 
      26             :     // Methods
      27             :     virtual void SAL_CALL initialize( const ::com::sun::star::uno::Reference< css::awt::XWindow >& xWindow ) = 0;
      28             :     virtual ::com::sun::star::uno::Reference< css::awt::XWindow > SAL_CALL getContainerWindow() = 0;
      29             :     virtual void SAL_CALL setCreator( const ::com::sun::star::uno::Reference< css::frame::XFramesSupplier >& Creator ) = 0;
      30             :     virtual ::com::sun::star::uno::Reference< css::frame::XFramesSupplier > SAL_CALL getCreator() = 0;
      31             :     virtual ::rtl::OUString SAL_CALL getName() = 0;
      32             :     virtual void SAL_CALL setName( const ::rtl::OUString& aName ) = 0;
      33             :     virtual ::com::sun::star::uno::Reference< css::frame::XFrame > SAL_CALL findFrame( const ::rtl::OUString& aTargetFrameName, ::sal_Int32 nSearchFlags ) = 0;
      34             :     virtual ::sal_Bool SAL_CALL isTop() = 0;
      35             :     virtual void SAL_CALL activate() = 0;
      36             :     virtual void SAL_CALL deactivate() = 0;
      37             :     virtual ::sal_Bool SAL_CALL isActive() = 0;
      38             :     virtual ::sal_Bool SAL_CALL setComponent( const ::com::sun::star::uno::Reference< css::awt::XWindow >& xComponentWindow, const ::com::sun::star::uno::Reference< css::frame::XController >& xController ) = 0;
      39             :     virtual ::com::sun::star::uno::Reference< css::awt::XWindow > SAL_CALL getComponentWindow() = 0;
      40             :     virtual ::com::sun::star::uno::Reference< css::frame::XController > SAL_CALL getController() = 0;
      41             :     virtual void SAL_CALL contextChanged() = 0;
      42             :     virtual void SAL_CALL addFrameActionListener( const ::com::sun::star::uno::Reference< css::frame::XFrameActionListener >& xListener ) = 0;
      43             :     virtual void SAL_CALL removeFrameActionListener( const ::com::sun::star::uno::Reference< css::frame::XFrameActionListener >& xListener ) = 0;
      44             : 
      45             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      46             : 
      47             : protected:
      48          71 :     ~XFrame() 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::frame::XFrame const *);
      53             : } } } }
      54             : 
      55             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::frame::XFrame > *) SAL_THROW(());
      56             : 
      57             : #endif

Generated by: LCOV version 1.10