Searched refs:nClosestEndIndex (Results 1 – 1 of 1) sorted by relevance
191 sal_Int32 nClosestEndIndex; in GetAttributeRun() local209 …nClosestEndIndex = 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 9 milliseconds