Home
last modified time | relevance | path

Searched refs:TypeUsingSet (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/rdbmaker/inc/codemaker/
H A Ddependency.hxx77 typedef ::std::set< TypeUsing, LessTypeUsing > TypeUsingSet; typedef
84 TypeUsingSet,
102 TypeUsingSet,
149 TypeUsingSet getDependencies(const ::rtl::OString& type);
/aoo4110/main/rdbmaker/source/codemaker/
H A Ddependency.cxx63 TypeUsingSet::iterator iter; in insert()
74 TypeUsingSet tmpSet; in insert()
83 TypeUsingSet TypeDependency::getDependencies(const OString& type) in getDependencies()
93 return TypeUsingSet(); in getDependencies()
/aoo4110/main/rdbmaker/source/rdbmaker/
H A Drdbtype.cxx68 TypeUsingSet usingSet(typeDependencies.getDependencies(typeName)); in produceDependedTypes()
70 TypeUsingSet::const_iterator iter = usingSet.begin(); in produceDependedTypes()
/aoo4110/main/codemaker/source/idlmaker/
H A Didltype.cxx119 TypeUsingSet usingSet(m_dependencies.getDependencies(m_typeName)); in dumpDependedTypes()
121 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDependedTypes()
217 TypeUsingSet usingSet(m_dependencies.getDependencies(typeName)); in dumpDepIncludes()
219 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDepIncludes()
/aoo4110/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx96 TypeUsingSet usingSet(m_dependencies.getDependencies(m_typeName)); in dumpDependedTypes()
98 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDependedTypes()
314 TypeUsingSet usingSet(m_dependencies.getDependencies(typeName)); in dumpDepIncludes()
316 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDepIncludes()
/aoo4110/main/codemaker/source/cunomaker/
H A Dcunotype.cxx225 TypeUsingSet usingSet(m_dependencies.getDependencies(m_typeName)); in dumpDependedTypes()
227 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDependedTypes()
360 TypeUsingSet usingSet(m_dependencies.getDependencies(typeName)); in dumpDepIncludes()
362 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDepIncludes()

Completed in 72 milliseconds