Searched refs:aTmpRes (Results 1 – 4 of 4) sorted by relevance
710 linguistic2::ProofreadingResult aTmpRes; in checkSentenceAtPosition() local735 …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()[all …]
470 ParseResult aTmpRes; in NextToken() local473 aTmpRes = aCC.parsePredefinedToken( in NextToken()479 if (aTmpRes.TokenType & KParseType::ASC_NUMBER) in NextToken()480 aRes.TokenType = aTmpRes.TokenType; in NextToken()721 ParseResult aTmpRes = aCC.parseAnyToken( in NextToken() local729 aTmpRes.LeadingWhiteSpace); in NextToken()742 if (aTmpRes.TokenType & KParseType::IDENTNAME) in NextToken()745 … xub_StrLen n = sal::static_int_cast< xub_StrLen >(aTmpRes.EndPos - nTmpStart); in NextToken()749 DBG_ASSERT( aTmpRes.EndPos > rnEndPos, in NextToken()751 if (aTmpRes.EndPos > rnEndPos) in NextToken()[all …]
646 uno::Sequence< beans::GetDirectPropertyTolerantResult > aTmpRes( in getPropertyValuesTolerant() local648 const beans::GetDirectPropertyTolerantResult *pTmpRes = aTmpRes.getConstArray(); in getPropertyValuesTolerant()651 sal_Int32 nLen = aTmpRes.getLength(); in getPropertyValuesTolerant()
696 uno::Sequence< beans::GetDirectPropertyTolerantResult > aTmpRes( in getPropertyValuesTolerant() local699 aTmpRes.getConstArray(); in getPropertyValuesTolerant()702 const sal_Int32 nLen = aTmpRes.getLength(); in getPropertyValuesTolerant()
Completed in 43 milliseconds