Home
last modified time | relevance | path

Searched refs:typeClass (Results 1 – 25 of 34) sorted by relevance

12

/AOO42X/main/registry/tools/
H A Dregcompare.cxx287 static char const * getTypeClass(RTTypeClass typeClass) in getTypeClass() argument
289 switch (typeClass) in getTypeClass()
459 static void dumpTypeClass(sal_Bool & rbDump, RTTypeClass typeClass, OUString const & keyName) in dumpTypeClass() argument
462 fprintf(stdout, "%s: %s\n", getTypeClass(typeClass), U2S(keyName)); in dumpTypeClass()
468 RTTypeClass typeClass, in checkConstValue() argument
483 dumpTypeClass(bDump, typeClass, keyName); in checkConstValue()
496 dumpTypeClass(bDump, typeClass, keyName); in checkConstValue()
508 dumpTypeClass(bDump, typeClass, keyName); in checkConstValue()
520 dumpTypeClass(bDump, typeClass, keyName); in checkConstValue()
532 dumpTypeClass(bDump, typeClass, keyName); in checkConstValue()
[all …]
/AOO42X/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java79 public static TypeDescription getTypeDescription(TypeClass typeClass) { in getTypeDescription() argument
80 switch (typeClass.getValue()) { in getTypeDescription()
131 public static boolean isTypeClassSimple(TypeClass typeClass) { in isTypeClassSimple() argument
132 return getTypeDescription(typeClass) != null; in isTypeClassSimple()
195 return typeClass; in getTypeClass()
250 TypeClass typeClass = type.getTypeClass(); in create() local
256 switch (typeClass.getValue()) { in create()
259 typeClass, typeName, "[Ljava.lang.Void;", zClass, null, null); in create()
263 typeClass, typeName, "[Z", zClass, null, null); in create()
267 typeClass, typeName, "[B", zClass, null, null); in create()
[all …]
/AOO42X/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx40 codemaker::UnoType::Sort sort, RTTypeClass typeClass, in printType() argument
74 typeClass == RT_TYPE_INTERFACE ) { in printType()
84 if ( typeClass != RT_TYPE_ENUM || rank > 0 ) in printType()
89 sort, typeClass, name, referenceType && rank==0).replace('/', '.')); in printType()
114 if ( typeClass == RT_TYPE_ENUM ) in printType()
125 RTTypeClass typeClass; in printType() local
130 manager, type, true, true, true, &typeClass, &name, &rank, &arguments); in printType()
132 options, manager, sort, typeClass, name, rank, arguments, in printType()
635 codemaker::UnoType::Sort sort, RTTypeClass typeClass, in printMapsToJavaType() argument
648 options, manager, sort, typeClass, name, rank, arguments, false); in printMapsToJavaType()
[all …]
H A Dcpptypemaker.cxx36 codemaker::UnoType::Sort sort, RTTypeClass typeClass, in printType() argument
69 if (typeClass == RT_TYPE_ENUM) { in printType()
80 !(typeClass == RT_TYPE_ENUM && referenceType == 4 && rank == 0)) || in printType()
93 if (typeClass == RT_TYPE_INTERFACE && referenceType > 0) { in printType()
99 sort, typeClass, name, false), in printType()
102 if (typeClass == RT_TYPE_INTERFACE && referenceType > 0) in printType()
132 RTTypeClass typeClass; in printType() local
137 manager, type, true, true, true, &typeClass, &name, &rank, &arguments); in printType()
139 options, manager, sort, typeClass, name, rank, arguments, in printType()
718 codemaker::UnoType::Sort sort, RTTypeClass typeClass, in printMapsToCppType() argument
[all …]
H A Dskeletoncommon.cxx112 RTTypeClass * typeClass, OString * name, sal_Int32 * rank, in decomposeResolveAndCheck() argument
117 typeClass, name, rank, arguments); in decomposeResolveAndCheck()
491 RTTypeClass typeClass; in checkAddinType() local
496 manager, type, true, true, true, &typeClass, &name, &rank, &arguments); in checkAddinType()
518 typeClass == RT_TYPE_INTERFACE ) in checkAddinType()
H A Dskeletonjava.hxx35 codemaker::UnoType::Sort sort, RTTypeClass typeClass,
96 RTTypeClass typeClass,
H A Dskeletoncpp.hxx42 codemaker::UnoType::Sort sort, RTTypeClass typeClass,
112 RTTypeClass typeClass,
/AOO42X/main/codemaker/source/javamaker/
H A Djavatype.cxx162 RTTypeClass typeClass, rtl::OString const & nucleus, sal_Int32 rank, in translateUnoTypeToDescriptor() argument
189 if (typeClass == RT_TYPE_INTERFACE in translateUnoTypeToDescriptor()
333 RTTypeClass typeClass; in translateUnoTypeToDescriptor() local
338 manager, type, true, true, false, &typeClass, &nucleus, &rank, &args); in translateUnoTypeToDescriptor()
341 manager, sort, typeClass, nucleus, rank, args, array, classType, in translateUnoTypeToDescriptor()
1065 RTTypeClass typeClass; in addFieldInit() local
1070 manager, fieldType, true, false, false, &typeClass, &nucleus, &rank, in addFieldInit()
1112 switch (typeClass) { in addFieldInit()
1125 manager, sort, typeClass, nucleus, 0, in addFieldInit()
1148 manager, sort, typeClass, nucleus, 0, in addFieldInit()
[all …]
/AOO42X/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DType.java183 public Type(String typeName, TypeClass typeClass) { in Type() argument
184 _typeClass = typeClass; in Type()
307 public Type(TypeClass typeClass) { in Type() argument
308 if(__isTypeClassPrimitive(typeClass)) { in Type()
309 _typeClass = typeClass; in Type()
310 _typeName = __typeClassToTypeName[typeClass.getValue()]; in Type()
313 throw new IllegalArgumentException(typeClass + " is not primitive"); in Type()
639 private static boolean __isTypeClassPrimitive(TypeClass typeClass) { in __isTypeClassPrimitive() argument
640 return typeClass.getValue() < __typeClassToTypeName.length; in __isTypeClassPrimitive()
/AOO42X/main/codemaker/source/codemaker/
H A Dcodemaker.cxx85 RTTypeClass * typeClass, rtl::OString * name, sal_Int32 * rank, in decomposeAndResolve() argument
88 OSL_ASSERT(typeClass != 0 && name != 0 && rank != 0 && arguments != 0); in decomposeAndResolve()
117 *typeClass = RT_TYPE_INVALID; in decomposeAndResolve()
122 *typeClass = reader.getTypeClass(); in decomposeAndResolve()
123 switch (*typeClass) { in decomposeAndResolve()
/AOO42X/main/pyuno/source/module/
H A Duno.py136 def __init__(self, typeName, typeClass): argument
138 self.typeClass = typeClass
141 return "<Type instance %s (%r)>" % (self.typeName, self.typeClass)
146 return self.typeClass == that.typeClass and self.typeName == that.typeName
H A Dpyuno_type.cxx424 PyObject *typeClass = PyUNO_Enum_new( "com.sun.star.uno.TypeClass" , typeClassToString(t), r ); in PyUNO_Type_new() local
425 if( ! typeClass ) in PyUNO_Type_new()
427 PyTuple_SetItem( args.get() , 1 , typeClass); in PyUNO_Type_new()
/AOO42X/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx578 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in printUnoType() local
588 switch (typeClass) in printUnoType()
643 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in printCorbaType() local
666 switch (typeClass) in printCorbaType()
723 RTTypeClass typeClass = m_typeMgr.getTypeClass(sType); in isPassedAsPointer() local
725 switch (typeClass) in isPassedAsPointer()
808 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in printCorbaParameter() local
831 switch (typeClass) in printCorbaParameter()
968 RTTypeClass typeClass = m_typeMgr.getTypeClass(type); in dumpTypeInit() local
970 if (typeClass == RT_TYPE_ENUM) in dumpTypeInit()
[all …]
/AOO42X/main/idlc/source/
H A Dastdump.cxx67 RTTypeClass typeClass = RT_TYPE_MODULE; in dump() local
69 typeClass = RT_TYPE_CONSTANTS; in dump()
73 getDocumentation(), emptyStr, typeClass, in dump()
108 RTTypeClass typeClass = RT_TYPE_MODULE; in dump() local
110 typeClass = RT_TYPE_CONSTANTS; in dump()
114 getDocumentation(), emptyStr, typeClass, m_bPublished, in dump()
H A Daststruct.cxx111 RTTypeClass typeClass = RT_TYPE_STRUCT; in dump() local
113 typeClass = RT_TYPE_EXCEPTION; in dump()
119 getDocumentation(), emptyStr, typeClass, m_bPublished, in dump()
/AOO42X/main/codemaker/source/idlmaker/
H A Didltype.cxx407 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in dumpType() local
416 switch (typeClass) in dumpType()
576 RTTypeClass typeClass; in checkSpecialIdlType() local
586 typeClass = reader.getTypeClass(); in checkSpecialIdlType()
588 if (typeClass == RT_TYPE_TYPEDEF) in checkSpecialIdlType()
611 RTTypeClass typeClass; in checkRealBaseType() local
621 typeClass = reader.getTypeClass(); in checkRealBaseType()
623 if (typeClass == RT_TYPE_TYPEDEF) in checkRealBaseType()
1609 RTTypeClass typeClass = reader.getTypeClass(); in produceType() local
1611 switch (typeClass) in produceType()
/AOO42X/main/bridges/source/cpp_uno/shared/
H A Dtypes.cxx35 bool isSimpleType(typelib_TypeClass typeClass) { in isSimpleType() argument
36 return typeClass <= typelib_TypeClass_DOUBLE in isSimpleType()
37 || typeClass == typelib_TypeClass_ENUM; in isSimpleType()
/AOO42X/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java96 TypeClass typeClass = type.getTypeClass(); in writeType() local
97 if (TypeDescription.isTypeClassSimple(typeClass)) { in writeType()
98 write8Bit(typeClass.getValue()); in writeType()
102 write8Bit(typeClass.getValue() | (found[0] ? 0 : 0x80)); in writeType()
H A DUnmarshal.java110 TypeClass typeClass = TypeClass.fromInt(b & 0x7F); in readType() local
111 if (TypeDescription.isTypeClassSimple(typeClass)) { in readType()
112 return TypeDescription.getTypeDescription(typeClass); in readType()
/AOO42X/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1033 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in dumpType() local
1054 switch (typeClass) in dumpType()
1195 RTTypeClass typeClass = m_typeMgr.getTypeClass(type); in dumpTypeInit() local
1197 if (typeClass == RT_TYPE_ENUM) in dumpTypeInit()
1291 RTTypeClass typeClass; in checkSpecialCunoType() local
1301 typeClass = reader.getTypeClass(); in checkSpecialCunoType()
1303 if (typeClass == RT_TYPE_TYPEDEF) in checkSpecialCunoType()
1363 RTTypeClass typeClass; in checkRealBaseType() local
1372 typeClass = reader.getTypeClass(); in checkRealBaseType()
1374 if (typeClass == RT_TYPE_TYPEDEF) in checkRealBaseType()
[all …]
/AOO42X/main/registry/inc/registry/
H A Dwriter.hxx80 rtl::OUString const & fileName, RTTypeClass typeClass, bool published, in Writer() argument
86 version, documentation.pData, fileName.pData, typeClass, in Writer()
/AOO42X/main/codemaker/source/commonjava/
H A Dcommonjava.cxx49 codemaker::UnoType::Sort sort, RTTypeClass typeClass, in translateUnoToJavaType() argument
54 if (typeClass == RT_TYPE_INTERFACE in translateUnoToJavaType()
/AOO42X/main/codemaker/source/cppumaker/
H A Dcpputype.cxx885 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in dumpType() local
896 switch (typeClass) in dumpType()
1042 RTTypeClass typeClass; in resolveTypedefs() local
1052 typeClass = reader.getTypeClass(); in resolveTypedefs()
1054 if (typeClass == RT_TYPE_TYPEDEF) in resolveTypedefs()
1074 RTTypeClass typeClass; in checkRealBaseType() local
1084 typeClass = reader.getTypeClass(); in checkRealBaseType()
1086 if (typeClass == RT_TYPE_TYPEDEF) in checkRealBaseType()
4227 RTTypeClass typeClass = reader.getTypeClass(); in produceType() local
4229 switch (typeClass) in produceType()
[all …]
/AOO42X/main/codemaker/source/commoncpp/
H A Dcommoncpp.cxx107 codemaker::UnoType::Sort sort, RTTypeClass typeClass, in translateUnoToCppType() argument
112 if (typeClass == RT_TYPE_INTERFACE in translateUnoToCppType()
/AOO42X/main/odk/examples/java/Inspector/
H A DUnoMethodNode.java115 TypeClass typeClass = getTypeClass(); in getNodeDescription() local
116 if (typeClass != TypeClass.VOID){ in getNodeDescription()

12