Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx168 sal_Int32 nClosestStartIndex_s, nClosestStartIndex_e; in GetAttributeRun() local
169 …for( nAttr=0, nClosestStartIndex_s=0, nClosestStartIndex_e=0; nAttr<aCharAttribs.Count(); ++nAttr ) in GetAttributeRun()
182 if ( nCurrIndex > nClosestStartIndex_e && in GetAttributeRun()
185 nClosestStartIndex_e = nCurrIndex; in GetAttributeRun()
188 …ClosestStartIndex = nClosestStartIndex_s > nClosestStartIndex_e ? nClosestStartIndex_s : nClosestS… in GetAttributeRun()

Completed in 13 milliseconds