Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/java/
H A Djavainteractionhandler.cxx108 Any anyExc = Request->getRequest(); in handle() local
139 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()
/aoo4110/main/pyuno/source/module/
H A Dpyuno_except.cxx43 void raisePyExceptionWithAny( const com::sun::star::uno::Any &anyExc ) in raisePyExceptionWithAny() argument
48 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()
/aoo4110/main/stoc/test/javavm/jvm_interaction/
H A Dinteractionhandler.cxx99 Any anyExc= Request->getRequest(); in handle() local
/aoo4110/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx737 Any anyExc = cppu::getCaughtException(); in checkLicense() local
738 throw css::deployment::DeploymentException(OUSTR("Unexpected exception"), 0, anyExc); in checkLicense()

Completed in 37 milliseconds