Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx167 sal_Int32 nClosestStartIndex; in GetAttributeRun() local
188nClosestStartIndex = 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 19 milliseconds