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.cxx1749 uno::Sequence< beans::NamedValue > aAlgorithms; in setPropertyValue() local
1750 if ( m_pZipFile || !( aValue >>= aAlgorithms ) || aAlgorithms.getLength() == 0 ) in setPropertyValue()
1756 for ( sal_Int32 nInd = 0; nInd < aAlgorithms.getLength(); nInd++ ) in setPropertyValue()
1758 …if ( aAlgorithms[nInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "StartKeyGenerationAlgorithm… in setPropertyValue()
1761 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()
1767 …else if ( aAlgorithms[nInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "EncryptionAlgorithm" )… in setPropertyValue()
1770 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()
1776 …else if ( aAlgorithms[nInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ChecksumAlgorithm" ) )… in setPropertyValue()
1779 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()
1811 ::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.cxx752 uno::Sequence< beans::NamedValue > aAlgorithms; in CopyToStorage() local
755 >>= aAlgorithms; in CopyToStorage()
756 xEncr->setEncryptionAlgorithms( aAlgorithms ); in CopyToStorage()
4653 …SAL_CALL OStorage::setEncryptionAlgorithms( const uno::Sequence< beans::NamedValue >& aAlgorithms ) in setEncryptionAlgorithms() argument
4668 if ( !aAlgorithms.getLength() ) in setEncryptionAlgorithms()
4699 uno::makeAny( aAlgorithms ) ); in setEncryptionAlgorithms()
H A Dxstorage.hxx498 …ithms( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aAlgorithms );