Searched refs:nClosestStartIndex_s (Results 1 – 1 of 1) sorted by relevance
168 sal_Int32 nClosestStartIndex_s, nClosestStartIndex_e; in GetAttributeRun() local169 …for( nAttr=0, nClosestStartIndex_s=0, nClosestStartIndex_e=0; nAttr<aCharAttribs.Count(); ++nAttr ) in GetAttributeRun()176 if( nCurrIndex > nClosestStartIndex_s && in GetAttributeRun()179 nClosestStartIndex_s = nCurrIndex; in GetAttributeRun()188 …nClosestStartIndex = nClosestStartIndex_s > nClosestStartIndex_e ? nClosestStartIndex_s : nClosest… in GetAttributeRun()
Completed in 8 milliseconds