LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/i18n - XCharacterClassification.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_I18N_XCHARACTERCLASSIFICATION_HDL
       2             : #define INCLUDED_COM_SUN_STAR_I18N_XCHARACTERCLASSIFICATION_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/XInterface.hdl"
       7             : #include "com/sun/star/lang/Locale.hdl"
       8             : #include "com/sun/star/uno/RuntimeException.hdl"
       9             : #include "com/sun/star/i18n/ParseResult.hdl"
      10             : #include "com/sun/star/uno/Reference.h"
      11             : #include "cppu/macros.hxx"
      12             : #include "rtl/ustring.hxx"
      13             : #include "sal/types.h"
      14             : 
      15             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      16             : 
      17             : namespace com { namespace sun { namespace star { namespace i18n {
      18             : 
      19       23380 : class SAL_NO_VTABLE XCharacterClassification : public css::uno::XInterface
      20             : {
      21             : public:
      22             : 
      23             :     // Methods
      24             :     virtual ::rtl::OUString SAL_CALL toUpper( const ::rtl::OUString& aText, ::sal_Int32 nPos, ::sal_Int32 nCount, const css::lang::Locale& aLocale ) = 0;
      25             :     virtual ::rtl::OUString SAL_CALL toLower( const ::rtl::OUString& aText, ::sal_Int32 nPos, ::sal_Int32 nCount, const css::lang::Locale& aLocale ) = 0;
      26             :     virtual ::rtl::OUString SAL_CALL toTitle( const ::rtl::OUString& aText, ::sal_Int32 nPos, ::sal_Int32 nCount, const css::lang::Locale& aLocale ) = 0;
      27             :     virtual ::sal_Int16 SAL_CALL getType( const ::rtl::OUString& aText, ::sal_Int32 nPos ) = 0;
      28             :     virtual ::sal_Int16 SAL_CALL getCharacterDirection( const ::rtl::OUString& aText, ::sal_Int32 nPos ) = 0;
      29             :     virtual ::sal_Int16 SAL_CALL getScript( const ::rtl::OUString& aText, ::sal_Int32 nPos ) = 0;
      30             :     virtual ::sal_Int32 SAL_CALL getCharacterType( const ::rtl::OUString& aText, ::sal_Int32 nPos, const css::lang::Locale& aLocale ) = 0;
      31             :     virtual ::sal_Int32 SAL_CALL getStringType( const ::rtl::OUString& aText, ::sal_Int32 nPos, ::sal_Int32 nCount, const css::lang::Locale& aLocale ) = 0;
      32             :     virtual css::i18n::ParseResult SAL_CALL parseAnyToken( const ::rtl::OUString& aText, ::sal_Int32 nPos, const css::lang::Locale& aLocale, ::sal_Int32 nStartCharFlags, const ::rtl::OUString& aUserDefinedCharactersStart, ::sal_Int32 nContCharFlags, const ::rtl::OUString& aUserDefinedCharactersCont ) = 0;
      33             :     virtual css::i18n::ParseResult SAL_CALL parsePredefinedToken( ::sal_Int32 nTokenType, const ::rtl::OUString& aText, ::sal_Int32 nPos, const css::lang::Locale& aLocale, ::sal_Int32 nStartCharFlags, const ::rtl::OUString& aUserDefinedCharactersStart, ::sal_Int32 nContCharFlags, const ::rtl::OUString& aUserDefinedCharactersCont ) = 0;
      34             : 
      35             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      36             : 
      37             : protected:
      38       22922 :     ~XCharacterClassification() throw () {} // avoid warnings about virtual members and non-virtual dtor
      39             : };
      40             : 
      41             : 
      42             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::i18n::XCharacterClassification const *);
      43             : } } } }
      44             : 
      45             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::i18n::XCharacterClassification > *) SAL_THROW(());
      46             : 
      47             : #endif

Generated by: LCOV version 1.10