Lines Matching refs:rDocShell
2165 const SfxMedium* pMedium( rDocShell.GetMedium() ); in getCurrentMacroExecMode()
2178 const SfxMedium* pMedium( rDocShell.GetMedium() ); in setCurrentMacroExecMode()
2193 const SfxMedium* pMedium( rDocShell.GetMedium() ); in getDocumentLocation()
2201 sLocation = rDocShell.getDocProperties()->getTemplateURL(); in getDocumentLocation()
2211 SfxMedium* pMedium( rDocShell.GetMedium() ); in getZipStorageToSign()
2226 return Reference< XEmbeddedScripts >( rDocShell.GetModel(), UNO_QUERY ); in getEmbeddedDocumentScripts()
2231 sal_Int16 nSignatureState( rDocShell.GetScriptingSignatureState() ); in getScriptingSignatureState()
2251 … uno::Reference < beans::XPropertySet > xPropSet( rDocShell.GetStorage(), uno::UNO_QUERY_THROW ); in hasTrustedScriptingSignature()
2266 …uno::Sequence< security::DocumentSignatureInformation > aInfo = rDocShell.ImplAnalyzeSignature( sa… in hasTrustedScriptingSignature()
2271 nScriptingSignatureState = rDocShell.ImplCheckSignaturesInformation( aInfo ); in hasTrustedScriptingSignature()
2284 if ( rDocShell.GetMedium() ) in hasTrustedScriptingSignature()
2285 xInteraction = rDocShell.GetMedium()->GetInteractionHandler(); in hasTrustedScriptingSignature()
2291 … aRequest.DocumentStorage = rDocShell.GetMedium()->GetZipStorageToSign_Impl(); in hasTrustedScriptingSignature()