Home
last modified time | relevance | path

Searched refs:nClosestStartIndex_s (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()
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 30 milliseconds