Searched refs:bDocNameNoPathMatch (Results 1 – 1 of 1) sorted by relevance
141 bool bDocNameNoPathMatch = false; in findShellForUrl() local147 … bDocNameNoPathMatch = xModel->getURL().copy( lastSlashIndex + 1 ).equals( aURL ); in findShellForUrl()148 if ( !bDocNameNoPathMatch ) in findShellForUrl()151 bDocNameNoPathMatch = aTmpName.equals( aURL ); in findShellForUrl()156 if ( aURL.equals( xModel->getURL() ) || bDocNameNoPathMatch ) in findShellForUrl()
Completed in 13 milliseconds