Searched refs:IsSecureURL (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/unotools/source/config/ |
H A D | securityoptions.cxx | 195 sal_Bool IsSecureURL ( const OUString& sURL, 885 sal_Bool SvtSecurityOptions_Impl::IsSecureURL( const OUString& sURL , in IsSecureURL() function in SvtSecurityOptions_Impl 1109 sal_Bool SvtSecurityOptions::IsSecureURL( const OUString& sURL , in IsSecureURL() function in SvtSecurityOptions 1113 return m_pDataContainer->IsSecureURL( sURL, sReferer ); in IsSecureURL()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | securityoptions.hxx | 229 sal_Bool IsSecureURL( const ::rtl::OUString& sURL ,
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appcfg.cxx | 514 sal_Bool SfxApplication::IsSecureURL( const INetURLObject& rURL, const String* pReferer ) const in IsSecureURL() function in SfxApplication 516 return SvtSecurityOptions().IsSecureURL( rURL.GetMainURL( INetURLObject::NO_DECODE ), *pReferer ); in IsSecureURL()
|
H A D | appopen.cxx | 1046 if (SFX_APP()->IsSecureURL(rtl::OUString(), &aReferer)) in OpenDocExec_Impl() 1131 if ( !SFX_APP()->IsSecureURL( INetURLObject(aFileName), &aReferer ) ) in OpenDocExec_Impl()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | app.hxx | 245 …sal_Bool IsSecureURL( const INetURLObject &rURL, const String *pReferer ) c…
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 1931 if ( aOpt.IsSecureURL( aURL.GetMainURL( INetURLObject::NO_DECODE ), aReferer ) ) in IsSecure()
|
Completed in 80 milliseconds