LCOV - code coverage report
Current view: top level - libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/beans - XMultiPropertySet.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_BEANS_XMULTIPROPERTYSET_HDL
       2             : #define INCLUDED_COM_SUN_STAR_BEANS_XMULTIPROPERTYSET_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : namespace com { namespace sun { namespace star { namespace beans { class XPropertiesChangeListener; } } } }
       7             : #include "com/sun/star/lang/WrappedTargetException.hdl"
       8             : #include "com/sun/star/lang/IllegalArgumentException.hdl"
       9             : #include "com/sun/star/beans/PropertyVetoException.hdl"
      10             : #include "com/sun/star/uno/RuntimeException.hdl"
      11             : namespace com { namespace sun { namespace star { namespace beans { class XPropertySetInfo; } } } }
      12             : #include "com/sun/star/uno/XInterface.hdl"
      13             : #include "com/sun/star/uno/Any.h"
      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 beans {
      22             : 
      23       15075 : class SAL_NO_VTABLE XMultiPropertySet : public css::uno::XInterface
      24             : {
      25             : public:
      26             : 
      27             :     // Methods
      28             :     virtual ::com::sun::star::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() = 0;
      29             :     virtual void SAL_CALL setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) = 0;
      30             :     virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL getPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) = 0;
      31             :     virtual void SAL_CALL addPropertiesChangeListener( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::sun::star::uno::Reference< css::beans::XPropertiesChangeListener >& xListener ) = 0;
      32             :     virtual void SAL_CALL removePropertiesChangeListener( const ::com::sun::star::uno::Reference< css::beans::XPropertiesChangeListener >& xListener ) = 0;
      33             :     virtual void SAL_CALL firePropertiesChangeEvent( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::sun::star::uno::Reference< css::beans::XPropertiesChangeListener >& xListener ) = 0;
      34             : 
      35             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      36             : 
      37             : protected:
      38        7621 :     ~XMultiPropertySet() throw () {} // avoid warnings about virtual members and non-virtual dtor
      39             : };
      40             : 
      41             : 
      42             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::beans::XMultiPropertySet const *);
      43             : } } } }
      44             : 
      45             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::beans::XMultiPropertySet > *) SAL_THROW(());
      46             : 
      47             : #endif

Generated by: LCOV version 1.10