Searched refs:lastslash (Results 1 – 1 of 1) sorted by relevance
301 int lastslash = sOriginalPath.lastIndexOf('/'); in ExportAsMultipleFiles() local302 OUString sPath( sOriginalPath.copy(0, lastslash) ); in ExportAsMultipleFiles()306 lastslash = sPresentation.lastIndexOf('/') + 1; in ExportAsMultipleFiles()310 OUString sPresentationName = sPresentation.copy(lastslash, lastdot - lastslash); in ExportAsMultipleFiles()
Completed in 8 milliseconds