Lines Matching refs:pInterface

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() argument
168 { return mapInterface( pInterface, (typelib_InterfaceTypeDescription *)pTypeDescr ); } in mapInterface()
177 void * pInterface, const ::com::sun::star::uno::Type & rType ) const SAL_THROW( () );
185 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_InterfaceTypeDescript… in mapInterface() argument
186 { (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, pTypeDescr ); } in mapInterface()
193 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_TypeDescription * pTy… in mapInterface() argument
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::…
269 void ** ppOut, void * pInterface, const ::com::sun::star::uno::Type & rType ) const in mapInterface() argument
276 …(*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pTD … in mapInterface()
282 void * pInterface, typelib_InterfaceTypeDescription * pTypeDescr ) const in mapInterface() argument
286 (*_pMapping->mapInterface)( _pMapping, &pOut, pInterface, pTypeDescr ); in mapInterface()
291 void * pInterface, const ::com::sun::star::uno::Type & rType ) const in mapInterface() argument
295 mapInterface( &pOut, pInterface, rType ); in mapInterface()