/aoo41x/main/unodevtools/source/skeletonmaker/ |
H A D | skeletoncommon.cxx | 237 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 D | javatypemaker.cxx | 403 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 D | cpptypemaker.cxx | 478 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()
|
/aoo41x/main/registry/inc/registry/ |
H A D | reflread.hxx | 68 sal_uInt32 (TYPEREG_CALLTYPE *getMethodCount) (TypeReaderImpl); 219 inline sal_uInt32 getMethodCount() const; 435 inline sal_uInt32 RegistryTypeReader::getMethodCount() const in getMethodCount() function in RegistryTypeReader 436 { return m_pApi->getMethodCount(m_hImpl); } in getMethodCount()
|
H A D | reader.hxx | 366 sal_uInt16 getMethodCount() const { in getMethodCount() function in typereg::Reader
|
/aoo41x/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 729 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 …]
|
/aoo41x/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 846 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()
|
/aoo41x/main/rdbmaker/inc/codemaker/ |
H A D | registry.hxx | 161 inline sal_uInt32 getMethodCount() const in getMethodCount() function in TypeReader 162 { return m_pImpl->m_pReader->getMethodCount(); } in getMethodCount()
|
/aoo41x/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 334 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()
|
/aoo41x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 426 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()
|
/aoo41x/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 853 || 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()
|
/aoo41x/main/codemaker/source/codemaker/ |
H A D | codemaker.cxx | 163 && reader.getMethodCount() == 0 in decomposeAndResolve()
|
H A D | dependencies.cxx | 82 for (sal_Int16 i = 0; i < reader.getMethodCount(); ++i) { in Dependencies()
|
/aoo41x/main/registry/source/ |
H A D | reflread.cxx | 1468 static sal_uInt32 TYPEREG_CALLTYPE getMethodCount(TypeReaderImpl hEntry) in getMethodCount() function 1745 aApi.getMethodCount = &getMethodCount; in initRegistryTypeReader_Api()
|
H A D | regimpl.cxx | 304 static_cast< unsigned int >(reader.getMethodCount())); in dumpType() 305 {for (sal_uInt16 i = 0; i < reader.getMethodCount(); ++i) { in dumpType()
|
/aoo41x/main/rdbmaker/source/codemaker/ |
H A D | dependency.cxx | 161 sal_uInt32 count = reader.getMethodCount(); in checkMethodDependencies()
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | tdservice.cxx | 336 sal_uInt16 ctorCount = reader.getMethodCount(); in getConstructors()
|
H A D | tdiface.cxx | 454 sal_uInt16 methodCount = reader.getMethodCount(); in getMembers()
|
/aoo41x/main/registry/tools/ |
H A D | regcompare.cxx | 1180 sal_uInt16 nMethods1 = (sal_uInt16)reader1.getMethodCount(); in checkBlob() 1181 sal_uInt16 nMethods2 = (sal_uInt16)reader2.getMethodCount(); in checkBlob()
|