LCOV - code coverage report
Current view: top level - util - XPathSettings.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 2 2 100.0 %
Date: 2013-07-09 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_UTIL_XPATHSETTINGS_HDL
       2             : #define INCLUDED_COM_SUN_STAR_UTIL_XPATHSETTINGS_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/beans/XPropertySet.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             : 
      12             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      13             : 
      14             : namespace com { namespace sun { namespace star { namespace util {
      15             : 
      16         133 : class SAL_NO_VTABLE XPathSettings : public css::beans::XPropertySet
      17             : {
      18             : public:
      19             : 
      20             :     // Attributes
      21             :     virtual ::rtl::OUString SAL_CALL getAddin() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      22             :     virtual void SAL_CALL setAddin( const ::rtl::OUString& _addin ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      23             :     virtual ::rtl::OUString SAL_CALL getAutoCorrect() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      24             :     virtual void SAL_CALL setAutoCorrect( const ::rtl::OUString& _autocorrect ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      25             :     virtual ::rtl::OUString SAL_CALL getAutoText() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      26             :     virtual void SAL_CALL setAutoText( const ::rtl::OUString& _autotext ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      27             :     virtual ::rtl::OUString SAL_CALL getBackup() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      28             :     virtual void SAL_CALL setBackup( const ::rtl::OUString& _backup ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      29             :     virtual ::rtl::OUString SAL_CALL getBasic() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      30             :     virtual void SAL_CALL setBasic( const ::rtl::OUString& _basic ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      31             :     virtual ::rtl::OUString SAL_CALL getBitmap() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      32             :     virtual void SAL_CALL setBitmap( const ::rtl::OUString& _bitmap ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      33             :     virtual ::rtl::OUString SAL_CALL getConfig() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      34             :     virtual void SAL_CALL setConfig( const ::rtl::OUString& _config ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      35             :     virtual ::rtl::OUString SAL_CALL getDictionary() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      36             :     virtual void SAL_CALL setDictionary( const ::rtl::OUString& _dictionary ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      37             :     virtual ::rtl::OUString SAL_CALL getFavorite() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      38             :     virtual void SAL_CALL setFavorite( const ::rtl::OUString& _favorite ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      39             :     virtual ::rtl::OUString SAL_CALL getFilter() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      40             :     virtual void SAL_CALL setFilter( const ::rtl::OUString& _filter ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      41             :     virtual ::rtl::OUString SAL_CALL getGallery() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      42             :     virtual void SAL_CALL setGallery( const ::rtl::OUString& _gallery ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      43             :     virtual ::rtl::OUString SAL_CALL getGraphic() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      44             :     virtual void SAL_CALL setGraphic( const ::rtl::OUString& _graphic ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      45             :     virtual ::rtl::OUString SAL_CALL getHelp() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      46             :     virtual void SAL_CALL setHelp( const ::rtl::OUString& _help ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      47             :     virtual ::rtl::OUString SAL_CALL getLinguistic() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      48             :     virtual void SAL_CALL setLinguistic( const ::rtl::OUString& _linguistic ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      49             :     virtual ::rtl::OUString SAL_CALL getModule() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      50             :     virtual void SAL_CALL setModule( const ::rtl::OUString& _module ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      51             :     virtual ::rtl::OUString SAL_CALL getPalette() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      52             :     virtual void SAL_CALL setPalette( const ::rtl::OUString& _palette ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      53             :     virtual ::rtl::OUString SAL_CALL getPlugin() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      54             :     virtual void SAL_CALL setPlugin( const ::rtl::OUString& _plugin ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      55             :     virtual ::rtl::OUString SAL_CALL getStorage() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      56             :     virtual void SAL_CALL setStorage( const ::rtl::OUString& _storage ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      57             :     virtual ::rtl::OUString SAL_CALL getTemp() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      58             :     virtual void SAL_CALL setTemp( const ::rtl::OUString& _temp ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      59             :     virtual ::rtl::OUString SAL_CALL getTemplate() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      60             :     virtual void SAL_CALL setTemplate( const ::rtl::OUString& _template ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      61             :     virtual ::rtl::OUString SAL_CALL getUIConfig() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      62             :     virtual void SAL_CALL setUIConfig( const ::rtl::OUString& _uiconfig ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      63             :     virtual ::rtl::OUString SAL_CALL getUserConfig() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      64             :     virtual void SAL_CALL setUserConfig( const ::rtl::OUString& _userconfig ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      65             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual ::rtl::OUString SAL_CALL getUserDictionary() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      66             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL setUserDictionary( const ::rtl::OUString& _userdictionary ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      67             :     virtual ::rtl::OUString SAL_CALL getWork() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      68             :     virtual void SAL_CALL setWork( const ::rtl::OUString& _work ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      69             :     virtual ::rtl::OUString SAL_CALL getBasePathShareLayer() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      70             :     virtual void SAL_CALL setBasePathShareLayer( const ::rtl::OUString& _basepathsharelayer ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      71             :     virtual ::rtl::OUString SAL_CALL getBasePathUserLayer() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      72             :     virtual void SAL_CALL setBasePathUserLayer( const ::rtl::OUString& _basepathuserlayer ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
      73             : 
      74             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      75             : 
      76             : protected:
      77         132 :     ~XPathSettings() throw () {} // avoid warnings about virtual members and non-virtual dtor
      78             : };
      79             : 
      80             : 
      81             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::util::XPathSettings const *);
      82             : } } } }
      83             : 
      84             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::util::XPathSettings > *) SAL_THROW(());
      85             : 
      86             : #endif

Generated by: LCOV version 1.10