LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/udkapi/com/sun/star/uri - XUriReference.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_URI_XURIREFERENCE_HDL
       2             : #define INCLUDED_COM_SUN_STAR_URI_XURIREFERENCE_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/XInterface.hdl"
       7             : #include "com/sun/star/uno/RuntimeException.hdl"
       8             : #include "com/sun/star/uno/Reference.h"
       9             : #include "cppu/macros.hxx"
      10             : #include "rtl/ustring.hxx"
      11             : #include "sal/types.h"
      12             : 
      13             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      14             : 
      15             : namespace com { namespace sun { namespace star { namespace uri {
      16             : 
      17        2726 : class SAL_NO_VTABLE XUriReference : public css::uno::XInterface
      18             : {
      19             : public:
      20             : 
      21             :     // Methods
      22             :     virtual ::rtl::OUString SAL_CALL getUriReference() = 0;
      23             :     virtual ::sal_Bool SAL_CALL isAbsolute() = 0;
      24             :     virtual ::rtl::OUString SAL_CALL getScheme() = 0;
      25             :     virtual ::rtl::OUString SAL_CALL getSchemeSpecificPart() = 0;
      26             :     virtual ::sal_Bool SAL_CALL isHierarchical() = 0;
      27             :     virtual ::sal_Bool SAL_CALL hasAuthority() = 0;
      28             :     virtual ::rtl::OUString SAL_CALL getAuthority() = 0;
      29             :     virtual ::rtl::OUString SAL_CALL getPath() = 0;
      30             :     virtual ::sal_Bool SAL_CALL hasRelativePath() = 0;
      31             :     virtual ::sal_Int32 SAL_CALL getPathSegmentCount() = 0;
      32             :     virtual ::rtl::OUString SAL_CALL getPathSegment( ::sal_Int32 index ) = 0;
      33             :     virtual ::sal_Bool SAL_CALL hasQuery() = 0;
      34             :     virtual ::rtl::OUString SAL_CALL getQuery() = 0;
      35             :     virtual ::sal_Bool SAL_CALL hasFragment() = 0;
      36             :     virtual ::rtl::OUString SAL_CALL getFragment() = 0;
      37             :     virtual void SAL_CALL setFragment( const ::rtl::OUString& fragment ) = 0;
      38             :     virtual void SAL_CALL clearFragment() = 0;
      39             : 
      40             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      41             : 
      42             : protected:
      43        2726 :     ~XUriReference() throw () {} // avoid warnings about virtual members and non-virtual dtor
      44             : };
      45             : 
      46             : 
      47             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::uri::XUriReference const *);
      48             : } } } }
      49             : 
      50             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::uri::XUriReference > *) SAL_THROW(());
      51             : 
      52             : #endif

Generated by: LCOV version 1.10