Lines Matching refs:mapInterface

160 …inline void * SAL_CALL mapInterface( void * pInterface, typelib_InterfaceTypeDescription * pTypeDe…
167 …inline void * SAL_CALL mapInterface( void * pInterface, typelib_TypeDescription * pTypeDescr ) con… in mapInterface() function in com::sun::star::uno::Mapping
168 { return mapInterface( pInterface, (typelib_InterfaceTypeDescription *)pTypeDescr ); } in mapInterface()
176 inline void * SAL_CALL mapInterface(
185 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_InterfaceTypeDescript… in mapInterface() function in com::sun::star::uno::Mapping
186 { (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, pTypeDescr ); } in mapInterface()
193 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_TypeDescription * pTy… in mapInterface() function in com::sun::star::uno::Mapping
194 …{ (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pT… in mapInterface()
202 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, const ::com::sun::star::uno::…
268 inline void Mapping::mapInterface( in mapInterface() function in com::sun::star::uno::Mapping
276 …(*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pTD … in mapInterface()
281 inline void * Mapping::mapInterface( in mapInterface() function in com::sun::star::uno::Mapping
286 (*_pMapping->mapInterface)( _pMapping, &pOut, pInterface, pTypeDescr ); in mapInterface()
290 inline void * Mapping::mapInterface( in mapInterface() function in com::sun::star::uno::Mapping
295 mapInterface( &pOut, pInterface, rType ); in mapInterface()
318 aMapping.mapInterface( in mapToCpp()
341 aMapping.mapInterface( in mapToUno()