Home
last modified time | relevance | path

Searched refs:aDispatches (Results 1 – 3 of 3) sorted by relevance

/trunk/main/desktop/source/app/
H A Ddispatchwatcher.cxx135 std::vector< DispatchHolder > aDispatches; in executeDispatchRequests() local
250 aDispatches.push_back( DispatchHolder( aURL, xDispatcher )); in executeDispatchRequests()
407 if ( aDispatches.size() > 0 ) in executeDispatchRequests()
416 for ( sal_uInt32 n = 0; n < aDispatches.size(); n++ ) in executeDispatchRequests()
418 Reference< XDispatch > xDispatch = aDispatches[n].xDispatch; in executeDispatchRequests()
421 xDisp->dispatchWithNotification( aDispatches[n].aURL, aArgs, this ); in executeDispatchRequests()
427 xDispatch->dispatch( aDispatches[n].aURL, aArgs ); in executeDispatchRequests()
H A Ddispatchwatcher.hxx104 sal_Bool executeDispatchRequests( const DispatchList& aDispatches, bool bNoTerminate = false );
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx315 uno::Sequence< uno::Reference< XDispatch > > aDispatches( aDescripts.getLength() ); in queryDispatches() local
317aDispatches[i] = queryDispatch( aDescripts[i].FeatureURL, aDescripts[i].FrameName, aDescripts[i].S… in queryDispatches()
318 return aDispatches; in queryDispatches()

Completed in 12 milliseconds