Searched refs:LoadDispatcher (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/framework/source/dispatch/ |
H A D | loaddispatcher.cxx | 53 LoadDispatcher::LoadDispatcher(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR … in LoadDispatcher() function in framework::LoadDispatcher 69 LoadDispatcher::~LoadDispatcher() in ~LoadDispatcher() 77 void SAL_CALL LoadDispatcher::dispatchWithNotification(const css::util::URL& … in dispatchWithNotification() 88 void SAL_CALL LoadDispatcher::dispatch(const css::util::URL& aURL … in dispatch() 98 css::uno::Any SAL_CALL LoadDispatcher::dispatchWithReturnValue( const css::util::URL& rURL, in dispatchWithReturnValue() 108 void SAL_CALL LoadDispatcher::addStatusListener(const css::uno::Reference< css::frame::XStatusListe… in addStatusListener() 117 void SAL_CALL LoadDispatcher::removeStatusListener(const css::uno::Reference< css::frame::XStatusLi… in removeStatusListener() 126 css::uno::Any LoadDispatcher::impl_dispatch( const css::util::URL& rURL, in impl_dispatch()
|
H A D | dispatchprovider.cxx | 718 … LoadDispatcher* pDispatcher = new LoadDispatcher(xFactory, xOwner, sTarget, nSearchFlags); in implts_getOrCreateDispatchHelper() 728 … LoadDispatcher* pDispatcher = new LoadDispatcher(xFactory, xOwner, SPECIALTARGET_BLANK, 0); in implts_getOrCreateDispatchHelper() 739 … LoadDispatcher* pDispatcher = new LoadDispatcher(xFactory, xOwner, SPECIALTARGET_DEFAULT, 0); in implts_getOrCreateDispatchHelper() 747 … LoadDispatcher* pDispatcher = new LoadDispatcher(xFactory, xOwner, SPECIALTARGET_SELF, 0); in implts_getOrCreateDispatchHelper()
|
/aoo41x/main/framework/source/inc/dispatch/ |
H A D | loaddispatcher.hxx | 61 class LoadDispatcher : private ThreadHelpBase class 109 LoadDispatcher(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR , 118 virtual ~LoadDispatcher();
|
Completed in 16 milliseconds