Home
last modified time | relevance | path

Searched refs:ExceptionThrower (Results 1 – 1 of 1) sorted by relevance

/trunk/main/cppuhelper/source/
H A Dexc_thrower.cxx52 struct ExceptionThrower : public uno_Interface, XExceptionThrower struct
54 inline ExceptionThrower();
57 static ExceptionThrower * get();
101 rType_demanded.equals( ExceptionThrower::getCppuType() )) in ExceptionThrower_dispatch()
143 Any ExceptionThrower::queryInterface( Type const & type ) in queryInterface()
148 type.equals( ExceptionThrower::getCppuType() )) in queryInterface()
157 void ExceptionThrower::acquire() throw () in acquire()
161 void ExceptionThrower::release() throw () in release()
166 void ExceptionThrower::throwException( Any const & exc ) throw (Exception) in throwException()
173 void ExceptionThrower::rethrowException() throw (Exception) in rethrowException()
[all …]