Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dfield.cxx229 xub_StrLen nIndexDec = 0, nIndexTh = 0, nIndex = 0; in ImplUpdateSeparatorString() local
235 nIndexTh = io_rText.Search( rOldThSep, nIndex ); in ImplUpdateSeparatorString()
236 if( (nIndexTh != STRING_NOTFOUND && nIndexDec != STRING_NOTFOUND && nIndexTh < nIndexDec ) in ImplUpdateSeparatorString()
237 || (nIndexTh != STRING_NOTFOUND && nIndexDec == STRING_NOTFOUND) in ImplUpdateSeparatorString()
240 aBuf.append( pBuffer + nIndex, nIndexTh - nIndex ); in ImplUpdateSeparatorString()
242 nIndex = nIndexTh + rOldThSep.Len(); in ImplUpdateSeparatorString()

Completed in 21 milliseconds