Searched refs:aMethodSeq (Results 1 – 5 of 5) sorted by relevance
621 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( MethodConcept::LISTENER ); in attachListener() local622 sal_uInt32 i, nLen = aMethodSeq.getLength(); in attachListener()623 const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray(); in attachListener()772 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( MethodConcept::LISTENER ); in removeListener() local773 sal_uInt32 i, nLen = aMethodSeq.getLength(); in removeListener()774 const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray(); in removeListener()
783 Sequence< Reference< XIdlMethod > > aMethodSeq; in getInfoSequenceImpl() local795 aMethodSeq = _xIntrospectionAccess->getMethods in getInfoSequenceImpl()801 sal_Int32 nMethodCount = aMethodSeq.getLength(); in getInfoSequenceImpl()808 const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray(); in getInfoSequenceImpl()
1437 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( nRealConcepts ); in test_introsp() local1440 sal_Int32 nLen = aMethodSeq.getLength(); in test_introsp()1450 const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray(); in test_introsp()
1393 Sequence< Reference<XIdlMethod> > aMethodSeq = mpStaticImpl->getMethods(); in getMethods() local1394 const Reference<XIdlMethod>* pSourceMethods = aMethodSeq.getConstArray(); in getMethods()1396 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()
Completed in 61 milliseconds