Home
last modified time | relevance | path

Searched refs:getMethodExceptionCount (Results 1 – 12 of 12) sorted by relevance

/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx453 if ( reader.getMethodExceptionCount(method) > 0 ) { in checkAdditionalPropertyFlags()
454 for ( sal_uInt16 i = 0; i < reader.getMethodExceptionCount(method); in checkAdditionalPropertyFlags()
467 if ( reader.getMethodExceptionCount(method) > 0 ) { in checkAdditionalPropertyFlags()
470 for ( sal_uInt16 i = 0; i < reader.getMethodExceptionCount(method); in checkAdditionalPropertyFlags()
H A Djavatypemaker.cxx236 if ( reader.getMethodExceptionCount(method) > 0 ) { in printExceptionSpecification()
238 for ( sal_uInt16 i = 0; i < reader.getMethodExceptionCount(method); ++i ) in printExceptionSpecification()
H A Dcpptypemaker.cxx247 if (reader.getMethodExceptionCount(method) > 0) { in printExceptionSpecification()
248 for (sal_uInt16 i = 0; i < reader.getMethodExceptionCount(method); ++i) { in printExceptionSpecification()
/trunk/main/stoc/source/registry_tdprovider/
H A Dfunctiondescription.cxx71 sal_uInt16 n = reader.getMethodExceptionCount(m_index); in getExceptions()
H A Dtdservice.cxx348 || reader.getMethodExceptionCount(i) != 0))) in getConstructors()
/trunk/main/codemaker/source/codemaker/
H A Ddependencies.cxx94 for (sal_Int16 j = 0; j < reader.getMethodExceptionCount(i); in Dependencies()
/trunk/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx174 { return m_pImpl->m_pReader->getMethodExceptionCount(index); } in getMethodExcCount()
/trunk/main/registry/inc/registry/
H A Dreader.hxx521 sal_uInt16 getMethodExceptionCount(sal_uInt16 index) const { in getMethodExceptionCount() function in typereg::Reader
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx2009 excCount = m_reader.getMethodExceptionCount(i); in dumpMethodsCppuDecl()
2050 sal_uInt16 count = m_reader.getMethodExceptionCount( in dumpExceptionSpecification()
2107 sal_uInt16 n = m_reader.getMethodExceptionCount(methodIndex); in dumpExceptionTypeNames()
3815 for (sal_uInt16 j = 0; j < m_reader.getMethodExceptionCount(i); in dumpHxxFile()
4005 sal_uInt16 exceptions = m_reader.getMethodExceptionCount(i); in dumpHxxFile()
/trunk/main/registry/source/
H A Dregimpl.cxx385 static_cast< unsigned int >(reader.getMethodExceptionCount(i))); in dumpType()
386 for (sal_uInt16 j = 0; j < reader.getMethodExceptionCount(i); ++j) in dumpType()
/trunk/main/registry/tools/
H A Dregcompare.cxx832 sal_uInt16 nExcep1 = (sal_uInt16)reader1.getMethodExceptionCount(index); in checkMethod()
833 sal_uInt16 nExcep2 = (sal_uInt16)reader2.getMethodExceptionCount(index); in checkMethod()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx2094 sal_uInt16 n = reader.getMethodExceptionCount(methodIndex); in createExceptionsAttribute()
2877 || reader.getMethodExceptionCount(i) != 0))) in handleService()

Completed in 1552 milliseconds