Searched refs:aAlgorithms (Results 1 – 4 of 4) sorted by relevance
1766 uno::Sequence< beans::NamedValue > aAlgorithms; in setPropertyValue() local1767 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()[all …]
102 void setEncryptionAlgorithms( [in] sequence< ::com::sun::star::beans::NamedValue > aAlgorithms )
754 uno::Sequence< beans::NamedValue > aAlgorithms; in CopyToStorage() local757 >>= aAlgorithms; in CopyToStorage()758 xEncr->setEncryptionAlgorithms( aAlgorithms ); in CopyToStorage()4809 …SAL_CALL OStorage::setEncryptionAlgorithms( const uno::Sequence< beans::NamedValue >& aAlgorithms ) in setEncryptionAlgorithms() argument4825 if ( !aAlgorithms.getLength() ) in setEncryptionAlgorithms()4856 uno::makeAny( aAlgorithms ) ); in setEncryptionAlgorithms()
651 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aAlgorithms ) throw (::com:…
Completed in 62 milliseconds