Home
last modified time | relevance | path

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

/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx323 OString relType; in dumpDepIncludes() local
329 relType = (*iter).m_type; in dumpDepIncludes()
331 relType = relType.copy(index+1); in dumpDepIncludes()
345 m_typeName != relType) in dumpDepIncludes()
649 relType = "Bonobo/Unknown"; in printCorbaType()
652 relType = "CORBA_TypeCode"; in printCorbaType()
658 relType = "CORBA_any"; in printCorbaType()
814 relType = "CORBA_Object"; in printCorbaParameter()
826 relType = "CORBA_any"; in printCorbaParameter()
1047 if ( isBaseType(relType) ) in typeToIdentifier()
[all …]
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx368 OString relType; in dumpDepIncludes() local
375 relType = (*iter).m_type; in dumpDepIncludes()
377 relType = relType.copy(index+1); in dumpDepIncludes()
379 if (isNestedTypeByName(relType) && hasNestedType(relType)) in dumpDepIncludes()
397 m_typeName != relType) in dumpDepIncludes()
457 if (relType == "any") in dumpDepIncludes()
463 if (relType == "type") in dumpDepIncludes()
1045 o << relType.replace( '/', '.'); in dumpType()
1271 if ( isBaseType(relType) ) in typeToIdentifier()
1770 (isBaseType(relType) && relType.equals("any"))) in dumpAttributes()
[all …]
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx224 OString relType; in dumpDepIncludes() local
230 relType = (*iter).m_type; in dumpDepIncludes()
232 relType = relType.copy(index+1); in dumpDepIncludes()
237 if ( getBaseType(relType).isEmpty() && in dumpDepIncludes()
238 m_typeName != relType) in dumpDepIncludes()
251 dumpInclude(o, typeName, relType, prefix); in dumpDepIncludes()
253 else if (relType == "type") in dumpDepIncludes()
263 OString aST = relType; in dumpDepIncludes()
420 OString tmp(getBaseType(relType)); in dumpType()
436 OString aST = relType.replace( '/', '_' ); in dumpType()
[all …]
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx881 rtl::OString relType( in dumpType() local
885 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in dumpType()
900 o << scopedCppName(relType); in dumpType()
903 << scopedCppName(relType) << " >"; in dumpType()
912 throw CannotDumpException("Unknown type '" + relType + in dumpType()
921 o << scopedCppName(relType); in dumpType()
950 rtl::OString relType( in dumpCppuGetType() local
955 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE) in dumpCppuGetType()
973 m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE) in dumpCppuGetType()
1007 sIdentifier += relType.replace( in typeToIdentifier()
[all …]

Completed in 53 milliseconds