Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java936 int lastdot = full.lastIndexOf("."); in getComponentForString() local
937 component = full.substring(lastdot + 1, full.length()); in getComponentForString()
941 String withoutComponent = full.substring(0, lastdot); in getComponentForString()
/trunk/main/filter/source/flash/
H A Dswffilter.cxx375 int lastdot = sPresentation.lastIndexOf('.'); in ExportAsMultipleFiles() local
378 OUString sPresentationName = sPresentation.copy(lastslash, lastdot - lastslash); in ExportAsMultipleFiles()

Completed in 29 milliseconds