Lines Matching refs:aAlgorithms
1766 uno::Sequence< beans::NamedValue > aAlgorithms; in setPropertyValue() local
1767 if ( m_pZipFile || !( aValue >>= aAlgorithms ) || aAlgorithms.getLength() == 0 ) in setPropertyValue()
1773 for ( sal_Int32 nInd = 0; nInd < aAlgorithms.getLength(); nInd++ ) in setPropertyValue()
1775 …if ( aAlgorithms[nInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "StartKeyGenerationAlgorithm… in setPropertyValue()
1778 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()
1784 …else if ( aAlgorithms[nInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "EncryptionAlgorithm" )… in setPropertyValue()
1787 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()
1793 …else if ( aAlgorithms[nInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ChecksumAlgorithm" ) )… in setPropertyValue()
1796 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()
1829 ::comphelper::SequenceAsHashMap aAlgorithms; in getPropertyValue()
1830 …aAlgorithms[ ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "StartKeyGenerationAlgorithm" ) ) ] <<=… in getPropertyValue()
1831 …aAlgorithms[ ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "EncryptionAlgorithm" ) ) ] <<= m_nComm… in getPropertyValue()
1832 …aAlgorithms[ ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ChecksumAlgorithm" ) ) ] <<= m_nChecks… in getPropertyValue()
1833 aAny <<= aAlgorithms.getAsConstNamedValueList(); in getPropertyValue()