Lines Matching refs:m_seqSecureURLs
231 Sequence< OUString > m_seqSecureURLs; member in SvtSecurityOptions_Impl
286 ,m_seqSecureURLs ( DEFAULT_SECUREURL ) in SvtSecurityOptions_Impl()
354 m_seqSecureURLs.realloc( 0 ); in SetProperty()
355 rValue >>= m_seqSecureURLs; in SetProperty()
357 sal_uInt32 nCount = m_seqSecureURLs.getLength(); in SetProperty()
359 m_seqSecureURLs[ nItem ] = aOpt.SubstituteVariable( m_seqSecureURLs[ nItem ] ); in SetProperty()
638 Sequence< OUString > lURLs( m_seqSecureURLs ); in Commit()
872 return m_seqSecureURLs; in GetSecureURLs()
878 if (!m_bROSecureURLs && m_seqSecureURLs!=seqURLList) in SetSecureURLs()
880 m_seqSecureURLs = seqURLList; in SetSecureURLs()
913 sal_uInt32 nCount = m_seqSecureURLs.getLength(); in IsSecureURL()
916 OUString sCheckURL = m_seqSecureURLs[nItem].toAsciiLowerCase(); in IsSecureURL()