Lines Matching refs:Hyphenator

85 Hyphenator::Hyphenator() :  in Hyphenator()  function in Hyphenator
95 Hyphenator::~Hyphenator() in ~Hyphenator()
115 PropertyHelper_Hyphenation& Hyphenator::GetPropHelper_Impl() in GetPropHelper_Impl()
129 Sequence< Locale > SAL_CALL Hyphenator::getLocales() in getLocales()
253 sal_Bool SAL_CALL Hyphenator::hasLocale(const Locale& rLocale) in hasLocale()
276 Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const ::rtl::OUString& aWord, in hyphenate()
532 Reference < XHyphenatedWord > SAL_CALL Hyphenator::queryAlternativeSpelling( in queryAlternativeSpelling()
545 Reference< XPossibleHyphens > SAL_CALL Hyphenator::createPossibleHyphens( const ::rtl::OUString& aW… in createPossibleHyphens()
735 sal_uInt16 SAL_CALL Hyphenator::capitalType(const OUString& aTerm, CharClass * pCC) in capitalType()
760 OUString SAL_CALL Hyphenator::makeLowerCase(const OUString& aTerm, CharClass * pCC) in makeLowerCase()
767 OUString SAL_CALL Hyphenator::makeUpperCase(const OUString& aTerm, CharClass * pCC) in makeUpperCase()
775 OUString SAL_CALL Hyphenator::makeInitCap(const OUString& aTerm, CharClass * pCC) in makeInitCap()
794 Reference< XInterface > xService = (cppu::OWeakObject*) new Hyphenator; in Hyphenator_CreateInstance()
799 sal_Bool SAL_CALL Hyphenator::addLinguServiceEventListener( in addLinguServiceEventListener()
814 sal_Bool SAL_CALL Hyphenator::removeLinguServiceEventListener( in removeLinguServiceEventListener()
829 OUString SAL_CALL Hyphenator::getServiceDisplayName( const Locale& /*rLocale*/ ) in getServiceDisplayName()
837 void SAL_CALL Hyphenator::initialize( const Sequence< Any >& rArguments ) in initialize()
866 void SAL_CALL Hyphenator::dispose() in dispose()
880 void SAL_CALL Hyphenator::addEventListener( const Reference< XEventListener >& rxListener ) in addEventListener()
890 void SAL_CALL Hyphenator::removeEventListener( const Reference< XEventListener >& rxListener ) in removeEventListener()
904 OUString SAL_CALL Hyphenator::getImplementationName() in getImplementationName()
913 sal_Bool SAL_CALL Hyphenator::supportsService( const OUString& ServiceName ) in supportsService()
927 Sequence< OUString > SAL_CALL Hyphenator::getSupportedServiceNames() in getSupportedServiceNames()
936 Sequence< OUString > Hyphenator::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
950 if ( !Hyphenator::getImplementationName_Static().compareToAscii( pImplName ) ) in Hyphenator_getFactory()
955 Hyphenator::getImplementationName_Static(), in Hyphenator_getFactory()
957 Hyphenator::getSupportedServiceNames_Static()); in Hyphenator_getFactory()