LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/deployment - XPackageRegistry.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_COM_SUN_STAR_DEPLOYMENT_XPACKAGEREGISTRY_HDL
       2             : #define INCLUDED_COM_SUN_STAR_DEPLOYMENT_XPACKAGEREGISTRY_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : namespace com { namespace sun { namespace star { namespace deployment { class XPackageTypeInfo; } } } }
       8             : #include "com/sun/star/lang/IllegalArgumentException.hdl"
       9             : #include "com/sun/star/ucb/CommandFailedException.hdl"
      10             : namespace com { namespace sun { namespace star { namespace ucb { class XCommandEnvironment; } } } }
      11             : #include "com/sun/star/deployment/DeploymentException.hdl"
      12             : #include "com/sun/star/deployment/InvalidRemovedParameterException.hdl"
      13             : namespace com { namespace sun { namespace star { namespace deployment { class XPackage; } } } }
      14             : #include "com/sun/star/uno/XInterface.hdl"
      15             : #include "com/sun/star/uno/Reference.h"
      16             : #include "com/sun/star/uno/Sequence.h"
      17             : #include "cppu/macros.hxx"
      18             : #include "rtl/ustring.hxx"
      19             : #include "sal/types.h"
      20             : 
      21             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      22             : 
      23             : namespace com { namespace sun { namespace star { namespace deployment {
      24             : 
      25           0 : class SAL_NO_VTABLE XPackageRegistry : public css::uno::XInterface
      26             : {
      27             : public:
      28             : 
      29             :     // Methods
      30             :     virtual ::com::sun::star::uno::Reference< css::deployment::XPackage > SAL_CALL bindPackage( const ::rtl::OUString& url, const ::rtl::OUString& mediaType, ::sal_Bool removed, const ::rtl::OUString& identifier, const ::com::sun::star::uno::Reference< css::ucb::XCommandEnvironment >& xCmdEnv ) = 0;
      31             :     virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< css::deployment::XPackageTypeInfo > > SAL_CALL getSupportedPackageTypes() = 0;
      32             :     virtual void SAL_CALL packageRemoved( const ::rtl::OUString& url, const ::rtl::OUString& mediaType ) = 0;
      33             : 
      34             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      35             : 
      36             : protected:
      37           0 :     ~XPackageRegistry() throw () {} // avoid warnings about virtual members and non-virtual dtor
      38             : };
      39             : 
      40             : 
      41             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::deployment::XPackageRegistry const *);
      42             : } } } }
      43             : 
      44             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::deployment::XPackageRegistry > *) SAL_THROW(());
      45             : 
      46             : #endif

Generated by: LCOV version 1.10