Searched refs:anyExc (Results 1 – 4 of 4) sorted by relevance
108 Any anyExc = Request->getRequest(); in handle() local139 if ( anyExc >>= e1 ) in handle()156 else if ( anyExc >>= e2 ) in handle()173 else if ( anyExc >>= e3 ) in handle()197 else if ( anyExc >>= e4 ) in handle()214 else if ( anyExc >>= e5 ) in handle()
43 void raisePyExceptionWithAny( const com::sun::star::uno::Any &anyExc ) in raisePyExceptionWithAny() argument48 PyRef exc = runtime.any2PyObject( anyExc ); in raisePyExceptionWithAny()51 PyRef type( getClass( anyExc.getValueType().getTypeName(),runtime ) ); in raisePyExceptionWithAny()57 anyExc >>= e; in raisePyExceptionWithAny()61 buf.append(anyExc.getValueType().getTypeName()); in raisePyExceptionWithAny()
99 Any anyExc= Request->getRequest(); in handle() local
737 Any anyExc = cppu::getCaughtException(); in checkLicense() local738 throw css::deployment::DeploymentException(OUSTR("Unexpected exception"), 0, anyExc); in checkLicense()
Completed in 34 milliseconds