Searched refs:nLastSepPos (Results 1 – 1 of 1) sorted by relevance
151 sal_Int32 nLastSepPos = sDocURL.lastIndexOf( '/' ); in getDocumentTitle() local152 if ( ( nLastSepPos != -1 ) && ( nLastSepPos == sDocURL.getLength() - 1 ) ) in getDocumentTitle()154 sDocURL = sDocURL.copy( 0, nLastSepPos ); in getDocumentTitle()155 nLastSepPos = sDocURL.lastIndexOf( '/' ); in getDocumentTitle()157 sTitle = sDocURL.copy( nLastSepPos + 1 ); in getDocumentTitle()
Completed in 5 milliseconds