Home
last modified time | relevance | path

Searched refs:aMethodSeq (Results 1 – 5 of 5) sorted by relevance

/trunk/main/eventattacher/source/
H A Deventattacher.cxx621 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( MethodConcept::LISTENER ); in attachListener() local
622 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() local
773 sal_uInt32 i, nLen = aMethodSeq.getLength(); in removeListener()
774 const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray(); in removeListener()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx783 Sequence< Reference< XIdlMethod > > aMethodSeq; in getInfoSequenceImpl() local
795 aMethodSeq = _xIntrospectionAccess->getMethods in getInfoSequenceImpl()
801 sal_Int32 nMethodCount = aMethodSeq.getLength(); in getInfoSequenceImpl()
808 const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray(); in getInfoSequenceImpl()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx1437 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods( nRealConcepts ); in test_introsp() local
1440 sal_Int32 nLen = aMethodSeq.getLength(); in test_introsp()
1450 const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray(); in test_introsp()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1393 Sequence< Reference<XIdlMethod> > aMethodSeq = mpStaticImpl->getMethods(); in getMethods() local
1394 const Reference<XIdlMethod>* pSourceMethods = aMethodSeq.getConstArray(); in getMethods()
1396 sal_Int32 nLen = aMethodSeq.getLength(); in getMethods()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2960 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods in implCreateAll() local
2962 sal_uInt32 nMethCount = aMethodSeq.getLength(); in implCreateAll()
2963 const Reference< XIdlMethod >* pMethods_ = aMethodSeq.getConstArray(); in implCreateAll()

Completed in 74 milliseconds