LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/frame - XModel2.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_XMODEL2_HDL
       2             : #define INCLUDED_COM_SUN_STAR_FRAME_XMODEL2_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : namespace com { namespace sun { namespace star { namespace frame { class XFrame; } } } }
       7             : namespace com { namespace sun { namespace star { namespace frame { class XController2; } } } }
       8             : #include "com/sun/star/uno/RuntimeException.hdl"
       9             : namespace com { namespace sun { namespace star { namespace container { class XEnumeration; } } } }
      10             : #include "com/sun/star/uno/Exception.hdl"
      11             : #include "com/sun/star/frame/XModel.hdl"
      12             : #include "com/sun/star/lang/IllegalArgumentException.hdl"
      13             : #include "com/sun/star/beans/PropertyValue.hdl"
      14             : #include "com/sun/star/uno/Reference.h"
      15             : #include "com/sun/star/uno/Sequence.h"
      16             : #include "cppu/macros.hxx"
      17             : #include "rtl/ustring.hxx"
      18             : 
      19             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      20             : 
      21             : namespace com { namespace sun { namespace star { namespace frame {
      22             : 
      23         690 : class SAL_NO_VTABLE XModel2 : public css::frame::XModel
      24             : {
      25             : public:
      26             : 
      27             :     // Methods
      28             :     virtual ::com::sun::star::uno::Reference< css::container::XEnumeration > SAL_CALL getControllers() = 0;
      29             :     virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAvailableViewControllerNames() = 0;
      30             :     virtual ::com::sun::star::uno::Reference< css::frame::XController2 > SAL_CALL createDefaultViewController( const ::com::sun::star::uno::Reference< css::frame::XFrame >& Frame ) = 0;
      31             :     virtual ::com::sun::star::uno::Reference< css::frame::XController2 > SAL_CALL createViewController( const ::rtl::OUString& ViewName, const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& Arguments, const ::com::sun::star::uno::Reference< css::frame::XFrame >& Frame ) = 0;
      32             : 
      33             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      34             : 
      35             : protected:
      36         338 :     ~XModel2() throw () {} // avoid warnings about virtual members and non-virtual dtor
      37             : };
      38             : 
      39             : 
      40             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::frame::XModel2 const *);
      41             : } } } }
      42             : 
      43             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::frame::XModel2 > *) SAL_THROW(());
      44             : 
      45             : #endif

Generated by: LCOV version 1.10