Home
last modified time | relevance | path

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

/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx166 OString returnType, paramType, excType; in checkMethodDependencies() local
206 excType = reader.getMethodExcType(i, j); in checkMethodDependencies()
207 dependencies.insert(type, excType, TYPEUSE_EXCEPTION); in checkMethodDependencies()
208 checkTypeDependencies(typeMgr, dependencies, excType); in checkMethodDependencies()
/trunk/main/pyuno/source/loader/
H A Dpyuno_loader.cxx59 PyRef excType, excValue, excTraceback; in raiseRuntimeExceptionWhenNeeded() local
60 PyErr_Fetch( (PyObject **)&excType, (PyObject**)&excValue,(PyObject**)&excTraceback); in raiseRuntimeExceptionWhenNeeded()
62 com::sun::star::uno::Any a = runtime.extractUnoException( excType, excValue, excTraceback ); in raiseRuntimeExceptionWhenNeeded()
/trunk/main/pyuno/source/module/
H A Dpyuno_adapter.cxx94 PyRef excType, excValue, excTraceback; in raiseInvocationTargetExceptionWhenNeeded() local
95 PyErr_Fetch( (PyObject **)&excType, (PyObject**)&excValue,(PyObject**)&excTraceback); in raiseInvocationTargetExceptionWhenNeeded()
96 Any unoExc( runtime.extractUnoException( excType, excValue, excTraceback ) ); in raiseInvocationTargetExceptionWhenNeeded()
H A Dpyuno_runtime.cxx156 PyRef excType, excValue, excTraceback; in importUnoModule() local
157 PyErr_Fetch( (PyObject **)&excType, (PyObject**)&excValue,(PyObject**)&excTraceback); in importUnoModule()
923 Any Runtime::extractUnoException( const PyRef & excType, const PyRef &excValue, const PyRef &excTra… in extractUnoException() argument
969 PyRef typeName( PyObject_Str( excType.get() ), SAL_NO_ACQUIRE ); in extractUnoException()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx2467 OString returnType, paramType, excType; in dumpMethodsCppuDecl() local
2496 excType = m_reader.getMethodExcType(i, j); in dumpMethodsCppuDecl()
2497 if (pFinishedTypes->count(excType) == 0) in dumpMethodsCppuDecl()
2499 pFinishedTypes->insert(excType); in dumpMethodsCppuDecl()
2500 dumpCppuGetType(o, excType, sal_True, eDeclFlag); in dumpMethodsCppuDecl()
/trunk/main/pyuno/inc/pyuno/
H A Dpyuno.hxx253 const PyRef & excType, const PyRef & excValue, const PyRef & excTraceback) const;
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx2000 OString returnType, paramType, excType; in dumpMethodsCppuDecl() local
2032 excType = rtl::OUStringToOString( in dumpMethodsCppuDecl()
2035 if (pFinishedTypes->count(excType) == 0) in dumpMethodsCppuDecl()
2037 pFinishedTypes->insert(excType); in dumpMethodsCppuDecl()
2038 dumpCppuGetType(o, excType, sal_True, eDeclFlag); in dumpMethodsCppuDecl()
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py65 (excType,excInstance,excTraceback) = sys.exc_info()
66 ret = str(excType) + ": "+str(excInstance) + "\n" + \
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1845 ::System::Type * excType = __try_cast< ::System::Type* >( in complete_service_type()
1847 if (excType->IsInstanceOfType( in complete_service_type()
1854 ilGen->BeginCatchBlock(excType); in complete_service_type()

Completed in 122 milliseconds