Home
last modified time | relevance | path

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

/aoo42x/main/codemaker/source/cunomaker/
H A Dcunotype.cxx406 sal_Int32 iLastS = relType.lastIndexOf('/'); in dumpDepIncludes() local
408 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() local
436 OString outerNamespace(relType.copy(0,iLastS)); in dumpDepIncludes()
447 sal_Int32 iLastS = relType.lastIndexOf('/'); in dumpDepIncludes() local
449 OString outerNamespace(relType.copy(0,iLastS)); in dumpDepIncludes()

Completed in 14 milliseconds