Searched refs:ppRet (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/cppu/source/typelib/ |
H A D | typelib.cxx | 251 if( *ppRet ) in callChain() 256 if (*ppRet) in callChain() 259 *ppRet = 0; in callChain() 572 if( *ppRet ) in typelib_typedescription_newEmpty() 575 *ppRet = 0; in typelib_typedescription_newEmpty() 885 (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( (*ppRet), 0, (*ppRet)->nAlignment ); in newTypeDescription() 967 (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( (*ppRet), 0, (*ppRet)->nAlignment ); in typelib_typedescription_newUnion() 996 (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( (*ppRet), 0, (*ppRet)->nAlignment ); in typelib_typedescription_newEnum() 1034 (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( *ppRet, 0, (*ppRet)->nAlignment ); in typelib_typedescription_newArray() 2065 if( *ppRet ) in typelib_typedescription_getByName() [all …]
|
H A D | static_types.cxx | 54 typelib_TypeDescription ** ppRet, 60 typelib_TypeDescriptionReference ** ppRet,
|
/aoo41x/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 …]
|
/aoo41x/main/cppu/inc/uno/ |
H A D | mapping.hxx | 311 inline sal_Bool mapToCpp( Reference< C > * ppRet, uno_Interface * pUnoI ) SAL_THROW( () ) in mapToCpp() argument 318 (void **)ppRet, pUnoI, ::cppu::getTypeFavourUnsigned( ppRet ) ); in mapToCpp() 319 return (0 != *ppRet); in mapToCpp() 334 inline sal_Bool mapToUno( uno_Interface ** ppRet, const Reference< C > & x ) SAL_THROW( () ) in mapToUno() argument 341 (void **)ppRet, x.get(), ::cppu::getTypeFavourUnsigned( &x ) ); in mapToUno() 342 return (0 != *ppRet); in mapToUno()
|
/aoo41x/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()
|
/aoo41x/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 83 milliseconds