Lines Matching refs:equals

192 		!realTypeName.equals("Bonobo/NullInterface") &&  in dumpInclude()
193 !realTypeName.equals("com/sun/star/uno/XInterface") && in dumpInclude()
194 !realTypeName.equals("com/sun/star/uno/TypeClass") && in dumpInclude()
195 !realTypeName.equals("com/sun/star/uno/Type") && in dumpInclude()
196 !realTypeName.equals("com/sun/star/uno/Exception") && in dumpInclude()
197 !realTypeName.equals("com/sun/star/uno/RuntimeException")) in dumpInclude()
259 !realTypeName.equals("Bonobo/NullInterface") && in dumpInclude()
260 !realTypeName.equals("com/sun/star/uno/XInterface") && in dumpInclude()
261 !realTypeName.equals("com/sun/star/uno/TypeClass") && in dumpInclude()
262 !realTypeName.equals("com/sun/star/uno/Type") && in dumpInclude()
263 !realTypeName.equals("com/sun/star/uno/Exception") && in dumpInclude()
264 !realTypeName.equals("com/sun/star/uno/RuntimeException") && in dumpInclude()
265 !realTypeName.equals("com/sun/star/uno/TypeClass")) in dumpInclude()
336 if (sPrefix.equals("HDL")) in dumpDepIncludes()
348 && sPrefix.equals("HDL")) in dumpDepIncludes()
534 if (type.equals("long")) in getTypeClass()
536 if (type.equals("short")) in getTypeClass()
538 if (type.equals("hyper")) in getTypeClass()
540 if (type.equals("string")) in getTypeClass()
542 if (type.equals("boolean")) in getTypeClass()
544 if (type.equals("char")) in getTypeClass()
546 if (type.equals("byte")) in getTypeClass()
548 if (type.equals("any")) in getTypeClass()
550 if (type.equals("type")) in getTypeClass()
552 if (type.equals("float")) in getTypeClass()
554 if (type.equals("double")) in getTypeClass()
556 if (type.equals("void")) in getTypeClass()
558 if (type.equals("unsigned long")) in getTypeClass()
560 if (type.equals("unsigned short")) in getTypeClass()
562 if (type.equals("unsigned hyper")) in getTypeClass()
648 if (relType.equals("com/sun/star/uno/XInterface")) in printCorbaType()
651 if (relType.equals("com/sun/star/uno/TypeClass")) in printCorbaType()
654 if (relType.equals("com/sun/star/uno/RuntimeException")) in printCorbaType()
657 if (relType.equals("com/sun/star/uno/Exception")) in printCorbaType()
738 if (sType.equals("any")) in isPassedAsPointer()
754 else if (typeName.equals("Bonobo/NullInterface")) in isDerivedFromUnknown()
756 else if (typeName.equals("com/sun/star/uno/XInterface")) in isDerivedFromUnknown()
813 if (relType.equals("Bonobo/NullInterface")) in printCorbaParameter()
816 if (relType.equals("com/sun/star/uno/XInterface")) in printCorbaParameter()
819 if (relType.equals("com/sun/star/uno/TypeClass")) in printCorbaParameter()
822 if (relType.equals("com/sun/star/uno/RuntimeException")) in printCorbaParameter()
825 if (relType.equals("com/sun/star/uno/Exception")) in printCorbaParameter()
870 if (type.equals("long")) in getUnoBaseType()
872 if (type.equals("short")) in getUnoBaseType()
874 if (type.equals("hyper")) in getUnoBaseType()
876 if (type.equals("string")) in getUnoBaseType()
878 if (type.equals("boolean")) in getUnoBaseType()
880 if (type.equals("char")) in getUnoBaseType()
882 if (type.equals("byte")) in getUnoBaseType()
884 if (type.equals("any")) in getUnoBaseType()
886 if (type.equals("type")) in getUnoBaseType()
888 if (type.equals("float")) in getUnoBaseType()
890 if (type.equals("double")) in getUnoBaseType()
892 if (type.equals("octet")) in getUnoBaseType()
894 if (type.equals("void")) in getUnoBaseType()
896 if (type.equals("unsigned long")) in getUnoBaseType()
898 if (type.equals("unsigned short")) in getUnoBaseType()
900 if (type.equals("unsigned hyper")) in getUnoBaseType()
908 if (type.equals("long")) in getCorbaBaseType()
910 if (type.equals("short")) in getCorbaBaseType()
912 if (type.equals("hyper")) in getCorbaBaseType()
914 if (type.equals("string")) in getCorbaBaseType()
916 if (type.equals("boolean")) in getCorbaBaseType()
918 if (type.equals("char")) in getCorbaBaseType()
920 if (type.equals("byte")) in getCorbaBaseType()
922 if (type.equals("any")) in getCorbaBaseType()
924 if (type.equals("type")) in getCorbaBaseType()
926 if (type.equals("float")) in getCorbaBaseType()
928 if (type.equals("double")) in getCorbaBaseType()
930 if (type.equals("octet")) in getCorbaBaseType()
932 if (type.equals("void")) in getCorbaBaseType()
934 if (type.equals("unsigned long")) in getCorbaBaseType()
936 if (type.equals("unsigned short")) in getCorbaBaseType()
938 if (type.equals("unsigned hyper")) in getCorbaBaseType()
997 if (type.equals("long")) in isBaseType()
999 if (type.equals("short")) in isBaseType()
1001 if (type.equals("hyper")) in isBaseType()
1003 if (type.equals("string")) in isBaseType()
1005 if (type.equals("boolean")) in isBaseType()
1007 if (type.equals("char")) in isBaseType()
1009 if (type.equals("byte")) in isBaseType()
1011 if (type.equals("any")) in isBaseType()
1013 if (type.equals("float")) in isBaseType()
1015 if (type.equals("double")) in isBaseType()
1017 if (type.equals("void")) in isBaseType()
1019 if (type.equals("unsigned long")) in isBaseType()
1021 if (type.equals("unsigned short")) in isBaseType()
1023 if (type.equals("unsigned hyper")) in isBaseType()
1194 !superName.equals("Bonobo/NullInterface") && in dumpUnoMethods()
1195 !superName.equals("com/sun/star/uno/XInterface")) in dumpUnoMethods()
1224 if ( methodName.equals("acquire") || methodName.equals("release") ) in dumpUnoMethods()
1260 (isBaseType(relType) && !relType.equals("string") && !relType.equals("any"))) in dumpUnoMethods()
1304 if (returnType.equals("void")) in dumpUnoMethods()
1331 if (!returnType.equals("void")) in dumpUnoMethods()
1453 if (!returnType.equals("void")) in dumpUnoMethods()
1534 if ((isPassedAsPointer(paramType) || paramType.equals("string") || isArray(paramType)) && in dumpCorbaMethods()
1576 if (!returnType.equals("void")) in dumpCorbaMethods()
1686 if (!returnType.equals("void")) in dumpCorbaMethods()
1712 if (m_typeName.equals("com/sun/star/uno/XInterface") || in dumpFunctions()
1713 m_typeName.equals("Bonobo/NullInterface")) in dumpFunctions()
1829 if (superName.equals("Bonobo/NullInterface")) in dumpFunctions()
1835 if (superName.equals("com/sun/star/uno/XInterface")) in dumpFunctions()
2157 bIsUnion = OString("_union_fake_tag").equals(m_reader.getFieldName(i)); in dumpFunctions()
2333 if (m_typeName.equals("com/sun/star/uno/Exception")) in dumpFunctions()
2336 if (m_typeName.equals("com/sun/star/uno/RuntimeException")) in dumpFunctions()
2528 if (m_typeName.equals("com/sun/star/uno/TypeClass")) in dumpFunctions()
2624 if (!reader.isValid() && !typeName.equals("/")) in produceType()