Searched refs:nMethodCount (Results 1 – 4 of 4) sorted by relevance
801 sal_Int32 nMethodCount = aMethodSeq.getLength(); in getInfoSequenceImpl() local802 sal_Int32 nTotalCount = nNameAccessCount + nPropertyCount + nMethodCount; in getInfoSequenceImpl()832 for( i = 0 ; i < nMethodCount ; i++, iTotal++ ) in getInfoSequenceImpl()
636 sal_uInt32 nMethodCount = pClassMethods->Count32(); in TYPEINIT1() local638 for( i = 0 ; i < nMethodCount ; i++ ) in TYPEINIT1()664 for( i = 0 ; i < nMethodCount ; i++ ) in TYPEINIT1()
2010 sal_uInt16 nMethodCount = pMethods->Count(); in Impl_DumpMethods() local2011 if( !nMethodCount ) in Impl_DumpMethods()2016 sal_uInt16 nPropsPerLine = 1 + nMethodCount / 30; in Impl_DumpMethods()2017 for( sal_uInt16 i = 0; i < nMethodCount; i++ ) in Impl_DumpMethods()2064 if( i == nMethodCount - 1 ) in Impl_DumpMethods()
1108 long nMethodCount = aMethods.getLength(); in UpdateFromAddIn() local1110 for (long nFuncPos=0; nFuncPos<nMethodCount; nFuncPos++) in UpdateFromAddIn()
Completed in 49 milliseconds