Lines Matching refs:ExceptionThrower
52 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()
179 inline ExceptionThrower::ExceptionThrower() in ExceptionThrower() function in __anondd1c60e80111::ExceptionThrower
187 ExceptionThrower * ExceptionThrower::get() in get()
189 ExceptionThrower * s_pThrower = 0; in get()
193 static ExceptionThrower s_thrower; in get()
232 static_cast< uno_Interface * >( ExceptionThrower::get() ), in throwException()
233 ExceptionThrower::getCppuType() ); in throwException()
258 &pTD, ExceptionThrower::getCppuType().getTypeLibType() ); in getCaughtException()
263 static_cast< XExceptionThrower * >( ExceptionThrower::get() ), pTD ); in getCaughtException()