Lines Matching refs:xInteraction
1253 uno::Reference< task::XInteractionHandler > xInteraction; in CheckSecurityOnLoading_Impl() local
1255 xInteraction = GetMedium()->GetInteractionHandler(); in CheckSecurityOnLoading_Impl()
1258 CheckForBrokenDocSignatures_Impl( xInteraction ); in CheckSecurityOnLoading_Impl()
1260 CheckEncryption_Impl( xInteraction ); in CheckSecurityOnLoading_Impl()
1263 pImp->aMacroMode.checkMacrosOnLoading( xInteraction ); in CheckSecurityOnLoading_Impl()
1976 uno::Reference< task::XInteractionHandler > xInteraction; in AdjustMacroMode() local
1978 xInteraction = pMedium->GetInteractionHandler(); in AdjustMacroMode()
1980 CheckForBrokenDocSignatures_Impl( xInteraction ); in AdjustMacroMode()
1982 CheckEncryption_Impl( xInteraction ); in AdjustMacroMode()
1984 return pImp->aMacroMode.adjustMacroMode( xInteraction ); in AdjustMacroMode()
2283 uno::Reference< task::XInteractionHandler > xInteraction; in hasTrustedScriptingSignature() local
2285 xInteraction = rDocShell.GetMedium()->GetInteractionHandler(); in hasTrustedScriptingSignature()
2287 if ( xInteraction.is() ) in hasTrustedScriptingSignature()
2295 … bResult = SfxMedium::CallApproveHandler( xInteraction, uno::makeAny( aRequest ), sal_True ); in hasTrustedScriptingSignature()