Lines Matching refs:rDocShell
2177 const SfxMedium* pMedium( rDocShell.GetMedium() ); in getCurrentMacroExecMode()
2190 const SfxMedium* pMedium( rDocShell.GetMedium() ); in setCurrentMacroExecMode()
2205 const SfxMedium* pMedium( rDocShell.GetMedium() ); in getDocumentLocation()
2213 sLocation = rDocShell.getDocProperties()->getTemplateURL(); in getDocumentLocation()
2223 SfxMedium* pMedium( rDocShell.GetMedium() ); in getZipStorageToSign()
2238 return Reference< XEmbeddedScripts >( rDocShell.GetModel(), UNO_QUERY ); in getEmbeddedDocumentScripts()
2243 sal_Int16 nSignatureState( rDocShell.GetScriptingSignatureState() ); in getScriptingSignatureState()
2263 … uno::Reference < beans::XPropertySet > xPropSet( rDocShell.GetStorage(), uno::UNO_QUERY_THROW ); in hasTrustedScriptingSignature()
2278 …uno::Sequence< security::DocumentSignatureInformation > aInfo = rDocShell.ImplAnalyzeSignature( sa… in hasTrustedScriptingSignature()
2283 nScriptingSignatureState = rDocShell.ImplCheckSignaturesInformation( aInfo ); in hasTrustedScriptingSignature()
2296 if ( rDocShell.GetMedium() ) in hasTrustedScriptingSignature()
2297 xInteraction = rDocShell.GetMedium()->GetInteractionHandler(); in hasTrustedScriptingSignature()
2303 … aRequest.DocumentStorage = rDocShell.GetMedium()->GetZipStorageToSign_Impl(); in hasTrustedScriptingSignature()