Searched refs:nClosestStartIndex (Results 1 – 1 of 1) sorted by relevance
167 sal_Int32 nClosestStartIndex; in GetAttributeRun() local188 …nClosestStartIndex = nClosestStartIndex_s > nClosestStartIndex_e ? nClosestStartIndex_s : nClosest… in GetAttributeRun()211 nStartIndex = static_cast<sal_uInt16>( nClosestStartIndex ); in GetAttributeRun()296 sal_Int32 nClosestStartIndex; in GetAttributeRun()297 for( nAttr=0, nClosestStartIndex=0; nAttr<aCharAttribs.Count(); ++nAttr ) in GetAttributeRun()304 if( nCurrIndex > nClosestStartIndex ) in GetAttributeRun()306 nClosestStartIndex = nCurrIndex; in GetAttributeRun()323 nStartIndex = static_cast<sal_uInt16>( nClosestStartIndex ); in GetAttributeRun()
Completed in 78 milliseconds