Lines Matching refs:MacSpellChecker

55 MacSpellChecker::MacSpellChecker() :  in MacSpellChecker()  function in MacSpellChecker
72 MacSpellChecker::~MacSpellChecker() in ~MacSpellChecker()
86 PropertyHelper_Spell & MacSpellChecker::GetPropHelper_Impl() in GetPropHelper_Impl()
100 Sequence< Locale > SAL_CALL MacSpellChecker::getLocales() in getLocales()
210 sal_Bool SAL_CALL MacSpellChecker::hasLocale(const Locale& rLocale) in hasLocale()
233 sal_Int16 MacSpellChecker::GetSpellFailure( const OUString &rWord, const Locale &rLocale ) in GetSpellFailure()
294 MacSpellChecker::isValid( const OUString& rWord, const Locale& rLocale, in isValid()
338 MacSpellChecker::GetProposals( const OUString &rWord, const Locale &rLocale ) in GetProposals()
408 MacSpellChecker::spell( const OUString& rWord, const Locale& rLocale, in spell()
438 Reference< XInterface > xService = (cppu::OWeakObject*) new MacSpellChecker; in MacSpellChecker_CreateInstance()
444 MacSpellChecker::addLinguServiceEventListener( in addLinguServiceEventListener()
460 MacSpellChecker::removeLinguServiceEventListener( in removeLinguServiceEventListener()
477 MacSpellChecker::getServiceDisplayName( const Locale& /*rLocale*/ ) in getServiceDisplayName()
486 MacSpellChecker::initialize( const Sequence< Any >& rArguments ) in initialize()
516 MacSpellChecker::dispose() in dispose()
531 MacSpellChecker::addEventListener( const Reference< XEventListener >& rxListener ) in addEventListener()
542 MacSpellChecker::removeEventListener( const Reference< XEventListener >& rxListener ) in removeEventListener()
556 OUString SAL_CALL MacSpellChecker::getImplementationName() in getImplementationName()
565 sal_Bool SAL_CALL MacSpellChecker::supportsService( const OUString& ServiceName ) in supportsService()
579 Sequence< OUString > SAL_CALL MacSpellChecker::getSupportedServiceNames() in getSupportedServiceNames()
588 Sequence< OUString > MacSpellChecker::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
602 if ( !MacSpellChecker::getImplementationName_Static().compareToAscii( pImplName ) ) in MacSpellChecker_getFactory()
607 MacSpellChecker::getImplementationName_Static(), in MacSpellChecker_getFactory()
609 MacSpellChecker::getSupportedServiceNames_Static()); in MacSpellChecker_getFactory()