Lines Matching refs:XInteractionHandler

224 …SfxMediumHandler_Impl : public ::cppu::WeakImplHelper1< com::sun::star::task::XInteractionHandler >
226 com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler > m_xInter;
232 …andler_Impl( com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler > xInteract… in SfxMediumHandler_Impl()
314 ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > xInteraction;
316 …::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > xCredentialInterac…
465 uno::Reference< task::XInteractionHandler > xHandler = GetInteractionHandler(); in CheckFileDate()
930 uno::Reference< task::XInteractionHandler > xHandler = GetInteractionHandler(); in ShowLockedWebDAVDocumentDialog()
1009 uno::Reference< task::XInteractionHandler > xHandler = GetInteractionHandler(); in ShowLockedDocumentDialog()
1217 … uno::Reference< task::XInteractionHandler > xHandler = GetInteractionHandler(); in LockOrigFileOnDemand()
1316 …Reference< ::com::sun::star::task::XInteractionHandler > xInteractionHandler = GetInteractionHandl… in LockOrigFileOnDemand()
1340 … uno::Reference< task::XInteractionHandler > xCHandler = GetAuthenticationInteractionHandler(); in LockOrigFileOnDemand()
1354 … uno::Reference< task::XInteractionHandler > xHandler = GetInteractionHandler(); in LockOrigFileOnDemand()
2117 …Reference< ::com::sun::star::task::XInteractionHandler > xInteractionHandler = GetInteractionHandl… in Transfer_Impl()
2427 …Reference< ::com::sun::star::task::XInteractionHandler > xInteractionHandler = GetInteractionHandl… in GetMedium_Impl()
2737 ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >
2743 ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > xHandler; in GetAuthenticationInteractionHandler()
2757 …dentialInteraction = ::com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler >( in GetAuthenticationInteractionHandler()
2762 return ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >(); in GetAuthenticationInteractionHandler()
2767 ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >
2772 return ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >(); in GetInteractionHandler()
2777 ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > xHandler; in GetInteractionHandler()
2785 return ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >(); in GetInteractionHandler()
2795 …pImp->xInteraction = ::com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler >( in GetInteractionHandler()
2800 return ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >(); in GetInteractionHandler()
2996 …Reference< ::com::sun::star::task::XInteractionHandler > xHandler = GetAuthenticationInteractionHa… in UnlockFile()
4093 sal_Bool SfxMedium::CallApproveHandler( const uno::Reference< task::XInteractionHandler >& xHandler… in CallApproveHandler()