Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/msfilter/
H A Dmsvbahelper.cxx141 bool bDocNameNoPathMatch = false; in findShellForUrl() local
147bDocNameNoPathMatch = 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 12 milliseconds