Searched refs:typelib_typedescription_new (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 211 typelib_typedescription_new( in createCTD() 514 typelib_typedescription_new( in createCTD() 543 typelib_typedescription_new( &pRet, typelib_TypeClass_VOID, aTypeName.pData, 0, 0, 0 ); in createCTD() 549 typelib_typedescription_new( &pRet, typelib_TypeClass_CHAR, aTypeName.pData, 0, 0, 0 ); in createCTD() 561 typelib_typedescription_new( &pRet, typelib_TypeClass_BYTE, aTypeName.pData, 0, 0, 0 ); in createCTD() 567 typelib_typedescription_new( &pRet, typelib_TypeClass_SHORT, aTypeName.pData, 0, 0, 0 ); in createCTD() 579 typelib_typedescription_new( &pRet, typelib_TypeClass_LONG, aTypeName.pData, 0, 0, 0 ); in createCTD() 591 typelib_typedescription_new( &pRet, typelib_TypeClass_HYPER, aTypeName.pData, 0, 0, 0 ); in createCTD() 603 typelib_typedescription_new( &pRet, typelib_TypeClass_FLOAT, aTypeName.pData, 0, 0, 0 ); in createCTD() 621 typelib_typedescription_new( &pRet, typelib_TypeClass_TYPE, aTypeName.pData, 0, 0, 0 ); in createCTD() [all …]
|
/aoo42x/main/cppu/source/typelib/ |
H A D | typelib.cxx | 892 extern "C" void SAL_CALL typelib_typedescription_new( in typelib_typedescription_new() function 2086 typelib_typedescription_new( &pType, typelib_TypeClass_TYPE, pTypeName, 0, 0, 0 ); in typelib_typedescription_getByName() 2089 typelib_typedescription_new( &pType, typelib_TypeClass_VOID, pTypeName, 0, 0, 0 ); in typelib_typedescription_getByName() 2095 typelib_typedescription_new( &pType, typelib_TypeClass_CHAR, pTypeName, 0, 0, 0 ); in typelib_typedescription_getByName() 2098 typelib_typedescription_new( &pType, typelib_TypeClass_BYTE, pTypeName, 0, 0, 0 ); in typelib_typedescription_getByName() 2104 typelib_typedescription_new( &pType, typelib_TypeClass_SHORT, pTypeName, 0, 0, 0 ); in typelib_typedescription_getByName() 2110 typelib_typedescription_new( &pType, typelib_TypeClass_LONG, pTypeName, 0, 0, 0 ); in typelib_typedescription_getByName() 2116 typelib_typedescription_new( &pType, typelib_TypeClass_HYPER, pTypeName, 0, 0, 0 ); in typelib_typedescription_getByName() 2122 typelib_typedescription_new( &pType, typelib_TypeClass_FLOAT, pTypeName, 0, 0, 0 ); in typelib_typedescription_getByName() 2128 typelib_typedescription_new( &pType, typelib_TypeClass_ANY, pTypeName, 0, 0, 0 ); in typelib_typedescription_getByName() [all …]
|
H A D | static_types.cxx | 238 ::typelib_typedescription_new( in typelib_static_type_getByTypeClass() 247 ::typelib_typedescription_new( in typelib_static_type_getByTypeClass() 341 ::typelib_typedescription_new( in typelib_static_sequence_type_init()
|
/aoo42x/main/cppu/util/ |
H A D | cppu.map | 23 typelib_typedescription_new;
|
/aoo42x/main/cppu/inc/typelib/ |
H A D | typedescription.h | 631 void SAL_CALL typelib_typedescription_new(
|
Completed in 45 milliseconds