Lines Matching refs:aRes

306     OUString aRes;  in GetOrCreateDocId()  local
312 aRes = m_aDocIdMap[ xComponent.get() ]; in GetOrCreateDocId()
317 aRes = OUString::valueOf( nRes ); in GetOrCreateDocId()
318 m_aDocIdMap[ xComponent.get() ] = aRes; in GetOrCreateDocId()
322 return aRes; in GetOrCreateDocId()
577 linguistic2::ProofreadingResult aRes; in DequeueAndCheck() local
584aRes = xGC->doProofreading( aCurDocId, aCurTxt, aCurLocale, nStartPos, nSuggestedEnd, aEmptyProps … in DequeueAndCheck()
588 if (aRes.nBehindEndOfSentencePosition <= nStartPos) in DequeueAndCheck()
591 aRes.nBehindEndOfSentencePosition = nSuggestedEnd; in DequeueAndCheck()
594 aRes.xFlatParagraph = xFlatPara; in DequeueAndCheck()
595 aRes.nStartOfSentencePosition = nStartPos; in DequeueAndCheck()
601 aRes.aDocumentIdentifier = aCurDocId; in DequeueAndCheck()
602 aRes.xFlatParagraph = xFlatPara; in DequeueAndCheck()
603 aRes.aText = aCurTxt; in DequeueAndCheck()
604 aRes.aLocale = aCurLocale; in DequeueAndCheck()
605 aRes.nStartOfSentencePosition = nStartPos; in DequeueAndCheck()
606 aRes.nBehindEndOfSentencePosition = nSuggestedEnd; in DequeueAndCheck()
608aRes.nStartOfNextSentencePosition = lcl_SkipWhiteSpaces( aCurTxt, aRes.nBehindEndOfSentencePositio… in DequeueAndCheck()
609aRes.nBehindEndOfSentencePosition = lcl_BacktraceWhiteSpaces( aCurTxt, aRes.nStartOfNextSentencePo… in DequeueAndCheck()
613 ProcessResult( aRes, xFPIterator, aFPEntryItem.m_bAutomatic ); in DequeueAndCheck()
703 linguistic2::ProofreadingResult aRes; in checkSentenceAtPosition() local
769 aRes = aTmpRes; in checkSentenceAtPosition()
772 return aRes; in checkSentenceAtPosition()
1264 uno::Sequence< OUString > aRes(1); in GetServiceList() local
1273 aRes[0] = aImplName; in GetServiceList()
1275 aRes.realloc(0); in GetServiceList()
1277 return aRes; in GetServiceList()