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.cxx317 OString relType; in dumpDepIncludes() local
323 relType = (*iter).m_type; in dumpDepIncludes()
325 relType = relType.copy(index+1); in dumpDepIncludes()
327 if (!isNestedTypeByName(relType)) in dumpDepIncludes()
338 if ( getUnoBaseType(relType).isEmpty() && in dumpDepIncludes()
339 m_typeName != relType) in dumpDepIncludes()
341 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE in dumpDepIncludes()
352 dumpNameSpace(o, sal_True, sal_False, relType); in dumpDepIncludes()
353 o << "\nclass " << scopedName(m_typeName, relType, sal_True) << ";\n"; in dumpDepIncludes()
354 dumpNameSpace(o, sal_False, sal_False, relType); in dumpDepIncludes()
[all …]
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx366 OString relType; in dumpDepIncludes() local
373 relType = (*iter).m_type; in dumpDepIncludes()
375 relType = relType.copy(index+1); in dumpDepIncludes()
377 if (isNestedTypeByName(relType) && hasNestedType(relType)) in dumpDepIncludes()
394 if (getBaseType(relType).isEmpty() && in dumpDepIncludes()
395 m_typeName != relType) in dumpDepIncludes()
397 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE in dumpDepIncludes()
402 if (isNestedTypeByName(relType)) in dumpDepIncludes()
404 sal_Int32 iLastS = relType.lastIndexOf('/'); in dumpDepIncludes()
406 OString outerNamespace(relType.copy(0,iLastS)); in dumpDepIncludes()
[all …]
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx222 OString relType; in dumpDepIncludes() local
228 relType = (*iter).m_type; in dumpDepIncludes()
230 relType = relType.copy(index+1); in dumpDepIncludes()
235 if ( getBaseType(relType).isEmpty() && in dumpDepIncludes()
236 m_typeName != relType) in dumpDepIncludes()
238 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE) in dumpDepIncludes()
243 dumpNameSpace(o, sal_True, sal_False, relType); in dumpDepIncludes()
244 o << "\ninterface " << scopedName(m_typeName, relType, sal_True) << ";\n"; in dumpDepIncludes()
245 dumpNameSpace(o, sal_False, sal_False, relType); in dumpDepIncludes()
249 dumpInclude(o, typeName, relType, prefix); in dumpDepIncludes()
[all …]
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx879 rtl::OString relType( in dumpType() local
883 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in dumpType()
898 o << scopedCppName(relType); in dumpType()
901 << scopedCppName(relType) << " >"; in dumpType()
905 OString tmp(translateSimpleUnoType(relType, cppuUnoType)); in dumpType()
910 throw CannotDumpException("Unknown type '" + relType + in dumpType()
919 o << scopedCppName(relType); in dumpType()
948 rtl::OString relType( in dumpCppuGetType() local
953 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE) in dumpCppuGetType()
971 m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE) in dumpCppuGetType()
[all …]