Home
last modified time | relevance | path

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

/aoo42x/main/filter/source/msfilter/
H A Dmsvbahelper.cxx144 sal_Int32 lastSlashIndex = xModel->getURL().lastIndexOf( '/' ); in findShellForUrl() local
145 if ( lastSlashIndex > -1 ) in findShellForUrl()
147 … bDocNameNoPathMatch = xModel->getURL().copy( lastSlashIndex + 1 ).equals( aURL ); in findShellForUrl()
150 …pName = rtl::OUString::createFromAscii("'") + xModel->getURL().copy( lastSlashIndex + 1 ) + rtl::O… in findShellForUrl()

Completed in 27 milliseconds