Home
last modified time | relevance | path

Searched refs:MacSpellChecker (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx55 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()
[all …]
H A Dmacspellimp.hxx65 class MacSpellChecker : class
90 MacSpellChecker(const MacSpellChecker &);
91 MacSpellChecker & operator = (const MacSpellChecker &);
103 MacSpellChecker();
104 virtual ~MacSpellChecker();
139 inline OUString MacSpellChecker::getImplementationName_Static() throw() in getImplementationName_Static()