Searched refs:typeInfo (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccValue.cpp | 84 ::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 …]
|
/aoo4110/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 814 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 …]
|
/aoo4110/main/ridljar/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 634 Class zClass, TypeInfo typeInfo) in getTypeDescription() argument 639 typeInfo != null in getTypeDescription() 640 && (typeInfo.isUnsigned() || typeInfo.isInterface()))); in getTypeDescription()
|
/aoo4110/main/vcl/unx/gtk/a11y/ |
H A D | atkfactory.cxx | 65 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 D | atkwindow.cxx | 292 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 D | atkutil.cxx | 779 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 D | atkwrapper.cxx | 672 static const GTypeInfo typeInfo = in atk_object_wrapper_get_type() local 687 &typeInfo, (GTypeFlags)0) ; in atk_object_wrapper_get_type()
|
Completed in 49 milliseconds