Searched refs:m_dependencies (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/rdbmaker/source/codemaker/ |
H A D | dependency.cxx | 60 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()
|
/aoo4110/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 49 , 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 D | idltype.hxx | 113 TypeDependency m_dependencies; member in IdlType
|
/aoo4110/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 92 , 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 D | cpputype.hxx | 147 codemaker::Dependencies m_dependencies; member in CppuType
|
/aoo4110/main/rdbmaker/inc/codemaker/ |
H A D | dependency.hxx | 124 DependencyMap m_dependencies; member
|
/aoo4110/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 54 , 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 D | corbatype.hxx | 160 TypeDependency m_dependencies; member in CorbaType
|
/aoo4110/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 54 , 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 D | cunotype.hxx | 142 TypeDependency m_dependencies; member in CunoType
|
/aoo4110/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 388 Dependencies * m_dependencies; member in __anonb05cf9bf0111::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 120 milliseconds