Home
last modified time | relevance | path

Searched refs:typeInfo (Results 1 – 9 of 9) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccValue.cpp84 ::com::sun::star::uno::Type typeInfo(TypeClass_CHAR, (sal_Char *)"char"); in setCurrentValue()
85 anyVal.setValue(&value.bVal, typeInfo); in setCurrentValue()
91 ::com::sun::star::uno::Type typeInfo(TypeClass_BOOLEAN, (sal_Char *)"bool"); in setCurrentValue()
92 anyVal.setValue(&value.boolVal, typeInfo); in setCurrentValue()
98 ::com::sun::star::uno::Type typeInfo(TypeClass_SHORT, (sal_Char *)"short"); in setCurrentValue()
99 anyVal.setValue(&value.iVal, typeInfo); in setCurrentValue()
105 ::com::sun::star::uno::Type typeInfo(TypeClass_LONG, (sal_Char *)"long"); in setCurrentValue()
106 anyVal.setValue(&value.lVal, typeInfo); in setCurrentValue()
112 ::com::sun::star::uno::Type typeInfo(TypeClass_FLOAT, (sal_Char *)"float"); in setCurrentValue()
113 anyVal.setValue(&value.fltVal, typeInfo); in setCurrentValue()
[all …]
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx357 …__type_info *typeInfo = (__type_info*) mscx_getRTTI( ((typelib_TypeDescription *)pCompTypeDescr)->… in RaiseInfo() local
358 bytesNeeded += align16( typeInfo->length() ); in RaiseInfo()
385 …__type_info *typeInfo = (__type_info*) mscx_getRTTI( ((typelib_TypeDescription *)pCompTypeDescr)->… in RaiseInfo() local
386 memcpy(p, typeInfo, typeInfo->length() ); in RaiseInfo()
388 p += align16( typeInfo->length() ); in RaiseInfo()
H A Dcpp2uno.cxx483 type_info *typeInfo = CPPU_CURRENT_NAMESPACE::mscx_getRTTI( in initializeBlock() local
488 typeDescriptorAddress = (sal_uInt32) (((char*)typeInfo) - (char*)thisDLLBase); in initializeBlock()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx814 i != typeInfo.end(); ++i) in addTypeInfo()
1026 ClassFile * classFile, std::vector< TypeInfo > * typeInfo, in addField()
1050 typeInfo->push_back( in addField()
1928 std::vector< TypeInfo > typeInfo; in handleAggregatingType() local
1962 manager, dependencies, cf.get(), &typeInfo, -1, in handleAggregatingType()
2084 addTypeInfo(className, typeInfo, dependencies, cf.get()); in handleAggregatingType()
2156 std::vector< TypeInfo > typeInfo; in handleInterfaceType() local
2236 typeInfo.push_back( in handleInterfaceType()
2262 typeInfo.push_back( in handleInterfaceType()
2305 typeInfo.push_back( in handleInterfaceType()
[all …]
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java634 Class zClass, TypeInfo typeInfo) in getTypeDescription() argument
639 typeInfo != null in getTypeDescription()
640 && (typeInfo.isUnsigned() || typeInfo.isInterface()))); in getTypeDescription()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkfactory.cxx65 static const GTypeInfo typeInfo = in atk_noop_object_wrapper_get_type() local
79 type = g_type_register_static (ATK_TYPE_OBJECT, "OOoAtkNoOpObj", &typeInfo, (GTypeFlags)0) ; in atk_noop_object_wrapper_get_type()
H A Datkwindow.cxx292 static const GTypeInfo typeInfo = in ooo_window_wrapper_get_type() local
306 … type = g_type_register_static (parent_type, "OOoWindowAtkObject", &typeInfo, (GTypeFlags)0) ; in ooo_window_wrapper_get_type()
H A Datkutil.cxx779 static const GTypeInfo typeInfo = in ooo_atk_util_get_type() local
793 type = g_type_register_static (parent_type, "OOoUtil", &typeInfo, (GTypeFlags)0) ; in ooo_atk_util_get_type()
H A Datkwrapper.cxx672 static const GTypeInfo typeInfo = in atk_object_wrapper_get_type() local
687 &typeInfo, (GTypeFlags)0) ; in atk_object_wrapper_get_type()

Completed in 58 milliseconds