Searched refs:nDocId (Results 1 – 3 of 3) sorted by relevance
89 void SAL_CALL GrammarChecker::startDocument(sal_Int32 nDocId) in startDocument() argument93 (void) nDocId; in startDocument()96 void SAL_CALL GrammarChecker::startParagraph(sal_Int32 nDocId) in startParagraph() argument100 (void) nDocId; in startParagraph()107 (void) nDocId; in endParagraph()110 void SAL_CALL GrammarChecker::endDocument(sal_Int32 nDocId) in endDocument() argument114 (void) nDocId; in endDocument()118 sal_Int32 nDocId, in doGrammarChecking() argument133 aRes.nDocumentId = nDocId; in doGrammarChecking()144 sal_Int32 nDocId, in GrammarCheckingInDummy() argument[all …]
64 …virtual void SAL_CALL startDocument( ::sal_Int32 nDocId ) throw (::com::sun::star::lang::IllegalAr…65 …virtual void SAL_CALL startParagraph( ::sal_Int32 nDocId ) throw (::com::sun::star::lang::IllegalA…66 …virtual void SAL_CALL endParagraph( ::sal_Int32 nDocId ) throw (::com::sun::star::lang::IllegalArg…67 …virtual void SAL_CALL endDocument( ::sal_Int32 nDocId ) throw (::com::sun::star::lang::IllegalArgu…68 …nguistic2::GrammarCheckingResult SAL_CALL doGrammarChecking( ::sal_Int32 nDocId, const ::rtl::OUSt…86 …::sal_Int32 nDocId, const ::rtl::OUString &rFlatParaText, const ::com::sun::star::lang::Locale & r…
76 @param nDocId
Completed in 15 milliseconds