Searched refs:element_td (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 1366 TypeDescr element_td( element_type ); in map_to_uno() local 1367 seq = seq_allocate( nElements, element_td.get()->nSize ); in map_to_uno() 1374 (nPos * element_td.get()->nSize); in map_to_uno() 1377 p, elemData, element_td.get()->pWeakRef, in map_to_uno() 1387 (nCleanPos * element_td.get()->nSize); in map_to_uno() 1388 uno_destructData( p, element_td.get(), 0 ); in map_to_uno() 1913 TypeDescr element_td( element_type ); in map_to_cli() local 1920 sal_Int32 nSize = element_td.get()->nSize; in map_to_cli() 1939 TypeDescr element_td( element_type ); in map_to_cli() local 1954 TypeDescr element_td( element_type ); in map_to_cli() local [all …]
|
/aoo41x/main/bridges/source/jni_uno/ |
H A D | jni_data.cxx | 1098 TypeDescr element_td( element_type ); in map_to_uno() local 1099 seq.reset( seq_allocate( nElements, element_td.get()->nSize ) ); in map_to_uno() 1107 m_jni_info->get_type_info( jni, element_td.get() ); in map_to_uno() 1126 (nPos * element_td.get()->nSize); in map_to_uno() 1128 jni, p, val, element_td.get()->pWeakRef, element_info, in map_to_uno() 1139 (nCleanPos * element_td.get()->nSize); in map_to_uno() 1140 uno_destructData( p, element_td.get(), 0 ); in map_to_uno() 1731 TypeDescr element_td( element_type.getTypeLibType() ); in map_to_java() local 1735 ((typelib_IndirectTypeDescription *)element_td.get()) in map_to_java() 2433 TypeDescr element_td( element_type ); in map_to_java() local
|
/aoo41x/main/cppu/source/typelib/ |
H A D | typelib.cxx | 2159 typelib_TypeDescription * element_td = 0; in typelib_typedescription_getByName() local 2160 typelib_typedescription_getByName( &element_td, element_name.pData ); in typelib_typedescription_getByName() 2161 if (0 != element_td) in typelib_typedescription_getByName() 2164 ppRet, typelib_TypeClass_SEQUENCE, pName, element_td->pWeakRef, 0, 0 ); in typelib_typedescription_getByName() 2166 typelib_typedescription_release( element_td ); in typelib_typedescription_getByName()
|
Completed in 37 milliseconds