Home
last modified time | relevance | path

Searched refs:aTmpRes (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/linguistic/source/
H A Dgciterator.cxx710 linguistic2::ProofreadingResult aTmpRes; in checkSentenceAtPosition() local
735aTmpRes = 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()
757aTmpRes.nBehindEndOfSentencePosition = lcl_BacktraceWhiteSpaces( rText, aTmpRes.nStartOfNextSenten… in checkSentenceAtPosition()
[all …]
/aoo4110/main/starmath/source/
H A Dparse.cxx470 ParseResult aTmpRes; in NextToken() local
473 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() local
729 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 …]
/aoo4110/main/sw/source/core/unocore/
H A Dunoport.cxx646 uno::Sequence< beans::GetDirectPropertyTolerantResult > aTmpRes( in getPropertyValuesTolerant() local
648 const beans::GetDirectPropertyTolerantResult *pTmpRes = aTmpRes.getConstArray(); in getPropertyValuesTolerant()
651 sal_Int32 nLen = aTmpRes.getLength(); in getPropertyValuesTolerant()
H A Dunoparagraph.cxx696 uno::Sequence< beans::GetDirectPropertyTolerantResult > aTmpRes( in getPropertyValuesTolerant() local
699 aTmpRes.getConstArray(); in getPropertyValuesTolerant()
702 const sal_Int32 nLen = aTmpRes.getLength(); in getPropertyValuesTolerant()

Completed in 43 milliseconds