Home
last modified time | relevance | path

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

/AOO41X/main/linguistic/source/
H A Dgrammarchecker.cxx59 GrammarChecker::GrammarChecker( /*uno::Reference< uno::XComponentContext > const & context*/ ) in GrammarChecker() function in GrammarChecker
63 GrammarChecker::~GrammarChecker() in ~GrammarChecker()
68 sal_Bool SAL_CALL GrammarChecker::isSpellChecker() throw (uno::RuntimeException) in isSpellChecker()
75 sal_Bool SAL_CALL GrammarChecker::hasLocale( const lang::Locale & aLocale ) throw (uno::RuntimeExce… in hasLocale()
82 uno::Sequence< lang::Locale > SAL_CALL GrammarChecker::getLocales( ) throw (uno::RuntimeException) in getLocales()
89 void SAL_CALL GrammarChecker::startDocument(sal_Int32 nDocId) in startDocument()
96 void SAL_CALL GrammarChecker::startParagraph(sal_Int32 nDocId) in startParagraph()
103 void SAL_CALL GrammarChecker::endParagraph( sal_Int32 nDocId ) in endParagraph()
110 void SAL_CALL GrammarChecker::endDocument(sal_Int32 nDocId) in endDocument()
117 linguistic2::GrammarCheckingResult SAL_CALL GrammarChecker::doGrammarChecking( in doGrammarChecking()
[all …]
H A Dgrammarchecker.hxx40 class GrammarChecker: class
51 GrammarChecker( const GrammarChecker & );
52 GrammarChecker & operator = ( const GrammarChecker & );
55 explicit GrammarChecker( /* uno::Reference< uno::XComponentContext > const & rXContext */ );
56 virtual ~GrammarChecker();
97 inline ::rtl::OUString GrammarChecker::getImplementationName_Static() in getImplementationName_Static()