Searched refs:iLastS (Results 1 – 1 of 1) sorted by relevance
406 sal_Int32 iLastS = relType.lastIndexOf('/'); in dumpDepIncludes() local408 OString outerNamespace(relType.copy(0,iLastS)); in dumpDepIncludes()409 OString innerClass(relType.copy(iLastS+1)); in dumpDepIncludes()411 iLastS = outerNamespace.lastIndexOf('/'); in dumpDepIncludes()412 OString outerClass(outerNamespace.copy(iLastS+1)); in dumpDepIncludes()434 sal_Int32 iLastS = relType.lastIndexOf('/'); in dumpDepIncludes() local436 OString outerNamespace(relType.copy(0,iLastS)); in dumpDepIncludes()447 sal_Int32 iLastS = relType.lastIndexOf('/'); in dumpDepIncludes() local449 OString outerNamespace(relType.copy(0,iLastS)); in dumpDepIncludes()
Completed in 23 milliseconds