Searched refs:excCount (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunotype.cxx | 1787 sal_uInt32 excCount = 0; in dumpMethods() local 1800 excCount = reader.getMethodExcCount(i); in dumpMethods() 1825 if ( excCount || bWithRunTimeExcp ) in dumpMethods() 2290 sal_uInt32 excCount = 0; in dumpCUnoMethods() local 2306 excCount = m_reader.getMethodExcCount(i); in dumpCUnoMethods() 2320 if ( excCount || bWithRuntimeException ) in dumpCUnoMethods() 2322 o << indent() << "rtl_uString * pExceptions[" << excCount + 1 << "];\n"; in dumpCUnoMethods() 2333 for (j=0; j < excCount; j++) in dumpCUnoMethods() 2337 if ( excCount || bWithRuntimeException ) in dumpCUnoMethods() 2339 o << indent() << "rtl_uString * pExceptionName" << excCount << " = 0;\n"; in dumpCUnoMethods() [all …]
|
| /trunk/main/rdbmaker/source/codemaker/ |
| H A D | dependency.cxx | 168 sal_uInt32 excCount = 0; in checkMethodDependencies() local 178 excCount = reader.getMethodExcCount(i); in checkMethodDependencies() 204 for (j=0; j < excCount; j++) in checkMethodDependencies()
|
| /trunk/main/registry/inc/registry/ |
| H A D | reflwrit.hxx | 169 sal_uInt16 excCount, 290 sal_uInt16 excCount, in setMethodData() argument 293 …thodData(m_hImpl, index, name.pData, returnTypeName.pData, mode, paramCount, excCount, doku.pData); in setMethodData()
|
| /trunk/main/registry/source/ |
| H A D | reflwrit.cxx | 561 sal_uInt16 excCount, 594 sal_uInt16 excCount, in setData() argument 604 reallocExcs(excCount); in setData() 1302 sal_uInt16 excCount, in setMethodData() argument 1306 hEntry, index, doku, mode, name, returnTypeName, paramCount, excCount); in setMethodData()
|
| /trunk/main/codemaker/source/idlmaker/ |
| H A D | idltype.cxx | 845 sal_uInt32 excCount = 0; in dumpMethods() local 858 excCount = m_reader.getMethodExcCount(i); in dumpMethods() 905 if( excCount ) in dumpMethods() 911 for (j=0; j < excCount; j++) in dumpMethods()
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 1197 sal_uInt32 excCount = 0; in dumpUnoMethods() local 1210 excCount = m_reader.getMethodExcCount(i); in dumpUnoMethods() 1276 for (j=0; j < excCount; j++) in dumpUnoMethods() 1489 sal_uInt32 excCount = 0; in dumpCorbaMethods() local 1502 excCount = m_reader.getMethodExcCount(i); in dumpCorbaMethods()
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | cpputype.cxx | 1931 sal_Int32 excCount = dumpExceptionTypeNames( in dumpCppuMethods() local 1950 o << indent() << excCount << ", " in dumpCppuMethods() 1951 << (excCount == 0 ? "0" : "the_Exceptions") << " );\n"; in dumpCppuMethods() 1997 sal_uInt16 excCount = 0; in dumpMethodsCppuDecl() local 2004 excCount = m_reader.getMethodExceptionCount(i); in dumpMethodsCppuDecl() 2025 for (j=0; j < excCount; j++) in dumpMethodsCppuDecl()
|