LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/linguistic2 - XLinguServiceManager.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_LINGUISTIC2_XLINGUSERVICEMANAGER_HDL
       2             : #define INCLUDED_COM_SUN_STAR_LINGUISTIC2_XLINGUSERVICEMANAGER_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : namespace com { namespace sun { namespace star { namespace lang { class XEventListener; } } } }
       8             : namespace com { namespace sun { namespace star { namespace linguistic2 { class XThesaurus; } } } }
       9             : #include "com/sun/star/lang/Locale.hdl"
      10             : namespace com { namespace sun { namespace star { namespace linguistic2 { class XHyphenator; } } } }
      11             : namespace com { namespace sun { namespace star { namespace linguistic2 { class XSpellChecker; } } } }
      12             : #include "com/sun/star/uno/XInterface.hdl"
      13             : #include "com/sun/star/uno/Reference.h"
      14             : #include "com/sun/star/uno/Sequence.h"
      15             : #include "cppu/macros.hxx"
      16             : #include "rtl/ustring.hxx"
      17             : #include "sal/types.h"
      18             : 
      19             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      20             : 
      21             : namespace com { namespace sun { namespace star { namespace linguistic2 {
      22             : 
      23          11 : class SAL_NO_VTABLE XLinguServiceManager : public css::uno::XInterface
      24             : {
      25             : public:
      26             : 
      27             :     // Methods
      28             :     virtual ::com::sun::star::uno::Reference< css::linguistic2::XSpellChecker > SAL_CALL getSpellChecker() = 0;
      29             :     virtual ::com::sun::star::uno::Reference< css::linguistic2::XHyphenator > SAL_CALL getHyphenator() = 0;
      30             :     virtual ::com::sun::star::uno::Reference< css::linguistic2::XThesaurus > SAL_CALL getThesaurus() = 0;
      31             :     virtual ::sal_Bool SAL_CALL addLinguServiceManagerListener( const ::com::sun::star::uno::Reference< css::lang::XEventListener >& xListener ) = 0;
      32             :     virtual ::sal_Bool SAL_CALL removeLinguServiceManagerListener( const ::com::sun::star::uno::Reference< css::lang::XEventListener >& xListener ) = 0;
      33             :     virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAvailableServices( const ::rtl::OUString& aServiceName, const css::lang::Locale& aLocale ) = 0;
      34             :     virtual void SAL_CALL setConfiguredServices( const ::rtl::OUString& aServiceName, const css::lang::Locale& aLocale, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aServiceImplNames ) = 0;
      35             :     virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getConfiguredServices( const ::rtl::OUString& aServiceName, const css::lang::Locale& aLocale ) = 0;
      36             : 
      37             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      38             : 
      39             : protected:
      40          11 :     ~XLinguServiceManager() throw () {} // avoid warnings about virtual members and non-virtual dtor
      41             : };
      42             : 
      43             : 
      44             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::linguistic2::XLinguServiceManager const *);
      45             : } } } }
      46             : 
      47             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::linguistic2::XLinguServiceManager > *) SAL_THROW(());
      48             : 
      49             : #endif

Generated by: LCOV version 1.10