Lines Matching refs:aTmpRes
710 linguistic2::ProofreadingResult aTmpRes; in checkSentenceAtPosition() local
735 …aTmpRes = xGC->doProofreading( aDocId, rText, aCurLocale, nStartPos, nSuggestedEndOfSentencePos, a… in checkSentenceAtPosition()
739 if (aTmpRes.nBehindEndOfSentencePosition <= nStartPos) in checkSentenceAtPosition()
742 aTmpRes.nBehindEndOfSentencePosition = nSuggestedEndOfSentencePos; in checkSentenceAtPosition()
745 aTmpRes.xFlatParagraph = xFlatPara; in checkSentenceAtPosition()
746 aTmpRes.nStartOfSentencePosition = nStartPos; in checkSentenceAtPosition()
747 nEndPos = aTmpRes.nBehindEndOfSentencePosition; in checkSentenceAtPosition()
755 aTmpRes.nBehindEndOfSentencePosition = nEndPos; in checkSentenceAtPosition()
756 aTmpRes.nStartOfNextSentencePosition = nStartPos; in checkSentenceAtPosition()
757 …aTmpRes.nBehindEndOfSentencePosition = lcl_BacktraceWhiteSpaces( rText, aTmpRes.nStartOfNextSenten… in checkSentenceAtPosition()
769 aRes = aTmpRes; in checkSentenceAtPosition()