Searched refs:nMaxPathLen (Results 1 – 1 of 1) sorted by relevance
290 sal_uInt16 nMaxPathLen = nMax; in ImplCutPath() local298 nMaxPathLen += 2; // fuer Prefix <Laufwerk>: in ImplCutPath()300 while( aCutPath.Len() > nMaxPathLen ) in ImplCutPath()315 if ( aCutPath.Len() > nMaxPathLen ) in ImplCutPath()317 for ( sal_uInt16 n = nMaxPathLen; n > nMaxPathLen/2; --n ) in ImplCutPath()
Completed in 15 milliseconds