Home
last modified time | relevance | path

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

/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx1766 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()
[all …]
/trunk/main/offapi/com/sun/star/embed/
H A DXEncryptionProtectedStorage.idl102 void setEncryptionAlgorithms( [in] sequence< ::com::sun::star::beans::NamedValue > aAlgorithms )
/trunk/main/package/source/xstor/
H A Dxstorage.cxx754 uno::Sequence< beans::NamedValue > aAlgorithms; in CopyToStorage() local
757 >>= aAlgorithms; in CopyToStorage()
758 xEncr->setEncryptionAlgorithms( aAlgorithms ); in CopyToStorage()
4809 …SAL_CALL OStorage::setEncryptionAlgorithms( const uno::Sequence< beans::NamedValue >& aAlgorithms ) in setEncryptionAlgorithms() argument
4825 if ( !aAlgorithms.getLength() ) in setEncryptionAlgorithms()
4856 uno::makeAny( aAlgorithms ) ); in setEncryptionAlgorithms()
H A Dxstorage.hxx651 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aAlgorithms ) throw (::com:…

Completed in 62 milliseconds