Home
last modified time | relevance | path

Searched refs:getMethodCount (Results 1 – 19 of 19) sorted by relevance

/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx237 if ( reader.getMethodCount() > 1 || in checkType()
238 ( reader.getMethodCount() == 1 && in checkType()
449 if ( method < reader.getMethodCount() in checkAdditionalPropertyFlags()
463 if ( method < reader.getMethodCount() in checkAdditionalPropertyFlags()
543 for ( sal_uInt16 m = 0; m < reader.getMethodCount(); ++m ) { in checkAddInTypes()
630 for ( sal_uInt16 m = 0; m < reader.getMethodCount(); ++m ) { in generateFunctionParamterMap()
H A Djavatypemaker.cxx403 if ( reader.getFieldCount() > 0 || reader.getMethodCount() > 0 ) { in printMethods()
431 sal_uInt16 mc = reader.getMethodCount(); in printMethods()
437 if ( method < reader.getMethodCount() in printMethods()
483 if ( method < reader.getMethodCount() in printMethods()
511 for ( ; method < reader.getMethodCount(); ++method ) { in printMethods()
573 for ( sal_uInt16 i = 0; i < reader.getMethodCount(); ++i ) { in printConstructionMethods()
H A Dcpptypemaker.cxx478 if (reader.getFieldCount() > 0 || reader.getMethodCount() > 0) { in printMethods()
499 if (method < reader.getMethodCount() in printMethods()
553 if (method < reader.getMethodCount() in printMethods()
587 for (; method < reader.getMethodCount(); ++method) { in printMethods()
653 for (sal_uInt16 i = 0; i < reader.getMethodCount(); ++i) { in printConstructionMethods()
/trunk/main/registry/inc/registry/
H A Dreflread.hxx69 sal_uInt32 (TYPEREG_CALLTYPE *getMethodCount) (TypeReaderImpl);
220 inline sal_uInt32 getMethodCount() const;
436 inline sal_uInt32 RegistryTypeReader::getMethodCount() const in getMethodCount() function in RegistryTypeReader
437 { return m_pApi->getMethodCount(m_hImpl); } in getMethodCount()
H A Dreader.hxx366 sal_uInt16 getMethodCount() const { in getMethodCount() function in typereg::Reader
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx729 sal_uInt16 count = m_reader.getMethodCount(); in getMemberCount()
769 count += pReader->getMethodCount(); in checkInheritedMemberCount()
1252 if (m_reader.getMethodCount() != 0) { in dumpHFile()
1383 sal_uInt16 methodCount = m_reader.getMethodCount(); in dumpMethods()
1657 sal_uInt16 methodCount = m_reader.getMethodCount(); in dumpCppuMethodRefs()
1685 sal_uInt16 methodCount = m_reader.getMethodCount(); in getMemberCount()
1860 sal_uInt16 methodCount = m_reader.getMethodCount(); in dumpCppuMethods()
1999 sal_uInt16 methodCount = m_reader.getMethodCount(); in dumpMethodsCppuDecl()
2081 sal_uInt16 methodCount = m_reader.getMethodCount(); in dumpAttributeExceptionSpecification()
3779 sal_uInt16 ctors = m_reader.getMethodCount(); in dumpHxxFile()
[all …]
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx846 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount()
882 count += pReader->getMethodCount(); in checkInheritedMemberCount()
1788 sal_uInt32 methodCount = reader.getMethodCount(); in dumpMethods()
2114 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpCUnoMethodTypeNames()
2156 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpCUnoMethodRefs()
2178 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount()
2221 count += pReader->getMethodCount(); in checkInheritedMemberCount()
2293 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpCUnoMethods()
2466 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpMethodsCppuDecl()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx334 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount()
370 count += pReader->getMethodCount(); in checkInheritedMemberCount()
845 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpMethods()
950 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount()
993 count += pReader->getMethodCount(); in checkInheritedMemberCount()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx426 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount()
462 count += pReader->getMethodCount(); in checkInheritedMemberCount()
1203 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpUnoMethods()
1496 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpCorbaMethods()
1805 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpFunctions()
1967 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount()
2010 count += pReader->getMethodCount(); in checkInheritedMemberCount()
/trunk/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx161 inline sal_uInt32 getMethodCount() const in getMethodCount() function in TypeReader
162 { return m_pImpl->m_pReader->getMethodCount(); } in getMethodCount()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx853 || reader.getMethodCount() != 0 || reader.getReferenceCount() != 0) in handleEnumType()
1744 || reader.getMethodCount() != 0 || reader.getReferenceCount() != 0) in addBaseArguments()
1824 if (reader.getMethodCount() != 0) in handleAggregatingType()
2116 sal_uInt16 methods = reader.getMethodCount(); in handleInterfaceType()
2357 || reader.getMethodCount() != 0 || reader.getReferenceCount() != 0) in handleTypedef()
2535 if (reader.getSuperTypeCount() != 0 || reader.getMethodCount() != 0 in handleConstantGroup()
2563 if (reader.getSuperTypeCount() != 0 || reader.getMethodCount() != 0 in handleModule()
2822 sal_uInt16 methods = reader.getMethodCount(); in handleService()
3049 || reader.getMethodCount() != 0 || reader.getReferenceCount() != 0) in handleSingleton()
/trunk/main/registry/source/
H A Dreflread.cxx1468 static sal_uInt32 TYPEREG_CALLTYPE getMethodCount(TypeReaderImpl hEntry) in getMethodCount() function
1745 aApi.getMethodCount = &getMethodCount; in initRegistryTypeReader_Api()
H A Dregimpl.cxx304 static_cast< unsigned int >(reader.getMethodCount())); in dumpType()
305 {for (sal_uInt16 i = 0; i < reader.getMethodCount(); ++i) { in dumpType()
/trunk/main/codemaker/source/codemaker/
H A Dcodemaker.cxx163 && reader.getMethodCount() == 0 in decomposeAndResolve()
H A Ddependencies.cxx82 for (sal_Int16 i = 0; i < reader.getMethodCount(); ++i) { in Dependencies()
/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx161 sal_uInt32 count = reader.getMethodCount(); in checkMethodDependencies()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx336 sal_uInt16 ctorCount = reader.getMethodCount(); in getConstructors()
H A Dtdiface.cxx454 sal_uInt16 methodCount = reader.getMethodCount(); in getMembers()
/trunk/main/registry/tools/
H A Dregcompare.cxx1180 sal_uInt16 nMethods1 = (sal_uInt16)reader1.getMethodCount(); in checkBlob()
1181 sal_uInt16 nMethods2 = (sal_uInt16)reader2.getMethodCount(); in checkBlob()

Completed in 123 milliseconds