LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/embed - XStorage2.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_EMBED_XSTORAGE2_HDL
       2             : #define INCLUDED_COM_SUN_STAR_EMBED_XSTORAGE2_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : #include "com/sun/star/io/IOException.hdl"
       8             : #include "com/sun/star/lang/IllegalArgumentException.hdl"
       9             : #include "com/sun/star/beans/NamedValue.hdl"
      10             : #include "com/sun/star/packages/WrongPasswordException.hdl"
      11             : namespace com { namespace sun { namespace star { namespace io { class XStream; } } } }
      12             : #include "com/sun/star/embed/InvalidStorageException.hdl"
      13             : #include "com/sun/star/packages/NoEncryptionException.hdl"
      14             : #include "com/sun/star/embed/StorageWrappedTargetException.hdl"
      15             : #include "com/sun/star/embed/XStorage.hdl"
      16             : #include "com/sun/star/uno/Reference.h"
      17             : #include "com/sun/star/uno/Sequence.h"
      18             : #include "cppu/macros.hxx"
      19             : #include "rtl/ustring.hxx"
      20             : #include "sal/types.h"
      21             : 
      22             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      23             : 
      24             : namespace com { namespace sun { namespace star { namespace embed {
      25             : 
      26        8543 : class SAL_NO_VTABLE XStorage2 : public css::embed::XStorage
      27             : {
      28             : public:
      29             : 
      30             :     // Methods
      31             :     virtual ::com::sun::star::uno::Reference< css::io::XStream > SAL_CALL openEncryptedStream( const ::rtl::OUString& sStreamName, ::sal_Int32 nOpenMode, const ::com::sun::star::uno::Sequence< css::beans::NamedValue >& aEncryptionData ) = 0;
      32             :     virtual ::com::sun::star::uno::Reference< css::io::XStream > SAL_CALL cloneEncryptedStream( const ::rtl::OUString& sStreamName, const ::com::sun::star::uno::Sequence< css::beans::NamedValue >& aEncryptionData ) = 0;
      33             : 
      34             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      35             : 
      36             : protected:
      37        6159 :     ~XStorage2() 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::embed::XStorage2 const *);
      42             : } } } }
      43             : 
      44             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::embed::XStorage2 > *) SAL_THROW(());
      45             : 
      46             : #endif

Generated by: LCOV version 1.10