Home
last modified time | relevance | path

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

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