Home
last modified time | relevance | path

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

/aoo41x/main/tools/source/fsys/
H A Ddirent.cxx291 ByteString aCutPath( rStr ); in ImplCutPath() local
293 sal_uInt16 nBegin = aCutPath.Search( cAccDel ); in ImplCutPath()
300 while( aCutPath.Len() > nMaxPathLen ) in ImplCutPath()
302 sal_uInt16 nEnd = aCutPath.Search( cAccDel, nBegin + 1 ); in ImplCutPath()
308 aCutPath.Erase( nBegin, nCount ); in ImplCutPath()
315 if ( aCutPath.Len() > nMaxPathLen ) in ImplCutPath()
318 if ( !ByteString(aCutPath.GetChar(n)).IsAlphaNumericAscii() ) in ImplCutPath()
320 aCutPath.Erase( n ); in ImplCutPath()
321 aCutPath += "..."; in ImplCutPath()
330 aCutPath.Insert( aIns, nBegin ); in ImplCutPath()
[all …]

Completed in 27 milliseconds