/trunk/main/cppu/qa/ |
H A D | test_unotype.cxx | 75 ASSERT_EQ(css::uno::TypeClass_VOID, t.getTypeClass()); in TEST_F() 79 ASSERT_EQ(css::uno::TypeClass_BOOLEAN, t.getTypeClass()); in TEST_F() 85 ASSERT_EQ(css::uno::TypeClass_BYTE, t.getTypeClass()); in TEST_F() 89 ASSERT_EQ(css::uno::TypeClass_SHORT, t.getTypeClass()); in TEST_F() 98 ASSERT_EQ(css::uno::TypeClass_LONG, t.getTypeClass()); in TEST_F() 107 ASSERT_EQ(css::uno::TypeClass_HYPER, t.getTypeClass()); in TEST_F() 116 ASSERT_EQ(css::uno::TypeClass_FLOAT, t.getTypeClass()); in TEST_F() 125 ASSERT_EQ(css::uno::TypeClass_CHAR, t.getTypeClass()); in TEST_F() 134 ASSERT_EQ(css::uno::TypeClass_TYPE, t.getTypeClass()); in TEST_F() 138 ASSERT_EQ(css::uno::TypeClass_ANY, t.getTypeClass()); in TEST_F() [all …]
|
/trunk/main/stoc/test/ |
H A D | testcorefl.cxx | 105 …TEST_ENSHURE(xRefl->forName(OUString::createFromAscii("ModuleA.ExceptionB"))->getTypeClass() == Ty… in test_corefl() 161 …TEST_ENSHURE(xClass->getMethods().getArray()[3]->getReturnType()->getTypeClass() == TypeClass_VOID… in test_corefl() 166 …TEST_ENSHURE(xClass->getMethods().getArray()[4]->getReturnType()->getTypeClass() == TypeClass_VOID… in test_corefl() 168 …TEST_ENSHURE(xClass->getMethods().getArray()[4]->getParameterTypes().getArray()[0]->getTypeClass()… in test_corefl() 175 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getReturnType()->getTypeClass() == TypeClass_SEQU… in test_corefl() 176 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getReturnType()->getComponentType()->getTypeClass… in test_corefl() 179 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getParameterTypes().getArray()[0]->getTypeClass()… in test_corefl() 181 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getParameterTypes().getArray()[1]->getTypeClass()… in test_corefl() 185 …TEST_ENSHURE(xClass->getMethods().getArray()[6]->getReturnType()->getTypeClass() == TypeClass_INTE… in test_corefl() 188 …TEST_ENSHURE(xClass->getMethods().getArray()[6]->getParameterTypes().getArray()[0]->getTypeClass()… in test_corefl() [all …]
|
/trunk/main/odk/examples/java/Inspector/ |
H A D | SourceCodeGenerator.java | 218 TypeClass aTypeClass = xIdlClass.getTypeClass(); in getUnoObjectDefinition() 268 if (oUnoObjectDefinition.getTypeClass().getValue() == TypeClass.STRUCT_value){ in getPropertyStatementSourceCode() 275 if (_oUnoReturnObjectDefinition.getTypeClass().getValue() != TypeClass.VOID_value){ in getPropertyStatementSourceCode() 288 TypeClass aReturnTypeClass = xIdlMethod.getReturnType().getTypeClass(); in getMethodStatementSourceCode() 292 if (_oUnoReturnObjectDefinition.getTypeClass().getValue() != TypeClass.VOID_value){ in getMethodStatementSourceCode() 513 TypeClass aTypeClass = _oUnoObjectDefinition.getTypeClass(); in getVariableDeclaration() 528 aLocTypeClass = xTypeDescription.getTypeClass(); in getVariableDeclaration() 574 m_aTypeClass = _oUnoObject.getType().getTypeClass(); in UnoObjectDefinition() 591 m_aTypeClass = AnyConverter.getType(_oUnoObject).getTypeClass(); in UnoObjectDefinition() 638 public TypeClass getTypeClass(){ in getTypeClass() method in SourceCodeGenerator.UnoObjectDefinition [all …]
|
H A D | UnoMethodNode.java | 50 return ((!this.isPrimitive()) && (getTypeClass().getValue() != TypeClass.VOID_value)); in isFoldable() 57 bisFoldable = Introspector.isPrimitive(xIdlClasses[i].getTypeClass()); in isInvokable() 115 TypeClass typeClass = getTypeClass(); in getNodeDescription() 188 public TypeClass getTypeClass(){ in getTypeClass() method in UnoMethodNode 190 return xIdlClass.getTypeClass(); in getTypeClass() 206 return Introspector.isObjectPrimitive(m_xIdlMethod.getClass(), getTypeClass()); in isPrimitive()
|
/trunk/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 176 assertEqual(css::uno::TypeClass_EXCEPTION, exception->getTypeClass()); in run() 189 assertEqual(css::uno::TypeClass_EXCEPTION, exception->getTypeClass()); in run() 207 assertEqual(css::uno::TypeClass_STRUCT, structure->getTypeClass()); in run() 231 assertEqual(css::uno::TypeClass_STRUCT, structure->getTypeClass()); in run() 240 structure->getMemberTypes()[0]->getTypeClass()); in run() 263 assertEqual(css::uno::TypeClass_STRUCT, structure->getTypeClass()); in run() 297 assertEqual(css::uno::TypeClass_INTERFACE, interface->getTypeClass()); in run() 479 assertEqual(css::uno::TypeClass_INTERFACE, interface->getTypeClass()); in run() 500 assertEqual(css::uno::TypeClass_SERVICE, service->getTypeClass()); in run() 556 assertEqual(css::uno::TypeClass_SERVICE, service->getTypeClass()); in run() [all …]
|
/trunk/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 515 if (m_reader.getTypeClass() == RT_TYPE_TYPEDEF) in dumpLGetCunoType() 759 << getTypeClass(fieldType, sal_True) << ";\n" in dumpCGetCunoType() 947 rtTypeClass = m_typeMgr.getTypeClass(typeName); in getTypeClass() 951 rtTypeClass = m_reader.getTypeClass(); in getTypeClass() 977 return getTypeClass( realType, bCStyle ); in getTypeClass() 1195 RTTypeClass typeClass = m_typeMgr.getTypeClass(type); in dumpTypeInit() 1301 typeClass = reader.getTypeClass(); in checkSpecialCunoType() 1372 typeClass = reader.getTypeClass(); in checkRealBaseType() 2358 << getTypeClass(paramType, sal_True) << ";\n"; in dumpCUnoMethods() 2635 if (m_reader.getTypeClass() == RT_TYPE_CONSTANTS) in dumpHFile() [all …]
|
/trunk/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 117 (typelib_TypeClass)xDiscrTD->getTypeClass(), in createCTD() 124 (typelib_TypeClass)xDefaultMemberTD->getTypeClass(), in createCTD() 149 (typelib_TypeClass)pMemberTypes[nPos]->getTypeClass(), in createCTD() 213 (typelib_TypeClass)xType->getTypeClass(), in createCTD() 284 && (templateMemberTypes[nPos]->getTypeClass() in createCTD() 334 (typelib_TypeClass)xType->getTypeClass(), in createCTD() 366 rInit.eTypeClass = (typelib_TypeClass)xType->getTypeClass(); in createCTD() 396 (typelib_TypeClass)xReturnType->getTypeClass(), in createCTD() 456 (typelib_TypeClass)pMembers[nPos]->getTypeClass(), in createCTD() 516 (typelib_TypeClass)xType->getTypeClass(), in createCTD() [all …]
|
/trunk/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 610 TypeClass eType = xIdlClass->getTypeClass(); in unoToSbxType() 619 TypeClass eTypeClass = aType.getTypeClass(); in implSequenceToMultiDimArray() 703 TypeClass eTypeClass = aType.getTypeClass(); in unoToSbxValue() 1040 if( aType.getTypeClass() == TypeClass_VOID ) in getUnoTypeForSbxValue() 1079 if( aType.getTypeClass() == TypeClass_VOID ) in getUnoTypeForSbxValue() 1165 TypeClass eType = aType.getTypeClass(); in sbxToUnoValueImpl() 1342 TypeClass eType = rType.getTypeClass(); in sbxToUnoValue() 1964 if( aType.getTypeClass() == TypeClass_SEQUENCE ) in Impl_DumpProperties() 2238 if( rxClass->getTypeClass() != TypeClass_ANY ) in TYPEINIT1() 3007 TypeClass eType = xClass->getTypeClass(); in Impl_CreateUnoStruct() [all …]
|
/trunk/main/comphelper/source/misc/ |
H A D | types.cxx | 187 if (_rType.getTypeClass() == TypeClass_ANY) in compare_impl() 190 if (_rValue.getValueType().getTypeClass() == TypeClass_ANY) in compare_impl() 201 else if ( (_rType.getTypeClass() == TypeClass_VOID) in compare_impl() 202 || (_rValue.getValueType().getTypeClass() == TypeClass_VOID) in compare_impl() 205 bRes = _rType.getTypeClass() == _rValue.getValueType().getTypeClass(); in compare_impl() 210 switch (_rType.getTypeClass()) in compare_impl() 214 bRes = _rValue.getValueType().getTypeClass() == TypeClass_VOID; in compare_impl() 452 OSL_ENSURE(_rSequenceType.getTypeClass() == TypeClass_SEQUENCE, in getSequenceElementType() 455 if (!(_rSequenceType.getTypeClass() == TypeClass_SEQUENCE)) in getSequenceElementType()
|
/trunk/main/unotools/source/config/ |
H A D | configvaluecontainer.cxx | 350 DBG_ASSERT( ( TypeClass_CHAR == _rValueType.getTypeClass( ) ) in registerExchangeLocation() 351 || ( TypeClass_BOOLEAN == _rValueType.getTypeClass( ) ) in registerExchangeLocation() 352 || ( TypeClass_BYTE == _rValueType.getTypeClass( ) ) in registerExchangeLocation() 353 || ( TypeClass_SHORT == _rValueType.getTypeClass( ) ) in registerExchangeLocation() 354 || ( TypeClass_LONG == _rValueType.getTypeClass( ) ) in registerExchangeLocation() 355 || ( TypeClass_DOUBLE == _rValueType.getTypeClass( ) ) in registerExchangeLocation() 356 || ( TypeClass_STRING == _rValueType.getTypeClass( ) ) in registerExchangeLocation() 357 || ( TypeClass_SEQUENCE == _rValueType.getTypeClass( ) ), in registerExchangeLocation()
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | proptypehlp.hxx | 61 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue() 103 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue() 157 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue() 212 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue() 255 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue() 299 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue() 332 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue() 365 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue() 383 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue() 448 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue() [all …]
|
/trunk/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 661 << getTypeClass() << ", sTypeName.pData,\n"; in dumpComprehensiveGetCppuType() 804 rtTypeClass = m_typeMgr.getTypeClass(typeName); in getTypeClass() 808 rtTypeClass = m_reader.getTypeClass(); in getTypeClass() 829 return getTypeClass( realType, bCStyle ); in getTypeClass() 1052 typeClass = reader.getTypeClass(); in resolveTypedefs() 1084 typeClass = reader.getTypeClass(); in checkRealBaseType() 1922 << getTypeClass(paramType) << ";\n"; in dumpCppuMethods() 2189 if (m_reader.getTypeClass() == RT_TYPE_CONSTANTS) in dumpHFile() 4131 return (m_typeMgr.getTypeClass( in isInterfaceBased() 4227 RTTypeClass typeClass = reader.getTypeClass(); in produceType() [all …]
|
/trunk/main/stoc/source/registry_tdprovider/ |
H A D | base.hxx | 190 virtual TypeClass SAL_CALL getTypeClass() throw(::com::sun::star::uno::RuntimeException); 230 virtual TypeClass SAL_CALL getTypeClass() throw(::com::sun::star::uno::RuntimeException); 292 virtual TypeClass SAL_CALL getTypeClass() throw(::com::sun::star::uno::RuntimeException); 341 virtual TypeClass SAL_CALL getTypeClass() throw(::com::sun::star::uno::RuntimeException); 381 virtual TypeClass SAL_CALL getTypeClass() throw(::com::sun::star::uno::RuntimeException); 436 getTypeClass() 510 getTypeClass() 541 getTypeClass() 576 getTypeClass() 620 getTypeClass()
|
H A D | tdiface.cxx | 83 virtual TypeClass SAL_CALL getTypeClass() throw(::com::sun::star::uno::RuntimeException); 105 TypeClass InterfaceMethodImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::InterfaceMethodImpl 233 virtual TypeClass SAL_CALL getTypeClass() throw(::com::sun::star::uno::RuntimeException); 274 TypeClass InterfaceAttributeImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::InterfaceAttributeImpl 341 if (resolveTypedefs(type)->getTypeClass() != TypeClass_INTERFACE) { in checkInterfaceType() 417 TypeClass InterfaceTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::InterfaceTypeDescriptionImpl
|
/trunk/main/extensions/workben/ |
H A D | pythonautotest.cxx | 443 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main() 450 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main() 504 OSL_ASSERT( prop.Type->getTypeClass() == TypeClass_LONG ); in main() 559 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main() 572 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_DOUBLE ); in main() 584 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main() 588 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main() 595 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_INTERFACE ); in main()
|
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | Unmarshal.java | 136 switch (type.getTypeClass().getValue()) { in readValue() 289 switch (type.getTypeClass().getValue()) { in readAnyValue() 337 while (ctype.getTypeClass() == TypeClass.SEQUENCE) { in readAnyValue() 340 switch (ctype.getTypeClass().getValue()) { in readAnyValue() 377 "Reading ANY with bad type " + type.getTypeClass()); in readAnyValue() 384 if (ctype.getTypeClass() == TypeClass.BYTE) { in readSequenceValue() 390 ctype.getTypeClass() == TypeClass.ANY in readSequenceValue()
|
/trunk/main/registry/tools/ |
H A D | regcompare.cxx | 287 static char const * getTypeClass(RTTypeClass typeClass) in getTypeClass() function 462 fprintf(stdout, "%s: %s\n", getTypeClass(typeClass), U2S(keyName)); in dumpTypeClass() 987 getTypeClass(typeClass), nFields1-nFields2, getTypeClass(typeClass)); in checkFieldsWithoutOrder() 1011 i, U2S(shortName(reader1.getFieldName(i))), getTypeClass(typeClass)); in checkFieldsWithoutOrder() 1071 dumpTypeClass(bDump, /*"?"*/ reader1.getTypeClass(), keyName); in checkBlob() 1081 if ( reader1.getTypeClass() != reader2.getTypeClass() ) in checkBlob() 1085 dumpTypeClass(bDump, /*"?"*/ reader1.getTypeClass(), keyName); in checkBlob() 1087 getTypeClass(reader1.getTypeClass()), in checkBlob() 1088 getTypeClass(reader2.getTypeClass())); in checkBlob() 1093 RTTypeClass typeClass = reader1.getTypeClass(); in checkBlob() [all …]
|
/trunk/main/eventattacher/source/ |
H A D | eventattacher.cxx | 102 Type aListenerType( xListenerType->getTypeClass(), xListenerType->getName()); in createAllListenerAdapter() 141 if( ( xReturnType.is() && xReturnType->getTypeClass() != TypeClass_VOID ) || in invoke() 167 aAllEvent.ListenerType = Type(m_xListenerType->getTypeClass(), m_xListenerType->getName()); in invoke() 329 if( pArray[i].getValueType().getTypeClass() != TypeClass_INTERFACE ) in initialize() 482 if( rRet.getValueType().getTypeClass() == TypeClass_VOID ) in convertToEventReturn() 484 switch( rRetType.getTypeClass() ) in convertToEventReturn() 541 Type aRetType( xRetType->getTypeClass(), xRetType->getName() ); in approveFiring() 675 if( xParamClass->getTypeClass() == TypeClass_STRING ) in attachListener() 808 if( xParamClass->getTypeClass() == TypeClass_STRING ) in removeListener()
|
/trunk/main/connectivity/source/commontools/ |
H A D | DateConversion.cxx | 73 if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_BOOLEAN) in toSQLString() 127 … if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_DOUBLE) in toSQLString() 134 … else if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_STRING) in toSQLString() 161 … if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_DOUBLE) in toSQLString() 168 … else if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_STRING) in toSQLString() 188 … if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_DOUBLE) in toSQLString() 195 … else if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_STRING) in toSQLString()
|
/trunk/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 495 rtTypeClass = m_typeMgr.getTypeClass(typeName); in getTypeClass() 499 rtTypeClass = m_reader.getTypeClass(); in getTypeClass() 525 return getTypeClass( realType, bCStyle ); in getTypeClass() 581 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in printUnoType() 646 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in printCorbaType() 726 RTTypeClass typeClass = m_typeMgr.getTypeClass(sType); in isPassedAsPointer() 971 RTTypeClass typeClass = m_typeMgr.getTypeClass(type); in dumpTypeInit() 1077 typeClass = reader.getTypeClass(); in checkSpecialCorbaType() 1110 typeClass = reader.getTypeClass(); in checkRealBaseType() 2081 if (m_reader.getTypeClass() == RT_TYPE_CONSTANTS) in dumpConversionFunctions() [all …]
|
/trunk/main/stoc/source/tdmanager/ |
H A D | tdmgr.cxx | 617 virtual TypeClass SAL_CALL getTypeClass() throw(::com::sun::star::uno::RuntimeException); 623 TypeClass SimpleTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_tdmgr::SimpleTypeDescriptionImpl 647 virtual TypeClass SAL_CALL getTypeClass() throw(::com::sun::star::uno::RuntimeException); 656 TypeClass SequenceTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_tdmgr::SequenceTypeDescriptionImpl 700 virtual TypeClass SAL_CALL getTypeClass() throw(::com::sun::star::uno::RuntimeException); 767 TypeClass ArrayTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_tdmgr::ArrayTypeDescriptionImpl 851 while (resolved->getTypeClass() == TypeClass_TYPEDEF) { in resolveTypedefs() 859 switch (type->getTypeClass()) { in isNonVoidNonExceptionType() 891 virtual TypeClass SAL_CALL getTypeClass() throw (RuntimeException) in getTypeClass() function in stoc_tdmgr::__anon922635f70111::InstantiatedStruct 951 if (types[i]->getTypeClass() == TypeClass_UNKNOWN) { in getMemberTypes()
|
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/ |
H A D | AnyConverter.java | 48 if (TypeClass.ANY_value == t.getTypeClass().getValue()) in getType() 164 int tc = getType(object).getTypeClass().getValue(); in isObject() 346 return convertSimple( type.getTypeClass(), type, object ); in toObject() 382 return (getType(object).getTypeClass().getValue() == what.getValue()); in containsType() 399 if (TypeClass.ANY_value == type.getTypeClass().getValue()) in convertSimple() 408 int tc = type.getTypeClass().getValue(); in convertSimple()
|
/trunk/main/forms/source/component/ |
H A D | EditBase.cxx | 111 if (m_aDefault.getValueType().getTypeClass() == TypeClass_LONG) in write() 113 else if (m_aDefault.getValueType().getTypeClass() == TypeClass_DOUBLE) in write() 313 DBG_ASSERT(rValue.getValueType().getTypeClass() == TypeClass_BOOLEAN, "invalid type" ); in setFastPropertyValue_NoBroadcast() 317 DBG_ASSERT(rValue.getValueType().getTypeClass() == TypeClass_BOOLEAN, "invalid type" ); in setFastPropertyValue_NoBroadcast() 322 DBG_ASSERT(rValue.getValueType().getTypeClass() == TypeClass_STRING, "invalid type" ); in setFastPropertyValue_NoBroadcast()
|
/trunk/main/codemaker/inc/codemaker/ |
H A D | typemanager.hxx | 102 virtual RTTypeClass getTypeClass(const ::rtl::OString&) const in getTypeClass() function in TypeManager 104 virtual RTTypeClass getTypeClass(RegistryKey&) const in getTypeClass() function in TypeManager 159 RTTypeClass getTypeClass(const ::rtl::OString& name) const; 160 RTTypeClass getTypeClass(RegistryKey& rTypeKey) const;
|
/trunk/main/stoc/source/corereflection/ |
H A D | crbase.cxx | 95 TypeClass IdlClassImpl::getTypeClass() in getTypeClass() function in stoc_corefl::IdlClassImpl 111 (xType->getTypeClass() == _eTypeClass) && (xType->getName() == _aName)); in equals() 133 TypeClass eAssign = getTypeClass(); in isAssignableFrom() 140 TypeClass eFrom = xType->getTypeClass(); in isAssignableFrom()
|