Searched refs:aMethodSeq (Results 1 – 5 of 5) sorted by relevance
598 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( MethodConcept::LISTENER ); in attachListener() local599 sal_uInt32 i, nLen = aMethodSeq.getLength(); in attachListener()600 const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray(); in attachListener()747 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( MethodConcept::LISTENER ); in removeListener() local748 sal_uInt32 i, nLen = aMethodSeq.getLength(); in removeListener()749 const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray(); in removeListener()
759 Sequence< Reference< XIdlMethod > > aMethodSeq; in getInfoSequenceImpl() local771 aMethodSeq = _xIntrospectionAccess->getMethods in getInfoSequenceImpl()777 sal_Int32 nMethodCount = aMethodSeq.getLength(); in getInfoSequenceImpl()784 const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray(); in getInfoSequenceImpl()
1398 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( nRealConcepts ); in test_introsp() local1401 sal_Int32 nLen = aMethodSeq.getLength(); in test_introsp()1411 const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray(); in test_introsp()
1330 Sequence< Reference<XIdlMethod> > aMethodSeq = mpStaticImpl->getMethods(); in getMethods() local1331 const Reference<XIdlMethod>* pSourceMethods = aMethodSeq.getConstArray(); in getMethods()1333 sal_Int32 nLen = aMethodSeq.getLength(); in getMethods()
2960 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods in implCreateAll() local2962 sal_uInt32 nMethCount = aMethodSeq.getLength(); in implCreateAll()2963 const Reference< XIdlMethod >* pMethods_ = aMethodSeq.getConstArray(); in implCreateAll()