Searched refs:ppRet (Results 1 – 6 of 6) sorted by relevance
/trunk/main/cppu/source/typelib/ |
H A D | typelib.cxx | 249 if( *ppRet ) in callChain() 254 if (*ppRet) in callChain() 257 *ppRet = 0; in callChain() 570 if( *ppRet ) in typelib_typedescription_newEmpty() 573 *ppRet = 0; in typelib_typedescription_newEmpty() 883 (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( (*ppRet), 0, (*ppRet)->nAlignment ); in newTypeDescription() 965 (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( (*ppRet), 0, (*ppRet)->nAlignment ); in typelib_typedescription_newUnion() 994 (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( (*ppRet), 0, (*ppRet)->nAlignment ); in typelib_typedescription_newEnum() 1032 (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( *ppRet, 0, (*ppRet)->nAlignment ); in typelib_typedescription_newArray() 1134 *ppRet = 0; in typelib_typedescription_newMIInterface() [all …]
|
H A D | static_types.cxx | 54 typelib_TypeDescription ** ppRet, 60 typelib_TypeDescriptionReference ** ppRet,
|
/trunk/main/cppu/inc/typelib/ |
H A D | typedescription.h | 575 typelib_TypeDescription ** ppRet, 594 typelib_TypeDescription ** ppRet, 610 typelib_TypeDescription ** ppRet, 632 typelib_TypeDescription ** ppRet, 651 typelib_TypeDescription ** ppRet, 675 typelib_InterfaceTypeDescription ** ppRet, 700 typelib_InterfaceTypeDescription ** ppRet, 723 typelib_InterfaceMethodTypeDescription ** ppRet, 749 typelib_InterfaceAttributeTypeDescription ** ppRet, 775 typelib_InterfaceAttributeTypeDescription ** ppRet, [all …]
|
/trunk/main/cppu/inc/uno/ |
H A D | mapping.hxx | 312 inline sal_Bool mapToCpp( Reference< C > * ppRet, uno_Interface * pUnoI ) SAL_THROW( () ) in mapToCpp() argument 319 (void **)ppRet, pUnoI, ::cppu::getTypeFavourUnsigned( ppRet ) ); in mapToCpp() 320 return (0 != *ppRet); in mapToCpp() 335 inline sal_Bool mapToUno( uno_Interface ** ppRet, const Reference< C > & x ) SAL_THROW( () ) in mapToUno() argument 342 (void **)ppRet, x.get(), ::cppu::getTypeFavourUnsigned( &x ) ); in mapToUno() 343 return (0 != *ppRet); in mapToUno()
|
/trunk/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 679 void * pContext, typelib_TypeDescription ** ppRet, rtl_uString * pTypeName ) in typelib_callback() argument 681 OSL_ENSURE( pContext && ppRet && pTypeName, "### null ptr!" ); in typelib_callback() 682 if (ppRet) in typelib_callback() 684 if (*ppRet) in typelib_callback() 686 ::typelib_typedescription_release( *ppRet ); in typelib_callback() 687 *ppRet = 0; in typelib_callback() 700 *ppRet = createCTD( access, xTD ); in typelib_callback()
|
/trunk/main/sw/source/core/view/ |
H A D | viewsh.cxx | 2698 BitmapEx** ppRet; in GetReplacementBitmap() local 2702 ppRet = &pErrorBmp; in GetReplacementBitmap() 2708 ppRet = &pReplaceBmp; in GetReplacementBitmap() 2713 if( !*ppRet ) in GetReplacementBitmap() 2718 *ppRet = new BitmapEx( SW_RES( nBmpResId ) ); in GetReplacementBitmap() 2720 return **ppRet; in GetReplacementBitmap()
|
Completed in 53 milliseconds