Lines Matching refs:nDocId
89 void SAL_CALL GrammarChecker::startDocument(sal_Int32 nDocId) in startDocument() argument
93 (void) nDocId; in startDocument()
96 void SAL_CALL GrammarChecker::startParagraph(sal_Int32 nDocId) in startParagraph() argument
100 (void) nDocId; in startParagraph()
103 void SAL_CALL GrammarChecker::endParagraph( sal_Int32 nDocId ) in endParagraph() argument
107 (void) nDocId; in endParagraph()
110 void SAL_CALL GrammarChecker::endDocument(sal_Int32 nDocId) in endDocument() argument
114 (void) nDocId; in endDocument()
118 sal_Int32 nDocId, in doGrammarChecking() argument
133 aRes.nDocumentId = nDocId; in doGrammarChecking()
138 …aRes.aGrammarErrors = GrammarCheckingInDummy( nDocId, rText, rLocale, nStartOfSentence… in doGrammarChecking()
144 sal_Int32 nDocId, in GrammarCheckingInDummy() argument
150 (void) nDocId; in GrammarCheckingInDummy()