| /AOO41X/main/cppu/qa/ |
| H A D | test_unotype.cxx | 86 CPPUNIT_ASSERT_EQUAL(css::uno::TypeClass_VOID, t.getTypeClass()); in testUnoType() 90 CPPUNIT_ASSERT_EQUAL(css::uno::TypeClass_BOOLEAN, t.getTypeClass()); in testUnoType() 96 CPPUNIT_ASSERT_EQUAL(css::uno::TypeClass_BYTE, t.getTypeClass()); in testUnoType() 100 CPPUNIT_ASSERT_EQUAL(css::uno::TypeClass_SHORT, t.getTypeClass()); in testUnoType() 104 CPPUNIT_ASSERT_EQUAL(css::uno::TypeClass_UNSIGNED_SHORT, t.getTypeClass()); in testUnoType() 109 CPPUNIT_ASSERT_EQUAL(css::uno::TypeClass_LONG, t.getTypeClass()); in testUnoType() 113 CPPUNIT_ASSERT_EQUAL(css::uno::TypeClass_UNSIGNED_LONG, t.getTypeClass()); in testUnoType() 118 CPPUNIT_ASSERT_EQUAL(css::uno::TypeClass_HYPER, t.getTypeClass()); in testUnoType() 122 CPPUNIT_ASSERT_EQUAL(css::uno::TypeClass_UNSIGNED_HYPER, t.getTypeClass()); in testUnoType() 127 CPPUNIT_ASSERT_EQUAL(css::uno::TypeClass_FLOAT, t.getTypeClass()); in testUnoType() [all …]
|
| /AOO41X/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 …Class->getMethods().getArray()[4]->getParameterTypes().getArray()[0]->getTypeClass() == TypeClass_… in test_corefl() 175 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getReturnType()->getTypeClass() == TypeClass_SEQU… in test_corefl() 176 …ass->getMethods().getArray()[5]->getReturnType()->getComponentType()->getTypeClass() == TypeClass_… in test_corefl() 179 …Class->getMethods().getArray()[5]->getParameterTypes().getArray()[0]->getTypeClass() == TypeClass_… in test_corefl() 181 …Class->getMethods().getArray()[5]->getParameterTypes().getArray()[1]->getTypeClass() == TypeClass_… in test_corefl() 185 …TEST_ENSHURE(xClass->getMethods().getArray()[6]->getReturnType()->getTypeClass() == TypeClass_INTE… in test_corefl() 188 …Class->getMethods().getArray()[6]->getParameterTypes().getArray()[0]->getTypeClass() == TypeClass_… in test_corefl() [all …]
|
| /AOO41X/main/odk/examples/java/Inspector/ |
| H A D | SourceCodeGenerator.java | 218 TypeClass aTypeClass = xIdlClass.getTypeClass(); in getUnoObjectDefinition() 266 …ageSourceCodeGenerator.needsqueryInterface() || (oUnoObjectDefinition.getTypeClass().getValue() ==… in getPropertyStatementSourceCode() 268 if (oUnoObjectDefinition.getTypeClass().getValue() == TypeClass.STRUCT_value){ in getPropertyStatementSourceCode() 275 if (_oUnoReturnObjectDefinition.getTypeClass().getValue() != TypeClass.VOID_value){ in getPropertyStatementSourceCode() 278 …, oUnoObjectDefinition.getVariableName(), _oUnoReturnObjectDefinition.getTypeClass(), _oUnoReturnO… in getPropertyStatementSourceCode() 288 TypeClass aReturnTypeClass = xIdlMethod.getReturnType().getTypeClass(); in getMethodStatementSourceCode() 292 if (_oUnoReturnObjectDefinition.getTypeClass().getValue() != TypeClass.VOID_value){ in getMethodStatementSourceCode() 348 …efinition.getUnoObject(), oUnoObjectDefinition.getTypeName(), oUnoObjectDefinition.getTypeClass()); in getHeaderSourceCode() 489 …peString = getTypeString(xTypeDescription.getName(), xTypeDescription.getTypeClass(), _bAsHeaderSo… in getTypeString() 513 TypeClass aTypeClass = _oUnoObjectDefinition.getTypeClass(); in getVariableDeclaration() [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()
|
| /AOO41X/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() 339 css::uno::TypeClass_INTERFACE_ATTRIBUTE, attribute->getTypeClass()); in run() 362 css::uno::TypeClass_INTERFACE_ATTRIBUTE, attribute->getTypeClass()); in run() 403 css::uno::TypeClass_INTERFACE_ATTRIBUTE, attribute->getTypeClass()); in run() [all …]
|
| /AOO41X/main/codemaker/source/cunomaker/ |
| H A D | cunotype.cxx | 63 m_bIsNestedType = (m_typeMgr.getTypeClass(outerTypeName) == RT_TYPE_INTERFACE); in CunoType() 86 ret = (m_typeMgr.getTypeClass(outerTypeName) == RT_TYPE_INTERFACE); in isNestedTypeByName() 399 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE in dumpDepIncludes() 515 if (m_reader.getTypeClass() == RT_TYPE_TYPEDEF) in dumpLGetCunoType() 533 << getTypeClass(m_typeName, sal_True) << ", \"" << m_typeName.replace('/', '.') << "\" );\n"; in dumpLGetCunoType() 636 << i << "], " << getTypeClass(fieldType, sal_True); in dumpGetCunoType() 644 << getTypeClass(m_typeName, sal_True) << ", \"" << m_typeName.replace('/', '.') << "\", "; in dumpGetCunoType() 759 << getTypeClass(fieldType, sal_True) << ";\n" in dumpCGetCunoType() 767 << getTypeClass(OString(), sal_True) << ", pTypeName,\n"; in dumpCGetCunoType() 786 << getTypeClass(OString(), sal_True) << ", pTD);\n\n"; in dumpCGetCunoType() [all …]
|
| /AOO41X/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() 202 rInit.eTypeClass = (typelib_TypeClass)pMemberTypes[nPos]->getTypeClass(); in createCTD() 213 (typelib_TypeClass)xType->getTypeClass(), in createCTD() 274 = (typelib_TypeClass)pMemberTypes[nPos]->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() [all …]
|
| /AOO41X/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()
|
| /AOO41X/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 427 if( aExceptionType.getTypeClass() == TypeClass_EXCEPTION ) in implGetWrappedMsg() 610 TypeClass eType = xIdlClass->getTypeClass(); in unoToSbxType() 619 TypeClass eTypeClass = aType.getTypeClass(); in implSequenceToMultiDimArray() 671 …SbxDataType eSbxElementType = unoToSbxType( pType ? pType->getTypeClass() : aValue.getValueTypeCla… in implSequenceToMultiDimArray() 703 TypeClass eTypeClass = aType.getTypeClass(); in unoToSbxValue() 721 if( pSbUnoObject->getUnoAny().getValueType().getTypeClass() == TypeClass_VOID ) in unoToSbxValue() 826 if( pSbUnoObject->getUnoAny().getValueType().getTypeClass() == TypeClass_VOID ) in unoToSbxValue() 868 SbxDataType eSbxElementType = unoToSbxType( aElementType.getTypeClass() ); in unoToSbxValue() 1020 TypeClass eElementTypeClass = aElementType.getTypeClass(); in getUnoTypeForSbxValue() 1040 if( aType.getTypeClass() == TypeClass_VOID ) in getUnoTypeForSbxValue() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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 …]
|
| /AOO41X/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
|
| /AOO41X/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()
|
| /AOO41X/main/codemaker/source/cppumaker/ |
| H A D | cpputype.cxx | 349 if (m_typeMgr.getTypeClass(m_typeName) == RT_TYPE_INTERFACE) { in addDefaultHIncludes() 360 if (m_typeMgr.getTypeClass(m_typeName) == RT_TYPE_INTERFACE) { in addDefaultHxxIncludes() 396 switch (m_typeMgr.getTypeClass(t)) { in dumpInitializer() 470 << getTypeClass(m_typeName, sal_True) << ", \"" << m_typeName.replace('/', '.') << "\" );\n"; in dumpLightGetCppuType() 554 << getTypeClass(m_typeName, sal_True) << ", \"" << m_typeName.replace('/', '.') << "\", "; in dumpNormalGetCppuType() 650 << "(typelib_TypeClass)" << getTypeClass(fieldType) << ";\n" in dumpComprehensiveGetCppuType() 661 << getTypeClass() << ", sTypeName.pData,\n"; in dumpComprehensiveGetCppuType() 684 << getTypeClass(m_typeName) << ", sTypeName );\n"; in dumpComprehensiveGetCppuType() 796 OString CppuType::getTypeClass(const OString& type, sal_Bool bCStyle) in getTypeClass() function in CppuType 804 rtTypeClass = m_typeMgr.getTypeClass(typeName); in getTypeClass() [all …]
|
| /AOO41X/main/jurt/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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() 1035 … j, U2S(shortName(reader2.getFieldName(j))), 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() [all …]
|
| /AOO41X/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 75 ret = (m_typeMgr.getTypeClass(outerTypeName) == RT_TYPE_INTERFACE); in isNestedTypeByName() 347 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE in dumpDepIncludes() 487 OString CorbaType::getTypeClass(const OString& type, sal_Bool bCStyle) in getTypeClass() function in CorbaType 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() 811 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in printCorbaParameter() [all …]
|
| /AOO41X/main/jurt/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() 381 return (getType(object).getTypeClass().getValue() == what.getValue()); in containsType() 398 if (TypeClass.ANY_value == type.getTypeClass().getValue()) in convertSimple() 407 int tc = type.getTypeClass().getValue(); in convertSimple()
|
| /AOO41X/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::__anon5b8838270111::InstantiatedStruct 951 if (types[i]->getTypeClass() == TypeClass_UNKNOWN) { in getMemberTypes()
|
| /AOO41X/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()
|
| /AOO41X/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;
|
| /AOO41X/main/dbaccess/source/filter/xml/ |
| H A D | xmlDataSourceSetting.cxx | 164 …if ( !m_bIsList && ( m_aPropType.getTypeClass() == TypeClass_STRING ) && !m_aSetting.Value.hasValu… in EndElement() 180 if( TypeClass_VOID != m_aPropType.getTypeClass() ) in addValue() 202 switch (_rExpectedType.getTypeClass()) in convertString() 230 if (TypeClass_SHORT == _rExpectedType.getTypeClass()) in convertString()
|