Searched refs:lastdot (Results 1 – 2 of 2) sorted by relevance
936 int lastdot = full.lastIndexOf("."); in getComponentForString() local937 component = full.substring(lastdot + 1, full.length()); in getComponentForString()941 String withoutComponent = full.substring(0, lastdot); in getComponentForString()
307 int lastdot = sPresentation.lastIndexOf('.'); in ExportAsMultipleFiles() local310 OUString sPresentationName = sPresentation.copy(lastslash, lastdot - lastslash); in ExportAsMultipleFiles()
Completed in 55 milliseconds