Home
last modified time | relevance | path

Searched refs:aTmpRes (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx802 uno::Sequence< beans::GetDirectPropertyTolerantResult > aTmpRes( in getPropertyValuesTolerant() local
805 aTmpRes.getConstArray(); in getPropertyValuesTolerant()
808 const sal_Int32 nLen = aTmpRes.getLength(); in getPropertyValuesTolerant()
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()
/trunk/main/starmath/source/
H A Dparse.cxx480 ParseResult aTmpRes; in NextToken() local
483 aTmpRes = aCC.parsePredefinedToken( in NextToken()
489 if (aTmpRes.TokenType & KParseType::ASC_NUMBER) in NextToken()
490 aRes.TokenType = aTmpRes.TokenType; in NextToken()
731 ParseResult aTmpRes = aCC.parseAnyToken( in NextToken() local
739 aTmpRes.LeadingWhiteSpace); in NextToken()
752 if (aTmpRes.TokenType & KParseType::IDENTNAME) in NextToken()
755 … xub_StrLen n = sal::static_int_cast< xub_StrLen >(aTmpRes.EndPos - nTmpStart); in NextToken()
759 DBG_ASSERT( aTmpRes.EndPos > rnEndPos, in NextToken()
761 if (aTmpRes.EndPos > rnEndPos) in NextToken()
[all …]
/trunk/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 …]

Completed in 41 milliseconds