Searched refs:xDispatchInterceptor (Results 1 – 2 of 2) sorted by relevance
250 uno::Reference< frame::XDispatchProviderInterceptor > xDispatchInterceptor; in LinkInit_Impl() local254 aObjectDescr[nObjInd].Value >>= xDispatchInterceptor; in LinkInit_Impl()264 if ( xDispatchInterceptor.is() ) in LinkInit_Impl()265 m_pDocHolder->SetOutplaceDispatchInterceptor( xDispatchInterceptor ); in LinkInit_Impl()
1026 uno::Reference< frame::XDispatchProviderInterceptor > xDispatchInterceptor; in setPersistentEntry() local1027 if ( lObjArgs[nObjInd].Value >>= xDispatchInterceptor ) in setPersistentEntry()1028 m_pDocHolder->SetOutplaceDispatchInterceptor( xDispatchInterceptor ); in setPersistentEntry()1754 uno::Reference< frame::XDispatchProviderInterceptor > xDispatchInterceptor; in reload() local1755 if ( lObjArgs[nObjInd].Value >>= xDispatchInterceptor ) in reload()1756 m_pDocHolder->SetOutplaceDispatchInterceptor( xDispatchInterceptor ); in reload()
Completed in 23 milliseconds