| /trunk/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 | 460 if (reader.getFieldCount() > 0 || reader.getMethodCount() > 0) { in printMethods() 481 if (method < reader.getMethodCount() in printMethods() 532 if (method < reader.getMethodCount() in printMethods() 563 for (; method < reader.getMethodCount(); ++method) { in printMethods() 628 for (sal_uInt16 i = 0; i < reader.getMethodCount(); ++i) { in printConstructionMethods()
|
| /trunk/main/registry/inc/registry/ |
| H A D | reflread.hxx | 69 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 D | reader.hxx | 366 sal_uInt16 getMethodCount() const { in getMethodCount() function in typereg::Reader
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | cpputype.cxx | 727 sal_uInt16 count = m_reader.getMethodCount(); in getMemberCount() 767 count += pReader->getMethodCount(); in checkInheritedMemberCount() 1249 if (m_reader.getMethodCount() != 0) { in dumpHFile() 1378 sal_uInt16 methodCount = m_reader.getMethodCount(); in dumpMethods() 1652 sal_uInt16 methodCount = m_reader.getMethodCount(); in dumpCppuMethodRefs() 1680 sal_uInt16 methodCount = m_reader.getMethodCount(); in getMemberCount() 1743 {for (sal_uInt16 i = 0; i < reader.getMethodCount(); ++i) { in calculate() 1763 if (m_reader.getMethodCount() > 0 || m_reader.getFieldCount() > 0) { in addSpecialDependencies() 1855 sal_uInt16 methodCount = m_reader.getMethodCount(); in dumpCppuMethods() 1994 sal_uInt16 methodCount = m_reader.getMethodCount(); in dumpMethodsCppuDecl() [all …]
|
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunotype.cxx | 844 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount() 880 count += pReader->getMethodCount(); in checkInheritedMemberCount() 1782 sal_uInt32 methodCount = reader.getMethodCount(); in dumpMethods() 2108 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpCUnoMethodTypeNames() 2150 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpCUnoMethodRefs() 2172 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount() 2215 count += pReader->getMethodCount(); in checkInheritedMemberCount() 2287 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpCUnoMethods() 2460 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpMethodsCppuDecl()
|
| /trunk/main/codemaker/source/idlmaker/ |
| H A D | idltype.cxx | 332 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount() 368 count += pReader->getMethodCount(); in checkInheritedMemberCount() 841 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpMethods() 946 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount() 989 count += pReader->getMethodCount(); in checkInheritedMemberCount()
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 420 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount() 456 count += pReader->getMethodCount(); in checkInheritedMemberCount() 1192 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpUnoMethods() 1485 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpCorbaMethods() 1794 sal_uInt32 methodCount = m_reader.getMethodCount(); in dumpFunctions() 1956 sal_uInt32 count = m_reader.getMethodCount(); in getMemberCount() 1999 count += pReader->getMethodCount(); in checkInheritedMemberCount()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/rdbmaker/source/codemaker/ |
| H A D | dependency.cxx | 161 sal_uInt32 count = reader.getMethodCount(); in checkMethodDependencies()
|
| /trunk/main/stoc/source/registry_tdprovider/ |
| H A D | tdservice.cxx | 318 sal_uInt16 ctorCount = reader.getMethodCount(); in getConstructors()
|
| H A D | tdiface.cxx | 436 sal_uInt16 methodCount = reader.getMethodCount(); in getMembers()
|
| /trunk/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()
|