Searched refs:getSuperTypeCount (Results 1 – 15 of 15) sorted by relevance
490 if (m_reader.getSuperTypeCount() >= 1) { in dumpNormalGetCppuType()605 if (m_reader.getSuperTypeCount() >= 1) { in dumpComprehensiveGetCppuType()754 if (pReader->getSuperTypeCount() >= 1) { in checkInheritedMemberCount()1532 << m_reader.getSuperTypeCount() << "];\n"; in dumpComprehensiveGetCppuType()2374 if (m_reader.getSuperTypeCount() != 0) { in dumpDeclaration()2471 if (m_reader.getSuperTypeCount() >= 1) { in dumpHxxFile()2760 if (m_reader.getSuperTypeCount() == 0) { in dumpNormalGetCppuType()2897 if (m_reader.getSuperTypeCount() == 0) { in dumpComprehensiveGetCppuType()3126 if (m_reader.getSuperTypeCount() >= 1) { in dumpDeclaration()3228 if (m_reader.getSuperTypeCount() >= 1) { in dumpHxxFile()[all …]
158 for ( sal_uInt16 i = 0; i < reader.getSuperTypeCount(); ++i ) { in checkAttributes()218 if ( reader.getSuperTypeCount() > 0 ) { in checkType()353 if ( options.supportpropertysetmixin && reader.getSuperTypeCount() > 0 ) in checkPropertyHelper()398 for ( sal_uInt16 i = 0; i < reader.getSuperTypeCount(); ++i ) { in checkXComponentSupport()610 for ( sal_uInt16 i = 0; i < reader.getSuperTypeCount(); ++i ) { in generateFunctionParamterMap()
142 if ( reader.getSuperTypeCount() != 0 ) { in printConstructorParameters()389 for (sal_uInt16 i = 0; i < reader.getSuperTypeCount(); ++i) { in printMethods()720 if ( reader.getSuperTypeCount() > 0 ) { in generateDocumentation()825 if ( reader.getSuperTypeCount() > 0 ) { in generateDocumentation()845 if ( reader.getSuperTypeCount() > 0 && in generateDocumentation()
149 if (reader.getSuperTypeCount() != 0) { in printConstructorParameters()461 for (sal_uInt16 i = 0; i < reader.getSuperTypeCount(); ++i) { in printMethods()804 if (reader.getSuperTypeCount() > 0) in generateDocumentation()919 if (reader.getSuperTypeCount() > 0) { in generateDocumentation()940 if (reader.getSuperTypeCount() > 0 && in generateDocumentation()
139 inline sal_uInt16 getSuperTypeCount() const in getSuperTypeCount() function in TypeReader140 { return m_pImpl->m_pReader->getSuperTypeCount(); } in getSuperTypeCount()
499 sal_uInt16 n = aReader.getSuperTypeCount(); in createTypeDescription()539 if (aReader.getSuperTypeCount() == 1) { in createTypeDescription()560 if (aReader.getSuperTypeCount() == 1) { in createTypeDescription()
376 sal_uInt16 superTypes = aReader.getSuperTypeCount(); in getReferences()
852 if (fields == 0 || reader.getSuperTypeCount() != 0 in handleEnumType()1750 sal_uInt16 superTypes = reader.getSuperTypeCount(); in addBaseArguments()1832 sal_uInt16 superTypes = reader.getSuperTypeCount(); in handleAggregatingType()2114 sal_uInt16 superTypes = reader.getSuperTypeCount(); in handleInterfaceType()2356 if (reader.getSuperTypeCount() != 1 || reader.getFieldCount() != 0 in handleTypedef()2535 if (reader.getSuperTypeCount() != 0 || reader.getMethodCount() != 0 in handleConstantGroup()2563 if (reader.getSuperTypeCount() != 0 || reader.getMethodCount() != 0 in handleModule()2821 sal_uInt16 superTypes = reader.getSuperTypeCount(); in handleService()3048 if (reader.getSuperTypeCount() != 1 || reader.getFieldCount() != 0 in handleSingleton()
1108 if (reader1.getSuperTypeCount() != reader2.getSuperTypeCount()) in checkBlob()1113 static_cast< int >(reader1.getSuperTypeCount()), in checkBlob()1114 static_cast< int >(reader2.getSuperTypeCount())); in checkBlob()1118 for (sal_Int16 i = 0; i < reader1.getSuperTypeCount(); ++i) in checkBlob()
76 && reader.getSuperTypeCount() == 1); in add()
161 if (reader.getSuperTypeCount() == 1 in decomposeAndResolve()
69 for (sal_Int16 i = 0; i < reader.getSuperTypeCount(); ++i) { in Dependencies()
224 sal_uInt16 getSuperTypeCount() const { in getSuperTypeCount() function in typereg::Reader
260 for (sal_uInt16 i = 0; i < reader.getSuperTypeCount(); ++i) { in checkTypeDependencies()
204 static_cast< unsigned int >(reader.getSuperTypeCount())); in dumpType()205 {for (sal_uInt16 i = 0; i < reader.getSuperTypeCount(); ++i) { in dumpType()
Completed in 123 milliseconds