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.cxx217 ::rtl::Reference< EncryptionData > ZipPackageStream::GetEncryptionData( bool bUseWinEncoding ) in GetEncryptionData() function in ZipPackageStream
500 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getRawData()
529 …return rZipPackage.getZipFile().getInputStream( aEntry, GetEncryptionData(), bIsEncrypted, rZipPac… in getInputStream()
570 …xResult = rZipPackage.getZipFile().getDataStream( aEntry, GetEncryptionData(), bIsEncrypted, rZipP… in getDataStream()
577 …xResult = rZipPackage.getZipFile().getDataStream( aEntry, GetEncryptionData( true ), bIsEncrypted,… in getDataStream()
586 … return ZipFile::StaticGetDataFromRawStream( m_xFactory, GetOwnSeekStream(), GetEncryptionData() ); in getDataStream()
611 if ( !bIsEncrypted || !GetEncryptionData().is() ) in getRawStream()
614 …return rZipPackage.getZipFile().getWrappedRawStream( aEntry, GetEncryptionData(), sMediaType, rZip… in getRawStream()
685 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getPlainRawStream()
H A DZipPackageFolder.cxx503 … ::rtl::Reference< EncryptionData > xEncData = rInfo.pStream->GetEncryptionData(); in saveChild()
629 ::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.cxx4943 aEncryptionData = rCodec.GetEncryptionData(); in InitXorWord95Codec()
4970 … aEncryptionHash.update( ::comphelper::SequenceAsHashMap( aCodec97.GetEncryptionData() ) ); in InitXorWord95Codec()
4998 aEncryptionData = rCodec.GetEncryptionData(); in InitStd97Codec()
H A Dwrtww8.cxx3206 aEncryptionData = rCodec.GetEncryptionData(); in InitStd97CodecUpdateMedium()