Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java511 int NewLen; in PathisValid() local
543 NewLen = NewPath.length(); in PathisValid()
544 RestLen = NewLen - SubLen; in PathisValid()
547 NewPath = NewPath.substring(0, NewLen - SubLen - 1); in PathisValid()