Searched refs:lastSlashIndex (Results 1 – 1 of 1) sorted by relevance
144 sal_Int32 lastSlashIndex = xModel->getURL().lastIndexOf( '/' ); in findShellForUrl() local145 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 9 milliseconds