Searched refs:sUserSetCertPath (Results 1 – 6 of 6) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/ |
H A D | certpath.cxx | 91 void CertPathDialog::AddManualCertPath(const OUString& sUserSetCertPath, bool bSelect) in AddManualCertPath() argument 93 if (sUserSetCertPath.isEmpty()) in AddManualCertPath() 98 osl::FileBase::getFileURLFromSystemPath(sUserSetCertPath, sUserSetCertURLPath); in AddManualCertPath() 104 AddCertPath(m_sManualLabel, sUserSetCertPath, bSelect); in AddManualCertPath()
|
H A D | certpath.hxx | 29 void AddManualCertPath(const OUString& sUserSetCertPath, bool bSelect = true);
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/ |
H A D | certpath.cxx | 109 void CertPathDialog::AddManualCertPath(const OUString& sUserSetCertPath, bool bSelect) in AddManualCertPath() argument 111 if (sUserSetCertPath.isEmpty()) in AddManualCertPath() 117 osl::FileBase::getFileURLFromSystemPath(sUserSetCertPath, sUserSetCertURLPath); in AddManualCertPath() 123 AddCertPath(m_sManualLabel, sUserSetCertPath, bSelect); in AddManualCertPath()
|
H A D | certpath.hxx | 31 void AddManualCertPath(const OUString& sUserSetCertPath, bool bSelect = true);
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/nss/ |
H A D | nssinitializer.cxx | 252 OUString sUserSetCertPath = in getMozillaCurrentProfile() local 255 if (!sUserSetCertPath.isEmpty()) in getMozillaCurrentProfile() 260 "Security/Scripting/CertDir: " << sUserSetCertPath); in getMozillaCurrentProfile() 261 return OUStringToOString(sUserSetCertPath, osl_getThreadTextEncoding()); in getMozillaCurrentProfile()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/nss/ |
H A D | nssinitializer.cxx | 193 OUString sUserSetCertPath = in getMozillaCurrentProfile() local 196 if (lcl_pathExists(sUserSetCertPath)) in getMozillaCurrentProfile() 201 "Security/Scripting/CertDir: " << sUserSetCertPath); in getMozillaCurrentProfile() 202 m_sNSSPath = sUserSetCertPath; in getMozillaCurrentProfile()
|