Lines Matching refs:rDocShell
2169 const SfxMedium* pMedium( rDocShell.GetMedium() ); in getCurrentMacroExecMode()
2182 const SfxMedium* pMedium( rDocShell.GetMedium() ); in setCurrentMacroExecMode()
2197 const SfxMedium* pMedium( rDocShell.GetMedium() ); in getDocumentLocation()
2205 sLocation = rDocShell.getDocProperties()->getTemplateURL(); in getDocumentLocation()
2215 SfxMedium* pMedium( rDocShell.GetMedium() ); in getZipStorageToSign()
2230 return Reference< XEmbeddedScripts >( rDocShell.GetModel(), UNO_QUERY ); in getEmbeddedDocumentScripts()
2235 sal_Int16 nSignatureState( rDocShell.GetScriptingSignatureState() ); in getScriptingSignatureState()
2255 … uno::Reference < beans::XPropertySet > xPropSet( rDocShell.GetStorage(), uno::UNO_QUERY_THROW ); in hasTrustedScriptingSignature()
2270 …uno::Sequence< security::DocumentSignatureInformation > aInfo = rDocShell.ImplAnalyzeSignature( sa… in hasTrustedScriptingSignature()
2275 nScriptingSignatureState = rDocShell.ImplCheckSignaturesInformation( aInfo ); in hasTrustedScriptingSignature()
2288 if ( rDocShell.GetMedium() ) in hasTrustedScriptingSignature()
2289 xInteraction = rDocShell.GetMedium()->GetInteractionHandler(); in hasTrustedScriptingSignature()
2295 … aRequest.DocumentStorage = rDocShell.GetMedium()->GetZipStorageToSign_Impl(); in hasTrustedScriptingSignature()