Lines Matching refs:copy

58     m_name = typeName.copy( i != -1 ? i+1 : 0 );  in CorbaType()
74 OString outerTypeName(type.copy(0, i)); in isNestedTypeByName()
105 typeName = typeName.copy(index + 1); in dumpDependedTypes()
286 nTypeName = checkRealBaseType(nTypeName.copy(5)); in dumpInclude()
331 relType = relType.copy(index+1); in dumpDepIncludes()
393 typeName = typeName.copy( 0, typeName.lastIndexOf( '/' ) ); in dumpNameSpace()
416 o << " // " << typeName.copy( nPos+1 ) << "\n"; in dumpNameSpace()
418 typeName = typeName.copy( 0, nPos ); in dumpNameSpace()
579 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printUnoType()
644 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printCorbaType()
705 OString relType = (index > 0 ? (sType).copy(index+1) : type); in isPassedAsPointer()
713 fakeTest = type.copy(0, j+1)+"_faked_array_"+type.copy(j+1); in isPassedAsPointer()
779 OString relType = (index > 0 ? (sType).copy(index+1) : type); in isArray()
787 fakeTest = type.copy(0, j+1)+"_faked_array_"+type.copy(j+1); in isArray()
809 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printCorbaParameter()
985 << "::" << type.copy( nPos != -1 ? nPos+1 : 0 ) in dumpTypeInit()
1034 OString relType = (index > 0 ? ((OString)type).copy(index+1) : type); in typeToIdentifier()
1093 OString baseType = (index > 0 ? ((OString)type).copy(index+1) : type); in checkRealBaseType()
1094 OString seqPrefix = (index > 0 ? ((OString)type).copy(0, index+1) : OString()); in checkRealBaseType()
1118 seqPrefix += baseType.copy(0, index+1); in checkRealBaseType()
1119 baseType = baseType.copy(index+1); in checkRealBaseType()
1348 callBuffer.append(methodName.copy(OString("_reserved_identifier_").getLength())); in dumpUnoMethods()
2181 corbaFieldName = fieldName.copy(OString("_reserved_identifier_").getLength()); in dumpFunctions()
2230 corbaFieldName = fieldName.copy(OString("_reserved_identifier_").getLength()); in dumpFunctions()
2378 corbaFieldName = fieldName.copy(OString("_reserved_identifier_").getLength()); in dumpFunctions()
2424 corbaFieldName = fieldName.copy(OString("_reserved_identifier_").getLength()); in dumpFunctions()
2729 return type.copy(nPos+1); in scopedName()
2758 OString tmpScp(scope.copy(0, scope.lastIndexOf('/'))); in shortScopedName()
2759 OString tmpScp2(type.copy(0, nPos)); in shortScopedName()
2765 OString aScope( type.copy( 0, nPos ) ); in shortScopedName()