Home
last modified time | relevance | path

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

/aoo4110/main/comphelper/source/misc/
H A Ddocumentinfo.cxx151 sal_Int32 nLastSepPos = sDocURL.lastIndexOf( '/' ); in getDocumentTitle() local
152 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 10 milliseconds