Searched refs:GetEncryptionData (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/package/source/zippackage/ |
H A D | ZipPackageStream.cxx | 211 ::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 D | ZipPackageFolder.cxx | 498 … ::rtl::Reference< EncryptionData > xEncData = rInfo.pStream->GetEncryptionData(); in saveChild() 624 ::rtl::Reference< EncryptionData > xEncData = rInfo.pStream->GetEncryptionData(); in saveChild()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xeroot.cxx | 245 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 D | xistream.cxx | 156 maEncryptionData = maCodec.GetEncryptionData(); in OnVerifyPassword() 172 … aEncryptionHash.update( ::comphelper::SequenceAsHashMap( aCodec97.GetEncryptionData() ) ); in OnVerifyPassword() 253 maEncryptionData = maCodec.GetEncryptionData(); in OnVerifyPassword()
|
H A D | xestream.cxx | 488 Sequence< NamedValue > aEncryptionData = rRoot.GetEncryptionData(); in XclExpBiff8Encrypter()
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | mscodec.hxx | 68 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > GetEncryptionData(); 208 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > GetEncryptionData();
|
/aoo41x/main/package/source/zipapi/ |
H A D | ZipOutputStream.cxx | 106 … m_xCipherContext = ZipFile::StaticGetCipher( m_xFactory, pStream->GetEncryptionData(), true ); in putNextEntry() 107 …stContext = ZipFile::StaticGetDigestContextForChecksum( m_xFactory, pStream->GetEncryptionData() ); in putNextEntry()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 193 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
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xeroot.hxx | 160 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > GetEncryptionData() const;
|
/aoo41x/main/package/inc/ |
H A D | ZipPackageStream.hxx | 92 ::rtl::Reference< EncryptionData > GetEncryptionData( bool bWinEncoding = false );
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 4943 aEncryptionData = rCodec.GetEncryptionData(); in InitXorWord95Codec() 4970 … aEncryptionHash.update( ::comphelper::SequenceAsHashMap( aCodec97.GetEncryptionData() ) ); in InitXorWord95Codec() 4998 aEncryptionData = rCodec.GetEncryptionData(); in InitStd97Codec()
|
H A D | wrtww8.cxx | 3221 aEncryptionData = rCodec.GetEncryptionData(); in InitStd97CodecUpdateMedium()
|
Completed in 86 milliseconds