Home
last modified time | relevance | path

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

/trunk/main/package/source/package/zippackage/
H A DZipPackageStream.cxx211 ::rtl::Reference< EncryptionData > ZipPackageStream::GetEncryptionData( bool bUseWinEncoding ) in GetEncryptionData() function in ZipPackageStream
494 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getRawData()
523 …return rZipPackage.getZipFile().getInputStream( aEntry, GetEncryptionData(), bIsEncrypted, rZipPac… in getInputStream()
564 …xResult = rZipPackage.getZipFile().getDataStream( aEntry, GetEncryptionData(), bIsEncrypted, rZipP… in getDataStream()
571 …xResult = rZipPackage.getZipFile().getDataStream( aEntry, GetEncryptionData( true ), bIsEncrypted,… in getDataStream()
580 return ZipFile::StaticGetDataFromRawStream( m_xFactory, GetOwnSeekStream(), GetEncryptionData() ); in getDataStream()
605 if ( !bIsEncrypted || !GetEncryptionData().is() ) in getRawStream()
608 …return rZipPackage.getZipFile().getWrappedRawStream( aEntry, GetEncryptionData(), sMediaType, rZip… in getRawStream()
679 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getPlainRawStream()
H A DZipPackageFolder.cxx498 … ::rtl::Reference< EncryptionData > xEncData = rInfo.pStream->GetEncryptionData(); in saveChild()
624 ::rtl::Reference< EncryptionData > xEncData = rInfo.pStream->GetEncryptionData(); in saveChild()
/trunk/main/sc/source/filter/excel/
H A Dxeroot.cxx245 if ( GetEncryptionData().getLength() > 0 ) in IsDocumentEncrypted()
275 aEncryptionData = aCodec.GetEncryptionData(); in GenerateEncryptionData()
281 uno::Sequence< beans::NamedValue > XclExpRoot::GetEncryptionData() const in GetEncryptionData() function in XclExpRoot
H A Dxistream.cxx156 maEncryptionData = maCodec.GetEncryptionData(); in OnVerifyPassword()
172 … aEncryptionHash.update( ::comphelper::SequenceAsHashMap( aCodec97.GetEncryptionData() ) ); in OnVerifyPassword()
253 maEncryptionData = maCodec.GetEncryptionData(); in OnVerifyPassword()
H A Dxestream.cxx488 Sequence< NamedValue > aEncryptionData = rRoot.GetEncryptionData(); in XclExpBiff8Encrypter()
/trunk/main/filter/inc/filter/msfilter/
H A Dmscodec.hxx68 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > GetEncryptionData();
208 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > GetEncryptionData();
/trunk/main/package/source/package/zipapi/
H A DZipOutputStream.cxx106 … m_xCipherContext = ZipFile::StaticGetCipher( m_xFactory, pStream->GetEncryptionData(), true ); in putNextEntry()
107 …stContext = ZipFile::StaticGetDigestContextForChecksum( m_xFactory, pStream->GetEncryptionData() ); in putNextEntry()
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx193 uno::Sequence< beans::NamedValue > MSCodec_Xor95::GetEncryptionData() in GetEncryptionData() function in msfilter::MSCodec_Xor95
339 uno::Sequence< beans::NamedValue > MSCodec_Std97::GetEncryptionData() in GetEncryptionData() function in msfilter::MSCodec_Std97
/trunk/main/sc/source/filter/inc/
H A Dxeroot.hxx160 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > GetEncryptionData() const;
/trunk/main/package/inc/
H A DZipPackageStream.hxx92 ::rtl::Reference< EncryptionData > GetEncryptionData( bool bWinEncoding = false );
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4944 aEncryptionData = rCodec.GetEncryptionData(); in InitXorWord95Codec()
4971 … aEncryptionHash.update( ::comphelper::SequenceAsHashMap( aCodec97.GetEncryptionData() ) ); in InitXorWord95Codec()
4999 aEncryptionData = rCodec.GetEncryptionData(); in InitStd97Codec()
H A Dwrtww8.cxx3207 aEncryptionData = rCodec.GetEncryptionData(); in InitStd97CodecUpdateMedium()

Completed in 107 milliseconds