Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx191 sal_Int32 nClosestEndIndex; in GetAttributeRun() local
209nClosestEndIndex = nClosestEndIndex_s < nClosestEndIndex_e ? nClosestEndIndex_s : nClosestEndIndex… in GetAttributeRun()
212 nEndIndex = static_cast<sal_uInt16>( nClosestEndIndex ); in GetAttributeRun()
311 sal_Int32 nClosestEndIndex; in GetAttributeRun()
312 for( nAttr=0, nClosestEndIndex=rEE.GetTextLen(nPara); nAttr<aCharAttribs.Count(); ++nAttr ) in GetAttributeRun()
317 nCurrIndex < nClosestEndIndex ) in GetAttributeRun()
319 nClosestEndIndex = nCurrIndex; in GetAttributeRun()
324 nEndIndex = static_cast<sal_uInt16>( nClosestEndIndex ); in GetAttributeRun()

Completed in 13 milliseconds