Home
last modified time | relevance | path

Searched refs:m_dependencies (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/rdbmaker/source/codemaker/
H A Ddependency.cxx60 if (m_pImpl->m_dependencies.count(type) > 0) in insert()
64 … if ((iter = m_pImpl->m_dependencies[type].find(typeUsing)) != m_pImpl->m_dependencies[type].end()) in insert()
69 m_pImpl->m_dependencies[type].insert(typeUsing); in insert()
76 m_pImpl->m_dependencies[type]=tmpSet; in insert()
87 if (m_pImpl->m_dependencies.count(type) > 0) in getDependencies()
89 return m_pImpl->m_dependencies[type]; in getDependencies()
100 if (m_pImpl->m_dependencies.count(type) > 0) in hasDependencies()
/aoo41x/main/codemaker/source/idlmaker/
H A Didltype.cxx49 , m_dependencies(typeDependencies) in IdlType()
119 TypeUsingSet usingSet(m_dependencies.getDependencies(m_typeName)); in dumpDependedTypes()
134 m_dependencies, in dumpDependedTypes()
217 TypeUsingSet usingSet(m_dependencies.getDependencies(typeName)); in dumpDepIncludes()
H A Didltype.hxx113 TypeDependency m_dependencies; member in IdlType
/aoo41x/main/codemaker/source/cppumaker/
H A Dcpputype.cxx92 , m_dependencies(typeMgr, typeName) in CppuType()
209 if (!m_dependencies.isValid()) { in dump()
271 codemaker::cppumaker::Includes includes(m_typeMgr, m_dependencies, !bHdl); in dumpFile()
298 codemaker::Dependencies::Map const & map(m_dependencies.getMap()); in dumpDependedTypes()
1769 m_dependencies.add("com/sun/star/uno/RuntimeException"); in addSpecialDependencies()
2168 if (!m_dependencies.isValid()) { in dump()
4090 m_dependencies.add( in addSpecialDependencies()
H A Dcpputype.hxx147 codemaker::Dependencies m_dependencies; member in CppuType
/aoo41x/main/rdbmaker/inc/codemaker/
H A Ddependency.hxx124 DependencyMap m_dependencies; member
/aoo41x/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx54 , m_dependencies(typeDependencies) in CorbaType()
96 TypeUsingSet usingSet(m_dependencies.getDependencies(m_typeName)); in dumpDependedTypes()
111 m_dependencies, in dumpDependedTypes()
314 TypeUsingSet usingSet(m_dependencies.getDependencies(typeName)); in dumpDepIncludes()
H A Dcorbatype.hxx160 TypeDependency m_dependencies; member in CorbaType
/aoo41x/main/codemaker/source/cunomaker/
H A Dcunotype.cxx54 , m_dependencies(typeDependencies) in CunoType()
225 TypeUsingSet usingSet(m_dependencies.getDependencies(m_typeName)); in dumpDependedTypes()
240 m_dependencies, in dumpDependedTypes()
360 TypeUsingSet usingSet(m_dependencies.getDependencies(typeName)); in dumpDepIncludes()
H A Dcunotype.hxx142 TypeDependency m_dependencies; member in CunoType
/aoo41x/main/codemaker/source/javamaker/
H A Djavatype.cxx388 Dependencies * m_dependencies; member in __anon54fd65b60111::MethodDescriptor
400 m_manager(manager), m_dependencies(dependencies), m_needsSignature(false) in MethodDescriptor()
410 m_manager, returnType, false, false, m_dependencies, &descEnd, &sigEnd, in MethodDescriptor()
424 m_manager, type, array, false, dependency ? m_dependencies : 0, in addParameter()

Completed in 110 milliseconds