Home
last modified time | relevance | path

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

/AOO41X/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()
333 if (!isNestedTypeByName(relType)) in dumpDepIncludes()
344 if ( getUnoBaseType(relType).isEmpty() && in dumpDepIncludes()
345 m_typeName != relType) in dumpDepIncludes()
347 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE in dumpDepIncludes()
358 dumpNameSpace(o, sal_True, sal_False, relType); in dumpDepIncludes()
359 o << "\nclass " << scopedName(m_typeName, relType, sal_True) << ";\n"; in dumpDepIncludes()
360 dumpNameSpace(o, sal_False, sal_False, relType); in dumpDepIncludes()
[all …]
/AOO41X/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()
396 if (getBaseType(relType).isEmpty() && in dumpDepIncludes()
397 m_typeName != relType) in dumpDepIncludes()
399 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE in dumpDepIncludes()
404 if (isNestedTypeByName(relType)) in dumpDepIncludes()
406 sal_Int32 iLastS = relType.lastIndexOf('/'); in dumpDepIncludes()
408 OString outerNamespace(relType.copy(0,iLastS)); in dumpDepIncludes()
[all …]
/AOO41X/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()
240 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE) in dumpDepIncludes()
245 dumpNameSpace(o, sal_True, sal_False, relType); in dumpDepIncludes()
246 o << "\ninterface " << scopedName(m_typeName, relType, sal_True) << ";\n"; in dumpDepIncludes()
247 dumpNameSpace(o, sal_False, sal_False, relType); in dumpDepIncludes()
251 dumpInclude(o, typeName, relType, prefix); in dumpDepIncludes()
[all …]
/AOO41X/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()
907 OString tmp(translateSimpleUnoType(relType, cppuUnoType)); 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()
[all …]