Lines Matching refs:aCutPath
288 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()
330 return aCutPath; in ImplCutPath()