Lines Matching refs:pInterface

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() argument
167 { return mapInterface( pInterface, (typelib_InterfaceTypeDescription *)pTypeDescr ); } in mapInterface()
176 void * pInterface, const ::com::sun::star::uno::Type & rType ) const SAL_THROW( () );
184 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_InterfaceTypeDescript… in mapInterface() argument
185 { (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, pTypeDescr ); } in mapInterface()
192 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_TypeDescription * pTy… in mapInterface() argument
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::…
268 void ** ppOut, void * pInterface, const ::com::sun::star::uno::Type & rType ) const in mapInterface() argument
275 …(*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pTD … in mapInterface()
281 void * pInterface, typelib_InterfaceTypeDescription * pTypeDescr ) const in mapInterface() argument
285 (*_pMapping->mapInterface)( _pMapping, &pOut, pInterface, pTypeDescr ); in mapInterface()
290 void * pInterface, const ::com::sun::star::uno::Type & rType ) const in mapInterface() argument
294 mapInterface( &pOut, pInterface, rType ); in mapInterface()