Lines Matching refs:mapInterface

159 …inline void * SAL_CALL mapInterface( void * pInterface, typelib_InterfaceTypeDescription * pTypeDe…
166 …inline void * SAL_CALL mapInterface( void * pInterface, typelib_TypeDescription * pTypeDescr ) con… in mapInterface() function in com::sun::star::uno::Mapping
167 { return mapInterface( pInterface, (typelib_InterfaceTypeDescription *)pTypeDescr ); } in mapInterface()
175 inline void * SAL_CALL mapInterface(
184 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_InterfaceTypeDescript… in mapInterface() function in com::sun::star::uno::Mapping
185 { (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, pTypeDescr ); } in mapInterface()
192 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_TypeDescription * pTy… in mapInterface() function in com::sun::star::uno::Mapping
193 …{ (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pT… in mapInterface()
201 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, const ::com::sun::star::uno::…
267 inline void Mapping::mapInterface( in mapInterface() function in com::sun::star::uno::Mapping
275 …(*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pTD … in mapInterface()
280 inline void * Mapping::mapInterface( in mapInterface() function in com::sun::star::uno::Mapping
285 (*_pMapping->mapInterface)( _pMapping, &pOut, pInterface, pTypeDescr ); in mapInterface()
289 inline void * Mapping::mapInterface( in mapInterface() function in com::sun::star::uno::Mapping
294 mapInterface( &pOut, pInterface, rType ); in mapInterface()
317 aMapping.mapInterface( in mapToCpp()
340 aMapping.mapInterface( in mapToUno()