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.cxx460 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 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.cxx727 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 Dcunotype.cxx844 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 Didltype.cxx332 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 Dcorbatype.cxx420 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 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.cxx318 sal_uInt16 ctorCount = reader.getMethodCount(); in getConstructors()
H A Dtdiface.cxx436 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()