Lines Matching refs:relType

224 	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()
253 else if (relType == "type") in dumpDepIncludes()
263 OString aST = relType; in dumpDepIncludes()
265 dumpNameSpace( o, sal_True, sal_False, relType ); in dumpDepIncludes()
278 dumpNameSpace( o, sal_False, sal_False, relType ); in dumpDepIncludes()
405 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpType() local
407 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in dumpType()
420 OString tmp(getBaseType(relType)); in dumpType()
426 throw CannotDumpException("Unknown type '" + relType + "', incomplete type library."); in dumpType()
436 OString aST = relType.replace( '/', '_' ); in dumpType()
441 o << scopedName(m_typeName, relType); in dumpType()
495 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpIdlGetType() local
499 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE) in dumpIdlGetType()
516 m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE) in dumpIdlGetType()