Home
last modified time | relevance | path

Searched refs:m_seqTrustedAuthors (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/unotools/source/config/
H A Dsecurityoptions.cxx240 Sequence< SvtSecurityOptions::Certificate > m_seqTrustedAuthors; member in SvtSecurityOptions_Impl
293 ,m_seqTrustedAuthors ( DEFAULT_TRUSTEDAUTHORS ) in SvtSecurityOptions_Impl()
474 m_seqTrustedAuthors.realloc( 0 ); // first clear in LoadAuthors()
498 m_seqTrustedAuthors.realloc( c1 ); in LoadAuthors()
508 m_seqTrustedAuthors[ i1 ] = aCert; in LoadAuthors()
717 sal_Int32 nCnt = m_seqTrustedAuthors.getLength(); in Commit()
732 lPropertyValues[ 0 ].Value <<= m_seqTrustedAuthors[ i ][0]; in Commit()
734 lPropertyValues[ 1 ].Value <<= m_seqTrustedAuthors[ i ][1]; in Commit()
961 return m_seqTrustedAuthors; in GetTrustedAuthors()
967 if( !m_bROTrustedAuthors && rAuthors != m_seqTrustedAuthors ) in SetTrustedAuthors()
[all …]

Completed in 16 milliseconds