Lines Matching refs:GrammarChecker
59 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()
143 uno::Sequence< linguistic2::SingleGrammarError > GrammarChecker::GrammarCheckingInDummy( in GrammarCheckingInDummy()
211 sal_Bool SAL_CALL GrammarChecker::hasOptionsDialog( ) throw (uno::RuntimeException) in hasOptionsDialog()
217 void SAL_CALL GrammarChecker::runOptionsDialog() in runOptionsDialog()
223 void SAL_CALL GrammarChecker::dispose( ) throw (uno::RuntimeException) in dispose()
228 void SAL_CALL GrammarChecker::addEventListener( const uno::Reference< lang::XEventListener >& xList… in addEventListener()
235 void SAL_CALL GrammarChecker::removeEventListener( const uno::Reference< lang::XEventListener >& xL… in removeEventListener()
242 sal_Bool SAL_CALL GrammarChecker::supportsService( const OUString& ServiceName ) throw(uno::Runtime… in supportsService()
254 uno::Sequence< OUString > GrammarChecker::getSupportedServiceNames_Static( ) throw() in getSupportedServiceNames_Static()
263 uno::Sequence< OUString > SAL_CALL GrammarChecker::getSupportedServiceNames( ) throw(uno::RuntimeE… in getSupportedServiceNames()
269 OUString SAL_CALL GrammarChecker::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
279 uno::Reference< uno::XInterface > xService = (cppu::OWeakObject*) new GrammarChecker; in GrammarChecker_CreateInstance()
287 if ( !GrammarChecker::getImplementationName_Static().compareToAscii( pImplName ) ) in GrammarChecker_getFactory()
292 GrammarChecker::getImplementationName_Static(), in GrammarChecker_getFactory()
294 GrammarChecker::getSupportedServiceNames_Static()); in GrammarChecker_getFactory()