Home
last modified time | relevance | path

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

/trunk/main/tools/source/fsys/
H A Ddirent.cxx288 ByteString aCutPath( rStr ); in ImplCutPath() local
290 sal_uInt16 nBegin = aCutPath.Search( cAccDel ); in ImplCutPath()
297 while( aCutPath.Len() > nMaxPathLen ) in ImplCutPath()
299 sal_uInt16 nEnd = aCutPath.Search( cAccDel, nBegin + 1 ); in ImplCutPath()
305 aCutPath.Erase( nBegin, nCount ); in ImplCutPath()
312 if ( aCutPath.Len() > nMaxPathLen ) in ImplCutPath()
315 if ( !ByteString(aCutPath.GetChar(n)).IsAlphaNumericAscii() ) in ImplCutPath()
317 aCutPath.Erase( n ); in ImplCutPath()
318 aCutPath += "..."; in ImplCutPath()
327 aCutPath.Insert( aIns, nBegin ); in ImplCutPath()
[all …]

Completed in 17 milliseconds