Searched refs:excType (Results 1 – 9 of 9) sorted by relevance
/trunk/main/rdbmaker/source/codemaker/ |
H A D | dependency.cxx | 166 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 D | pyuno_loader.cxx | 59 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 D | pyuno_adapter.cxx | 94 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 D | pyuno_runtime.cxx | 156 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 D | cunotype.cxx | 2467 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 D | pyuno.hxx | 253 const PyRef & excType, const PyRef & excValue, const PyRef & excTraceback) const;
|
/trunk/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 2000 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 D | pythonscript.py | 65 (excType,excInstance,excTraceback) = sys.exc_info() 66 ret = str(excType) + ": "+str(excInstance) + "\n" + \
|
/trunk/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 1845 ::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 118 milliseconds